diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-22 17:33:29 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-22 17:33:29 +0000 |
commit | 329ba2cad5efef94713c822f2047c6ea4363feb7 (patch) | |
tree | bb074be61e7038532f7d0ff8a1efc2dd72aa1b5f /fonts | |
parent | 52ba1243c33a3386cd4d6aac5ee22dddba14051f (diff) | |
download | pkgsrc-329ba2cad5efef94713c822f2047c6ea4363feb7.tar.gz |
Initial import of latex-ttf-fonts, version 0.1.
The latex-ttf-fonts package is the first part of the BaKoMa Font Collection.
It includes 88 basic fonts of the Computer Modern font family that were
designed by D.E.Knuth.
Provided in PR pkg/20678 by Marc Recht.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/latex-ttf-fonts/DESCR | 3 | ||||
-rw-r--r-- | fonts/latex-ttf-fonts/Makefile | 31 | ||||
-rw-r--r-- | fonts/latex-ttf-fonts/PLIST | 9 | ||||
-rw-r--r-- | fonts/latex-ttf-fonts/distinfo | 4 |
4 files changed, 47 insertions, 0 deletions
diff --git a/fonts/latex-ttf-fonts/DESCR b/fonts/latex-ttf-fonts/DESCR new file mode 100644 index 00000000000..6f1863eddfb --- /dev/null +++ b/fonts/latex-ttf-fonts/DESCR @@ -0,0 +1,3 @@ +The latex-ttf-fonts package is the first part of the BaKoMa Font Collection. +It includes 88 basic fonts of the Computer Modern font family that were +designed by D.E.Knuth. diff --git a/fonts/latex-ttf-fonts/Makefile b/fonts/latex-ttf-fonts/Makefile new file mode 100644 index 00000000000..3dfb01be66d --- /dev/null +++ b/fonts/latex-ttf-fonts/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/03/22 17:33:29 jmmv Exp $ +# + +DISTNAME= latex-ttf-fonts-0.1 +CATEGORIES= fonts +MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/contrib/ + +MAINTAINER= marc@informatik.uni-bremen.de +HOMEPAGE= http://www.lyx.org/ +COMMENT= TTF versions of some LaTeX fonts + +NO_CONFIGURE= yes +NO_BUILD= yes + +USE_X11BASE= yes + +FONTDIR= ${PREFIX}/lib/X11/fonts +FONTS_TTF_DIRS= ${FONTDIR}/latex-ttf-fonts + +post-extract: + ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.orig + ${SED} -e "s,/usr/share/fonts,${FONTDIR},g" \ + ${WRKSRC}/Makefile.orig > ${WRKSRC}/Makefile + +post-install: + ${INSTALL_DATA_DIR} ${LOCALBASE}/share/doc/latex-ttf-fonts + ${INSTALL_DATA} ${WRKSRC}/BaKoMa-CM.Fonts \ + ${LOCALBASE}/share/doc/latex-ttf-fonts + +.include "../../mk/fonts.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/latex-ttf-fonts/PLIST b/fonts/latex-ttf-fonts/PLIST new file mode 100644 index 00000000000..949ece8ad82 --- /dev/null +++ b/fonts/latex-ttf-fonts/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/03/22 17:33:29 jmmv Exp $ +lib/X11/fonts/latex-ttf-fonts/cmex10.ttf +lib/X11/fonts/latex-ttf-fonts/cmmi10.ttf +lib/X11/fonts/latex-ttf-fonts/cmr10.ttf +lib/X11/fonts/latex-ttf-fonts/cmsy10.ttf +lib/X11/fonts/latex-ttf-fonts/msam10.ttf +lib/X11/fonts/latex-ttf-fonts/msbm10.ttf +share/doc/latex-ttf-fonts/BaKoMa-CM.Fonts +@dirrm share/doc/latex-ttf-fonts diff --git a/fonts/latex-ttf-fonts/distinfo b/fonts/latex-ttf-fonts/distinfo new file mode 100644 index 00000000000..ebbe09c97e9 --- /dev/null +++ b/fonts/latex-ttf-fonts/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/03/22 17:33:29 jmmv Exp $ + +SHA1 (latex-ttf-fonts-0.1.tar.gz) = 8f0552e984df1227544179bfdb841600bd19877a +Size (latex-ttf-fonts-0.1.tar.gz) = 113122 bytes |