Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

8
fonts/fntsample/DESCR Normal file
View File

@@ -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.

26
fonts/fntsample/Makefile Normal file
View File

@@ -0,0 +1,26 @@
# $NetBSD: Makefile,v 1.15 2013/06/06 12:54:20 wiz Exp $
#
DISTNAME= fntsample-3.2
PKGREVISION= 13
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
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"

6
fonts/fntsample/PLIST Normal file
View File

@@ -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

8
fonts/fntsample/distinfo Normal file
View File

@@ -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