From 613ec7395960d6442faa18871ea8fb1ee33ddafd Mon Sep 17 00:00:00 2001 From: manu Date: Wed, 10 Sep 2003 21:21:30 +0000 Subject: Added fondu, a set of tools to convert between Mac and UNIX fonts. --- converters/fondu/DESCR | 8 ++++++++ converters/fondu/Makefile | 30 ++++++++++++++++++++++++++++++ converters/fondu/PLIST | 13 +++++++++++++ converters/fondu/distinfo | 4 ++++ 4 files changed, 55 insertions(+) create mode 100644 converters/fondu/DESCR create mode 100644 converters/fondu/Makefile create mode 100644 converters/fondu/PLIST create mode 100644 converters/fondu/distinfo (limited to 'converters/fondu') 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 -- cgit v1.2.3