Commit graph

8 commits

Author SHA1 Message Date
Makoto Fujiwara
97bda31808 Adjust with renaming ghostscript to ghostscript-gpl 2013-04-03 03:23:27 +00:00
Makoto Fujiwara
222772466f Adujst with renaming ghostscript to ghostscript-gpl 2013-04-03 02:53:52 +00:00
Aleksej Saushev
b0cf4a4f7a Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-09-29 00:50:33 +00:00
Makoto Fujiwara
24b1ab96b1 The line was flagged by pbulk as:
Unresolvable dependencies found, exiting:
  wip/ghostscript

so the change:
-DEPENDS+=      ghostscript:../../wip/ghostscript
+DEPENDS+=      ghostscript-[0-9]*:../../wip/ghostscript
2012-03-19 09:24:03 +00:00
Makoto Fujiwara
aa4d763266 Add dependency on ghostscript.
Dependency was not correct. It needed re-packaging
after ghostscript was upgraded.
(The PATH and version number becomes inconsistent.)
See:
 http://mail-index.netbsd.org/pkgsrc-users/2011/08/22/msg014857.html
2011-08-24 12:02:22 +00:00
Makoto Fujiwara
fb3c14ff34 Existing DESINTALL gives followin error:
/var/db/pkg/ghostscript-cidfonts-20000901nb3/+DEINSTALL: 120: Syntax error: word unexpected (expecting ")")
meaning wrong location of ';;'.
Fixed.
2011-08-09 22:39:24 +00:00
Makoto Fujiwara
ebae1e55d3 (1) ghostscript
Makefile.common
     bump the version 9.00 to 9.01
   PLIST update
   patches adjust for 9.01
     patches/patch-af
     patches/patch-an

   options.mk (following line no longer used)
    -PLIST_VARS+=	cidfmap

(2) ghostscript-cidfonts
   INSTALL/DESINSTALL
   link destination inside to ghostscript moved.
   -   dest="${GS_RESOURCEDIR}/CIDFont/$base"
   +   dest="${GS_RESOURCEDIR}/Init/CIDFont/$base"

(3) ghostscript-cidfonts-ryumin
   files/cidfmap-adobe
     missing the last LF char added

   options.mk
    (a)  cidfmap is always to be installed
   .if !empty(PKG_OPTIONS:Madobe-cidfonts)
   +GS_CIDFMAP=    cidfmap-adobe
    (b)  the same thing
   -PLIST.cidfmap= yes

   PLIST adjust
     (a)  cidfmap is allways to be installed
     -${PLIST.cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/cidfmap
     +share/ghostscript/${PKGVERSION}/Resource/Init/cidfmap

     (b)  following line should be taken care by (2) ghostscript-cidfonts
     -${PLIST.adobe}  share/ghostscript/${PKGVERSION}/Resource/CIDFont
2011-03-30 12:49:24 +00:00
Makoto Fujiwara
d4a86d64c4 Import ghostscript-cidfonts-20000901nb3 as wip/ghostscript-cidfonts.
This is truely small changes from fonts/ghostscript-cidfonts. Say,

(1) Changes on GS_RESOURCEDIR variable to include  ${GS_VERSION}
    on its PATH (to fix PR/44400)

(2) pick ${GS_VERSION} not from executing `gs -v`, instead 
    set manually in Makefile.common

(3) Changes only for testing wip/ghostscript and
                             wip/ghostscript-cidfonts-ryumin
    The line
    -USE_TOOLS+=            gs:run
    will look for print/ghostscript via following line
    mk/tools/replace.mk:TOOLS_DEPENDS.ghostscript=

This package enables Ghostscript to use the CID-keyed fonts provided in
the adobe-cidfonts package.
2011-02-23 14:35:51 +00:00