1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

project has been dormant. remove it as requested by maintainer.

PR:		55704
Submitted by:	Dan Pelleg <daniel+bmsync@pelleg.org>
This commit is contained in:
Yen-Ming Lee 2003-08-20 01:39:52 +00:00
parent 37c2a6b8f0
commit 1c93f195c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87322
7 changed files with 1 additions and 60 deletions

1
MOVED
View File

@ -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

View File

@ -36,7 +36,6 @@
SUBDIR += bkmrkconv
SUBDIR += bluefish
SUBDIR += bluefish-devel
SUBDIR += bmsync
SUBDIR += boa
SUBDIR += bozohttpd
SUBDIR += cadaver

View File

@ -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>

View File

@ -1 +0,0 @@
MD5 (bmsync-0.2.0.tar.gz) = a84b5cdb3fb43a90814bdd42336a8edd

View File

@ -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)'; \

View File

@ -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

View File

@ -1,3 +0,0 @@
bin/bmsync
bin/bmcopy
bin/bmmerge