diff options
author | kei <kei> | 2003-02-23 04:59:20 +0000 |
---|---|---|
committer | kei <kei> | 2003-02-23 04:59:20 +0000 |
commit | cd501b4fae7eb888d60bbdd1eee9daaf5ffc5a38 (patch) | |
tree | b681ed91cdf0d668439eb2bb67b6595544e1c281 /print/teTeX2 | |
parent | a26f3ed315e25abc76fc2f5a22973b4d38ef5340 (diff) | |
download | pkgsrc-cd501b4fae7eb888d60bbdd1eee9daaf5ffc5a38.tar.gz |
Initial import of teTeX2-2.0.1 and related packages to the NetBSD
packages collection. For coexist with teTeX-1.0.7 in the package
source tree, newly imported packages are named `teTeX2'.
Diffstat (limited to 'print/teTeX2')
-rw-r--r-- | print/teTeX2/DESCR | 4 | ||||
-rw-r--r-- | print/teTeX2/Makefile | 26 | ||||
-rw-r--r-- | print/teTeX2/PLIST | 2 |
3 files changed, 32 insertions, 0 deletions
diff --git a/print/teTeX2/DESCR b/print/teTeX2/DESCR new file mode 100644 index 00000000000..2d97a5a3f8b --- /dev/null +++ b/print/teTeX2/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/teTeX2/Makefile b/print/teTeX2/Makefile new file mode 100644 index 00000000000..b8dd87779e3 --- /dev/null +++ b/print/teTeX2/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/02/23 04:59:20 kei Exp $ + +DISTNAME= teTeX2-2.0.1 +PKGREVISION= # empty +CATEGORIES= print +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= kei@netbsd.org +HOMEPAGE= http://www.tug.org/tetex/ +COMMENT= Thomas Esser's TeX distribution for UNIX compatible systems, version 2 + +DEPENDS+= teTeX2-bin>=2.0.1:../teTeX2-bin +DEPENDS+= teTeX2-sharesrc>=2.0.1:../teTeX2-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/teTeX2/PLIST b/print/teTeX2/PLIST new file mode 100644 index 00000000000..bba8bc77982 --- /dev/null +++ b/print/teTeX2/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/23 04:59:20 kei Exp $ +@comment this plist intentionally left empty |