summaryrefslogtreecommitdiff
path: root/converters/fondu
diff options
context:
space:
mode:
authormanu <manu>2003-09-10 21:21:30 +0000
committermanu <manu>2003-09-10 21:21:30 +0000
commit39247e332c8396186f6208fb91dec5ae1bfb5f92 (patch)
tree07b4ddbe4e2702a6fd3604cc787516f00226205c /converters/fondu
parente07897b6275381c40e76f9467b4faca93ca5f916 (diff)
downloadpkgsrc-39247e332c8396186f6208fb91dec5ae1bfb5f92.tar.gz
Added fondu, a set of tools to convert between Mac and UNIX fonts.
Diffstat (limited to 'converters/fondu')
-rw-r--r--converters/fondu/DESCR8
-rw-r--r--converters/fondu/Makefile30
-rw-r--r--converters/fondu/PLIST13
-rw-r--r--converters/fondu/distinfo4
4 files changed, 55 insertions, 0 deletions
diff --git a/converters/fondu/DESCR b/converters/fondu/DESCR
new file mode 100644
index 00000000000..b94ec33a2f0
--- /dev/null
+++ b/converters/fondu/DESCR
@@ -0,0 +1,8 @@
+A set of programs to interconvert between mac font formats
+and pfb, ttf, otf and bdf files on unix.
+
+Dealing with mac fonts is hard on other operating systems because
+mac fonts are stored in the resource fork, and other operating
+systems do not support this concept. Fondu will extract the resource
+fork from either a macbinary file or a binhex file. Ufond will
+create a resource fork inside a macbinary file.
diff --git a/converters/fondu/Makefile b/converters/fondu/Makefile
new file mode 100644
index 00000000000..a5c644ad680
--- /dev/null
+++ b/converters/fondu/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/10 21:21:30 manu Exp $
+#
+
+DISTNAME= fondu_src-030428
+CATEGORIES= converters print
+MASTER_SITES= http://fondu.sourceforge.net/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= manu@netbsd.org
+HOMEPAGE= http://fondu.sourceforge.net
+COMMENT= Utility to convert between Mac fonts and UNIX fonts
+
+WRKSRC= ${WRKDIR}/fondu
+HAS_CONFIGURE= YES
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/fondu ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/dfont2res ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/frombin ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/tobin ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/showfond ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/ufond ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/fondu.1 ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/dfont2res.1 ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/frombin.1 ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/tobin.1 ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/showfond.1 ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/ufond.1 ${PREFIX}/man/man1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/converters/fondu/PLIST b/converters/fondu/PLIST
new file mode 100644
index 00000000000..85c81b6a1d8
--- /dev/null
+++ b/converters/fondu/PLIST
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/10 21:21:30 manu Exp $
+bin/fondu
+bin/ufond
+bin/showfond
+bin/dfont2res
+bin/tobin
+bin/frombin
+man/man1/fondu.1
+man/man1/ufond.1
+man/man1/showfond.1
+man/man1/dfont2res.1
+man/man1/tobin.1
+man/man1/frombin.1
diff --git a/converters/fondu/distinfo b/converters/fondu/distinfo
new file mode 100644
index 00000000000..11856bbfb01
--- /dev/null
+++ b/converters/fondu/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/09/10 21:21:30 manu Exp $
+
+SHA1 (fondu_src-030428.tgz) = 1a8875ba4876c514c925c4f8b44efe3249f30448
+Size (fondu_src-030428.tgz) = 90596 bytes