diff options
author | wiz <wiz@pkgsrc.org> | 2014-06-08 00:17:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-06-08 00:17:58 +0000 |
commit | 1d8777e4aeae585fd15fe8b09b9a7bc946eac52f (patch) | |
tree | 8d3881bfe97aa25b734bd1b5e8bb50a683e731e2 /fonts/CamingoCode | |
parent | 32d40aee656c771983e42a5874cf4599449faeb7 (diff) | |
download | pkgsrc-1d8777e4aeae585fd15fe8b09b9a7bc946eac52f.tar.gz |
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 (limited to 'fonts/CamingoCode')
-rw-r--r-- | fonts/CamingoCode/DESCR | 7 | ||||
-rw-r--r-- | fonts/CamingoCode/Makefile | 26 | ||||
-rw-r--r-- | fonts/CamingoCode/PLIST | 6 | ||||
-rw-r--r-- | fonts/CamingoCode/distinfo | 5 |
4 files changed, 44 insertions, 0 deletions
diff --git a/fonts/CamingoCode/DESCR b/fonts/CamingoCode/DESCR new file mode 100644 index 00000000000..6e2aa14a2f4 --- /dev/null +++ b/fonts/CamingoCode/DESCR @@ -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 --git a/fonts/CamingoCode/Makefile b/fonts/CamingoCode/Makefile new file mode 100644 index 00000000000..58758af5282 --- /dev/null +++ b/fonts/CamingoCode/Makefile @@ -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 +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 --git a/fonts/CamingoCode/PLIST b/fonts/CamingoCode/PLIST new file mode 100644 index 00000000000..ce81771d210 --- /dev/null +++ b/fonts/CamingoCode/PLIST @@ -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 --git a/fonts/CamingoCode/distinfo b/fonts/CamingoCode/distinfo new file mode 100644 index 00000000000..e3274b521ad --- /dev/null +++ b/fonts/CamingoCode/distinfo @@ -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 |