aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-08-20 01:39:52 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-08-20 01:39:52 +0000
commit1c93f195c1f7547ce2e4a48c0b62b9eae36833ac (patch)
treee2567faacb90cdc13b5fafd8a900d3c4c1f45ffc
parent37c2a6b8f00956fc3911407fb5bb96122246b6fb (diff)
downloadports-1c93f195c1f7547ce2e4a48c0b62b9eae36833ac.tar.gz
ports-1c93f195c1f7547ce2e4a48c0b62b9eae36833ac.zip
Notes
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/bmsync/Makefile25
-rw-r--r--www/bmsync/distinfo1
-rw-r--r--www/bmsync/files/patch-aa23
-rw-r--r--www/bmsync/pkg-descr7
-rw-r--r--www/bmsync/pkg-plist3
7 files changed, 1 insertions, 60 deletions
diff --git a/MOVED b/MOVED
index 80be63bdf652..af62805e5c37 100644
--- a/MOVED
+++ b/MOVED
@@ -531,3 +531,4 @@ misc/pl-sms|polish/sms|2003-08-19|moved to new polish category
misc/kde3-i18n-pl|polish/kde3-i18n|2003-08-19|moved to new polish category
misc/koffice-i18n-pl|polish/koffice-i18n|2003-08-19|moved to new polish category
textproc/pl-aspell|polish/pl-aspell|2003-08-19|moved to new polish category
+www/bmsync||2003-08-19|obsolete
diff --git a/www/Makefile b/www/Makefile
index 840fca2601ec..d2dc066b67de 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -36,7 +36,6 @@
SUBDIR += bkmrkconv
SUBDIR += bluefish
SUBDIR += bluefish-devel
- SUBDIR += bmsync
SUBDIR += boa
SUBDIR += bozohttpd
SUBDIR += cadaver
diff --git a/www/bmsync/Makefile b/www/bmsync/Makefile
deleted file mode 100644
index 8540a9c385e0..000000000000
--- a/www/bmsync/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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://web.cs.cmu.edu/~dpelleg/sw/
-
-MAINTAINER= daniel+bmsync@pelleg.org
-COMMENT= A bookmark converter and synchronizer for NN, KDE and MSIE
-
-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
deleted file mode 100644
index a8a7e7fb1dc1..000000000000
--- a/www/bmsync/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (bmsync-0.2.0.tar.gz) = a84b5cdb3fb43a90814bdd42336a8edd
diff --git a/www/bmsync/files/patch-aa b/www/bmsync/files/patch-aa
deleted file mode 100644
index fc3e66b2b06f..000000000000
--- a/www/bmsync/files/patch-aa
+++ /dev/null
@@ -1,23 +0,0 @@
---- 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-descr b/www/bmsync/pkg-descr
deleted file mode 100644
index 1d7dedf3dd37..000000000000
--- a/www/bmsync/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-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
-
-daniel+bmsync@pelleg.org
diff --git a/www/bmsync/pkg-plist b/www/bmsync/pkg-plist
deleted file mode 100644
index d3f7150b78f9..000000000000
--- a/www/bmsync/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/bmsync
-bin/bmcopy
-bin/bmmerge