Date: Thu, 12 Apr 2001 21:49:30 +0900 (JST) From: KANOU Hiroki <kanou@mil.allnet.ne.jp> To: FreeBSD-gnats-submit@freebsd.org Cc: kanou@mil.allnet.ne.jp Subject: ports/26515: New port: print/pfaedit Message-ID: <200104121249.VAA09701@kappa.allnet.ne.jp>
next in thread | raw e-mail | index | archive | help
>Number: 26515 >Category: ports >Synopsis: New port for pfaedit, an outline/bitmap font editor. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 12 05:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KANOU Hiroki <kanou@mil.allnet.ne.jp> >Release: FreeBSD 4.3-RC i386 >Organization: >Environment: System: FreeBSD tin 4.3-RC FreeBSD 4.3-RC #0: Wed Apr 11 20:24:04 JST 2001 kanou@tin:/usr/src/sys/compile/TIN i386 >Description: PfaEdit is an outline/bitmap font editor that handles PostScript Type 1, TrueType, and OpenType font files. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pfaedit/ # pfaedit/pkg-plist # pfaedit/pkg-descr # pfaedit/distinfo # pfaedit/Makefile # pfaedit/pkg-comment # pfaedit/files # pfaedit/files/patch-aa # echo c - pfaedit/ mkdir -p pfaedit/ > /dev/null 2>&1 echo x - pfaedit/pkg-plist sed 's/^X//' >pfaedit/pkg-plist << 'END-of-pfaedit/pkg-plist' Xbin/pfaedit END-of-pfaedit/pkg-plist echo x - pfaedit/pkg-descr sed 's/^X//' >pfaedit/pkg-descr << 'END-of-pfaedit/pkg-descr' XPfaEdit is a PostScript font editor which can create and modify outline Xfonts in Type 1, TrueType, or OpenType format. It can generate bitmaps Xand save in BDF format. X XIf you have installed 'autotrace', you can generate outlines from Ximported bitmap images. X XFor more Information, see X XWWW: http://bibliofile.mc.duke.edu/gww/FreeWare/PfaEdit/ X END-of-pfaedit/pkg-descr echo x - pfaedit/distinfo sed 's/^X//' >pfaedit/distinfo << 'END-of-pfaedit/distinfo' XMD5 (pfaedit_src-100401.tgz) = 09d492bc8425249aca37d1bf303c9919 XMD5 (libgunicode-090301.tgz) = 00cb104dbdfebcae04525d9f30cf751c XMD5 (libgdraw-100401.tgz) = 2690aea01996f0e7a971ac033c76a913 END-of-pfaedit/distinfo echo x - pfaedit/Makefile sed 's/^X//' >pfaedit/Makefile << 'END-of-pfaedit/Makefile' X# New ports collection makefile for: pfaedit X# Date created: 25 March 2001 X# Whom: KANOU Hiroki <kanou@mil.allnet.ne.jp> X# X# $FreeBSD$ X# X XPORTNAME= pfaedit XPORTVERSION?= 20010410 XWRKSRC= ${WRKDIR}/${PORTNAME} XCATEGORIES= print XMASTER_SITES= http://bibliofile.mc.duke.edu/gww/Freeware/PfaEdit/ XDISTFILES= ${PORTNAME}_src-${DIST_VER}.tgz \ X libgunicode-${LIBGUNI_VER}.tgz libgdraw-${LIBGDRAW_VER}.tgz X XMAINTAINER= kanou@mil.allnet.ne.jp X XDIST_VER= 100401 XLIBGDRAW_VER= 100401 XLIBGUNI_VER= 090301 X XLIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ X jpeg.9:${PORTSDIR}/graphics/jpeg \ X png.4:${PORTSDIR}/graphics/png \ X ungif.5:${PORTSDIR}/graphics/libungif X XUSE_XLIB= yes XALL_TARGET= pfaedit X XMAN1= pfaedit.1 X Xdo-configure: X (cd ${WRKSRC} ; CFLAGS='-I/usr/local/include -L/usr/local/lib' ./configure ${CONFIGURE_ARGS}) X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/pfaedit/pfaedit ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/pfaedit/pfaedit.1 ${PREFIX}/man/man1 X X.include <bsd.port.mk> END-of-pfaedit/Makefile echo x - pfaedit/pkg-comment sed 's/^X//' >pfaedit/pkg-comment << 'END-of-pfaedit/pkg-comment' XType 1/TrueType/OpenType/bitmap font editor END-of-pfaedit/pkg-comment echo c - pfaedit/files mkdir -p pfaedit/files > /dev/null 2>&1 echo x - pfaedit/files/patch-aa sed 's/^X//' >pfaedit/files/patch-aa << 'END-of-pfaedit/files/patch-aa' X--- Makefile.in.orig Fri Mar 23 03:05:11 2001 X+++ Makefile.in Thu Apr 12 14:44:22 2001 X@@ -24,11 +24,5 @@ X X install: X # You may need to be root to do the install X- cp pfaedit/pfaedit $(bindir) X- cp pfaedit/pfaedit.1 $(mandir)/man1 X- -rm $(libdir)/libgdraw.so* $(libdir)/libgunicode.so.* X- cp libs/*.so.1.0 $(libdir) X- ln -s libgdraw.so.1.0 $(libdir)/libgdraw.so.1 X- ln -s libgdraw.so.1 $(libdir)/libgdraw.so X- ln -s libgunicode.so.1.0 $(libdir)/libgunicode.so.1 X- ln -s libgunicode.so.1 $(libdir)/libgunicode.so X+ $(INSTALL) pfaedit/pfaedit $(bindir) X+ $(INSTALL) pfaedit/pfaedit.1 $(mandir)/man1 END-of-pfaedit/files/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104121249.VAA09701>