summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-10-28 01:33:47 +0000
committerwill <will@FreeBSD.org>2000-10-28 01:33:47 +0000
commit530ad144894337dca7d8c44e0599ba0c997cbdbd (patch)
tree7d1da0cfd676e3c097f3bdcf96a66f01b0bc8d7c /www
parent887bd439d5f43c0a896b99c2a1c0f29001b36eda (diff)
downloadFreeBSD-ports-530ad144894337dca7d8c44e0599ba0c997cbdbd.zip
FreeBSD-ports-530ad144894337dca7d8c44e0599ba0c997cbdbd.tar.gz
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>
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 4166435..375dff2 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 0000000..8753fe6
--- /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 0000000..a8a7e7f
--- /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 0000000..fc3e66b
--- /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 0000000..16583c7
--- /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 0000000..248320e
--- /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 0000000..d3f7150
--- /dev/null
+++ b/www/bmsync/pkg-plist
@@ -0,0 +1,3 @@
+bin/bmsync
+bin/bmcopy
+bin/bmmerge
OpenPOWER on IntegriCloud