Date: Sat, 29 Jan 2000 12:12:23 -0500 (EST) From: Andrew Arensburger <arensb@cfar.umd.edu> To: steve@FreeBSD.org Cc: arensb@ooblick.com, freebsd-ports@FreeBSD.org Subject: Re: ports/16293: New port: coldsync-1.0.0 Message-ID: <Pine.SOL.3.95.1000129120838.474A-100000@glitnir.cfar.umd.edu> In-Reply-To: <200001290451.UAA60758@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 28 Jan 2000 steve@FreeBSD.org wrote: > Synopsis: New port: coldsync-1.0.0 > > State-Changed-From-To: open->closed > State-Changed-By: steve > State-Changed-When: Fri Jan 28 20:48:43 PST 2000 > State-Changed-Why: > New port committed, thanks! Argh. I thought I'd updated this, but I guess I hadn't. Sorry to be a bother, but version 1.1.2 is out. Here's the updated port: # 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: # # . # ./files # ./files/md5 # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # ./Makefile # echo c - . mkdir -p . > /dev/null 2>&1 echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (coldsync-1.1.2.tar.gz) = 85d91ca5ff17b64b9077f1d850468691 END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XSynchronize a PalmPilot with a Unix workstation. END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' X ColdSync is a robust, extensible, portable tool for Xsynchronizing PalmOS devices (PalmPilot et al.) with a Unix Xworkstation. It also supports USB connections to a Visor, under XFreeBSD 4.0. X It runs without a GUI, and therefore allows you to sync Xwithout logging in. X ColdSync is extensible through the use of conduits, which Xallow it to share information with other applications. X X For more information, see Xhttp://www.ooblick.com/software/coldsync/ X X- Andrew Arensburger Xarensb@ooblick.com END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/coldsync X@unexec install-info --delete %D/info/conduits.info %D/info/dir X@unexec install-info --delete %D/info/pdb.info %D/info/dir Xinfo/conduits.info Xinfo/pdb.info X@exec install-info %D/info/conduits.info %D/info/dir X@exec install-info %D/info/pdb.info %D/info/dir END-of-./pkg/PLIST echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: coldsync X# Version required: 1.1.2 X# Date created: 27 January 2000 X# Whom: Andrew Arensburger <arensb@ooblick.com> X# X# $Id$ X# X XDISTNAME= coldsync-1.1.2 XCATEGORIES= palm comms XMASTER_SITES= http://www.ooblick.com/software/coldsync/ X XMAINTAINER= arensb@ooblick.com X XGNU_CONFIGURE= yes X XMAN8= coldsync.8 XMANCOMPRESSED= no X Xpost-install: X @install-info ${PREFIX}/info/conduits.info ${PREFIX}/info/dir X @install-info ${PREFIX}/info/pdb.info ${PREFIX}/info/dir X X.include <bsd.port.mk> END-of-./Makefile exit 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?Pine.SOL.3.95.1000129120838.474A-100000>