diff options
Diffstat (limited to 'print/fontforge')
-rw-r--r-- | print/fontforge/Makefile | 42 | ||||
-rw-r--r-- | print/fontforge/distinfo | 4 | ||||
-rw-r--r-- | print/fontforge/files/patch-aa | 20 | ||||
-rw-r--r-- | print/fontforge/files/patch-ab | 11 | ||||
-rw-r--r-- | print/fontforge/pkg-comment | 1 | ||||
-rw-r--r-- | print/fontforge/pkg-descr | 10 | ||||
-rw-r--r-- | print/fontforge/pkg-plist | 8 |
7 files changed, 0 insertions, 96 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile deleted file mode 100644 index abf4ca7bfd41..000000000000 --- a/print/fontforge/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: pfaedit -# Date created: 25 March 2001 -# Whom: KANOU Hiroki <kanou@mil.allnet.ne.jp> -# -# $FreeBSD$ -# - -PORTNAME= pfaedit -PORTVERSION= 20010808 -CATEGORIES= print -MASTER_SITES= http://pfaedit.sourceforge.net/ -DISTFILES= ${PORTNAME}_src-${DIST_VER}.tgz \ - libgunicode-${LIBGUNI_VER}.tgz libgdraw-${LIBGDRAW_VER}.tgz \ - cidmaps.tgz - -MAINTAINER= kanou@mil.allnet.ne.jp - -DIST_VER= 010808 -LIBGDRAW_VER= 010808 -LIBGUNI_VER= 010808 - -LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - ungif.5:${PORTSDIR}/graphics/libungif - -USE_XLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -WRKSRC= ${WRKDIR}/${PORTNAME} -ALL_TARGET= pfaedit - -MAN1= pfaedit.1 - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pfaedit/pfaedit ${PREFIX}/bin - ${MKDIR} ${PREFIX}/share/pfaedit - ${INSTALL_DATA} ${WRKDIR}/*.cidmap ${PREFIX}/share/pfaedit - ${INSTALL_MAN} ${WRKSRC}/pfaedit/pfaedit.1 ${PREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/print/fontforge/distinfo b/print/fontforge/distinfo deleted file mode 100644 index 8e644bd81795..000000000000 --- a/print/fontforge/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (pfaedit_src-010808.tgz) = 5d6d99029a038e4930279cc882abfc2b -MD5 (cidmaps.tgz) = b2f5fd18ea3c8205e6923832505bf73b -MD5 (libgunicode-010808.tgz) = 4d45e6d0e772b12f5664a4064f9fbdf5 -MD5 (libgdraw-010808.tgz) = 6b5db477d345fdf72165d6248ab4534c diff --git a/print/fontforge/files/patch-aa b/print/fontforge/files/patch-aa deleted file mode 100644 index 6e25fa327010..000000000000 --- a/print/fontforge/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- pfaedit/encoding.c.orig Sat Aug 4 06:27:24 2001 -+++ pfaedit/encoding.c Thu Aug 23 19:21:17 2001 -@@ -683,7 +683,7 @@ - if ( file==NULL ) - file = SearchDirForCidMap(GResourceProgramDir,registry,ordering,supplement,&maybefile); - if ( file==NULL ) -- file = SearchDirForCidMap("/usr/share/pfaedit",registry,ordering,supplement,&maybefile); -+ file = SearchDirForCidMap("/usr/local/share/pfaedit",registry,ordering,supplement,&maybefile); - - if ( file==NULL && (maybe!=NULL || maybefile!=NULL)) { - if ( maybefile!=NULL ) { -@@ -864,7 +864,7 @@ - } - FindMapsInDir(&block,"."); - FindMapsInDir(&block,GResourceProgramDir); -- FindMapsInDir(&block,"/usr/share/pfaedit"); -+ FindMapsInDir(&block,"/usr/local/share/pfaedit"); - - choices = gcalloc(block.cur+2,sizeof(unichar_t *)); - choices[0] = u_copy(GStringGetResource(_STR_Browse,NULL)); diff --git a/print/fontforge/files/patch-ab b/print/fontforge/files/patch-ab deleted file mode 100644 index bbb964fd9827..000000000000 --- a/print/fontforge/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- pfaedit/prefs.c.orig Thu Aug 9 08:55:45 2001 -+++ pfaedit/prefs.c Thu Aug 23 19:22:49 2001 -@@ -134,7 +134,7 @@ - GFileBuildName(GResourceProgramDir,buffer,full,sizeof(full)); - } - if ( !GFileExists(full)) { -- GFileBuildName("/usr/share/pfaedit",buffer,full,sizeof(full)); -+ GFileBuildName("/usr/local/share/pfaedit",buffer,full,sizeof(full)); - if ( !GFileExists(full) && strlen(loc)>5 ) { - strcpy(buffer+13,".ui"); - GFileBuildName(GResourceProgramDir,buffer,full,sizeof(full)); diff --git a/print/fontforge/pkg-comment b/print/fontforge/pkg-comment deleted file mode 100644 index d93a19a53722..000000000000 --- a/print/fontforge/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Type 1/TrueType/OpenType/bitmap font editor diff --git a/print/fontforge/pkg-descr b/print/fontforge/pkg-descr deleted file mode 100644 index 8e8d7901848f..000000000000 --- a/print/fontforge/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -PfaEdit is a PostScript font editor which can create and modify outline -fonts in Type 1, TrueType, or OpenType format. It can generate bitmaps -and save in BDF format. - -If you have installed 'autotrace', you can generate outlines from -imported bitmap images. - -For more Information, see - -WWW: http://bibliofile.mc.duke.edu/gww/FreeWare/PfaEdit/ diff --git a/print/fontforge/pkg-plist b/print/fontforge/pkg-plist deleted file mode 100644 index 5a4d447c803c..000000000000 --- a/print/fontforge/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/pfaedit -share/pfaedit/Adobe-CNS1-3.cidmap -share/pfaedit/Adobe-Identity-0.cidmap -share/pfaedit/Adobe-Japan2-0.cidmap -share/pfaedit/Adobe-GB1-4.cidmap -share/pfaedit/Adobe-Japan1-4.cidmap -share/pfaedit/Adobe-Korea1-2.cidmap -@dirrm share/pfaedit |