pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/man2html textproc/man2html: import man2html-3...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/655aeadb8277
branches:  trunk
changeset: 377765:655aeadb8277
user:      bacon <bacon%pkgsrc.org@localhost>
date:      Wed Mar 21 19:20:20 2018 +0000

description:
textproc/man2html: import man2html-3.0.1

Convert UNIX nroff(1) manual pages to HTML format.

diffstat:

 textproc/man2html/DESCR    |   1 +
 textproc/man2html/Makefile |  27 +++++++++++++++++++++++++++
 textproc/man2html/PLIST    |   3 +++
 textproc/man2html/distinfo |   6 ++++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r d01b7ce2e4cf -r 655aeadb8277 textproc/man2html/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/man2html/DESCR   Wed Mar 21 19:20:20 2018 +0000
@@ -0,0 +1,1 @@
+Convert UNIX nroff(1) manual pages to HTML format.
diff -r d01b7ce2e4cf -r 655aeadb8277 textproc/man2html/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/man2html/Makefile        Wed Mar 21 19:20:20 2018 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2018/03/21 19:20:20 bacon Exp $
+
+DISTNAME=      man2html3.0.1
+PKGNAME=       ${DISTNAME:S/html/html-/}
+CATEGORIES=    textproc
+MASTER_SITES+= https://acadix.biz/Ports/distfiles/
+MASTER_SITES+= http://hydra.nac.uci.edu/indiv/ehood/tar/
+MASTER_SITES+= ftp://ftp.cpan.org/pub/CPAN/modules/by-authors/Earl_Hood/
+MASTER_SITES+= http://people.freebsd.org/~demon/
+
+MAINTAINER=    bacon%NetBSD.org@localhost
+HOMEPAGE=      http://www.nongnu.org/man2html/
+COMMENT=       Convert nroff(1) man pages to HTML
+LICENSE=       gnu-gpl-v2
+
+USE_TOOLS+=    perl:run
+NO_BUILD=      yes
+
+REPLACE_PERL=  man2html
+
+INSTALLATION_DIRS=     bin ${PREFIX}/${PKGMANDIR}/man1
+
+do-install:
+       ${INSTALL_SCRIPT} ${WRKSRC}/man2html ${DESTDIR}/${PREFIX}/bin
+       ${INSTALL_MAN} ${WRKSRC}/doc/man2html.1 ${DESTDIR}/${PREFIX}/${PKGMANDIR}/man1
+
+.include "../../mk/bsd.pkg.mk"
diff -r d01b7ce2e4cf -r 655aeadb8277 textproc/man2html/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/man2html/PLIST   Wed Mar 21 19:20:20 2018 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2018/03/21 19:20:20 bacon Exp $
+bin/man2html
+man/man1/man2html.1
diff -r d01b7ce2e4cf -r 655aeadb8277 textproc/man2html/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/man2html/distinfo        Wed Mar 21 19:20:20 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/03/21 19:20:20 bacon Exp $
+
+SHA1 (man2html3.0.1.tar.gz) = 18b617783ce59491db984d23d2b0c8061bff385c
+RMD160 (man2html3.0.1.tar.gz) = f3463926acc414a5f934e2cf1fd6fd59dcc454bd
+SHA512 (man2html3.0.1.tar.gz) = 6a57ff109cfc9d8a31150990f3a2304ee46956feeead9d528344be19ac252afb47bed36a470d3a9e9505ef7134b77a1edf30f5c97e8215c2c5d235cf8aee8565
+Size (man2html3.0.1.tar.gz) = 45371 bytes



Home | Main Index | Thread Index | Old Index