Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2000 11:30:02 -0700 (PDT)
From:      Andrew Arensburger <arensb@ooblick.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/18917: Port update: palm/coldsync
Message-ID:  <200005311830.LAA62124@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/18917; it has been noted by GNATS.

From: Andrew Arensburger <arensb@ooblick.com>
To: Akinori -Aki- MUSHA <knu@idaemons.org>
Cc: arensb@ooblick.com, FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/18917: Port update: palm/coldsync
Date: Wed, 31 May 2000 14:28:15 -0400 (EDT)

 On Wed, 31 May 2000, Akinori -Aki- MUSHA wrote:
 > Thanks, but your patch looks unusual.  Seems you took a diff between
 > two shell archives, which is difficult to handle.  Basically, what we
 > expect is simply an output of a `diff -ruN' between the stock port and
 > the new one. (i.e. a `recursive' diff between those two directories)
 
 	Hm. I could have sworn you preferred a shar diff. Oh, well. I
 guess I'll have to plead insanity.
 
 > Please regenerate the patch and send it over to us, thanks.
 
 	It's appended below.
 
 -- 
 Andrew Arensburger                      This message *does* represent the
 arensb@ooblick.com			views of ooblick.com
 	  In case of fire, do not use elevators. Use water.
 
 
 
 
 diff -ruN coldsync-1.1.2/Makefile coldsync-1.2.0/Makefile
 --- coldsync-1.1.2/Makefile	Fri Apr 21 06:14:06 2000
 +++ coldsync-1.2.0/Makefile	Wed May 31 03:01:54 2000
 @@ -1,24 +1,40 @@
  # New ports collection makefile for:	coldsync
 -# Date created:		21 January 2000
 -# Whom:			Andrew Arensburger <arensb@ooblick.com>
 +# Date created:				27 January 2000
 +# Whom:					Andrew Arensburger <arensb@ooblick.com>
  #
 -# $FreeBSD: ports/palm/coldsync/Makefile,v 1.4 2000/04/21 07:51:56 mharo Exp $
 +# $FreeBSD$
 +# $Id$
  #
  
  PORTNAME=	coldsync
 -PORTVERSION=	1.1.2
 +PORTVERSION=	1.2.0
  CATEGORIES=	palm comms
  MASTER_SITES=	http://www.ooblick.com/software/coldsync/
  
  MAINTAINER=	arensb@ooblick.com
  
 +RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Palm/PDB.pm:${PORTSDIR}/palm/p5-Palm
 +
  GNU_CONFIGURE=	yes
  
 +# The ColdSync.3 man page describes a Perl package. That's why it goes
 +# in the Perl manpage directory.
 +MAN1=		send-mail.1 \
 +		todo-text.1
 +MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 +MAN3=		ColdSync.3
  MAN8=		coldsync.8
  MANCOMPRESSED=	no
  
 +.include <bsd.port.pre.mk>
 +
 +# I don't know whether {Net,Open}BSD support USB or not.
 +.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 400000
 +CONFIGURE_ARGS+=	--with-usb
 +.endif
 +
  post-install:
  	@install-info ${PREFIX}/info/conduits.info ${PREFIX}/info/dir
  	@install-info ${PREFIX}/info/pdb.info ${PREFIX}/info/dir
  
 -.include <bsd.port.mk>
 +.include <bsd.port.post.mk>
 diff -ruN coldsync-1.1.2/files/md5 coldsync-1.2.0/files/md5
 --- coldsync-1.1.2/files/md5	Sun Jan 30 18:19:00 2000
 +++ coldsync-1.2.0/files/md5	Wed May 31 04:04:07 2000
 @@ -1 +1 @@
 -MD5 (coldsync-1.1.2.tar.gz) = 85d91ca5ff17b64b9077f1d850468691
 +MD5 (coldsync-1.2.0.tar.gz) = cc70d70b1fd62ccf620c45e33808ec8e
 diff -ruN coldsync-1.1.2/pkg/DESCR coldsync-1.2.0/pkg/DESCR
 --- coldsync-1.1.2/pkg/DESCR	Sun Jan 30 18:19:00 2000
 +++ coldsync-1.2.0/pkg/DESCR	Wed May 31 03:13:19 2000
 @@ -3,7 +3,7 @@
  workstation. It also supports USB connections to a Visor, under
  FreeBSD 4.0.
  	It runs without a GUI, and therefore allows you to sync
 -without logging in.
 +without running X.
  	ColdSync is extensible through the use of conduits, which
  allow it to share information with other applications.
  
 diff -ruN coldsync-1.1.2/pkg/PLIST coldsync-1.2.0/pkg/PLIST
 --- coldsync-1.1.2/pkg/PLIST	Fri Jan 28 23:50:00 2000
 +++ coldsync-1.2.0/pkg/PLIST	Wed May 31 03:47:21 2000
 @@ -1,4 +1,11 @@
  bin/coldsync
 +lib/perl5/site_perl/%%PERL_VER%%/ColdSync.pm
 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ColdSync/.packlist
 +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ColdSync
 +libexec/coldsync/send-mail
 +libexec/coldsync/todo-text
 +@dirrm libexec/coldsync
 +etc/sample.coldsync.rc
  @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
 
 


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?200005311830.LAA62124>