diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-29 23:15:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-29 23:15:10 +0000 |
commit | 0e3536778d8f946b5b3b584fc83cf91f78932431 (patch) | |
tree | 74ebaf6050272fcd67dd55af077c2c4dc4630eb6 /fonts/pfaedit | |
parent | 2b0e93d8e81cf24bdb3ac33cb4fb31f8087b8cee (diff) | |
download | pkgsrc-0e3536778d8f946b5b3b584fc83cf91f78932431.tar.gz |
Initial import of pfaedit, a postscript font editor.
A postscript font editor that lets you create your own postscript,
truetype, opentype, cid-keyed and bitmap (bdf) fonts, or edit
existing ones. Also lets you convert one format to another.
Diffstat (limited to 'fonts/pfaedit')
-rw-r--r-- | fonts/pfaedit/DESCR | 3 | ||||
-rw-r--r-- | fonts/pfaedit/Makefile | 26 | ||||
-rw-r--r-- | fonts/pfaedit/PLIST | 12 | ||||
-rw-r--r-- | fonts/pfaedit/distinfo | 5 | ||||
-rw-r--r-- | fonts/pfaedit/patches/patch-aa | 13 |
5 files changed, 59 insertions, 0 deletions
diff --git a/fonts/pfaedit/DESCR b/fonts/pfaedit/DESCR new file mode 100644 index 00000000000..2e0de95ca44 --- /dev/null +++ b/fonts/pfaedit/DESCR @@ -0,0 +1,3 @@ +A postscript font editor that lets you create your own postscript, +truetype, opentype, cid-keyed and bitmap (bdf) fonts, or edit +existing ones. Also lets you convert one format to another. diff --git a/fonts/pfaedit/Makefile b/fonts/pfaedit/Makefile new file mode 100644 index 00000000000..6db3e99f88b --- /dev/null +++ b/fonts/pfaedit/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/09/29 23:15:10 wiz Exp $ +# + +DISTNAME= pfaedit_full-020910 +PKGNAME= pfaedit-20020910 +CATEGORIES= fonts editors +MASTER_SITES= http://pfaedit.sourceforge.net/ +EXTRACT_SUFX= .tgz + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://pfaedit.sourceforge.net/ +COMMENT= postscript font editor + +WRKSRC= ${WRKDIR}/pfaedit +USE_LIBTOOL= YES +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +GNU_CONFIGURE= YES +USE_BUILDLINK2= YES +USE_X11= YES + +.include "../../graphics/freetype2/buildlink2.mk" +.include "../../graphics/jpeg/buildlink2.mk" +.include "../../graphics/png/buildlink2.mk" +.include "../../graphics/tiff/buildlink2.mk" +.include "../../graphics/libungif/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/pfaedit/PLIST b/fonts/pfaedit/PLIST new file mode 100644 index 00000000000..b1ca5cab663 --- /dev/null +++ b/fonts/pfaedit/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/09/29 23:15:10 wiz Exp $ +bin/pfaedit +bin/sfddiff +man/man1/pfaedit.1 +man/man1/sfddiff.1 +share/pfaedit/pfaedit-de.ui +share/pfaedit/pfaedit-en.ui +share/pfaedit/pfaedit-es.ui +share/pfaedit/pfaedit-fr.ui +share/pfaedit/pfaedit-ja.ui +share/pfaedit/pfaedit-ru.ui +@dirrm share/pfaedit diff --git a/fonts/pfaedit/distinfo b/fonts/pfaedit/distinfo new file mode 100644 index 00000000000..e307f2e02bb --- /dev/null +++ b/fonts/pfaedit/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/09/29 23:15:10 wiz Exp $ + +SHA1 (pfaedit_full-020910.tgz) = 752328d07f7329b698d1db62af058c80089d17a3 +Size (pfaedit_full-020910.tgz) = 2762492 bytes +SHA1 (patch-aa) = 7e8abdca9cfc5a346ab0fca09438348ed689fd8b diff --git a/fonts/pfaedit/patches/patch-aa b/fonts/pfaedit/patches/patch-aa new file mode 100644 index 00000000000..9ad223b1ef4 --- /dev/null +++ b/fonts/pfaedit/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/09/29 23:15:10 wiz Exp $ + +--- pfaedit/Makefile.in.orig Tue Sep 10 02:57:20 2002 ++++ pfaedit/Makefile.in +@@ -8,7 +8,7 @@ bindir = @bindir@ + CC = @CC@ + + X_CFLAGS = @X_CFLAGS@ +-X_LIBS = @X_LIBS@ ++X_LIBS = @X_LIBS@ -Wl,-R${X11BASE}/lib + X_11LIB = @X_11LIB@ + X_EXTRA_LIBS = @X_EXTRA_LIBS@ + X_PRE_LIBS = @X_PRE_LIBS@ |