Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Sep 2000 17:20:06 -0700 (PDT)
From:      dpelleg+bmsync@cs.cmu.edu
To:        freebsd-ports@FreeBSD.org
Subject:   ports/21488: New port: bmsync, a bookmark converter
Message-ID:  <200009240020.RAA95295@freefall.freebsd.org>

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

From: dpelleg+bmsync@cs.cmu.edu
To: FreeBSD-gnats-submit@FreeBSD.ORG
Cc:  
Subject: ports/21488: New port: bmsync, a bookmark converter
Date: Fri, 22 Sep 2000 21:04:09 -0400 (EDT)

 >Number:         21488
 >Category:       ports
 >Synopsis:       New port: bmsync, a bookmark converter
 >Confidential:   no
 >Severity:       non-critical
 >Priority:       low
 >Responsible:    freebsd-ports
 >State:          open
 >Quarter:        
 >Keywords:       
 >Date-Required:
 >Class:          change-request
 >Submitter-Id:   current-users
 >Arrival-Date:   Fri Sep 22 18:10:01 PDT 2000
 >Closed-Date:
 >Last-Modified:
 >Originator:     Dan Pelleg
 >Release:        FreeBSD 4.1-RELEASE i386
 >Organization:
 Carnegie Mellon University
 >Environment:
 
 >Description:
 
 bmsync is a bookmark converter and synchronizer for NN, KDE and MSIE
 bookmark collections.
 
 >How-To-Repeat:
 
 >Fix:
 
 # 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:
 #
 #	bmsync
 #	bmsync/pkg
 #	bmsync/pkg/COMMENT
 #	bmsync/pkg/PLIST
 #	bmsync/pkg/DESCR
 #	bmsync/patches
 #	bmsync/patches/patch-aa
 #	bmsync/files
 #	bmsync/files/md5
 #	bmsync/Makefile
 #
 echo c - bmsync
 mkdir -p bmsync > /dev/null 2>&1
 echo c - bmsync/pkg
 mkdir -p bmsync/pkg > /dev/null 2>&1
 echo x - bmsync/pkg/COMMENT
 sed 's/^X//' >bmsync/pkg/COMMENT << 'END-of-bmsync/pkg/COMMENT'
 XA bookmark converter and synchronizer for NN, KDE and MSIE
 END-of-bmsync/pkg/COMMENT
 echo x - bmsync/pkg/PLIST
 sed 's/^X//' >bmsync/pkg/PLIST << 'END-of-bmsync/pkg/PLIST'
 Xbin/bmsync
 Xbin/bmcopy
 Xbin/bmmerge
 END-of-bmsync/pkg/PLIST
 echo x - bmsync/pkg/DESCR
 sed 's/^X//' >bmsync/pkg/DESCR << 'END-of-bmsync/pkg/DESCR'
 Xbmsync reads bookmarks from any number of so called bookmark collections,
 Xchecks for conflicts among the bookmarks, and writes them back to the
 Xbookmark collections. It supports Netscape, KDE, and MSIE bookmarks.
 X
 X- Dan Pelleg
 X
 Xdpelleg+bmsync@cs.cmu.edu
 END-of-bmsync/pkg/DESCR
 echo c - bmsync/patches
 mkdir -p bmsync/patches > /dev/null 2>&1
 echo x - bmsync/patches/patch-aa
 sed 's/^X//' >bmsync/patches/patch-aa << 'END-of-bmsync/patches/patch-aa'
 X--- Makefile.orig	Fri Sep 22 11:34:42 2000
 X+++ Makefile	Fri Sep 22 16:55:27 2000
 X@@ -15,16 +15,16 @@
 X all: bmsync.1 bmsync.html
 X 
 X bmsync.html: bmsync
 X-	pod2html $< >$@
 X+	pod2html $> >$@
 X 
 X bmsync.1: bmsync
 X-	pod2man --center=" " --release=$(VERSION) $< >$@
 X+	pod2man --center=" " --release=$(VERSION) $> >$@
 X 
 X install: all
 X-	install -o root -g root -m 755 bmsync $(PREFIX)/bin
 X+	install -c -o root -g wheel -m 755 bmsync $(PREFIX)/bin
 X 	ln -s bmsync $(PREFIX)/bin/bmcopy
 X 	ln -s bmsync $(PREFIX)/bin/bmmerge
 X-	install -o root -g root -m 644 bmsync.1 $(PREFIX)/man/man1
 X+	install -o root -g wheel -m 644 bmsync.1 $(PREFIX)/man/man1
 X 
 X list-install:
 X 	@list='$(INSTALLED_FILES)'; \
 END-of-bmsync/patches/patch-aa
 echo c - bmsync/files
 mkdir -p bmsync/files > /dev/null 2>&1
 echo x - bmsync/files/md5
 sed 's/^X//' >bmsync/files/md5 << 'END-of-bmsync/files/md5'
 XMD5 (bmsync-0.2.0.tar.gz) = a84b5cdb3fb43a90814bdd42336a8edd
 END-of-bmsync/files/md5
 echo x - bmsync/Makefile
 sed 's/^X//' >bmsync/Makefile << 'END-of-bmsync/Makefile'
 X# New ports collection makefile for:	bmsync
 X# Date created:		22 Sep 2000
 X# Whom:			Dan Pelleg <dpelleg+bmsync@cs.cmu.edu>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	bmsync
 XPORTVERSION= 	0.2.0
 XCATEGORIES=	www
 XMASTER_SITES=	http://www.cs.cmu.edu/~dpelleg/sw/
 XDISTNAME=	${PORTNAME}-${PORTVERSION}
 X
 XMAINTAINER=	dpelleg+bmsync@cs.cmu.edu
 X
 XUSE_PERL5=	yes
 XWRKSRC=		${WRKDIR}/${PKGNAME}
 X
 XMAN1 = bmsync.1
 XMAN_COMPRESSED= no
 X
 Xpre-install:
 X	@${PERL} -pi -e "s:/usr/bin/perl:${PERL}:g" ${WRKSRC}/bmsync
 X
 X.include <bsd.port.mk>
 END-of-bmsync/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
 
 


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?200009240020.RAA95295>