pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/tex-type1cm Import tex-type1cm-0.03 as print/tex...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b300e3e3ecad
branches:  trunk
changeset: 395666:b300e3e3ecad
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Jul 10 00:52:22 2009 +0000

description:
Import tex-type1cm-0.03 as print/tex-type1cm.

LaTeX, by default, restricts the sizes at which you can use its
default computer modern fonts, to a fixed set of discrete sizes
(effectively, a set specified by Knuth).  The type1cm package removes
this restriction; this is particularly useful when using scalable
versions of the cm fonts (Bakoma, or the versions from BSR/Y&Y, or
True Type versions from Kinch, PCTeX, etc.).  In fact, since modern
distributions will automatically generate any bitmap font you might
need, type1cm has wider application than just those using scaleable
versions of the fonts.  Note that the LaTeX distribution now contains
a package fix-cm, which performs the task of type1cm, as well as doing
the same job for T1- and TS1-encoded ec fonts.

diffstat:

 print/tex-type1cm/DESCR    |  11 +++++++++++
 print/tex-type1cm/Makefile |  13 +++++++++++++
 print/tex-type1cm/PLIST    |   2 ++
 print/tex-type1cm/distinfo |   5 +++++
 4 files changed, 31 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r 430d610dbfc9 -r b300e3e3ecad print/tex-type1cm/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-type1cm/DESCR   Fri Jul 10 00:52:22 2009 +0000
@@ -0,0 +1,11 @@
+LaTeX, by default, restricts the sizes at which you can use its
+default computer modern fonts, to a fixed set of discrete sizes
+(effectively, a set specified by Knuth).  The type1cm package removes
+this restriction; this is particularly useful when using scalable
+versions of the cm fonts (Bakoma, or the versions from BSR/Y&Y, or
+True Type versions from Kinch, PCTeX, etc.).  In fact, since modern
+distributions will automatically generate any bitmap font you might
+need, type1cm has wider application than just those using scaleable
+versions of the fonts.  Note that the LaTeX distribution now contains
+a package fix-cm, which performs the task of type1cm, as well as doing
+the same job for T1- and TS1-encoded ec fonts.
diff -r 430d610dbfc9 -r b300e3e3ecad print/tex-type1cm/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-type1cm/Makefile        Fri Jul 10 00:52:22 2009 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/07/10 00:52:22 minskim Exp $
+# TeX Live Revision 7340
+
+DISTNAME=      type1cm
+PKGNAME=       tex-${DISTNAME}-0.03
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+COMMENT=       Arbitrary size font selection in LaTeX
+
+CONFLICTS+=    teTeX-texmf<=3.0nb17
+
+.include "../../print/texlive/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 430d610dbfc9 -r b300e3e3ecad print/tex-type1cm/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-type1cm/PLIST   Fri Jul 10 00:52:22 2009 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/10 00:52:22 minskim Exp $
+share/texmf-dist/tex/latex/type1cm/type1cm.sty
diff -r 430d610dbfc9 -r b300e3e3ecad print/tex-type1cm/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-type1cm/distinfo        Fri Jul 10 00:52:22 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/07/10 00:52:22 minskim Exp $
+
+SHA1 (tex-type1cm-0.03/type1cm.tar.lzma) = 3b558305a6dca80fdcf20e5b5f99050c38215e36
+RMD160 (tex-type1cm-0.03/type1cm.tar.lzma) = 92912119981821a8a7645cc941843df91aaba283
+Size (tex-type1cm-0.03/type1cm.tar.lzma) = 1984 bytes



Home | Main Index | Thread Index | Old Index