pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Renamed pfaedit to fontforge



details:   https://anonhg.NetBSD.org/pkgsrc/rev/689e9882854b
branches:  trunk
changeset: 484718:689e9882854b
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Nov 29 10:05:04 2004 +0000

description:
Renamed pfaedit to fontforge

diffstat:

 doc/CHANGES                    |   4 +++-
 doc/TODO                       |   6 +-----
 fonts/Makefile                 |   4 ++--
 fonts/pfaedit/DESCR            |   3 ---
 fonts/pfaedit/Makefile         |  31 -------------------------------
 fonts/pfaedit/PLIST            |  15 ---------------
 fonts/pfaedit/distinfo         |   5 -----
 fonts/pfaedit/patches/patch-aa |  22 ----------------------
 8 files changed, 6 insertions(+), 84 deletions(-)

diffs (156 lines):

diff -r 57e95f08e4fd -r 689e9882854b doc/CHANGES
--- a/doc/CHANGES       Mon Nov 29 10:03:33 2004 +0000
+++ b/doc/CHANGES       Mon Nov 29 10:05:04 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.8136 2004/11/29 09:28:40 markd Exp $
+$NetBSD: CHANGES,v 1.8137 2004/11/29 10:12:58 adam Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -5624,3 +5624,5 @@
        Updated cln to 1.1.9 [adam 2004-11-29]
        Updated ImageMagick to 6.1.5-7 [adam 2004-11-29]
        Updated krusader to 1.50 [markd 2004-11-29]
+       Removed pfaedit [adam 2004-11-29]
+       Added fontforge-20041115 [adam 2004-11-29]
diff -r 57e95f08e4fd -r 689e9882854b doc/TODO
--- a/doc/TODO  Mon Nov 29 10:03:33 2004 +0000
+++ b/doc/TODO  Mon Nov 29 10:05:04 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.2574 2004/11/29 09:28:40 markd Exp $
+$NetBSD: TODO,v 1.2575 2004/11/29 10:12:59 adam Exp $
 
 Suggested new packages
 ======================
@@ -13,10 +13,6 @@
        More fonts for figlet.
        ftp://ftp.plig.org/pub/figlet/fonts/contributed/
 
-       pfaedit -> fontforge rename
-       http://pfaedit.sourceforge.net/
-       Update any pfaedit packages and dependencies to fontforge.
-
        jgloss
        application for adding reading and translation annotations to Japanese
          text documents
diff -r 57e95f08e4fd -r 689e9882854b fonts/Makefile
--- a/fonts/Makefile    Mon Nov 29 10:03:33 2004 +0000
+++ b/fonts/Makefile    Mon Nov 29 10:05:04 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2004/11/26 13:05:20 adam Exp $
+# $NetBSD: Makefile,v 1.76 2004/11/29 10:05:04 adam Exp $
 #
 
 COMMENT=       Fonts
@@ -49,6 +49,7 @@
 SUBDIR+=       dbz-ttf
 SUBDIR+=       efont-unicode
 SUBDIR+=       fontconfig
+SUBDIR+=       fontforge
 SUBDIR+=       freefonts
 SUBDIR+=       geoslab703-ttf
 SUBDIR+=       ghostscript-cidfonts
@@ -85,7 +86,6 @@
 SUBDIR+=       p5-Font-AFM
 SUBDIR+=       p5-Font-TTF
 SUBDIR+=       pcf2bdf
-SUBDIR+=       pfaedit
 SUBDIR+=       profont
 SUBDIR+=       py-TTFQuery
 SUBDIR+=       py-fonttools
diff -r 57e95f08e4fd -r 689e9882854b fonts/pfaedit/DESCR
--- a/fonts/pfaedit/DESCR       Mon Nov 29 10:03:33 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-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 -r 57e95f08e4fd -r 689e9882854b fonts/pfaedit/Makefile
--- a/fonts/pfaedit/Makefile    Mon Nov 29 10:03:33 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-# $NetBSD: Makefile,v 1.17 2004/10/03 00:14:42 tv Exp $
-#
-
-DISTNAME=      pfaedit_full-${VERSION}
-PKGNAME=       pfaedit-20${VERSION}
-PKGREVISION=   1
-CATEGORIES=    fonts editors
-MASTER_SITES=  http://pfaedit.sourceforge.net/
-EXTRACT_SUFX=  .tgz
-
-MAINTAINER=    adam%NetBSD.org@localhost
-HOMEPAGE=      http://pfaedit.sourceforge.net/
-COMMENT=       Postscript font editor
-
-VERSION=       040310
-
-USE_BUILDLINK3=                YES
-USE_GNU_TOOLS+=                make
-USE_LIBTOOL=           YES
-USE_X11=               YES
-GNU_CONFIGURE=         YES
-CONFIGURE_ARGS+=       --with-freetype-src=no
-WRKSRC=                        ${WRKDIR}/pfaedit-${VERSION}
-
-.include "../../graphics/freetype2/buildlink3.mk"
-.include "../../graphics/jpeg/buildlink3.mk"
-.include "../../graphics/libungif/buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
-.include "../../graphics/tiff/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff -r 57e95f08e4fd -r 689e9882854b fonts/pfaedit/PLIST
--- a/fonts/pfaedit/PLIST       Mon Nov 29 10:03:33 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2004/09/22 08:09:31 jlam Exp $
-bin/pfaedit
-bin/sfddiff
-lib/libgdraw.la
-lib/libgunicode.la
-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-it.ui
-share/pfaedit/pfaedit-ja.ui
-share/pfaedit/pfaedit-ru.ui
-@dirrm share/pfaedit
diff -r 57e95f08e4fd -r 689e9882854b fonts/pfaedit/distinfo
--- a/fonts/pfaedit/distinfo    Mon Nov 29 10:03:33 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.4 2004/04/27 08:23:01 adam Exp $
-
-SHA1 (pfaedit_full-040310.tgz) = 60660c687363bcfe7a681d61c750d852418f53ce
-Size (pfaedit_full-040310.tgz) = 4349085 bytes
-SHA1 (patch-aa) = 4625e539f6f1e336c90ed76fa7e1b18b5476aabd
diff -r 57e95f08e4fd -r 689e9882854b fonts/pfaedit/patches/patch-aa
--- a/fonts/pfaedit/patches/patch-aa    Mon Nov 29 10:03:33 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2004/04/27 08:23:02 adam Exp $
-
---- pfaedit/Makefile.dynamic.in.orig   2004-02-01 03:57:29.000000000 +0000
-+++ pfaedit/Makefile.dynamic.in
-@@ -13,7 +13,7 @@ LIBTOOL = @LIBTOOL@
- 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@
-@@ -70,7 +70,7 @@ splinerefigure.o: splinerefigure.c
- #this makes all the .ui files but wildcarding doesn't work too well if the
- # files don't exist.
- nomen.h pfaedit-ui.c pfaedit-en.ui: $(srcdir)/nomen-*.c makenomenh.c
--      $(LIBTOOL) $(CC) -o makenomenh $(CFLAGS) $(srcdir)/makenomenh.c $(LIBS)
-+      $(LIBTOOL) $(CC) -o makenomenh $(CFLAGS) $(LDFLAGS) $(srcdir)/makenomenh.c $(LIBS)
-       -ln -s $(srcdir)/nomen-*.c .
-       ./makenomenh
-       mv pfaedit-ui-en.c pfaedit-ui.c



Home | Main Index | Thread Index | Old Index