summaryrefslogtreecommitdiff
path: root/fonts/pfaedit
diff options
context:
space:
mode:
authorwiz <wiz>2002-09-29 23:15:10 +0000
committerwiz <wiz>2002-09-29 23:15:10 +0000
commit82d99b1e75fd5fd3c15bd41a846f7900f19b1449 (patch)
tree74ebaf6050272fcd67dd55af077c2c4dc4630eb6 /fonts/pfaedit
parent7e2f976b2e81ae5058ceaf8d3e1e627e6039c8c9 (diff)
downloadpkgsrc-82d99b1e75fd5fd3c15bd41a846f7900f19b1449.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/DESCR3
-rw-r--r--fonts/pfaedit/Makefile26
-rw-r--r--fonts/pfaedit/PLIST12
-rw-r--r--fonts/pfaedit/distinfo5
-rw-r--r--fonts/pfaedit/patches/patch-aa13
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@