diff options
author | minskim <minskim@pkgsrc.org> | 2013-11-12 21:50:09 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2013-11-12 21:50:09 +0000 |
commit | 3ca0ff754baf7b2773d4003f09a5d6ab54aca46a (patch) | |
tree | bc89c1b4efbb6ec419f06fc5724c377df6e2a92e /fonts/ttfdump | |
parent | 8cb4427c5015bfc63b5a889de5e792ee4823fdd7 (diff) | |
download | pkgsrc-3ca0ff754baf7b2773d4003f09a5d6ab54aca46a.tar.gz |
Import ttfdump-0.5.5 as fonts/ttfdump.
Ttfdump is a TrueType font dumper. The main purpose of ttfdump is to
dump the various table in a TrueType font file in ASCII form. Ttfdump
is the first step in the ILX (Internationalized and Localized X-window)
project.
Diffstat (limited to 'fonts/ttfdump')
-rw-r--r-- | fonts/ttfdump/DESCR | 4 | ||||
-rw-r--r-- | fonts/ttfdump/Makefile | 26 | ||||
-rw-r--r-- | fonts/ttfdump/PLIST | 3 | ||||
-rw-r--r-- | fonts/ttfdump/distinfo | 5 |
4 files changed, 38 insertions, 0 deletions
diff --git a/fonts/ttfdump/DESCR b/fonts/ttfdump/DESCR new file mode 100644 index 00000000000..4f00dd33ec4 --- /dev/null +++ b/fonts/ttfdump/DESCR @@ -0,0 +1,4 @@ +Ttfdump is a TrueType font dumper. The main purpose of ttfdump is to +dump the various table in a TrueType font file in ASCII form. Ttfdump +is the first step in the ILX (Internationalized and Localized X-window) +project. diff --git a/fonts/ttfdump/Makefile b/fonts/ttfdump/Makefile new file mode 100644 index 00000000000..f595ddbf6ec --- /dev/null +++ b/fonts/ttfdump/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1 2013/11/12 21:50:09 minskim Exp $ + +DISTNAME= texlive-20130530-source +PKGNAME= ttfdump-0.5.5 +CATEGORIES= fonts +MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/texlive/Source/} +EXTRACT_SUFX= .tar.xz + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://www.freetype.org/ +COMMENT= TrueType font dumper +LICENSE= gnu-gpl-v2 + +EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \ + ${DISTNAME}/texk/ttfdump + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +WRKSRC= ${WRKDIR}/${DISTNAME}/texk/ttfdump + +CONFIGURE_ARGS+= --with-system-kpathsea \ + --with-kpathsea-includes=${BUILDLINK_PREFIX.kpathsea}/include \ + --with-kpathsea-libdir=${BUILDLINK_PREFIX.kpathsea}/lib + +.include "../../print/kpathsea/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/ttfdump/PLIST b/fonts/ttfdump/PLIST new file mode 100644 index 00000000000..7c14f7ca902 --- /dev/null +++ b/fonts/ttfdump/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2013/11/12 21:50:09 minskim Exp $ +bin/ttfdump +man/man1/ttfdump.1 diff --git a/fonts/ttfdump/distinfo b/fonts/ttfdump/distinfo new file mode 100644 index 00000000000..84fe6814a60 --- /dev/null +++ b/fonts/ttfdump/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/11/12 21:50:09 minskim Exp $ + +SHA1 (texlive-20130530-source.tar.xz) = 42f0a6fa3f49435991182f14e01276b2ee3fce61 +RMD160 (texlive-20130530-source.tar.xz) = 2d779ae5de979be86a9258b224dfc15cbcd76b18 +Size (texlive-20130530-source.tar.xz) = 179963948 bytes |