diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-11-03 22:56:25 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-11-03 22:56:25 +0000 |
commit | 1cfd09b9c7dc0847116b80bbb03625687e2234a7 (patch) | |
tree | 2f7a536fa16324ce5cffb0a9eb8b0d6e60b2b4d3 /fonts | |
parent | b4ff956be81c3b5cb5afb3c64f8e94c831269a83 (diff) | |
download | pkgsrc-1cfd09b9c7dc0847116b80bbb03625687e2234a7.tar.gz |
Import sourcecodepro-fonts-1.009 as fonts/sourcecodepro-fonts.
Source Sans is a set of monospaced OpenType fonts that have been
designed to work well coding environments. This family of fonts is
a complementary design to the Source Sans family.
This package provides OpenType fonts only.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/sourcecodepro-fonts/.#Makefile.1.1 | 25 | ||||
-rw-r--r-- | fonts/sourcecodepro-fonts/.#distinfo.1.1 | 5 | ||||
-rw-r--r-- | fonts/sourcecodepro-fonts/DESCR | 5 | ||||
-rw-r--r-- | fonts/sourcecodepro-fonts/Makefile | 23 | ||||
-rw-r--r-- | fonts/sourcecodepro-fonts/PLIST | 7 |
5 files changed, 65 insertions, 0 deletions
diff --git a/fonts/sourcecodepro-fonts/.#Makefile.1.1 b/fonts/sourcecodepro-fonts/.#Makefile.1.1 new file mode 100644 index 00000000000..e95f4e28ca6 --- /dev/null +++ b/fonts/sourcecodepro-fonts/.#Makefile.1.1 @@ -0,0 +1,25 @@ +# $NetBSD: .#Makefile.1.1,v 1.1 2012/11/03 22:56:25 ryoon Exp $ +# + +DISTNAME= SourceCodePro_FontsOnly-1.009 +PKGNAME= ${DISTNAME:S/SourceCodePro_FontsOnly/sourcecodepro-fonts/} +CATEGORIES= fonts +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sourcecodepro.adobe/} +EXTRACT_SUFX= .zip + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= http://sourceforge.net/projects/sourcecodepro.adobe/ +COMMENT= Set of monospaced OpenType fonts designed for coding environments +LICENSE= open-font-license + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # none +NO_BUILD= yes +FONTS_DIR= ${PREFIX}/share/fonts/sourcecodepro +INSTALLATION_DIRS= share/fonts/sourcecodepro + +do-install: + ${INSTALL_DATA} ${WRKSRC}/*.otf ${DESTDIR}${FONTS_DIR} + +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/sourcecodepro-fonts/.#distinfo.1.1 b/fonts/sourcecodepro-fonts/.#distinfo.1.1 new file mode 100644 index 00000000000..babb1e78532 --- /dev/null +++ b/fonts/sourcecodepro-fonts/.#distinfo.1.1 @@ -0,0 +1,5 @@ +$NetBSD: .#distinfo.1.1,v 1.1 2012/11/03 22:56:25 ryoon Exp $ + +SHA1 (SourceCodePro_FontsOnly-1.009.zip) = c0fbe8f2e119ec5292c620ef1260d80768289501 +RMD160 (SourceCodePro_FontsOnly-1.009.zip) = 62054bbd5fa573db1458d85cde72d9860f41b7f1 +Size (SourceCodePro_FontsOnly-1.009.zip) = 613755 bytes diff --git a/fonts/sourcecodepro-fonts/DESCR b/fonts/sourcecodepro-fonts/DESCR new file mode 100644 index 00000000000..d0c4853fe37 --- /dev/null +++ b/fonts/sourcecodepro-fonts/DESCR @@ -0,0 +1,5 @@ +Source Sans is a set of monospaced OpenType fonts that have been +designed to work well coding environments. This family of fonts is +a complementary design to the Source Sans family. + +This package provides OpenType fonts only. diff --git a/fonts/sourcecodepro-fonts/Makefile b/fonts/sourcecodepro-fonts/Makefile new file mode 100644 index 00000000000..947de9eeb79 --- /dev/null +++ b/fonts/sourcecodepro-fonts/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2012/11/03 22:56:25 ryoon Exp $ +# + +DISTNAME= SourceCodePro_FontsOnly-1.009 +PKGNAME= ${DISTNAME:S/SourceCodePro_FontsOnly/sourcecodepro-fonts/} +CATEGORIES= fonts +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sourcecodepro.adobe/} +EXTRACT_SUFX= .zip + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= http://sourceforge.net/projects/sourcecodepro.adobe/ +COMMENT= Set of monospaced OpenType fonts designed for coding environments +LICENSE= open-font-license + +USE_LANGUAGES= # none +NO_BUILD= yes +FONTS_DIR= ${PREFIX}/share/fonts/sourcecodepro +INSTALLATION_DIRS= share/fonts/sourcecodepro + +do-install: + ${INSTALL_DATA} ${WRKSRC}/*.otf ${DESTDIR}${FONTS_DIR} + +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/sourcecodepro-fonts/PLIST b/fonts/sourcecodepro-fonts/PLIST new file mode 100644 index 00000000000..06b2888a6d8 --- /dev/null +++ b/fonts/sourcecodepro-fonts/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1 2012/11/03 22:56:25 ryoon Exp $ +share/fonts/sourcecodepro/SourceCodePro-Black.otf +share/fonts/sourcecodepro/SourceCodePro-Bold.otf +share/fonts/sourcecodepro/SourceCodePro-ExtraLight.otf +share/fonts/sourcecodepro/SourceCodePro-Light.otf +share/fonts/sourcecodepro/SourceCodePro-Regular.otf +share/fonts/sourcecodepro/SourceCodePro-Semibold.otf |