diff options
author | wiz <wiz@pkgsrc.org> | 2015-05-08 11:27:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-05-08 11:27:28 +0000 |
commit | 616f440ee060940db06157502419d1ebc3da8590 (patch) | |
tree | 462d39a4ad4ebff75f1535a248d02f5ab0ed0140 /fonts/tex-punknova | |
parent | 0825c027fe399c7f786014b8b782989f0a002bd4 (diff) | |
download | pkgsrc-616f440ee060940db06157502419d1ebc3da8590.tar.gz |
Add a couple more tex-* font packages. This completes
texlive-collection-fontsextra.
Diffstat (limited to 'fonts/tex-punknova')
-rw-r--r-- | fonts/tex-punknova/DESCR | 6 | ||||
-rw-r--r-- | fonts/tex-punknova/Makefile | 13 | ||||
-rw-r--r-- | fonts/tex-punknova/PLIST | 5 | ||||
-rw-r--r-- | fonts/tex-punknova/distinfo | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/fonts/tex-punknova/DESCR b/fonts/tex-punknova/DESCR new file mode 100644 index 00000000000..a5d9231025c --- /dev/null +++ b/fonts/tex-punknova/DESCR @@ -0,0 +1,6 @@ +The font was generated from a MetaPost version of the sources +of the 'original' punk font. Knuth's original fonts generated +different shapes at random. This isn't actually possible in an +OpenType font; rather, the font contains several variants of +each glyph, and uses the OpenType randomize function to select +a variant for each invocation. diff --git a/fonts/tex-punknova/Makefile b/fonts/tex-punknova/Makefile new file mode 100644 index 00000000000..935af7217ec --- /dev/null +++ b/fonts/tex-punknova/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/08 11:27:53 wiz Exp $ + +DISTNAME= punknova +PKGNAME= tex-${DISTNAME}-1.003 +TEXLIVE_REV= 24649 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/punknova +COMMENT= OpenType version of Knuth's Punk font +#LICENSE= other-free + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/tex-punknova/PLIST b/fonts/tex-punknova/PLIST new file mode 100644 index 00000000000..a771a8846b7 --- /dev/null +++ b/fonts/tex-punknova/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/08 11:27:53 wiz Exp $ +share/texmf-dist/fonts/opentype/public/punknova/punknova-bold.otf +share/texmf-dist/fonts/opentype/public/punknova/punknova-boldslanted.otf +share/texmf-dist/fonts/opentype/public/punknova/punknova-regular.otf +share/texmf-dist/fonts/opentype/public/punknova/punknova-slanted.otf diff --git a/fonts/tex-punknova/distinfo b/fonts/tex-punknova/distinfo new file mode 100644 index 00000000000..a73e1029d78 --- /dev/null +++ b/fonts/tex-punknova/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/08 11:27:53 wiz Exp $ + +SHA1 (tex-punknova-24649/punknova.tar.xz) = 01fd063dabe5d92c2598cfdb48c899b9af87e442 +RMD160 (tex-punknova-24649/punknova.tar.xz) = 3daf007c88c56dac99d1f722510e9754265fdb53 +Size (tex-punknova-24649/punknova.tar.xz) = 813988 bytes |