diff options
author | gdt <gdt@pkgsrc.org> | 2005-12-01 18:50:14 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2005-12-01 18:50:14 +0000 |
commit | 19538acf422d9a0aad8c4aa57a4a61b372e16b81 (patch) | |
tree | 0477eeb5edbf6d3e9e8f32ba3682d551661aaa38 /textproc | |
parent | 79548aab6f6c4fe75100dcab7ebf5048b6406e42 (diff) | |
download | pkgsrc-19538acf422d9a0aad8c4aa57a4a61b372e16b81.tar.gz |
TeX2page makes Web pages from TeX manuscripts. It reads an input
document that is marked up in a TeX format (viz., plain TeX, LaTeX,
Texinfo), and produces an output document with the functionally
equivalent HTML markup. TeX2page uses the same input file syntax,
calling conventions, and error-recovery mechanisms as TeX, and thus
demands no additional expertise of a user already familiar with
TeX. TeX2page runs on modern Schemes and Common Lisp.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/tex2page/DESCR | 7 | ||||
-rw-r--r-- | textproc/tex2page/Makefile | 24 | ||||
-rw-r--r-- | textproc/tex2page/PLIST | 2 | ||||
-rw-r--r-- | textproc/tex2page/distinfo | 5 |
4 files changed, 38 insertions, 0 deletions
diff --git a/textproc/tex2page/DESCR b/textproc/tex2page/DESCR new file mode 100644 index 00000000000..fb8052f5899 --- /dev/null +++ b/textproc/tex2page/DESCR @@ -0,0 +1,7 @@ +TeX2page makes Web pages from TeX manuscripts. It reads an input +document that is marked up in a TeX format (viz., plain TeX, LaTeX, +Texinfo), and produces an output document with the functionally +equivalent HTML markup. TeX2page uses the same input file syntax, +calling conventions, and error-recovery mechanisms as TeX, and thus +demands no additional expertise of a user already familiar with +TeX. TeX2page runs on modern Schemes and Common Lisp. diff --git a/textproc/tex2page/Makefile b/textproc/tex2page/Makefile new file mode 100644 index 00000000000..7ccedc10b5e --- /dev/null +++ b/textproc/tex2page/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/12/01 18:50:14 gdt Exp $ +# + +DISTNAME= tex2page +PKGNAME= tex2page-20051023 +CATEGORIES= textproc +MASTER_SITES= http://www.ccs.neu.edu/home/dorai/tex2page/ + +MAINTAINER= gdt@NetBSD.org +HOMEPAGE= http://www.ccs.neu.edu/home/dorai/tex2page/ +COMMENT= SHORT_DESCRIPTION_OF_THE_PACKAGE + +USE_PKGLOCALEDIR= yes +HAS_CONFIGURE= yes + +CONFIGURE_ARGS+= --dialect=guile + +do-build: + +do-install: + $(INSTALL_SCRIPT) ${WRKSRC}/my-tex2page $(PREFIX)/bin/tex2page + +.include "../../lang/guile/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/tex2page/PLIST b/textproc/tex2page/PLIST new file mode 100644 index 00000000000..4d77f6fd1ea --- /dev/null +++ b/textproc/tex2page/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/12/01 18:50:14 gdt Exp $ +bin/tex2page diff --git a/textproc/tex2page/distinfo b/textproc/tex2page/distinfo new file mode 100644 index 00000000000..4337c741cfc --- /dev/null +++ b/textproc/tex2page/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/12/01 18:50:14 gdt Exp $ + +SHA1 (tex2page.tar.gz) = 9366553a02cf6010bb3c2b0411cc7aa178d946e8 +RMD160 (tex2page.tar.gz) = 244852ab1264d5fab49ccf65c1c43d8d30e41217 +Size (tex2page.tar.gz) = 227117 bytes |