pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/CamingoCode Import CamingoCode-1.0 as fonts/Cami...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1e5f8b177aa
branches:  trunk
changeset: 635520:f1e5f8b177aa
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jun 08 00:17:58 2014 +0000

description:
Import CamingoCode-1.0 as fonts/CamingoCode.

CamingoCode is designed for source-code editors. It is based on
CamingoMono, but has several specially drawn glyphs that work well
at small sizes, including Q, l, &, *, ~ and #. The stroke weights
are relatively light, which makes CamingoCode suitable for both
bright and dark visual themes. The family consists of four style-linked
fonts (Regular, Italic, Bold and Bold Italic) and is manually hinted
to give the best possible appearance on screens.

diffstat:

 fonts/CamingoCode/DESCR    |   7 +++++++
 fonts/CamingoCode/Makefile |  26 ++++++++++++++++++++++++++
 fonts/CamingoCode/PLIST    |   6 ++++++
 fonts/CamingoCode/distinfo |   5 +++++
 4 files changed, 44 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r ebde59731ebc -r f1e5f8b177aa fonts/CamingoCode/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/CamingoCode/DESCR   Sun Jun 08 00:17:58 2014 +0000
@@ -0,0 +1,7 @@
+CamingoCode is designed for source-code editors. It is based on
+CamingoMono, but has several specially drawn glyphs that work well
+at small sizes, including Q, l, &, *, ~ and #. The stroke weights
+are relatively light, which makes CamingoCode suitable for both
+bright and dark visual themes. The family consists of four style-linked
+fonts (Regular, Italic, Bold and Bold Italic) and is manually hinted
+to give the best possible appearance on screens.
diff -r ebde59731ebc -r f1e5f8b177aa fonts/CamingoCode/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/CamingoCode/Makefile        Sun Jun 08 00:17:58 2014 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2014/06/08 00:17:58 wiz Exp $
+
+DISTNAME=      CamingoCode-v1.0
+PKGNAME=       ${DISTNAME:S/-v/-/}
+CATEGORIES=    fonts
+MASTER_SITES=  http://www.janfromm.de/_data/downloads/
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.janfromm.de/typefaces/camingomono/camingocode/
+COMMENT=       Font designed for source-code editors
+#LICENSE=      cc-by-nd-v3.0-license
+
+WRKSRC=                ${WRKDIR}
+USE_LANGUAGES= # none
+
+FONTS_DIRS.ttf=        ${PREFIX}/share/fonts/X11/TTF
+INSTALLATION_DIRS=     share/fonts/X11/TTF share/doc/CamingoCode
+
+do-build:
+
+do-install:
+       cd ${WRKSRC} && ${INSTALL_DATA} *.ttf ${DESTDIR}${FONTS_DIRS.ttf}
+       cd ${WRKSRC} && ${INSTALL_DATA} readme* ${DESTDIR}${PREFIX}/share/doc/CamingoCode
+
+.include "../../mk/bsd.pkg.mk"
diff -r ebde59731ebc -r f1e5f8b177aa fonts/CamingoCode/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/CamingoCode/PLIST   Sun Jun 08 00:17:58 2014 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2014/06/08 00:17:58 wiz Exp $
+share/doc/CamingoCode/readme.txt
+share/fonts/X11/TTF/CamingoCode-Bold.ttf
+share/fonts/X11/TTF/CamingoCode-BoldItalic.ttf
+share/fonts/X11/TTF/CamingoCode-Italic.ttf
+share/fonts/X11/TTF/CamingoCode-Regular.ttf
diff -r ebde59731ebc -r f1e5f8b177aa fonts/CamingoCode/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/CamingoCode/distinfo        Sun Jun 08 00:17:58 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/06/08 00:17:58 wiz Exp $
+
+SHA1 (CamingoCode-v1.0.zip) = 1809ebc624e2cfdc1f7109e9c13413b335770494
+RMD160 (CamingoCode-v1.0.zip) = 9164a1f14c3ba6775949fefec2476ae03f6016e0
+Size (CamingoCode-v1.0.zip) = 707082 bytes



Home | Main Index | Thread Index | Old Index