From owner-freebsd-ports Wed May 31 1:20: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1780F37BC51 for ; Wed, 31 May 2000 01:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA17988; Wed, 31 May 2000 01:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from ooblick.com (pm7a-32.his.com [216.200.82.32]) by hub.freebsd.org (Postfix) with ESMTP id 1E40D37B82B for ; Wed, 31 May 2000 01:15:04 -0700 (PDT) (envelope-from arensb@ooblick.com) Received: (from arensb@localhost) by ooblick.com (8.9.3/8.9.3) id EAA66241; Wed, 31 May 2000 04:15:03 -0400 (EDT) (envelope-from arensb) Message-Id: <200005310815.EAA66241@ ooblick.com> Date: Wed, 31 May 2000 04:15:03 -0400 (EDT) From: Andrew Arensburger Reply-To: arensb@ooblick.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18917: Port update: palm/coldsync Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18917 >Category: ports >Synopsis: Port update: palm/coldsync 1.1.2 -> 1.2.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 31 01:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Andrew Arensburger >Release: FreeBSD 4.0-RELEASE i386 >Organization: Ooblick >Environment: FreeBSD 4.0-RELEASE i386 >Description: Update of palm/coldsync port from version 1.1.2 to version 1.2.0 >How-To-Repeat: >Fix: Apply the following patch to the palm/coldsync port: --- port-1.1.2 Wed May 31 04:02:35 2000 +++ port-1.2.0 Wed May 31 04:04:08 2000 @@ -20,7 +20,7 @@ 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 +XMD5 (coldsync-1.2.0.tar.gz) = cc70d70b1fd62ccf620c45e33808ec8e END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 @@ -35,7 +35,7 @@ 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. +Xwithout running X. X ColdSync is extensible through the use of conduits, which Xallow it to share information with other applications. X @@ -48,6 +48,13 @@ echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/coldsync +Xlib/perl5/site_perl/%%PERL_VER%%/ColdSync.pm +Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ColdSync/.packlist +X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ColdSync +Xlibexec/coldsync/send-mail +Xlibexec/coldsync/todo-text +X@dirrm libexec/coldsync +Xetc/sample.coldsync.rc 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 @@ -58,29 +65,45 @@ echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: coldsync -X# Date created: 21 January 2000 -X# Whom: Andrew Arensburger +X# Date created: 27 January 2000 +X# Whom: Andrew Arensburger X# -X# $FreeBSD: ports/palm/coldsync/Makefile,v 1.4 2000/04/21 07:51:56 mharo Exp $ +X# $FreeBSD$ +X# $Id$ X# X XPORTNAME= coldsync -XPORTVERSION= 1.1.2 +XPORTVERSION= 1.2.0 XCATEGORIES= palm comms XMASTER_SITES= http://www.ooblick.com/software/coldsync/ X XMAINTAINER= arensb@ooblick.com X +XRUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Palm/PDB.pm:${PORTSDIR}/palm/p5-Palm +X XGNU_CONFIGURE= yes X +X# The ColdSync.3 man page describes a Perl package. That's why it goes +X# in the Perl manpage directory. +XMAN1= send-mail.1 \ +X todo-text.1 +XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +XMAN3= ColdSync.3 XMAN8= coldsync.8 XMANCOMPRESSED= no X +X.include +X +X# I don't know whether {Net,Open}BSD support USB or not. +X.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 400000 +XCONFIGURE_ARGS+= --with-usb +X.endif +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 +X.include END-of-./Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message