summaryrefslogtreecommitdiff
path: root/fonts/ghostscript-cidfonts
AgeCommit message (Collapse)AuthorFilesLines
2014-01-23For PR pkg/48479, old make (like NetBSD-5.1) behaves differentlymef1-9/+3
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-09Convert default to ghostscript-gpl in parallel to meta package of ghostscript).mef1-4/+4
2014-01-09The variable GS_VERSION is referenced, but it's been lost the source.mef1-2/+8
Recover by .including ghostscript-{a,}gpl/Makefile.common (and PKGREVISION++).
2013-12-25PR pkg/48479 Fix problem of:mef1-3/+2
ghostscript-cidfonts doesn't switch correctly ghostscript-agpl and -gpl Thanks wiz@.
2013-03-16Explicitly use ghostscript-gpl, as one of these sets GS_REQD=9.05.dholland1-4/+4
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-07In syncing print/ghostscript bump 8.71 to 9.05,mef1-5/+6
(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-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2009-04-09Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.joerg1-3/+1
2008-06-20Add DESTDIR support.joerg1-3/+5
2006-09-02No distfiles, no patches => no distinfo file.rillig1-1/+2
2006-06-15Split out deinstall portions of INSTALL scripts into DEINSTALL scripts.jlam3-21/+24
This avoids the need for a confusing line of the form: DEINSTALL_TEMPLATE+= path/to/INSTALL in the package Makefile, and actually removes the need to specify it altogether since by convention, the existence of the DEINSTALL script is enough to add it to DEINSTALL_TEMPLATE.
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam1-3/+2
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-4/+4
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-28Change all instances of including mk/ghostscript.mk into asking forjlam1-2/+2
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove ghostscript.mk. This change removes a rather out-dated file from pkgsrc and switches packages to use the more compact implementation of the Ghostcript-handling inside the tools framework.
2005-08-20Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} sojlam1-2/+3
that these directories will be conditionally removed (based on reference counts), regardless of the value of PKG_CONFIG. Bump the PKGREVISION for packages that were modified as a result.
2004-04-24Relinquish maintainership of packages to tech-pkg@NetBSD.org.jlam1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-4/+4
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2002-09-13Initial import of ghostscript-cidfonts-20000901.jlam4-0/+71
This package enables Ghostscript to use the CID-keyed fonts provided in the adobe-cidfonts package.