diff options
author | tg <tg@FreeBSD.org> | 1996-02-22 18:21:53 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1996-02-22 18:21:53 +0800 |
commit | e5d4c0dc6d48002089b1fe6e2521095594e484b3 (patch) | |
tree | 6ccedbbddc7feca8368d6064d407fca7841760fd /print | |
parent | aec8c3efff5ada6a25610fdbc58914c125ff879b (diff) | |
download | freebsd-ports-gnome-e5d4c0dc6d48002089b1fe6e2521095594e484b3.tar.gz freebsd-ports-gnome-e5d4c0dc6d48002089b1fe6e2521095594e484b3.tar.zst freebsd-ports-gnome-e5d4c0dc6d48002089b1fe6e2521095594e484b3.zip |
Import a port of teTeX, _the_ TeX system for UN*X.
Submitted by: Bernd Rosauer <br@netland.sub.de>
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX-base/Makefile | 34 | ||||
-rw-r--r-- | print/teTeX-base/distinfo | 15 | ||||
-rw-r--r-- | print/teTeX-base/pkg-comment | 1 | ||||
-rw-r--r-- | print/teTeX-base/pkg-descr | 67 | ||||
-rw-r--r-- | print/teTeX-base/pkg-plist | 13 | ||||
-rw-r--r-- | print/teTeX/Makefile | 34 | ||||
-rw-r--r-- | print/teTeX/distinfo | 15 | ||||
-rw-r--r-- | print/teTeX/pkg-comment | 1 | ||||
-rw-r--r-- | print/teTeX/pkg-descr | 67 | ||||
-rw-r--r-- | print/teTeX/pkg-plist | 13 |
10 files changed, 260 insertions, 0 deletions
diff --git a/print/teTeX-base/Makefile b/print/teTeX-base/Makefile new file mode 100644 index 000000000000..69764cb9cc6f --- /dev/null +++ b/print/teTeX-base/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: teTeX +# Version required: 0.3.3 +# Date created: 30 Dec 1995 +# Whom: Bernd Rosauer <br@netland.sub.de> +# +# $Id$ +# + +DISTNAME= teTeX-src-0.3.3 +PKGNAME= teTeX-0.3.3 +CATEGORIES+= print +MASTER_SITES= ${TETEX_SITE}/distrib/sources/ ${TETEX_SITE}/updates/texmf/ +DISTFILES= teTeX-src-0.3.3.tar.gz teTeX-lib-0.3.3.tar.gz \ + koma-script-2.3d.sh mflogo-1.5b.sh mathppl.sh \ + foiltex-2.0.1.sh dec-95pl1-update-u2.tar + +PATCH_SITES= ${TETEX_SITE}/distrib/sources/ +PATCHFILES= teTeX-src-0.3.3-patch-001.gz teTeX-src-0.3.3-patch-002.gz \ + teTeX-src-0.3.3-patch-003.gz teTeX-src-0.3.3-patch-004.gz \ + teTeX-src-0.3.3-patch-005.gz teTeX-src-0.3.3-patch-006.gz \ + teTeX-src-0.3.3-patch-007.gz teTeX-src-0.3.3-patch-008.gz + +MAINTAINER= tetex-freebsd@informatik.uni-hannover.de + +EXTRACT_ONLY= teTeX-src-0.3.3.tar.gz +PATCH_DIST_STRIP= -p1 +NO_CONFIGURE= yes +USE_GMAKE= yes +ALL_TARGET= config clean texhash all +INSTALL_TARGET= install ini + +TETEX_SITE= ftp://sunsite.informatik.rwth-aachen.de/pub/comp/tex/teTeX + +.include <bsd.port.mk> diff --git a/print/teTeX-base/distinfo b/print/teTeX-base/distinfo new file mode 100644 index 000000000000..4898beafd1fa --- /dev/null +++ b/print/teTeX-base/distinfo @@ -0,0 +1,15 @@ +MD5 (teTeX-src-0.3.3.tar.gz) = 535bbb7fac53f0da7024f86ca7921d68 +MD5 (teTeX-lib-0.3.3.tar.gz) = 2116a789f10e30e4fc3f4273837d74fa +MD5 (foiltex-2.0.1.sh) = 61fb902985b791a3dcf6e2c28abba041 +MD5 (mflogo-1.5b.sh) = b58342e766756abe593fcc83662194e1 +MD5 (koma-script-2.3d.sh) = b57e87046271aaddd8a0cb9e8db3cdc0 +MD5 (dec-95pl1-update-u2.tar) = 69176d5c3dff3723d834b32268482731 +MD5 (mathppl.sh) = ac20769c07d3ef5df95753e5bb5c270a +MD5 (teTeX-src-0.3.3-patch-001.gz) = c6885ad3e7994fe7f4d0bbb98d44345e +MD5 (teTeX-src-0.3.3-patch-002.gz) = a16e8041ebafbe9cb11513c1835ec32c +MD5 (teTeX-src-0.3.3-patch-003.gz) = 23f030c5d997b256363fd1acdd26b12b +MD5 (teTeX-src-0.3.3-patch-004.gz) = 242fc47abf18fb46b80f401563895e84 +MD5 (teTeX-src-0.3.3-patch-005.gz) = 4d58f763ead80e9a32d6914623bc43b2 +MD5 (teTeX-src-0.3.3-patch-006.gz) = f3238021535fbb3e1a9d0a456b5be15d +MD5 (teTeX-src-0.3.3-patch-007.gz) = 4a5b8f80ae94ca6f20b1310447070d58 +MD5 (teTeX-src-0.3.3-patch-008.gz) = 528a622fd0e805c6cb169df7b5797292 diff --git a/print/teTeX-base/pkg-comment b/print/teTeX-base/pkg-comment new file mode 100644 index 000000000000..64e92ee4fb31 --- /dev/null +++ b/print/teTeX-base/pkg-comment @@ -0,0 +1 @@ +TeX & friends for UNIX-like platforms. diff --git a/print/teTeX-base/pkg-descr b/print/teTeX-base/pkg-descr new file mode 100644 index 000000000000..34eaf6408d70 --- /dev/null +++ b/print/teTeX-base/pkg-descr @@ -0,0 +1,67 @@ +teTeX is a complete TeX distribution for UNIX compatible systems. + +It features: + + * TeX 3.14159, Metafont 2.718, LaTeX2e Rel. 04 <1995/12/01> PL#1, + dvipsk 5.58f, xdvik 18f using kpathsea 2.6, and DC Fonts 1.2; + * file organisation according to upcoming TeX Directory Standard; + * easy to install with install.sh (not needed for this port!); + * easy to customize with `texconfig' utility; + * lots of extra LaTeX packages (most of them mentioned in the + LaTeX Companion); + * much documentation: more than 100 dvi-files plus teTeX manual, + teTeX FAQ and TeX FAQ; + * support for read-only inputs tree (it is thus possible to use + an alternate destination for newly created fonts); + * ready for multi platform setup; + * fast file searching: web2c was patched to work with kpathsea-2.6 + so that the search paths are chosen to give high performance; + * run-time configuration files for DVI drivers as well as TeX & + friends; + * a nice set of fonts to play with: PostScript fonts, ams, pandora, + cm, dc, oldgerman -- all easily accessable by LaTeX; + * the whole distribution can be installed anywhere in the filesystem + (e.g., /usr/TeX or /usr/local/tex); you do not need to specify any + environment variable as long as you keep the original structure of + the package; + * mailing list for discussion: tetex@informatik.uni-hannover.de. + + +teTeX includes the following programs: + + web2c: tex, mf, bibtex, gftopk, ... + dvi drivers: xdvi, dvips, dvilj, dvilj2p, dvilj4, dvilj4l + texinfo: info, makeinfo, texindex, ... + scripts: dvi2fax, dvihp, ps2frag (perl), xtexsh (tclX-7.3), + fontimport, fontexport, texconfig, allneeded, allcm, + alldc, ... + others: makeindex, kpsetool, gsftopk, ps2pk, afm2tfm, ... + + +teTeX contains the following (La)TeX macros: + + amsfonts amslatex amstex babel dinbrief eepic eplain eplain + fancyheadings foiltex g-brief graphics koma-script labels mflogo + mfnfss minitoc myletter ntgclass pictex psfrag psnfss seminar + supertabular texinfo textmerg tools umlaute wasysym + + + lots of one-file packages (e.g., calc.sty, rotating.sty, etc.) + + +teTeX supports the following fonts: + + avantgar bookman courier helvetic mathptm ncntrsbk palatino symbol + times utopia zapfchan zapfding cyrillic euler extracm symbols charter + cm concrete dc gothic latex mflogo misc pandora wasy antiqua grotesq + nimbus + + +Thanks to Thomas Esser for the great efforts he has put into +establishing this fine distribution of TeX & friends, and thanks, +too, for his aid in this port. + +Enjoy! + +-- +Bernd Rosauer +br@netland.sub.de diff --git a/print/teTeX-base/pkg-plist b/print/teTeX-base/pkg-plist new file mode 100644 index 000000000000..4820da37e54f --- /dev/null +++ b/print/teTeX-base/pkg-plist @@ -0,0 +1,13 @@ +@cwd /usr/local +teTeX +@exec echo +@exec echo "Final touch:" +@exec echo "1. add /usr/local/teTeX/bin to PATH;" +@exec echo "2. add /usr/local/teTeX/man to MANPATH;" +@exec echo "3. add /usr/local/teTeX/info to INFOPATH;" +@exec echo "4. run texconfig to adjust for your local environment;" +@exec echo "5. chmod 1777 /usr/local/teTeX/texmf/fonts/{pk,tfm}" +@exec echo " and all subdirectories if you didn't configure" +@exec echo " font generation to use a temporary directory." +@exec echo +@unexec rm -rf teTeX diff --git a/print/teTeX/Makefile b/print/teTeX/Makefile new file mode 100644 index 000000000000..69764cb9cc6f --- /dev/null +++ b/print/teTeX/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: teTeX +# Version required: 0.3.3 +# Date created: 30 Dec 1995 +# Whom: Bernd Rosauer <br@netland.sub.de> +# +# $Id$ +# + +DISTNAME= teTeX-src-0.3.3 +PKGNAME= teTeX-0.3.3 +CATEGORIES+= print +MASTER_SITES= ${TETEX_SITE}/distrib/sources/ ${TETEX_SITE}/updates/texmf/ +DISTFILES= teTeX-src-0.3.3.tar.gz teTeX-lib-0.3.3.tar.gz \ + koma-script-2.3d.sh mflogo-1.5b.sh mathppl.sh \ + foiltex-2.0.1.sh dec-95pl1-update-u2.tar + +PATCH_SITES= ${TETEX_SITE}/distrib/sources/ +PATCHFILES= teTeX-src-0.3.3-patch-001.gz teTeX-src-0.3.3-patch-002.gz \ + teTeX-src-0.3.3-patch-003.gz teTeX-src-0.3.3-patch-004.gz \ + teTeX-src-0.3.3-patch-005.gz teTeX-src-0.3.3-patch-006.gz \ + teTeX-src-0.3.3-patch-007.gz teTeX-src-0.3.3-patch-008.gz + +MAINTAINER= tetex-freebsd@informatik.uni-hannover.de + +EXTRACT_ONLY= teTeX-src-0.3.3.tar.gz +PATCH_DIST_STRIP= -p1 +NO_CONFIGURE= yes +USE_GMAKE= yes +ALL_TARGET= config clean texhash all +INSTALL_TARGET= install ini + +TETEX_SITE= ftp://sunsite.informatik.rwth-aachen.de/pub/comp/tex/teTeX + +.include <bsd.port.mk> diff --git a/print/teTeX/distinfo b/print/teTeX/distinfo new file mode 100644 index 000000000000..4898beafd1fa --- /dev/null +++ b/print/teTeX/distinfo @@ -0,0 +1,15 @@ +MD5 (teTeX-src-0.3.3.tar.gz) = 535bbb7fac53f0da7024f86ca7921d68 +MD5 (teTeX-lib-0.3.3.tar.gz) = 2116a789f10e30e4fc3f4273837d74fa +MD5 (foiltex-2.0.1.sh) = 61fb902985b791a3dcf6e2c28abba041 +MD5 (mflogo-1.5b.sh) = b58342e766756abe593fcc83662194e1 +MD5 (koma-script-2.3d.sh) = b57e87046271aaddd8a0cb9e8db3cdc0 +MD5 (dec-95pl1-update-u2.tar) = 69176d5c3dff3723d834b32268482731 +MD5 (mathppl.sh) = ac20769c07d3ef5df95753e5bb5c270a +MD5 (teTeX-src-0.3.3-patch-001.gz) = c6885ad3e7994fe7f4d0bbb98d44345e +MD5 (teTeX-src-0.3.3-patch-002.gz) = a16e8041ebafbe9cb11513c1835ec32c +MD5 (teTeX-src-0.3.3-patch-003.gz) = 23f030c5d997b256363fd1acdd26b12b +MD5 (teTeX-src-0.3.3-patch-004.gz) = 242fc47abf18fb46b80f401563895e84 +MD5 (teTeX-src-0.3.3-patch-005.gz) = 4d58f763ead80e9a32d6914623bc43b2 +MD5 (teTeX-src-0.3.3-patch-006.gz) = f3238021535fbb3e1a9d0a456b5be15d +MD5 (teTeX-src-0.3.3-patch-007.gz) = 4a5b8f80ae94ca6f20b1310447070d58 +MD5 (teTeX-src-0.3.3-patch-008.gz) = 528a622fd0e805c6cb169df7b5797292 diff --git a/print/teTeX/pkg-comment b/print/teTeX/pkg-comment new file mode 100644 index 000000000000..64e92ee4fb31 --- /dev/null +++ b/print/teTeX/pkg-comment @@ -0,0 +1 @@ +TeX & friends for UNIX-like platforms. diff --git a/print/teTeX/pkg-descr b/print/teTeX/pkg-descr new file mode 100644 index 000000000000..34eaf6408d70 --- /dev/null +++ b/print/teTeX/pkg-descr @@ -0,0 +1,67 @@ +teTeX is a complete TeX distribution for UNIX compatible systems. + +It features: + + * TeX 3.14159, Metafont 2.718, LaTeX2e Rel. 04 <1995/12/01> PL#1, + dvipsk 5.58f, xdvik 18f using kpathsea 2.6, and DC Fonts 1.2; + * file organisation according to upcoming TeX Directory Standard; + * easy to install with install.sh (not needed for this port!); + * easy to customize with `texconfig' utility; + * lots of extra LaTeX packages (most of them mentioned in the + LaTeX Companion); + * much documentation: more than 100 dvi-files plus teTeX manual, + teTeX FAQ and TeX FAQ; + * support for read-only inputs tree (it is thus possible to use + an alternate destination for newly created fonts); + * ready for multi platform setup; + * fast file searching: web2c was patched to work with kpathsea-2.6 + so that the search paths are chosen to give high performance; + * run-time configuration files for DVI drivers as well as TeX & + friends; + * a nice set of fonts to play with: PostScript fonts, ams, pandora, + cm, dc, oldgerman -- all easily accessable by LaTeX; + * the whole distribution can be installed anywhere in the filesystem + (e.g., /usr/TeX or /usr/local/tex); you do not need to specify any + environment variable as long as you keep the original structure of + the package; + * mailing list for discussion: tetex@informatik.uni-hannover.de. + + +teTeX includes the following programs: + + web2c: tex, mf, bibtex, gftopk, ... + dvi drivers: xdvi, dvips, dvilj, dvilj2p, dvilj4, dvilj4l + texinfo: info, makeinfo, texindex, ... + scripts: dvi2fax, dvihp, ps2frag (perl), xtexsh (tclX-7.3), + fontimport, fontexport, texconfig, allneeded, allcm, + alldc, ... + others: makeindex, kpsetool, gsftopk, ps2pk, afm2tfm, ... + + +teTeX contains the following (La)TeX macros: + + amsfonts amslatex amstex babel dinbrief eepic eplain eplain + fancyheadings foiltex g-brief graphics koma-script labels mflogo + mfnfss minitoc myletter ntgclass pictex psfrag psnfss seminar + supertabular texinfo textmerg tools umlaute wasysym + + + lots of one-file packages (e.g., calc.sty, rotating.sty, etc.) + + +teTeX supports the following fonts: + + avantgar bookman courier helvetic mathptm ncntrsbk palatino symbol + times utopia zapfchan zapfding cyrillic euler extracm symbols charter + cm concrete dc gothic latex mflogo misc pandora wasy antiqua grotesq + nimbus + + +Thanks to Thomas Esser for the great efforts he has put into +establishing this fine distribution of TeX & friends, and thanks, +too, for his aid in this port. + +Enjoy! + +-- +Bernd Rosauer +br@netland.sub.de diff --git a/print/teTeX/pkg-plist b/print/teTeX/pkg-plist new file mode 100644 index 000000000000..4820da37e54f --- /dev/null +++ b/print/teTeX/pkg-plist @@ -0,0 +1,13 @@ +@cwd /usr/local +teTeX +@exec echo +@exec echo "Final touch:" +@exec echo "1. add /usr/local/teTeX/bin to PATH;" +@exec echo "2. add /usr/local/teTeX/man to MANPATH;" +@exec echo "3. add /usr/local/teTeX/info to INFOPATH;" +@exec echo "4. run texconfig to adjust for your local environment;" +@exec echo "5. chmod 1777 /usr/local/teTeX/texmf/fonts/{pk,tfm}" +@exec echo " and all subdirectories if you didn't configure" +@exec echo " font generation to use a temporary directory." +@exec echo +@unexec rm -rf teTeX |