pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/sourcecodepro-fonts Import sourcecodepro-fonts-1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/344ac7be9801
branches:  trunk
changeset: 610718:344ac7be9801
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Nov 03 22:56:25 2012 +0000

description:
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:

 fonts/sourcecodepro-fonts/.#Makefile.1.1 |  25 +++++++++++++++++++++++++
 fonts/sourcecodepro-fonts/.#distinfo.1.1 |   5 +++++
 fonts/sourcecodepro-fonts/DESCR          |   5 +++++
 fonts/sourcecodepro-fonts/Makefile       |  23 +++++++++++++++++++++++
 fonts/sourcecodepro-fonts/PLIST          |   7 +++++++
 5 files changed, 65 insertions(+), 0 deletions(-)

diffs (85 lines):

diff -r 291b900b431c -r 344ac7be9801 fonts/sourcecodepro-fonts/.#Makefile.1.1
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/sourcecodepro-fonts/.#Makefile.1.1  Sat Nov 03 22:56:25 2012 +0000
@@ -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@localhost
+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 -r 291b900b431c -r 344ac7be9801 fonts/sourcecodepro-fonts/.#distinfo.1.1
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/sourcecodepro-fonts/.#distinfo.1.1  Sat Nov 03 22:56:25 2012 +0000
@@ -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 -r 291b900b431c -r 344ac7be9801 fonts/sourcecodepro-fonts/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/sourcecodepro-fonts/DESCR   Sat Nov 03 22:56:25 2012 +0000
@@ -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 -r 291b900b431c -r 344ac7be9801 fonts/sourcecodepro-fonts/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/sourcecodepro-fonts/Makefile        Sat Nov 03 22:56:25 2012 +0000
@@ -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@localhost
+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 -r 291b900b431c -r 344ac7be9801 fonts/sourcecodepro-fonts/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/sourcecodepro-fonts/PLIST   Sat Nov 03 22:56:25 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index