Adding coldsync version 1.0.0.

Synchronize a PalmPilot with a Unix workstation.

PR:		16293
Submitted by:	Andrew Arensburger <arensb@ooblick.com>
This commit is contained in:
Steve Price 2000-01-29 04:50:39 +00:00
parent 36b9159a86
commit 82389d4c9c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25202
6 changed files with 47 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# $FreeBSD$
#
SUBDIR += coldsync
SUBDIR += gnomepilot
SUBDIR += imgvtopgm
SUBDIR += isilo

24
palm/coldsync/Makefile Normal file
View File

@ -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>

1
palm/coldsync/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (coldsync-1.0.0.tar.gz) = 7216e5ede8896fe736579966c30e2a14

View File

@ -0,0 +1 @@
Synchronize a PalmPilot with a Unix workstation

13
palm/coldsync/pkg-descr Normal file
View File

@ -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

7
palm/coldsync/pkg-plist Normal file
View File

@ -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