From owner-freebsd-ports Tue May 8 22:36: 5 2001 Delivered-To: freebsd-ports@freebsd.org Received: from postoffice.aims.com.au (advanc2.lnk.telstra.net [139.130.119.73]) by hub.freebsd.org (Postfix) with ESMTP id 1C1E537B424 for ; Tue, 8 May 2001 22:35:55 -0700 (PDT) (envelope-from chris@aims.com.au) Received: from postoffice.aims.com.au (nts-ts1.aims.private [192.168.10.2]) by postoffice.aims.com.au with ESMTP id f495Zqr76159 for ; Wed, 9 May 2001 15:35:52 +1000 (EST) (envelope-from chris@aims.com.au) Received: from ntsts1 by aims.com.au with SMTP (MDaemon.v3.5.3.R) for ; Wed, 09 May 2001 15:34:34 +1000 Reply-To: From: "Chris Knight" To: , Cc: Subject: Re: ports/23524: New port: rdesktop - RDP client for Windows NT Terminal Server Date: Wed, 9 May 2001 15:34:32 +1000 Message-ID: <017201c0d849$ba9c1fa0$020aa8c0@aims.private> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal X-Return-Path: chris@aims.com.au X-MDaemon-Deliver-To: ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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 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