pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/tex2page TeX2page makes Web pages from TeX ma...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/beca80a5badd
branches:  trunk
changeset: 503887:beca80a5badd
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Dec 01 18:50:14 2005 +0000

description:
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:

 textproc/tex2page/DESCR    |   7 +++++++
 textproc/tex2page/Makefile |  24 ++++++++++++++++++++++++
 textproc/tex2page/PLIST    |   2 ++
 textproc/tex2page/distinfo |   5 +++++
 4 files changed, 38 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r 56118b918a80 -r beca80a5badd textproc/tex2page/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/tex2page/DESCR   Thu Dec 01 18:50:14 2005 +0000
@@ -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 -r 56118b918a80 -r beca80a5badd textproc/tex2page/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/tex2page/Makefile        Thu Dec 01 18:50:14 2005 +0000
@@ -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@localhost
+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 -r 56118b918a80 -r beca80a5badd textproc/tex2page/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/tex2page/PLIST   Thu Dec 01 18:50:14 2005 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/12/01 18:50:14 gdt Exp $
+bin/tex2page
diff -r 56118b918a80 -r beca80a5badd textproc/tex2page/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/tex2page/distinfo        Thu Dec 01 18:50:14 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index