diff options
author | barner <barner@FreeBSD.org> | 2005-11-24 18:40:17 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2005-11-24 18:40:17 +0800 |
commit | a9cc986eb496d2ea019ba6b4ee67be9217de8b40 (patch) | |
tree | 1c362471e78cf9276f1567def49f73c85d31d733 | |
parent | df5d27a8531e7df19320da13a7652865f195a57b (diff) | |
download | freebsd-ports-gnome-a9cc986eb496d2ea019ba6b4ee67be9217de8b40.tar.gz freebsd-ports-gnome-a9cc986eb496d2ea019ba6b4ee67be9217de8b40.tar.zst freebsd-ports-gnome-a9cc986eb496d2ea019ba6b4ee67be9217de8b40.zip |
print/lcdf-typetools was a dupe of print/typetools, so remove the former
port and add a MOVED entry for it.
Since print/typetools was unmaintained, transfer maintainership to
submitter of print/lcdf-typetools (Ulrich Spoerlein <q@galgenberg.net>)
Reported by: Ports Fury
-rw-r--r-- | CVSROOT/modules | 1 | ||||
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/lcdf-typetools/Makefile | 26 | ||||
-rw-r--r-- | print/lcdf-typetools/distinfo | 3 | ||||
-rw-r--r-- | print/lcdf-typetools/pkg-descr | 15 | ||||
-rw-r--r-- | print/lcdf-typetools/pkg-plist | 13 | ||||
-rw-r--r-- | print/typetools/Makefile | 2 |
8 files changed, 2 insertions, 60 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index 20f1051d4610..acb35b50f97d 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -5183,7 +5183,6 @@ lbreakout ports/games/lbreakout lbreakout2 ports/games/lbreakout2 lc ports/misc/lc lcab ports/archivers/lcab -lcdf-typetools ports/print/lcdf-typetools lcdproc ports/sysutils/lcdproc lcms ports/graphics/lcms ldap-account-manager ports/sysutils/ldap-account-manager @@ -1979,3 +1979,4 @@ games/q3server-osp|games/quake3-osp|2005-11-22|Renamed games/q3server-ra3|games/quake3-ra3|2005-11-22|Renamed games/q3server-ut|games/quake3-ut|2005-11-22|Renamed games/q3server-wfa|games/quake3-wfa|2005-11-22|Renamed +print/lcdf-typetools|print/typetools|2005-11-24|Port has already existed diff --git a/print/Makefile b/print/Makefile index 867bb7ae34f6..067f5c45bdcb 100644 --- a/print/Makefile +++ b/print/Makefile @@ -145,7 +145,6 @@ SUBDIR += latex2slides SUBDIR += latexdiff SUBDIR += latexmk - SUBDIR += lcdf-typetools SUBDIR += lgrind SUBDIR += libgnomecups SUBDIR += libgnomeprint diff --git a/print/lcdf-typetools/Makefile b/print/lcdf-typetools/Makefile deleted file mode 100644 index 7fb2b49b3675..000000000000 --- a/print/lcdf-typetools/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: print/lcdf-typetools -# Date created: 22.11.2005 -# Whom: Ulrich Spoerlein <q@galgenberg.net> -# -# $FreeBSD$ -# - -PORTNAME= lcdf-typetools -PORTVERSION= 2.36 -CATEGORIES= print -MASTER_SITES= http://www.lcdf.org/type/ - -MAINTAINER= q@galgenberg.net -COMMENT= Tools for manipulating Opentype/Type1 PS-Fonts - -BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX-base - -USE_GMAKE= yes -GNU_CONFIGURE= yes - -CONFIGURE_ARGS+= --with-kpathsea=${LOCALBASE} - -MAN1= cfftot1.1 mmafm.1 mmpfb.1 otfinfo.1 otftotfm.1 t1dotlessj.1 t1lint.1 \ - t1reencode.1 t1testpage.1 - -.include <bsd.port.mk> diff --git a/print/lcdf-typetools/distinfo b/print/lcdf-typetools/distinfo deleted file mode 100644 index 53988648345f..000000000000 --- a/print/lcdf-typetools/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (lcdf-typetools-2.36.tar.gz) = c3cf8264c55613b1c357c55f3ab16622 -SHA256 (lcdf-typetools-2.36.tar.gz) = f6b5d0a4d171ccfdf3767a444afea4db6ca5ed1ebd1408055012cc28f80beb42 -SIZE (lcdf-typetools-2.36.tar.gz) = 476160 diff --git a/print/lcdf-typetools/pkg-descr b/print/lcdf-typetools/pkg-descr deleted file mode 100644 index 478443e6575d..000000000000 --- a/print/lcdf-typetools/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -The LCDF Typetools package contains several command-line -programs for manipulating PostScript Type 1 and -PostScript-flavored OpenType fonts. - -The tools include: -cfftot1 -mmafm and mmpfb -otfinfo -otftotfm -t1dotlessj -t1lint -t1reencode -t1testpage - -WWW: http://www.lcdf.org/type/ diff --git a/print/lcdf-typetools/pkg-plist b/print/lcdf-typetools/pkg-plist deleted file mode 100644 index 5b901d3b2272..000000000000 --- a/print/lcdf-typetools/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -bin/cfftot1 -bin/mmafm -bin/mmpfb -bin/otfinfo -bin/otftotfm -bin/t1dotlessj -bin/t1lint -bin/t1reencode -bin/t1testpage -%%DATADIR%%/7t.enc -%%DATADIR%%/glyphlist.txt -%%DATADIR%%/texglyphlist.txt -@dirrm %%DATADIR%% diff --git a/print/typetools/Makefile b/print/typetools/Makefile index 47b8736b6b13..fdd941257711 100644 --- a/print/typetools/Makefile +++ b/print/typetools/Makefile @@ -12,7 +12,7 @@ CATEGORIES= print MASTER_SITES= http://www.lcdf.org/type/ DISTNAME= lcdf-${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= q@galgenberg.net COMMENT= Tools for manipulating fonts BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX-base |