pkgsrc-WIP-changes archive

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

wip/ghostscript-cidfonts: remove (mechanical cleanup) Parameters considered: - pkgsrc/fonts/ ghostscript-cidfonts exists - pkgsrc (20000901nb6) >= wip (20000901nb5) - doc/CHANGES-2014: Updated to 20000901nb5 [mef 2014-01-09] - doc/ CHANGES-2014: Updated to 20000901nb6 [mef 2014-01-23] - wip/ ghostscript-cidfonts last touched [makoto 2014-01-14] - package does not appear to be actively used to stage updates - manual inspection of diff revealed no uncommitted improvements



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Wed Sep 23 04:36:39 2015 +0200
Changeset:	36354684951137c54f99974a60a6b2777691ff52

Removed Files:
	ghostscript-cidfonts/DEINSTALL
	ghostscript-cidfonts/DESCR
	ghostscript-cidfonts/INSTALL
	ghostscript-cidfonts/Makefile
	ghostscript-cidfonts/PLIST

Log Message:
wip/ghostscript-cidfonts: remove (mechanical cleanup)
Parameters considered:
- pkgsrc/fonts/ghostscript-cidfonts exists
- pkgsrc (20000901nb6) >= wip (20000901nb5)
- doc/CHANGES-2014: Updated to 20000901nb5 [mef 2014-01-09]
- doc/CHANGES-2014: Updated to 20000901nb6 [mef 2014-01-23]
- wip/ghostscript-cidfonts last touched [makoto 2014-01-14]
- package does not appear to be actively used to stage updates
- manual inspection of diff revealed no uncommitted improvements

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=36354684951137c54f99974a60a6b2777691ff52

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ghostscript-cidfonts/DEINSTALL | 18 ------------------
 ghostscript-cidfonts/DESCR     |  2 --
 ghostscript-cidfonts/INSTALL   | 19 -------------------
 ghostscript-cidfonts/Makefile  | 31 -------------------------------
 ghostscript-cidfonts/PLIST     |  2 --
 5 files changed, 72 deletions(-)

diffs:
diff --git a/ghostscript-cidfonts/DEINSTALL b/ghostscript-cidfonts/DEINSTALL
deleted file mode 100644
index b540d71..0000000
--- a/ghostscript-cidfonts/DEINSTALL
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: DEINSTALL,v 1.4 2014/01/13 10:46:29 makoto Exp $
-
-ADOBE_RESOURCEDIR="@ADOBE_RESOURCEDIR@"
-GS_RESOURCEDIR="@GS_RESOURCEDIR@"
-PKG_INFO="@PKG_INFO@"
-
-case ${STAGE} in
-DEINSTALL)
-	${PKG_INFO} -qL adobe-cidfonts | ${GREP} "/Resource/CIDFont/" |
-	while read src; do
-		base=`${BASENAME} $src`
-		dest="${GS_RESOURCEDIR}/CIDFont/$base"
-		${RM} -f $dest
-	done
-	;;
-esac
diff --git a/ghostscript-cidfonts/DESCR b/ghostscript-cidfonts/DESCR
deleted file mode 100644
index 01010eb..0000000
--- a/ghostscript-cidfonts/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-This package enables Ghostscript to use the CID-keyed fonts provided in
-the adobe-cidfonts package.
diff --git a/ghostscript-cidfonts/INSTALL b/ghostscript-cidfonts/INSTALL
deleted file mode 100644
index fe1c700..0000000
--- a/ghostscript-cidfonts/INSTALL
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: INSTALL,v 1.3 2014/01/13 10:46:29 makoto Exp $
-
-ADOBE_RESOURCEDIR="@ADOBE_RESOURCEDIR@"
-GS_RESOURCEDIR="@GS_RESOURCEDIR@"
-PKG_INFO="@PKG_INFO@"
-
-case ${STAGE} in
-POST-INSTALL)
-	${PKG_INFO} -qL adobe-cidfonts | ${GREP} "/Resource/CIDFont/" |
-	while read src; do
-		base=`${BASENAME} $src`
-		dest="${GS_RESOURCEDIR}/CIDFont/$base"
-		${RM} -f $dest
-		${LN} -fs $src $dest
-	done
-	;;
-esac
diff --git a/ghostscript-cidfonts/Makefile b/ghostscript-cidfonts/Makefile
deleted file mode 100644
index 141f2ea..0000000
--- a/ghostscript-cidfonts/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2014/01/14 23:12:05 makoto Exp $
-
-DISTNAME=	ghostscript-cidfonts-20000901
-PKGREVISION=	5
-CATEGORIES=	fonts
-MASTER_SITES=	# empty
-DISTFILES=	# empty
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-COMMENT=	CIDFont resources for Ghostscript
-
-DEPENDS+=	adobe-cidfonts>=20000901:../../fonts/adobe-cidfonts
-DEPENDS+=      ghostscript-[0-9]*:../../print/ghostscript
-
-GHOSTSCRIPT_REQD=	9.05
-
-ADOBE_RESOURCEDIR=	${PREFIX}/share/Adobe/Resource
-GS_RESOURCEDIR=		${PREFIX}/share/ghostscript/fonts
-
-NO_CONFIGURE=		yes
-NO_BUILD=		yes
-
-FILES_SUBST+=		ADOBE_RESOURCEDIR=${ADOBE_RESOURCEDIR:Q}
-FILES_SUBST+=		GS_RESOURCEDIR=${GS_RESOURCEDIR:Q}
-FILES_SUBST+=		PKG_INFO=${PKG_INFO:Q}
-
-REQD_DIRS=		${GS_RESOURCEDIR} ${GS_RESOURCEDIR}/CIDFont
-
-do-install:	# nothing
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/ghostscript-cidfonts/PLIST b/ghostscript-cidfonts/PLIST
deleted file mode 100644
index d271353..0000000
--- a/ghostscript-cidfonts/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/23 14:35:51 makoto Exp $
-@comment empty packing list


Home | Main Index | Thread Index | Old Index