diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-27 08:06:11 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-27 08:06:11 +0000 |
commit | 9bc53f7379ee0392afa1045828ed3968c3037b0f (patch) | |
tree | 54544c0fb0b7037baa76efe0109bfac361bc4fb0 /textproc/texi2db | |
parent | dac36dde5bfaf513ee26fefbf9f7f9c4feb2bf72 (diff) | |
download | ports-9bc53f7379ee0392afa1045828ed3968c3037b0f.tar.gz ports-9bc53f7379ee0392afa1045828ed3968c3037b0f.zip |
Notes
Diffstat (limited to 'textproc/texi2db')
-rw-r--r-- | textproc/texi2db/Makefile | 23 | ||||
-rw-r--r-- | textproc/texi2db/distinfo | 1 | ||||
-rw-r--r-- | textproc/texi2db/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/texi2db/pkg-descr | 1 | ||||
-rw-r--r-- | textproc/texi2db/pkg-plist | 1 |
5 files changed, 27 insertions, 0 deletions
diff --git a/textproc/texi2db/Makefile b/textproc/texi2db/Makefile new file mode 100644 index 000000000000..d66ed0283a38 --- /dev/null +++ b/textproc/texi2db/Makefile @@ -0,0 +1,23 @@ +# ex:ts=8 +# New ports collection makefile for: texi2db +# Date created: May 27, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= texi2db +PORTVERSION= 0.4.2 +CATEGORIES= textproc +MASTER_SITES= http://www.tldp.org/downloads/ + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN1= texi2db.1 + +.include <bsd.port.mk> diff --git a/textproc/texi2db/distinfo b/textproc/texi2db/distinfo new file mode 100644 index 000000000000..96b7cdf1eb80 --- /dev/null +++ b/textproc/texi2db/distinfo @@ -0,0 +1 @@ +MD5 (texi2db-0.4.2.tar.gz) = 7612b75702cec525dddc6f075a271fdf diff --git a/textproc/texi2db/pkg-comment b/textproc/texi2db/pkg-comment new file mode 100644 index 000000000000..cd17268e28f7 --- /dev/null +++ b/textproc/texi2db/pkg-comment @@ -0,0 +1 @@ +Converts a Texinfo file into DocBook XML diff --git a/textproc/texi2db/pkg-descr b/textproc/texi2db/pkg-descr new file mode 100644 index 000000000000..cd17268e28f7 --- /dev/null +++ b/textproc/texi2db/pkg-descr @@ -0,0 +1 @@ +Converts a Texinfo file into DocBook XML diff --git a/textproc/texi2db/pkg-plist b/textproc/texi2db/pkg-plist new file mode 100644 index 000000000000..c875364cb5be --- /dev/null +++ b/textproc/texi2db/pkg-plist @@ -0,0 +1 @@ +bin/texi2db |