diff options
author | wiz <wiz> | 2011-09-13 10:29:19 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-09-13 10:29:19 +0000 |
commit | aed49b9fa806700456b32210a9ced2d224bef836 (patch) | |
tree | 60ca64619c56df66041d72ab570060b2e823649d /fonts | |
parent | c9c1b1a10fc608240dd092a36c39ab54b8c7860c (diff) | |
download | pkgsrc-aed49b9fa806700456b32210a9ced2d224bef836.tar.gz |
Initial import of fntsample-3.2, packaged for wip by Timothy E. Larson.
FntSample is a tool that can be used to make font samples that show coverage
of the font and are similar in appearance to Unicode Charts.
# Support for various font formats using FreeType library, including
TrueType, OpenType, and Type1.
# Creating samples in PDF, PostScript, and SVG formats.
# Adding outlines with Unicode block names for PDF samples.
# Selection of code ranges to show in charts.
# Comparing of two font files with highlighting of added glyphs.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/fntsample/DESCR | 8 | ||||
-rw-r--r-- | fonts/fntsample/Makefile | 26 | ||||
-rw-r--r-- | fonts/fntsample/PLIST | 6 | ||||
-rw-r--r-- | fonts/fntsample/distinfo | 8 |
4 files changed, 48 insertions, 0 deletions
diff --git a/fonts/fntsample/DESCR b/fonts/fntsample/DESCR new file mode 100644 index 00000000000..0a026448300 --- /dev/null +++ b/fonts/fntsample/DESCR @@ -0,0 +1,8 @@ +FntSample is a tool that can be used to make font samples that show coverage +of the font and are similar in appearance to Unicode Charts. +# Support for various font formats using FreeType library, including + TrueType, OpenType, and Type1. +# Creating samples in PDF, PostScript, and SVG formats. +# Adding outlines with Unicode block names for PDF samples. +# Selection of code ranges to show in charts. +# Comparing of two font files with highlighting of added glyphs. diff --git a/fonts/fntsample/Makefile b/fonts/fntsample/Makefile new file mode 100644 index 00000000000..e73f919f791 --- /dev/null +++ b/fonts/fntsample/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/09/13 10:29:19 wiz Exp $ +# + +DISTNAME= fntsample-3.2 +CATEGORIES= fonts +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fntsample/} + +DISTFILES= ${DEFAULT_DISTFILES} Blocks.txt +SITES.Blocks.txt= http://unicode.org/Public/UNIDATA/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://fntsample.sourceforge.net/ +COMMENT= Make font samples, similar to Unicode charts, showing Unicode coverage +LICENSE= gnu-gpl-v3 + +PKG_DESTDIR_SUPPORT= user-destdir +USE_TOOLS+= pkg-config gmake perl:run +REPLACE_PERL= pdfoutline.pl +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-unicode-blocks=${WRKDIR}/Blocks.txt + +.include "../../devel/pango/buildlink3.mk" +.include "../../fonts/fontconfig/buildlink3.mk" +.include "../../graphics/cairo/buildlink3.mk" +.include "../../graphics/freetype2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/fntsample/PLIST b/fonts/fntsample/PLIST new file mode 100644 index 00000000000..f8b867345c2 --- /dev/null +++ b/fonts/fntsample/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/09/13 10:29:19 wiz Exp $ +bin/fntsample +bin/pdfoutline +man/man1/fntsample.1 +man/man1/pdfoutline.1 +share/locale/uk/LC_MESSAGES/fntsample.mo diff --git a/fonts/fntsample/distinfo b/fonts/fntsample/distinfo new file mode 100644 index 00000000000..835fa7592e1 --- /dev/null +++ b/fonts/fntsample/distinfo @@ -0,0 +1,8 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/09/13 10:29:19 wiz Exp $ + +SHA1 (Blocks.txt) = e1861d11aca3b2b56552e191ae02d914fd9c123a +RMD160 (Blocks.txt) = 84ba62e0efa9089cee60a4f84e9946e392288bf3 +Size (Blocks.txt) = 7119 bytes +SHA1 (fntsample-3.2.tar.gz) = 46e3e48ab930ad6a1296ceafd759b3175e28e5cf +RMD160 (fntsample-3.2.tar.gz) = 921668eace359a21881d7df7ec4a1dd8d11a97d9 +Size (fntsample-3.2.tar.gz) = 174945 bytes |