pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/ttfdump Import ttfdump-0.5.5 as fonts/ttfdump.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f937bb1e1e6
branches:  trunk
changeset: 626457:3f937bb1e1e6
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Nov 12 21:50:09 2013 +0000

description:
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:

 fonts/ttfdump/DESCR    |   4 ++++
 fonts/ttfdump/Makefile |  26 ++++++++++++++++++++++++++
 fonts/ttfdump/PLIST    |   3 +++
 fonts/ttfdump/distinfo |   5 +++++
 4 files changed, 38 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r 9ba447d9f792 -r 3f937bb1e1e6 fonts/ttfdump/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/ttfdump/DESCR       Tue Nov 12 21:50:09 2013 +0000
@@ -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 -r 9ba447d9f792 -r 3f937bb1e1e6 fonts/ttfdump/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/ttfdump/Makefile    Tue Nov 12 21:50:09 2013 +0000
@@ -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@localhost
+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 -r 9ba447d9f792 -r 3f937bb1e1e6 fonts/ttfdump/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/ttfdump/PLIST       Tue Nov 12 21:50:09 2013 +0000
@@ -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 -r 9ba447d9f792 -r 3f937bb1e1e6 fonts/ttfdump/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/ttfdump/distinfo    Tue Nov 12 21:50:09 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index