Date: Wed, 9 May 2001 15:34:32 +1000 From: "Chris Knight" <chris@aims.com.au> To: <freebsd-gnats-submit@freebsd.org>, <mwest@uct.ac.za> Cc: <ports@freebsd.org> Subject: Re: ports/23524: New port: rdesktop - RDP client for Windows NT Terminal Server Message-ID: <017201c0d849$ba9c1fa0$020aa8c0@aims.private>
next in thread | raw e-mail | index | archive | help
Howdy, This contains the latest rdesktop update. It now links against libcrypto and libgmp. The linking to libgmp now allows commercial and noncommercial use - there was some existing code that only allowed for noncommercial use. I've updated the maintainer field to my address with Matthew West's permission. I've also started using the port revision to allow for easier identification for when the unified patches are updated. If anyone has a better idea of doing this, I'd be interested in hearing it. Can we get this committed please? The initial PR was filed on Dec 13 2000... # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rdesktop # rdesktop/Makefile # rdesktop/distinfo # rdesktop/pkg-comment # rdesktop/pkg-descr # rdesktop/pkg-plist # echo c - rdesktop mkdir -p rdesktop > /dev/null 2>&1 echo x - rdesktop/Makefile sed 's/^X//' >rdesktop/Makefile << 'END-of-rdesktop/Makefile' X# New ports collection makefile for: rdesktop X# Date created: 13 December 2000 X# Whom: mwest@uct.ac.za X# X# $FreeBSD$ X# X XPORTNAME= rdesktop XPORTVERSION= 1.0.0 XPORTREVISION= 1 XCATEGORIES= net comms XMASTER_SITES= http://bibl4.oru.se/projects/rdesktop/releases/ XDIST_SUBDIR= ${PORTNAME} X XPATCH_SITES= http://bibl4.oru.se/projects/rdesktop/ XPATCHFILES= rdesktop-unified-patch19-6-1.bz2 XPATCH_DIST_STRIP= -p2 X XMAINTAINER= chris@aims.com.au X XUSE_XLIB= yes XUSE_BZIP2= yes XUSE_GMAKE= yes XUSE_OPENSSL= yes X XMAN1= rdesktop.1 XALL_TARGET= X Xdo-patch: X @${EXTRACT_CMD} -dc ${_DISTDIR}/${PATCHFILES} | ${PATCH} ${PATCH_DIST_ARGS} X @${PERL} -pi.orig -e 's:-O2.*-Wall:${CFLAGS}:g' ${WRKSRC}/Makefile X @${PERL} -pi.orig -e 's:/usr/X11R6/:${X11BASE}/:g' ${WRKSRC}/Makefile X @${PERL} -pi.orig -e 's:^PREFIX.*:PREFIX=${PREFIX}:g' ${WRKSRC}/Makefile X X.include <bsd.port.mk> END-of-rdesktop/Makefile echo x - rdesktop/distinfo sed 's/^X//' >rdesktop/distinfo << 'END-of-rdesktop/distinfo' XMD5 (rdesktop/rdesktop-1.0.0.tar.bz2) = 2f45a57016fe7ee7930848bbcb94f8b7 XMD5 (rdesktop/rdesktop-unified-patch19-6-1.bz2) = 254203b973d4b42b7218cc42f226d759 END-of-rdesktop/distinfo echo x - rdesktop/pkg-comment sed 's/^X//' >rdesktop/pkg-comment << 'END-of-rdesktop/pkg-comment' XRDP client for Windows NT Terminal Server END-of-rdesktop/pkg-comment echo x - rdesktop/pkg-descr sed 's/^X//' >rdesktop/pkg-descr << 'END-of-rdesktop/pkg-descr' XRdesktop is an open source client for Windows NT Terminal Server, Xcapable of natively speaking its Remote Desktop Protocol (RDP) in Xorder to present the user's NT desktop. Unlike Citrix ICA, no server Xextensions are required. X XWWW: http://www.rdesktop.org/ X X-- Xmwest@uct.ac.za END-of-rdesktop/pkg-descr echo x - rdesktop/pkg-plist sed 's/^X//' >rdesktop/pkg-plist << 'END-of-rdesktop/pkg-plist' Xbin/rdesktop END-of-rdesktop/pkg-plist exit Regards, Chris Knight Systems Administrator AIMS Independent Computer Professionals Tel: +61 3 6334 6664 Fax: +61 3 6331 7032 Mob: +61 419 528 795 Web: http://www.aims.com.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?017201c0d849$ba9c1fa0$020aa8c0>