pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Added fondu, a set of tools to convert between Mac and...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca681d6d4ce6
branches:  trunk
changeset: 461097:ca681d6d4ce6
user:      manu <manu%pkgsrc.org@localhost>
date:      Wed Sep 10 21:21:30 2003 +0000

description:
Added fondu, a set of tools to convert between Mac and UNIX fonts.

diffstat:

 converters/Makefile       |   3 ++-
 converters/fondu/DESCR    |   8 ++++++++
 converters/fondu/Makefile |  30 ++++++++++++++++++++++++++++++
 converters/fondu/PLIST    |  13 +++++++++++++
 converters/fondu/distinfo |   4 ++++
 doc/CHANGES               |   3 ++-
 6 files changed, 59 insertions(+), 2 deletions(-)

diffs (102 lines):

diff -r 8d89c8ed36c2 -r ca681d6d4ce6 converters/Makefile
--- a/converters/Makefile       Wed Sep 10 20:44:18 2003 +0000
+++ b/converters/Makefile       Wed Sep 10 21:21:30 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2003/07/21 16:36:11 martti Exp $
+# $NetBSD: Makefile,v 1.59 2003/09/10 21:22:29 manu Exp $
 #
 
 COMMENT=       Document format and character code converters
@@ -14,6 +14,7 @@
 SUBDIR+=       code2html
 SUBDIR+=       doc2html
 SUBDIR+=       dvi2tty
+SUBDIR+=       fondu
 SUBDIR+=       hztty
 SUBDIR+=       ish
 SUBDIR+=       ja-dvi2tty
diff -r 8d89c8ed36c2 -r ca681d6d4ce6 converters/fondu/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/fondu/DESCR    Wed Sep 10 21:21:30 2003 +0000
@@ -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 -r 8d89c8ed36c2 -r ca681d6d4ce6 converters/fondu/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/fondu/Makefile Wed Sep 10 21:21:30 2003 +0000
@@ -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@localhost
+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 -r 8d89c8ed36c2 -r ca681d6d4ce6 converters/fondu/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/fondu/PLIST    Wed Sep 10 21:21:30 2003 +0000
@@ -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 -r 8d89c8ed36c2 -r ca681d6d4ce6 converters/fondu/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/fondu/distinfo Wed Sep 10 21:21:30 2003 +0000
@@ -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
diff -r 8d89c8ed36c2 -r ca681d6d4ce6 doc/CHANGES
--- a/doc/CHANGES       Wed Sep 10 20:44:18 2003 +0000
+++ b/doc/CHANGES       Wed Sep 10 21:21:30 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.3316 2003/09/10 19:14:26 jmmv Exp $
+$NetBSD: CHANGES,v 1.3317 2003/09/10 21:24:16 manu Exp $
 
 Changes to the packages collection and infrastructure in 2003:
 
@@ -3615,3 +3615,4 @@
        Added ruby-DBD-mysql-0.0.21 [taca 2003-09-10]
        Updated xpkgwedge to 1.8 [gavan 2003-09-10]
        Updated pkg_chk to 1.40 [jmmv 2003-09-10]
+       Added fondu-030428 [manu 2003-01-10]    



Home | Main Index | Thread Index | Old Index