Commit graph

3 commits

Author SHA1 Message Date
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
49e7ff96d6 The previous commit has not tested with
PKG_OPTIONS.ghostscript+=	cup
and not tested if there is no options.

(One strange thing is that Resoure/Init/cidfmap is not installed in
any case, this has to be checked)
2011-02-27 15:26:53 +00:00
Makoto Fujiwara
f255e52333 Import ghostscript-9.00 as wip/ghostscript.
This is (almost minimum) upgrade from 8.71nb7 and two changes included:
(1) options.mk has option: disable-compile-inits (PR/44400)
(2) patche-be is added to suppress noisy warning for __func__ duplicate def.

Ghostscript is the well-known PostScript interpreter which is available for
all common and most esoteric platforms and supports many different printers
and some displays.

This is the latest version of Ghostscript, formerly being distributed
under Aladdin Free Public License and released under GPL.  The main
ghostscript version now includes support for cups, enabled by the
"cups" option (which is off by default), and thus it is no longer
necessary to use ghostscript-esp.
2011-01-26 08:24:16 +00:00