svn commit: r378238 - in head/net: . xrdesktop2
Guido Falsi
madpilot at FreeBSD.org
Sun Feb 1 11:07:31 UTC 2015
Author: madpilot
Date: Sun Feb 1 11:07:29 2015
New Revision: 378238
URL: https://svnweb.freebsd.org/changeset/ports/378238
QAT: https://qat.redports.org/buildarchive/r378238/
Log:
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 at BSDforge.com>
Added:
head/net/xrdesktop2/
head/net/xrdesktop2/Makefile (contents, props changed)
head/net/xrdesktop2/distinfo (contents, props changed)
head/net/xrdesktop2/pkg-descr (contents, props changed)
head/net/xrdesktop2/pkg-message (contents, props changed)
Modified:
head/net/Makefile
Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile Sun Feb 1 10:48:53 2015 (r378237)
+++ head/net/Makefile Sun Feb 1 11:07:29 2015 (r378238)
@@ -1284,6 +1284,7 @@
SUBDIR += xprobe
SUBDIR += xpvm
SUBDIR += xrdesktop
+ SUBDIR += xrdesktop2
SUBDIR += xrdp
SUBDIR += xrdp-devel
SUBDIR += yami4
Added: head/net/xrdesktop2/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/xrdesktop2/Makefile Sun Feb 1 11:07:29 2015 (r378238)
@@ -0,0 +1,40 @@
+# Created by: Chris Hutchinson <portmaster at BSDforge.com>
+# $FreeBSD$
+
+PORTNAME= xrdesktop2
+PORTVERSION= 2.00
+CATEGORIES= net
+MASTER_SITES= http://BSDforge.com/projects/source/net/xrdesktop2/
+
+MAINTAINER= portmaster at 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>
Added: head/net/xrdesktop2/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/xrdesktop2/distinfo Sun Feb 1 11:07:29 2015 (r378238)
@@ -0,0 +1,2 @@
+SHA256 (xrdesktop2-2.00.tar.xz) = c4f38793d138a37b13d02f77f8d94db09d47305f9d22052025995bace7d7d0e7
+SIZE (xrdesktop2-2.00.tar.xz) = 39088
Added: head/net/xrdesktop2/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/xrdesktop2/pkg-descr Sun Feb 1 11:07:29 2015 (r378238)
@@ -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/
Added: head/net/xrdesktop2/pkg-message
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/xrdesktop2/pkg-message Sun Feb 1 11:07:29 2015 (r378238)
@@ -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 *
+=========================================================================
More information about the svn-ports-all
mailing list