diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-29 04:50:39 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-29 04:50:39 +0000 |
commit | 82389d4c9cff2be29c6bf67e79efe15976a7c0cc (patch) | |
tree | e6efe0bdcd1a5f58f2a822409ad121477b4a5fd9 /palm | |
parent | 36b9159a86fd23dc4b5261db8df902d76443f4a2 (diff) | |
download | ports-82389d4c9cff2be29c6bf67e79efe15976a7c0cc.tar.gz ports-82389d4c9cff2be29c6bf67e79efe15976a7c0cc.zip |
Notes
Diffstat (limited to 'palm')
-rw-r--r-- | palm/Makefile | 1 | ||||
-rw-r--r-- | palm/coldsync/Makefile | 24 | ||||
-rw-r--r-- | palm/coldsync/distinfo | 1 | ||||
-rw-r--r-- | palm/coldsync/pkg-comment | 1 | ||||
-rw-r--r-- | palm/coldsync/pkg-descr | 13 | ||||
-rw-r--r-- | palm/coldsync/pkg-plist | 7 |
6 files changed, 47 insertions, 0 deletions
diff --git a/palm/Makefile b/palm/Makefile index 9f7a74e0ad25..9447c6c69f8c 100644 --- a/palm/Makefile +++ b/palm/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ # + SUBDIR += coldsync SUBDIR += gnomepilot SUBDIR += imgvtopgm SUBDIR += isilo diff --git a/palm/coldsync/Makefile b/palm/coldsync/Makefile new file mode 100644 index 000000000000..1a4953c3b3bc --- /dev/null +++ b/palm/coldsync/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: coldsync +# Version required: 1.0.0 +# Date created: 21 January 2000 +# Whom: Andrew Arensburger <arensb@ooblick.com> +# +# $FreeBSD$ +# + +DISTNAME= coldsync-1.0.0 +CATEGORIES= palm comms +MASTER_SITES= http://www.ooblick.com/software/coldsync/ + +MAINTAINER= arensb@ooblick.com + +GNU_CONFIGURE= yes + +MAN8= coldsync.8 +MANCOMPRESSED= no + +post-install: + @install-info ${PREFIX}/info/conduits.info ${PREFIX}/info/dir + @install-info ${PREFIX}/info/pdb.info ${PREFIX}/info/dir + +.include <bsd.port.mk> diff --git a/palm/coldsync/distinfo b/palm/coldsync/distinfo new file mode 100644 index 000000000000..2fdb5c82e127 --- /dev/null +++ b/palm/coldsync/distinfo @@ -0,0 +1 @@ +MD5 (coldsync-1.0.0.tar.gz) = 7216e5ede8896fe736579966c30e2a14 diff --git a/palm/coldsync/pkg-comment b/palm/coldsync/pkg-comment new file mode 100644 index 000000000000..762e8ca26b06 --- /dev/null +++ b/palm/coldsync/pkg-comment @@ -0,0 +1 @@ +Synchronize a PalmPilot with a Unix workstation diff --git a/palm/coldsync/pkg-descr b/palm/coldsync/pkg-descr new file mode 100644 index 000000000000..8e90fe7475eb --- /dev/null +++ b/palm/coldsync/pkg-descr @@ -0,0 +1,13 @@ + ColdSync is a robust, extensible, portable tool for +synchronizing PalmOS devices (PalmPilot et al.) with a Unix +workstation. + It runs without a GUI, and therefore allows you to sync +without logging in. + ColdSync is extensible through the use of conduits, which +allow it to share information with other applications. + + For more information, see +WWW: http://www.ooblick.com/software/coldsync/ + +- Andrew Arensburger +arensb@ooblick.com diff --git a/palm/coldsync/pkg-plist b/palm/coldsync/pkg-plist new file mode 100644 index 000000000000..ab717abb9934 --- /dev/null +++ b/palm/coldsync/pkg-plist @@ -0,0 +1,7 @@ +bin/coldsync +@unexec install-info --delete %D/info/conduits.info %D/info/dir +@unexec install-info --delete %D/info/pdb.info %D/info/dir +info/conduits.info +info/pdb.info +@exec install-info %D/info/conduits.info %D/info/dir +@exec install-info %D/info/pdb.info %D/info/dir |