pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/tsclient Initial import of tsclient 0.120



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c44a4c5151b1
branches:  trunk
changeset: 460478:c44a4c5151b1
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sat Aug 30 21:32:54 2003 +0000

description:
Initial import of tsclient 0.120

Tsclient is a frontend for rdesktop

Features:

* GTK+-2.0
* GNOME panel applet to quickly launch saved rdp files
* supports most of the rdesktop-1.1.0 arguments
* reads .rdp files in the M$ Unicode format
* writes .rdp files in ascii (which can then be read by this
  and the M$ client)
* looks and functions very much like the M$ client
* is written in C
* features an "rdp picker" which lists .rdp files in ~/.tsclient/
  and launches rdesktop from the rdp file when selected
* VNC support as a client only (vncviewer)

diffstat:

 net/tsclient/DESCR    |  15 +++++++++++++++
 net/tsclient/Makefile |  29 +++++++++++++++++++++++++++++
 net/tsclient/PLIST    |  35 +++++++++++++++++++++++++++++++++++
 net/tsclient/distinfo |   4 ++++
 4 files changed, 83 insertions(+), 0 deletions(-)

diffs (99 lines):

diff -r 141c654a861f -r c44a4c5151b1 net/tsclient/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/tsclient/DESCR        Sat Aug 30 21:32:54 2003 +0000
@@ -0,0 +1,15 @@
+Tsclient is a frontend for rdesktop
+
+Features:  
+
+* GTK+-2.0
+* GNOME panel applet to quickly launch saved rdp files
+* supports most of the rdesktop-1.1.0 arguments
+* reads .rdp files in the M$ Unicode format
+* writes .rdp files in ascii (which can then be read by this
+  and the M$ client)
+* looks and functions very much like the M$ client
+* is written in C
+* features an "rdp picker" which lists .rdp files in ~/.tsclient/
+  and launches rdesktop from the rdp file when selected
+* VNC support as a client only (vncviewer)
diff -r 141c654a861f -r c44a4c5151b1 net/tsclient/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/tsclient/Makefile     Sat Aug 30 21:32:54 2003 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/08/30 21:32:54 xtraeme Exp $
+#
+
+DISTNAME=              tsclient-0.120
+CATEGORIES=            net
+MASTER_SITES=          http://www.gnomepro.com/tsclient/
+
+MAINTAINER=            xtraeme%NetBSD.org@localhost
+HOMEPAGE=              http://www.gnomepro.com/tsclient/
+COMMENT=               GNOME2 Frontend for rdesktop
+
+DEPENDS+=              rdesktop-[0-9]*:../../net/rdesktop
+DEPENDS+=              vncviewer-[0-9]*:../../net/vncviewer
+DEPENDS+=              gnome2-dirs>=1.2:../../misc/gnome2-dirs
+BUILD_USES_MSGFMT=     yes
+
+USE_BUILDLINK2=                yes
+USE_GMAKE=             yes
+USE_PKGLOCALEDIR=      yes
+USE_PERL5=             run
+USE_X11=               yes
+GNU_CONFIGURE=         yes
+
+.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../lang/perl5/buildlink2.mk"
+.include "../../textproc/intltool/buildlink2.mk"
+.include "../../x11/gnome-panel/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 141c654a861f -r c44a4c5151b1 net/tsclient/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/tsclient/PLIST        Sat Aug 30 21:32:54 2003 +0000
@@ -0,0 +1,35 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/30 21:32:55 xtraeme Exp $
+bin/tsclient
+lib/bonobo/servers/GNOME_TSClientApplet.server
+libexec/tsclient-applet
+share/application-registry/tsclient.applications
+share/gnome/apps/Internet/tsclient.desktop
+${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/tsclient.mo
+${PKGLOCALEDIR}/locale/da_DK/LC_MESSAGES/tsclient.mo
+${PKGLOCALEDIR}/locale/de/LC_MESSAGES/tsclient.mo
+${PKGLOCALEDIR}/locale/es/LC_MESSAGES/tsclient.mo
+${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/tsclient.mo
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/tsclient.mo
+${PKGLOCALEDIR}/locale/gr/LC_MESSAGES/tsclient.mo
+${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/tsclient.mo
+${PKGLOCALEDIR}/locale/nl_NL/LC_MESSAGES/tsclient.mo
+${PKGLOCALEDIR}/locale/no_nb/LC_MESSAGES/tsclient.mo
+${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/tsclient.mo
+${PKGLOCALEDIR}/locale/se/LC_MESSAGES/tsclient.mo
+${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/tsclient.mo
+share/mime-info/tsclient.keys
+share/mime-info/tsclient.mime
+share/pixmaps/tsclient.png
+share/pixmaps/tsclient/banner-ar.png
+share/pixmaps/tsclient/banner-en.png
+share/pixmaps/tsclient/banner-hu.png
+share/pixmaps/tsclient/banner-nl.png
+share/pixmaps/tsclient/colors.png
+share/pixmaps/tsclient/computer.png
+share/pixmaps/tsclient/keyboard.png
+share/pixmaps/tsclient/perform.png
+share/pixmaps/tsclient/program.png
+share/pixmaps/tsclient/size.png
+share/pixmaps/tsclient/sound.png
+share/pixmaps/tsclient/tsclient.png
+@dirrm share/pixmaps/tsclient
diff -r 141c654a861f -r c44a4c5151b1 net/tsclient/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/tsclient/distinfo     Sat Aug 30 21:32:54 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/08/30 21:32:54 xtraeme Exp $
+
+SHA1 (tsclient-0.120.tar.gz) = e06574b5368f9c7daeba95b317bfccda487f0286
+Size (tsclient-0.120.tar.gz) = 301524 bytes



Home | Main Index | Thread Index | Old Index