Commit graph

12 commits

Author SHA1 Message Date
Makoto Fujiwara
e20b23157d Add some test results. And add some comment on Makefile. 2014-01-08 13:16:18 +00:00
Makoto Fujiwara
56f80846ca Update as of pkgsrc/fonts/ version and add modification for -agpl -gpl split adjustment. 2014-01-04 14:59:36 +00:00
Makoto Fujiwara
2fc01ed613 Adjust with renaming ghostscript to ghostscript-gpl 2013-04-03 02:34:22 +00:00
Makoto Fujiwara
5b8838cf1d - Sort lines along with doc/Makefile-example
-  Convert CATEGORIES from print to fonts (as with ghostscript-cidfonts)
-  DEPENDS+= now set to 9.05 of ghostscript (in preparation of import)
-  Convert following check from comment to PKG_FAIL_REASON+=
   PKGOPTION.ghostscipt+= disable-compile-inits
2012-10-07 13:10:30 +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
f8957a1a0e (1) Fix some problem getting 'Unresolvable dependencies' with pbulk
-DEPENDS+=      adobe-cidfonts:../../fonts/adobe-cidfonts
   +DEPENDS+=      adobe-cidfonts-[0-9]*:../../fonts/adobe-cidfonts
(2) Convert MAINTAINER  from tech-pkg-ja@ to pkgsrc-users@
(3) Reduce pkglint -Wall from 13 to 10
2011-11-02 15:46:46 +00:00
Makoto Fujiwara
226bc82e40 Fix typo on license name (nonlicenses -> nonlicense) 2011-08-11 03:17:18 +00:00
Makoto Fujiwara
1fe68ad831 (1) Makefile
ghostscript-cidfonts-20000901nb2 has problem on GS_RESOURCEDIR
   see PR/44400

(2) options.mk
    It would be safe to have adobe-cidfonts as a default for the
    invocation gs  from dvipdfmx
2011-05-14 03:08:47 +00:00
Makoto Fujiwara
755676ccdd LICENSE= # empty not allowed, generic-nonlicenses is set now 2011-04-04 15:43:08 +00:00
Makoto Fujiwara
cab43f6668 Reduce pkglint messages: Error/Warning/Note 1/20/10 -> 0/19/0 2011-04-04 15:19:10 +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
0a4debd90b Import ghostscript-cidfonts-ryumin-9.00 as wip/ghostscript-cidfonts-ryumin.
Ryumin-Light and GothicBBB are the most frequently used fonts
in Japanese documents. This package will add the capability for
gs to display Japanese document with those reference.
Options to choose alternate fonts for them, see options.mk,
and set to PKG_OPTIONS.gcr_type, currently default is ipa.
2011-02-23 13:40:10 +00:00