Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jan 2000 03:38:43 -0500
From:      Andrew Arensburger <arensb@cfar.umd.edu>
To:        gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org
Cc:        arensb@ooblick.com
Subject:   Re: ports/16293: New port: coldsync-1.0.0 
Message-ID:  <200001270838.DAA23775@glitnir.cfar.umd.edu>
In-Reply-To: Your message of "Sat, 22 Jan 2000 06:00:01 PST." <200001221400.GAA99072@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help

On Sat, 22 Jan 2000 06:00:01 PST, gnats-admin@FreeBSD.org wrote:
> >Category:       ports
> >Responsible:    freebsd-ports
> >Synopsis:       New port: coldsync-1.0.0
> >Arrival-Date:   Sat Jan 22 06:00:00 PST 2000

	Since I submitted that port, version 1.1.2 has come out. The
updated port is appended below.

-- 
Andrew Arensburger, Systems guy		Center for Automation Research
arensb@cfar.umd.edu			University of Maryland
	      Sun Microsystems: we're the dot in ${PATH}


# 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?200001270838.DAA23775>