diff options
author | jmmv <jmmv> | 2003-12-24 12:58:35 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-12-24 12:58:35 +0000 |
commit | 7f9620ef504023894b9a10c4165b6d9c90321764 (patch) | |
tree | 5b18f3dc0fde50749fdfee4e5af8b943fc236b6c /print | |
parent | c6963931c61c37cf60729c636ae8eb50947b68ca (diff) | |
download | pkgsrc-7f9620ef504023894b9a10c4165b6d9c90321764.tar.gz |
Reimport of teTeX version 1.0.7nb2 as teTeX1:
Thomas Esser's teTeX is _the_ TeX distribution for UNIX compatible
systems. It contains the latest versions of TeX & friends and
nearly everything you need for happy TeX'ing. For more information
have a look at the lengthy FEATURES file of the distribution.
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX1/DESCR | 4 | ||||
-rw-r--r-- | print/teTeX1/Makefile | 27 | ||||
-rw-r--r-- | print/teTeX1/PLIST | 2 |
3 files changed, 33 insertions, 0 deletions
diff --git a/print/teTeX1/DESCR b/print/teTeX1/DESCR new file mode 100644 index 00000000000..2d97a5a3f8b --- /dev/null +++ b/print/teTeX1/DESCR @@ -0,0 +1,4 @@ +Thomas Esser's teTeX is _the_ TeX distribution for UNIX compatible +systems. It contains the latest versions of TeX & friends and +nearly everything you need for happy TeX'ing. For more information +have a look at the lengthy FEATURES file of the distribution. diff --git a/print/teTeX1/Makefile b/print/teTeX1/Makefile new file mode 100644 index 00000000000..3f9fe65784f --- /dev/null +++ b/print/teTeX1/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/12/24 12:58:35 jmmv Exp $ +# + +DISTNAME= teTeX-1.0.7 +PKGREVISION= 2 +CATEGORIES= print +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= hubertf@NetBSD.org +HOMEPAGE= http://www.tug.org/tetex/ +COMMENT= Thomas Esser's TeX distribution for UNIX compatible systems + +DEPENDS+= teTeX-bin-1.0.[7-9]*:../teTeX1-bin +DEPENDS+= teTeX-sharesrc-1.0.[2-9]*:../teTeX1-sharesrc +DEPENDS+= texi2html>=1.52:../../textproc/texi2html + +USE_BUILDLINK2= yes +USE_X11= yes +EXTRACT_ONLY= # empty +NO_CHECKSUM= yes +NO_CONFIGURE= yes +NO_BUILD= yes + +do-install: # do nothing + +.include "../../mk/bsd.pkg.mk" diff --git a/print/teTeX1/PLIST b/print/teTeX1/PLIST new file mode 100644 index 00000000000..3253959ce1a --- /dev/null +++ b/print/teTeX1/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/24 12:58:35 jmmv Exp $ +@comment this plist intentionally left empty |