git: cf5be4141e37 - main - www/bkmrkconv: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jun 2024 16:03:42 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=cf5be4141e37bf9e3d6532f60db71b5cbec882a0 commit cf5be4141e37bf9e3d6532f60db71b5cbec882a0 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-06-11 16:03:34 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-06-11 16:03:34 +0000 www/bkmrkconv: Remove expired port 2024-05-31 www/bkmrkconv: Obsolete utility, generated files are already in a readable format --- MOVED | 1 + www/Makefile | 1 - www/bkmrkconv/Makefile | 38 ----------------------------- www/bkmrkconv/distinfo | 2 -- www/bkmrkconv/files/patch-bkmrkconv-1.12.pl | 16 ------------ www/bkmrkconv/pkg-descr | 3 --- www/bkmrkconv/pkg-plist | 7 ------ 7 files changed, 1 insertion(+), 67 deletions(-) diff --git a/MOVED b/MOVED index b6f6abe20472..404bfa47d766 100644 --- a/MOVED +++ b/MOVED @@ -3292,3 +3292,4 @@ dns/dnsforwarder||2024-06-11|Has expired: Abandoned, upstream repo is removed dns/crossip|dns/dnsmax-perl|2024-06-11|Has expired: Obsolete, use dns/dnsmax-perl dns/curvedns||2024-06-11|Has expired: Protocol never gained traction and is superseded by DoT and DoH textproc/mergestat||2024-06-11|Has expired: Marked BROKEN for over a year +www/bkmrkconv||2024-06-11|Has expired: Obsolete utility, generated files are already in a readable format diff --git a/www/Makefile b/www/Makefile index 6169e75fda90..061ebd412c2a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -75,7 +75,6 @@ SUBDIR += bareos21-webui SUBDIR += bareos22-webui SUBDIR += beehive - SUBDIR += bkmrkconv SUBDIR += bluefish SUBDIR += bolt SUBDIR += bozohttpd diff --git a/www/bkmrkconv/Makefile b/www/bkmrkconv/Makefile deleted file mode 100644 index aa434a866828..000000000000 --- a/www/bkmrkconv/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -PORTNAME= bkmrkconv -PORTVERSION= 1.12 -CATEGORIES= www -MASTER_SITES= http://www.bleb.org/software/bkmrkconv/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Netscape bookmarks.html converter -WWW= http://www.bleb.org/software/bkmrkconv/ - -LICENSE= ART10 - -DEPRECATED= Obsolete utility, generated files are already in a readable format -EXPIRATION_DATE=2024-05-31 - -USES= perl5 -NO_BUILD= yes -NO_ARCH= yes - -OPTIONS_DEFINE= DOCS - -post-patch: - @${FIND} ${WRKSRC} -type f -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -i '' -e \ - 's|/usr/bin/perl|${PERL}|g ; \ - s|%%PREFIX%%|${PREFIX}|g' - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/bkmrkconv.pl \ - ${STAGEDIR}${PREFIX}/bin/bkmrkconv - @${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_SCRIPT} ${WRKSRC}/utils/* ${STAGEDIR}${DATADIR} - @${MKDIR} ${STAGEDIR}${DATADIR}/src - ${INSTALL_DATA} ${WRKSRC}/src.example/* ${STAGEDIR}${DATADIR}/src - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.txt ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/www/bkmrkconv/distinfo b/www/bkmrkconv/distinfo deleted file mode 100644 index 84af5468f3c7..000000000000 --- a/www/bkmrkconv/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (bkmrkconv-1.12.tar.gz) = 7f008ef51873441422e0d210ccb98210bf20df1c62b2b68c4c6b490418bd7ecf -SIZE (bkmrkconv-1.12.tar.gz) = 24563 diff --git a/www/bkmrkconv/files/patch-bkmrkconv-1.12.pl b/www/bkmrkconv/files/patch-bkmrkconv-1.12.pl deleted file mode 100644 index 4caa703a827a..000000000000 --- a/www/bkmrkconv/files/patch-bkmrkconv-1.12.pl +++ /dev/null @@ -1,16 +0,0 @@ ---- bkmrkconv-1.12.pl.orig 2016-04-01 15:44:40 UTC -+++ bkmrkconv-1.12.pl -@@ -74,9 +74,10 @@ $outputDir =~ s!/$!!; - - chomp(my $oldcwd = `pwd`); - chdir $outputDir; --my $rootpage = &readFile("src/rootpage.html"); --my $linkspage = &readFile("src/linkspage.html"); --my $contentspage = &readFile("src/contentspage.html") if ($doContents); -+my $shareDir = '%%PREFIX%%/share/bkmrkconv'; -+my $rootpage = &readFile("$shareDir/src/rootpage.html"); -+my $linkspage = &readFile("$shareDir/src/linkspage.html"); -+my $contentspage = &readFile("$shareDir/src/contentspage.html") if ($doContents); - chdir $oldcwd; - - my %root; diff --git a/www/bkmrkconv/pkg-descr b/www/bkmrkconv/pkg-descr deleted file mode 100644 index 7215f1c27e9e..000000000000 --- a/www/bkmrkconv/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -bkmrkconv converts Netscape-generated bookmarks.html -into a nice tree of files that you can navigate using -your favorite browser. diff --git a/www/bkmrkconv/pkg-plist b/www/bkmrkconv/pkg-plist deleted file mode 100644 index d8d600c523aa..000000000000 --- a/www/bkmrkconv/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/bkmrkconv -%%PORTDOCS%%%%DOCSDIR%%/README.txt -%%DATADIR%%/dilbert.pl -%%DATADIR%%/random.pl -%%DATADIR%%/src/contentspage.html -%%DATADIR%%/src/linkspage.html -%%DATADIR%%/src/rootpage.html