From 49a9f5540b50145b714568af21678440b516b1f7 Mon Sep 17 00:00:00 2001 From: minskim Date: Mon, 10 May 2010 22:54:39 +0000 Subject: Import tex-pslatex-2009 as print/tex-pslatex. A small package that makes LaTeX default to 'standard' PostScript fonts. It is basically a merger of the times and the (obsolete) mathptm packages from the psnfss suite. You must have installed standard LaTeX and the psnfss PostScript fonts to use this package. The main novel feature is that the pslatex package tries to compensate for the visual differences between the Adobe fonts by scaling Helvetica by 90%, and 'condensing' Courier (i.e. scaling horizontally) by 85%. The package is supplied with a (unix) shell file for a 'pslatex' command that allows standard LaTeX documents to be processed, without needing to edit the file. Note that current psnfss uses a different technique for scaling Helvetica, and treats Courier as a lost cause (there are better free fixed-width available now, than there were when pslatex was designed). As a result, pslatex is widely considered obsolete. --- print/tex-pslatex/DESCR | 14 ++++++++++++++ print/tex-pslatex/Makefile | 13 +++++++++++++ print/tex-pslatex/PLIST | 8 ++++++++ print/tex-pslatex/distinfo | 5 +++++ 4 files changed, 40 insertions(+) create mode 100644 print/tex-pslatex/DESCR create mode 100644 print/tex-pslatex/Makefile create mode 100644 print/tex-pslatex/PLIST create mode 100644 print/tex-pslatex/distinfo diff --git a/print/tex-pslatex/DESCR b/print/tex-pslatex/DESCR new file mode 100644 index 00000000000..b42d606ebcb --- /dev/null +++ b/print/tex-pslatex/DESCR @@ -0,0 +1,14 @@ +A small package that makes LaTeX default to 'standard' PostScript +fonts. It is basically a merger of the times and the (obsolete) +mathptm packages from the psnfss suite. You must have installed +standard LaTeX and the psnfss PostScript fonts to use this package. +The main novel feature is that the pslatex package tries to compensate +for the visual differences between the Adobe fonts by scaling +Helvetica by 90%, and 'condensing' Courier (i.e. scaling horizontally) +by 85%. The package is supplied with a (unix) shell file for a +'pslatex' command that allows standard LaTeX documents to be +processed, without needing to edit the file. Note that current psnfss +uses a different technique for scaling Helvetica, and treats Courier +as a lost cause (there are better free fixed-width available now, than +there were when pslatex was designed). As a result, pslatex is widely +considered obsolete. diff --git a/print/tex-pslatex/Makefile b/print/tex-pslatex/Makefile new file mode 100644 index 00000000000..86148687733 --- /dev/null +++ b/print/tex-pslatex/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/05/10 22:54:39 minskim Exp $ + +DISTNAME= pslatex +PKGNAME= tex-${DISTNAME}-2009 +TEXLIVE_REV= 16416 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Use PostScript fonts by default + +CONFLICTS+= teTeX-texmf<=3.0nb24 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-pslatex/PLIST b/print/tex-pslatex/PLIST new file mode 100644 index 00000000000..ab402a93f3a --- /dev/null +++ b/print/tex-pslatex/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/10 22:54:39 minskim Exp $ +share/texmf-dist/fonts/map/dvips/pslatex/pcrr8rn.map +share/texmf-dist/fonts/tfm/public/pslatex/pcrr7tn.tfm +share/texmf-dist/fonts/tfm/public/pslatex/pcrr8rn.tfm +share/texmf-dist/fonts/tfm/public/pslatex/pcrr8tn.tfm +share/texmf-dist/fonts/vf/public/pslatex/pcrr7tn.vf +share/texmf-dist/fonts/vf/public/pslatex/pcrr8tn.vf +share/texmf-dist/tex/latex/pslatex/pslatex.sty diff --git a/print/tex-pslatex/distinfo b/print/tex-pslatex/distinfo new file mode 100644 index 00000000000..3a50f69f1fc --- /dev/null +++ b/print/tex-pslatex/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/05/10 22:54:39 minskim Exp $ + +SHA1 (tex-pslatex-16416/pslatex.tar.xz) = 4f1f6922dee8f81ffbf6008b9861c3cf0aa771e9 +RMD160 (tex-pslatex-16416/pslatex.tar.xz) = 5aeb10eaba7bd2487aa6577faf45253454542e68 +Size (tex-pslatex-16416/pslatex.tar.xz) = 5732 bytes -- cgit v1.2.3