diff options
author | wiz <wiz@pkgsrc.org> | 2009-03-01 15:19:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-03-01 15:19:49 +0000 |
commit | bd8b7d0bca52d3ac8680225a4f1ca5d3f66fde32 (patch) | |
tree | da36ae736cfd74fda4ac490c8d41e00e66c74bd5 /textproc | |
parent | 8e8f10123b6a0fe0b0772445ab623b93574130c0 (diff) | |
download | pkgsrc-bd8b7d0bca52d3ac8680225a4f1ca5d3f66fde32.tar.gz |
Initial import of mdocml-1.3.13:
The mdocml utilities interface with the mdoc library to compile
mdoc-roff documents into a variety of output formats.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/mdocml/DESCR | 2 | ||||
-rw-r--r-- | textproc/mdocml/Makefile | 11 | ||||
-rw-r--r-- | textproc/mdocml/PLIST | 10 | ||||
-rw-r--r-- | textproc/mdocml/distinfo | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/textproc/mdocml/DESCR b/textproc/mdocml/DESCR new file mode 100644 index 00000000000..045f7eda466 --- /dev/null +++ b/textproc/mdocml/DESCR @@ -0,0 +1,2 @@ +The mdocml utilities interface with the mdoc library to compile +mdoc-roff documents into a variety of output formats. diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile new file mode 100644 index 00000000000..88ce5eecd61 --- /dev/null +++ b/textproc/mdocml/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/03/01 15:19:49 wiz Exp $ + +DISTNAME= mdocml-1.3.13 +CATEGORIES= devel +MASTER_SITES= http://mdocml.bsd.lv/snapshots/ + +MAINTAINER= kristaps@kth.se +HOMEPAGE= http://mdocml.bsd.lv/ +COMMENT= mdoc macro compiler + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/mdocml/PLIST b/textproc/mdocml/PLIST new file mode 100644 index 00000000000..aec010d74ae --- /dev/null +++ b/textproc/mdocml/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/03/01 15:19:49 wiz Exp $ +bin/mdocterm +bin/mdoctree +bin/mdoclint +lib/libmdoc.a +include/mdoc.h +man/man1/mdoctree.1 +man/man1/mdocterm.1 +man/man1/mdoclint.1 +man/man3/mdoc.3 diff --git a/textproc/mdocml/distinfo b/textproc/mdocml/distinfo new file mode 100644 index 00000000000..f8d03034a05 --- /dev/null +++ b/textproc/mdocml/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/03/01 15:19:49 wiz Exp $ + +SHA1 (mdocml-1.3.13.tar.gz) = 44f13fe43687db10f081f14fb48dbbe3e3bb55b0 +RMD160 (mdocml-1.3.13.tar.gz) = 5237d2380dc40e1fe4516d1d061cb12ad2c6c067 +Size (mdocml-1.3.13.tar.gz) = 53782 bytes |