Path to this page:
./
fonts/ghostscript-cidfonts,
CIDFont resources for Ghostscript
Branch: CURRENT,
Version: 20000901nb6,
Package name: ghostscript-cidfonts-20000901nb6,
Maintainer: pkgsrc-usersThis package enables Ghostscript to use the CID-keyed fonts provided in
the adobe-cidfonts package.
DEINSTALL [+/-]#!/bin/sh
#
# $NetBSD: DEINSTALL,v 1.1 2006/06/15 20:40:15 jlam 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
Required to run:[
print/ghostscript] [
fonts/adobe-cidfonts]
Required to build:[
pkgtools/cwrappers]
Version history: (Expand)
- (2017-11-23) Package has been reborn
- (2014-01-23) Updated to version: ghostscript-cidfonts-20000901nb6
- (2014-01-09) Updated to version: ghostscript-cidfonts-20000901nb5
- (2013-03-17) Updated to version: ghostscript-cidfonts-20000901nb4
- (2012-10-08) Updated to version: ghostscript-cidfonts-20000901nb3
- (2012-06-11) Package has been reborn
CVS history: (Expand)
2014-01-23 01:08:02 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
For PR pkg/48479, old make (like NetBSD-5.1) behaves differently
with undefined VARIABLE:
Malformed conditional (!empty(PKG_OPTIONS.gs_type:Mghostscript-agpl))
So, avoid using ghostscript version dependent installation path.
PKGREVISION++ (installation path changed). Thanks obache@
|
2014-01-09 03:39:42 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Convert default to ghostscript-gpl in parallel to meta package of ghostscript).
|
2014-01-09 01:46:25 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
The variable GS_VERSION is referenced, but it's been lost the source.
Recover by .including ghostscript-{a,}gpl/Makefile.common (and PKGREVISION++).
|
2013-12-25 13:12:36 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
PR pkg/48479 Fix problem of:
ghostscript-cidfonts doesn't switch correctly ghostscript-agpl and -gpl
Thanks wiz@.
|
2013-03-17 00:02:18 by David A. Holland | Files touched by this commit (2) | |
Log message:
Explicitly use ghostscript-gpl, as one of these sets GS_REQD=9.05.
Nothing in ghostscript seems to have *checked* that, but for now let's
assume it matters.
XXX: someone please review this and update/adjust as needed.
|
2012-10-07 16:21:48 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
In syncing print/ghostscript bump 8.71 to 9.05,
(1) set GS_RESOUCEDIR= with ${GS_VERSION} included
(2) set GHOSTSCRIPT_REQD= 9.05
(3) Add inclusion for print/ghostscript/Makefile.common
to get ${GS_VERSION} linked.
(4) Bump PKGREVISION
|
2012-10-03 20:28:33 by Aleksej Saushev | Files touched by this commit (154) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2009-04-09 02:48:18 by Joerg Sonnenberger | Files touched by this commit (109) |
Log message:
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
|