diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-12 05:51:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-12 05:51:29 +0000 |
commit | 55e2ba3f67956f8959671e870295a4b8e5de822d (patch) | |
tree | c1256c360f4cab304d70dabe9285a13320aa8bf3 /www | |
parent | 0db37851563c962c0689c198d5955d022367cbf3 (diff) | |
download | pkgsrc-55e2ba3f67956f8959671e870295a4b8e5de822d.tar.gz |
Remove htmlfix, dead upstream.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 3 | ||||
-rw-r--r-- | www/htmlfix/DESCR | 2 | ||||
-rw-r--r-- | www/htmlfix/Makefile | 24 | ||||
-rw-r--r-- | www/htmlfix/PLIST | 3 | ||||
-rw-r--r-- | www/htmlfix/distinfo | 6 |
5 files changed, 1 insertions, 37 deletions
diff --git a/www/Makefile b/www/Makefile index 09d51784c1a..ef51862f4b8 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1265 2017/09/11 09:57:39 abs Exp $ +# $NetBSD: Makefile,v 1.1266 2017/09/12 05:51:29 wiz Exp $ # COMMENT= Packages related to the World Wide Web @@ -155,7 +155,6 @@ SUBDIR+= htdig SUBDIR+= htmlcxx SUBDIR+= htmldoc SUBDIR+= htmldoc-x11 -SUBDIR+= htmlfix SUBDIR+= htmllint SUBDIR+= http-parser SUBDIR+= http_load diff --git a/www/htmlfix/DESCR b/www/htmlfix/DESCR deleted file mode 100644 index 3240c6820ab..00000000000 --- a/www/htmlfix/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -htmlfix will replace latin1 characters with html entities, or fix -line endings in html files. diff --git a/www/htmlfix/Makefile b/www/htmlfix/Makefile deleted file mode 100644 index 6172eca5e39..00000000000 --- a/www/htmlfix/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $NetBSD: Makefile,v 1.16 2016/07/09 06:39:12 wiz Exp $ -# - -DISTNAME= htmlfix-1.03 -PKGREVISION= 6 -CATEGORIES= www -MASTER_SITES= http://www.mono.org/abs/tools/htmlfix/ - -MAINTAINER= abs@NetBSD.org -COMMENT= Fix latin1 to html entities and/or line endings - -DEPENDS+= p5-HTML-FixEntities-[0-9]*:../../www/p5-HTML-FixEntities - -USE_TOOLS+= perl:run -INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 -REPLACE_PERL= htmlfix.pl - -INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/htmlfix.pl ${DESTDIR}${PREFIX}/bin/htmlfix - ${INSTALL_MAN} ${WRKSRC}/htmlfix.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/htmlfix.1 - -.include "../../mk/bsd.pkg.mk" diff --git a/www/htmlfix/PLIST b/www/htmlfix/PLIST deleted file mode 100644 index fffe6187bc5..00000000000 --- a/www/htmlfix/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/31 18:07:25 abs Exp $ -bin/htmlfix -man/man1/htmlfix.1 diff --git a/www/htmlfix/distinfo b/www/htmlfix/distinfo deleted file mode 100644 index 9008bb23781..00000000000 --- a/www/htmlfix/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.6 2015/11/04 02:46:55 agc Exp $ - -SHA1 (htmlfix-1.03.tar.gz) = d40bebc47d547a561f8e2e9849d087c099eb252b -RMD160 (htmlfix-1.03.tar.gz) = 507ba68dde41e4612c705684b57cf3aed2cb9ad0 -SHA512 (htmlfix-1.03.tar.gz) = c08fb773bed83d9ace97091df445ebc8dd33afc803c12dbd1d2162344b6758bf0c62e599b548eda65b609cde47b71c711ff5c95a495d071607940fc5456b72e1 -Size (htmlfix-1.03.tar.gz) = 2157 bytes |