summaryrefslogtreecommitdiff
path: root/net/tsclient
AgeCommit message (Collapse)AuthorFilesLines
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-05-07Drop maintainership; I don't have the enough free time to maintainxtraeme1-2/+2
all these packages.
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-3/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-02-20bl3ifyjmmv1-7/+7
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv1-2/+2
2004-02-06Bump revision due to nautilus update to 2.4.2.jmmv1-2/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-04Bump revision due to librsvg2 update (libcroco added as a dependancy).jmmv1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-28Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).jmmv1-1/+2
( We really need non-recursive dependancies... *sigh* )
2003-12-17Update to 0.132xtraeme3-11/+8
Changes: o Fix sound support. o Fixes, translations, remove compact mode, move support to rdesktop 1.3.
2003-12-13Bump PKGREVISION for atk library major bump.wiz1-2/+2
2003-11-16Use DIST_SUBDIR to version the distfile, as they modified the contents ofagc2-4/+7
the distfile without bumping the version number on it. Differences from previous version is (the modification to the comment is mine): --- old/tsclient-0.124/src/support.c 2003-09-16 05:52:51.000000000 +0100 +++ new/tsclient-0.124/src/support.c 2003-10-18 19:18:47.000000000 +0100 @@ -482,7 +482,7 @@ // do this [....] for all modes sprintf(buffer, "%s", (char*)g_strescape(rdp->full_address, NULL)); - buffer[strlen(buffer)-4] = '\0'; + //buffer[strlen(buffer)-4] = '\0'; c_argv[c_argc++] = g_strdup (buffer); } else if (rdp->protocol == 2) { @@ -542,7 +542,7 @@ c_argv[c_argc++] = strdup(buffer); sprintf(buffer, "%s", (char*)g_strescape(rdp->full_address, NULL)); - buffer[strlen(buffer)-2] = '\0'; + //buffer[strlen(buffer)-2] = '\0'; c_argv[c_argc++] = strdup(buffer); } else if (rdp->protocol == 3) {
2003-11-12PKGREVISION++ due to devel/popt update.salo1-1/+2
2003-09-18Err, the Portugal locale files were renamed without any previousxtraeme1-2/+2
notification! (pt -> pt_PT). Thanks again to Robert Elz, because I didn't know that.
2003-09-18Hmm, it seems the checksum was changed without any change ... I willxtraeme1-3/+3
try to contact with the author, reported by Robert Elz #PR pkg/22842, thanks :)
2003-09-16Updated to 0.124.xtraeme3-7/+17
Changes: This version fixes more banner problems, fixes bug in compact mode so that it now reads computer name properly, fixes a bug in the VNC code, and updates and adds several translations.
2003-08-30Initial import of tsclient 0.120xtraeme4-0/+83
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)