Xrdesktop2 is a GTK2-Perl frontend for Rdesktop, which allows for the

saving, and editing of session configurations.

Xrdesktop2's intent is to handle Rdesktop's available commandline options,
by presenting them in a [Perl/GTK2] GUI. Xrdesktop2 currently handles most
any of the options you're likely to be interested in. Future versions will
undoubtedly add more.

WWW: http://BSDforge.com/projects/net/xrdesktop2/

PR:		197157
Submitted by:	Chris Hutchinson <portmaster@BSDforge.com>
This commit is contained in:
Guido Falsi 2015-02-01 11:07:29 +00:00
parent c38739eb14
commit 6ef0a1b4f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378238
5 changed files with 71 additions and 0 deletions

View file

@ -1284,6 +1284,7 @@
SUBDIR += xprobe
SUBDIR += xpvm
SUBDIR += xrdesktop
SUBDIR += xrdesktop2
SUBDIR += xrdp
SUBDIR += xrdp-devel
SUBDIR += yami4

40
net/xrdesktop2/Makefile Normal file
View file

@ -0,0 +1,40 @@
# Created by: Chris Hutchinson <portmaster@BSDforge.com>
# $FreeBSD$
PORTNAME= xrdesktop2
PORTVERSION= 2.00
CATEGORIES= net
MASTER_SITES= http://BSDforge.com/projects/source/net/xrdesktop2/
MAINTAINER= portmaster@BSDforge.com
COMMENT= GTK2 frontend for Rdesktop
LICENSE= BSD2CLAUSE
RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop \
p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2
CONFLICTS= xrdesktop-1*
NO_BUILD= yes
NO_ARCH= yes
USES= perl5 shebangfix tar:xz
SHEBANG_FILES= xrdesktop
DOCS= Changelog INSTALL LICENSE README
PIXMAPS= *.png
PLIST_FILES= bin/xrdesktop share/doc/xrdesktop2/Changelog \
share/doc/xrdesktop2/INSTALL share/doc/xrdesktop2/LICENSE \
share/doc/xrdesktop2/README share/pixmaps/x-remote-desktop-256.png \
share/pixmaps/x-remote-desktop-128.png \
share/pixmaps/x-remote-desktop-48.png \
share/applications/xrdesktop2.desktop
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/xrdesktop ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/${PIXMAPS} ${STAGEDIR}${PREFIX}/share/pixmaps
${INSTALL_DATA} ${WRKSRC}/xrdesktop2.desktop ${STAGEDIR}${PREFIX}/share/applications
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}; ${INSTALL_DATA} ${WRKSRC}/${DOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

2
net/xrdesktop2/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (xrdesktop2-2.00.tar.xz) = c4f38793d138a37b13d02f77f8d94db09d47305f9d22052025995bace7d7d0e7
SIZE (xrdesktop2-2.00.tar.xz) = 39088

9
net/xrdesktop2/pkg-descr Normal file
View file

@ -0,0 +1,9 @@
Xrdesktop2 is a GTK2-Perl frontend for Rdesktop, which allows for the
saving, and editing of session configurations.
Xrdesktop2's intent is to handle Rdesktop's available commandline options,
by presenting them in a [Perl/GTK2] GUI. Xrdesktop2 currently handles most
any of the options you're likely to be interested in. Future versions will
undoubtedly add more.
WWW: http://BSDforge.com/projects/net/xrdesktop2/

View file

@ -0,0 +1,19 @@
=========================================================================
* WARNING * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING *
If are upgrading from a previous version;
xrdesktop_config is now xrdesktop2_config
If you intend to use previous config settings from 1.x versions, you
will need to start xrdesktop2, and allow it to create the config file
for the first time. Then exit xrdesktop2. You must do this BEFORE you
attempt to migrate settings from your previous config.
This is only required the first time you use xrdesktop2. This only
concerns those wanting to migrate their xrdesktop 1.x settings, and
does not affect first time users of xrdesktop2. This will NOT be
required in future versions.
* WARNING * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING *
=========================================================================