diff options
author | nros <nros@pkgsrc.org> | 2016-02-02 17:53:54 +0000 |
---|---|---|
committer | nros <nros@pkgsrc.org> | 2016-02-02 17:53:54 +0000 |
commit | 36a227bc52616cf1023f3e250b0bf2c9b2d4d3be (patch) | |
tree | 3e2ef8181df96119907c57429ecda1b7cea00781 | |
parent | 928e0679d8f0a57900b36176d68aa0a11df7ec3d (diff) | |
download | pkgsrc-36a227bc52616cf1023f3e250b0bf2c9b2d4d3be.tar.gz |
Added stix-otf to pkgsrc-current.
The STIX fonts are a suite of unicode OpenType fonts containing
a complete set of mathematical glyphs. This otf package makes
the fonts available to X11 apps.
-rw-r--r-- | fonts/stix-otf/DESCR | 3 | ||||
-rw-r--r-- | fonts/stix-otf/Makefile | 35 | ||||
-rw-r--r-- | fonts/stix-otf/PLIST | 37 | ||||
-rw-r--r-- | fonts/stix-otf/distinfo | 6 |
4 files changed, 81 insertions, 0 deletions
diff --git a/fonts/stix-otf/DESCR b/fonts/stix-otf/DESCR new file mode 100644 index 00000000000..c02e3be367c --- /dev/null +++ b/fonts/stix-otf/DESCR @@ -0,0 +1,3 @@ +The STIX fonts are a suite of unicode OpenType fonts containing +a complete set of mathematical glyphs. This otf package makes +the fonts available to X11 apps. diff --git a/fonts/stix-otf/Makefile b/fonts/stix-otf/Makefile new file mode 100644 index 00000000000..d047da03eab --- /dev/null +++ b/fonts/stix-otf/Makefile @@ -0,0 +1,35 @@ +# $NetBSD: Makefile,v 1.1 2016/02/02 17:53:54 nros Exp $ + +stixver= 1.1.0 +DISTNAME= STIXv${stixver} +PKGNAME= stix-otf-${stixver} +CATEGORIES= fonts +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=stixfonts/} +EXTRACT_SUFX= .zip + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.stixfonts.org/ +COMMENT= OpenType Unicode maths fonts +LICENSE= ofl-v1.1 + +WRKSRC= ${WRKDIR} +USE_LANGUAGES= # none +NO_BUILD= yes + +FONTDIR= ${PREFIX}/share/fonts/X11/OTF +FONTS_DIRS.ttf= ${FONTDIR} + +INSTALLATION_DIRS= share/doc/${PKGNAME} share/fonts/X11/OTF + +do-install: + ${INSTALL_DATA} ${WRKSRC}/Fonts/STIX-General/*.otf \ + ${DESTDIR}${FONTDIR} + ${INSTALL_DATA} ${WRKSRC}/Fonts/STIX-Word/*.otf \ + ${DESTDIR}${FONTDIR} + ${INSTALL_DATA} ${WRKSRC}/License/*.pdf \ + ${DESTDIR}${PREFIX}/share/doc/${PKGNAME} + ${INSTALL_DATA} ${WRKSRC}/*.pdf \ + ${DESTDIR}${PREFIX}/share/doc/${PKGNAME} + + +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/stix-otf/PLIST b/fonts/stix-otf/PLIST new file mode 100644 index 00000000000..feff5e603d6 --- /dev/null +++ b/fonts/stix-otf/PLIST @@ -0,0 +1,37 @@ +@comment $NetBSD: PLIST,v 1.1 2016/02/02 17:53:54 nros Exp $ +share/doc/${PKGNAME}/STIX Font License 2010.pdf +share/doc/${PKGNAME}/STIXv${PKGVERSION}.pdf +share/fonts/X11/OTF/STIX-Bold.otf +share/fonts/X11/OTF/STIX-BoldItalic.otf +share/fonts/X11/OTF/STIX-Italic.otf +share/fonts/X11/OTF/STIX-Regular.otf +share/fonts/X11/OTF/STIXGeneral-Bold.otf +share/fonts/X11/OTF/STIXGeneral-BoldItalic.otf +share/fonts/X11/OTF/STIXGeneral-Italic.otf +share/fonts/X11/OTF/STIXGeneral-Regular.otf +share/fonts/X11/OTF/STIXIntegralsD-Bold.otf +share/fonts/X11/OTF/STIXIntegralsD-Regular.otf +share/fonts/X11/OTF/STIXIntegralsSm-Bold.otf +share/fonts/X11/OTF/STIXIntegralsSm-Regular.otf +share/fonts/X11/OTF/STIXIntegralsUp-Bold.otf +share/fonts/X11/OTF/STIXIntegralsUp-Regular.otf +share/fonts/X11/OTF/STIXIntegralsUpD-Bold.otf +share/fonts/X11/OTF/STIXIntegralsUpD-Regular.otf +share/fonts/X11/OTF/STIXIntegralsUpSm-Bold.otf +share/fonts/X11/OTF/STIXIntegralsUpSm-Regular.otf +share/fonts/X11/OTF/STIXMath-Regular.otf +share/fonts/X11/OTF/STIXNonUnicode-Bold.otf +share/fonts/X11/OTF/STIXNonUnicode-BoldItalic.otf +share/fonts/X11/OTF/STIXNonUnicode-Italic.otf +share/fonts/X11/OTF/STIXNonUnicode-Regular.otf +share/fonts/X11/OTF/STIXSizeFiveSym-Regular.otf +share/fonts/X11/OTF/STIXSizeFourSym-Bold.otf +share/fonts/X11/OTF/STIXSizeFourSym-Regular.otf +share/fonts/X11/OTF/STIXSizeOneSym-Bold.otf +share/fonts/X11/OTF/STIXSizeOneSym-Regular.otf +share/fonts/X11/OTF/STIXSizeThreeSym-Bold.otf +share/fonts/X11/OTF/STIXSizeThreeSym-Regular.otf +share/fonts/X11/OTF/STIXSizeTwoSym-Bold.otf +share/fonts/X11/OTF/STIXSizeTwoSym-Regular.otf +share/fonts/X11/OTF/STIXVariants-Bold.otf +share/fonts/X11/OTF/STIXVariants-Regular.otf diff --git a/fonts/stix-otf/distinfo b/fonts/stix-otf/distinfo new file mode 100644 index 00000000000..9e0924d8516 --- /dev/null +++ b/fonts/stix-otf/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/02/02 17:53:54 nros Exp $ + +SHA1 (STIXv1.1.0.zip) = 3fb7cfe1b1f881f6043dee05dcfafcf48ea20ba8 +RMD160 (STIXv1.1.0.zip) = 0666cefd6d62ca23d9363753103ac2f2dfbc986e +SHA512 (STIXv1.1.0.zip) = 683159caf7e5712524895b206cbc81b4ce24abb339f0b3aff4a29a62c59fd414832e5d4c6e112dacacae69871f02fc28eb6140f539550717455b525c71d0863d +Size (STIXv1.1.0.zip) = 2712867 bytes |