summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-10-28 01:33:47 +0000
committerWill Andrews <will@FreeBSD.org>2000-10-28 01:33:47 +0000
commit6df1957fd3bc3674aac03a68858df3f980d37c6c (patch)
treeb905b77ba413e3e778d9b3290d35160a9b3ab7ef /www
parentUpdate? from version 99.2 to 00.1 (Funny math). Added PORTEPOCH=1 (diff)
Add bmsync 0.2.0, a bookmark converter and synchronizer for NN, KDE and MSIE
bookmark collections. PR: 21488 Submitted by: Dan Pelleg <dpelleg+bmsync@cs.cmu.edu>
Notes
Notes: svn path=/head/; revision=34327
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/bmsync/Makefile24
-rw-r--r--www/bmsync/distinfo1
-rw-r--r--www/bmsync/files/patch-aa23
-rw-r--r--www/bmsync/pkg-comment1
-rw-r--r--www/bmsync/pkg-descr7
-rw-r--r--www/bmsync/pkg-plist3
7 files changed, 60 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 4166435aea7a..375dff22b854 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -23,6 +23,7 @@
SUBDIR += bluefish
SUBDIR += bsdi-netscape47-communicator
SUBDIR += bsdi-netscape47-navigator
+ SUBDIR += bmsync
SUBDIR += boa
SUBDIR += cadaver
SUBDIR += calamaris
diff --git a/www/bmsync/Makefile b/www/bmsync/Makefile
new file mode 100644
index 000000000000..8753fe6d8b30
--- /dev/null
+++ b/www/bmsync/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: bmsync
+# Date created: 22 Sep 2000
+# Whom: Dan Pelleg <dpelleg+bmsync@cs.cmu.edu>
+#
+# $FreeBSD$
+#
+
+PORTNAME= bmsync
+PORTVERSION= 0.2.0
+CATEGORIES= www
+MASTER_SITES= http://www.cs.cmu.edu/~dpelleg/sw/
+
+MAINTAINER= dpelleg+bmsync@cs.cmu.edu
+
+USE_PERL5= yes
+WRKSRC= ${WRKDIR}/${PKGNAME}
+
+MAN1= bmsync.1
+MAN_COMPRESSED= no
+
+pre-install:
+ @${PERL} -pi -e "s:/usr/bin/perl:${PERL}:g" ${WRKSRC}/bmsync
+
+.include <bsd.port.mk>
diff --git a/www/bmsync/distinfo b/www/bmsync/distinfo
new file mode 100644
index 000000000000..a8a7e7fb1dc1
--- /dev/null
+++ b/www/bmsync/distinfo
@@ -0,0 +1 @@
+MD5 (bmsync-0.2.0.tar.gz) = a84b5cdb3fb43a90814bdd42336a8edd
diff --git a/www/bmsync/files/patch-aa b/www/bmsync/files/patch-aa
new file mode 100644
index 000000000000..fc3e66b2b06f
--- /dev/null
+++ b/www/bmsync/files/patch-aa
@@ -0,0 +1,23 @@
+--- Makefile.orig Fri Sep 22 11:34:42 2000
++++ Makefile Fri Sep 22 16:55:27 2000
+@@ -15,16 +15,16 @@
+ all: bmsync.1 bmsync.html
+
+ bmsync.html: bmsync
+- pod2html $< >$@
++ pod2html $> >$@
+
+ bmsync.1: bmsync
+- pod2man --center=" " --release=$(VERSION) $< >$@
++ pod2man --center=" " --release=$(VERSION) $> >$@
+
+ install: all
+- install -o root -g root -m 755 bmsync $(PREFIX)/bin
++ install -c -o root -g wheel -m 755 bmsync $(PREFIX)/bin
+ ln -s bmsync $(PREFIX)/bin/bmcopy
+ ln -s bmsync $(PREFIX)/bin/bmmerge
+- install -o root -g root -m 644 bmsync.1 $(PREFIX)/man/man1
++ install -o root -g wheel -m 644 bmsync.1 $(PREFIX)/man/man1
+
+ list-install:
+ @list='$(INSTALLED_FILES)'; \
diff --git a/www/bmsync/pkg-comment b/www/bmsync/pkg-comment
new file mode 100644
index 000000000000..16583c70ebab
--- /dev/null
+++ b/www/bmsync/pkg-comment
@@ -0,0 +1 @@
+A bookmark converter and synchronizer for NN, KDE and MSIE
diff --git a/www/bmsync/pkg-descr b/www/bmsync/pkg-descr
new file mode 100644
index 000000000000..248320eeaeed
--- /dev/null
+++ b/www/bmsync/pkg-descr
@@ -0,0 +1,7 @@
+bmsync reads bookmarks from any number of so called bookmark collections,
+checks for conflicts among the bookmarks, and writes them back to the
+bookmark collections. It supports Netscape, KDE, and MSIE bookmarks.
+
+- Dan Pelleg
+
+dpelleg+bmsync@cs.cmu.edu
diff --git a/www/bmsync/pkg-plist b/www/bmsync/pkg-plist
new file mode 100644
index 000000000000..d3f7150b78f9
--- /dev/null
+++ b/www/bmsync/pkg-plist
@@ -0,0 +1,3 @@
+bin/bmsync
+bin/bmcopy
+bin/bmmerge