summaryrefslogtreecommitdiff
path: root/print/ghostscript
AgeCommit message (Collapse)AuthorFilesLines
2019-11-02print/ghostscript: fix pkglint warningsrillig1-3/+3
2019-07-21*: recursive bump for gdk-pixbuf2-2.38.1wiz2-4/+4
2019-07-20*: recursive bump for nettle 3.5.1wiz2-4/+4
2019-03-18Recursive bump for ghostscript default changegdt2-4/+4
2019-03-17print/ghostscript: Default to ghostscript-agplgdt1-3/+3
Change SUGGESTED_OPTIONS to ghostscript-agpl, because ghostscript-gpl is not maintained and has known vulnerabilities, and so that ghostscript by default results in the version maintained by upstream. As proposed on pkgsrc-users@, without objection. Note that this commit does not change anything related to licensing. ok pmc
2019-02-10Revert previous for nowwiz1-4/+6
2019-02-06ghostscript: switch the default to ghostscript-agplwiz1-6/+4
The GPL version is very outdated and has lots of unfixed security issues, and AGPL is now in the default-allowed set of licenses. Bump version to match current AGPL release.
2018-11-14Revbump after cairo 1.16.0 update.kleink2-4/+4
2018-11-12Recursive revbump from hardbuzz-2.1.1ryoon2-4/+4
2018-04-17Add p11-kit to gnutls/bl3.mk and bump dependencies.wiz2-4/+4
2018-04-16Recursive bump for new fribidi dependency in pango.wiz2-4/+4
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz2-4/+4
2018-01-28Bump PKGREVISION for gdbm shlib major bumpwiz2-4/+4
2018-01-07Fix indentation in buildlink3.mk files.rillig1-2/+2
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice.
2017-11-23recursive bump for libxkbcommon removal from at-spi2-corewiz2-4/+4
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin2-4/+4
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron2-4/+4
2014-01-02Revert previousryoon1-3/+3
* Enable DEPENDS lines, and create ghostscript-{gpl,agpl} as dependency
2014-01-01check the proper options variablechristos1-3/+3
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron2-4/+4
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz2-4/+4
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-04-25Remove unused files.sbd2-52/+0
2013-04-25Add print/ghostscript/buildlink3.mksbd1-0/+23
2013-04-24Add print/ghostscript meta-package to allow selection of the preferedsbd2-0/+33
ghostscript. i.e: ghostscript-gpl or ghostscript-agpl
2013-03-16Removed print/ghostscript; moved to print/ghostscript-agpl.dholland17-1101/+0
2013-03-16Indirection wrapper for the two ghostscript packages.dholland2-0/+52
2013-03-14LICENSE update requires version bump.dholland1-1/+2
2013-03-13Change in LICENSEadam1-2/+2
2013-03-08Changes 9.07:adam10-86/+51
As of this release (9.07), Ghostscript and GhostPDL are distributed under the GNU Affero General Public License (AGPL). Ghostscript now has the option to be built as thread safe. Note that not all devices are thread safe. See the GS_THREADSAFE option in: GS_THREADSAFE The pdfwrite devices now supports linearized (or optimized for fast web view) output directly ("-dFastWebView") The Font API (FAPI) has been moved from the Postscript interpreter (psi) into the graphics library (base), and extended to support the other languages (PCL/PXL/XPS). All interpreters now use Freetype by default to render all viable font types. Ghostscript has been extended to support Postscript string and array objects with >64k entries. Ghostscript has been extended to support file sizes >4Gb - in particular reading and writing PDF files. As a side effect of this, Ghostscript also now supports 64 bit Postscript integer objects. All CMYK devices can now support simulated overprint of spot colors using the "-dSimulateOverprint" command line option. Support for use of DeviceN ICC color profiles as the output profile with the tiffsep and psdcmyk devices. Support for customized named color handling with DeviceN colors Support for black point compensation Support for K preservation in CMYK to CMYK conversions Support for DeviceLink profiles for graphic, image and text objects Support for custom color replacement Increased control in specifying color conversions as a function of object type Full details of the color management features can be found in: GS9_Color_Management.pdf Provide BigTIFF output option: the tiff devices can write BigTIFF files using the "-dUseBigTIFF" option. This requires libtiff version >=4.0.0 (the option is ignored for versions <4.0.0) LittleCMS updated to 2.4 Plus the usual round of bug fixes, compatibility changes, and incremental improvements.
2013-02-16Recursive bump for png-1.6.wiz2-4/+4
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin2-4/+4
2013-01-26Revbump after graphics/jpeg and textproc/icuadam2-3/+4
2012-12-12Unbreak on {Mir,Openâ‰}BSD by excluding the use of memalign.bsiegert2-4/+4
The patch is a horrible way to fix this. The real fix should be a check for the existence of memalign in the configure script.
2012-10-16Do not use bundled freetype, use pkgsrc's.rumko1-1/+3
The bundled freetype conflicts with pkgsrc's and results in build errors. Closes PR pkg/47063. Ok@ wiz
2012-10-11Fix typo on referer, print/ -> fonts/mef1-3/+3
2012-10-10To fix PRmef1-26/+0
pkg/47045 pkg/47047 pkg/47049 Following change pulled up from wip/ghostscript (9.06) (3) patch-freetype_include_freetype_internal_t1types_h Delete due to (1) patch will take care.
2012-10-10To fix PRmef3-15/+40
pkg/47045 pkg/47047 pkg/47049 Following change pulled up from wip/ghostscript (9.06) (1) patch-ah (configure) Add CPPFLAG to refer ghostscript-included freetype (regardless of X11_TYPE=native or modular). (2) patch-af (base/unix-dll.mk) Adjust to build on Mac OS X. (3) patch-freetype_include_freetype_internal_t1types_h Delete due to (1) patch will take care.
2012-10-08Fix REPLACE_PERL: remove non-existent file, add other existing ones.wiz1-2/+8
2012-10-08To-be-deleted file existed, sorry, cvs delete themmef12-760/+0
2012-10-07Add Makefile.common.wiz1-0/+6
2012-10-07(1) Bump version 8.71 to 9.05 (importing from wip/ghostscript).mef14-514/+531
For the Changes: See share/ghostscript/9.05/doc/History9.htm Or work/ghostscript-9.05/doc/History9.htm Upstream releases and their date are: Version 9.05 (2012-02-08) Version 9.04 (2011-08-05) Version 9.02 (2011-03-30) Version 9.01 (2011-02-07) Version 9.00 (2010-09-14) (2) Resolve pkg PR/44400. options.mk: - Have new option disable-compile-inits Makefile - rename cidfmap to cidfmap-dist (post-extract:) (3) Have new file Makefile.common to share with fonts/ghostscript-cidfonts fonts/ghostscript-cidfonts-ryumin to set ${GS_VERSION}, and then ${GS_RESOURCEDIR}. (4) options.mk - Add new options, disable-compile-inits - Add following line for non X11 installation CONFIGURE_ARGS+= --disable-freetype - Name change pstorater.convs -> gstoraster.convs (5) PLIST So many changes, but just a note: -share/ghostscript/${PKGVERSION}/doc/README share/ghostscript/${PKGVERSION}/doc/Readme.htm (6) patches directory: Removed, for upstream included. ------ patch-aa 9.00 base/gsnogc.c patch-ab 9.05 base/unixinst.mak patch-ac 9.00 ase/gdevpx.c patch-ad 9.04 lib/pv.sh patch-ae 9.00 psi/zfile.c patch-ag 9.00 cups/cups.mak patch-ak 9.04 -> a part left in patch-base_gdevpng.c patch-am 9.00 lib/pdf2dsc.ps patch-ba 9.00 psi/idosave.h patch-bb 9.00 psi/isave.c (CVS-2010-1628) patch-bc 9.00 psi/ialloc.c (CVS-2010-1628) patch-bd 9.00 (1) bug #691029 and #691108 9.00 (2) arrayoption() macro 9.00 (3) silence compiler warning Modified, or unchanged ------ patch-af (Add comments from former commit log, and adjust) patch-ah (Add comments from former commit log, and adjust) patch-ai (Add comments from former commit log, and adjust) patch-aj (unchanged) patch-al (unchanged) patch-an (Add comments from former commit log, and adjust) Added -------- patch-base_gdevpng.c (a part of previous patch-ak) patch-base_gserrors_h (silence compile warning) patch-configure.ac (For just a record, see patch-ah (configure)) patch-freetype_include_freetype_internal_t1types_h (To avoid redifintion of T1_EncodingType_ ) patch-openjpeg_libopenjpeg_opj_malloc_h (To avoid undefined ref. to memalign) OK'ed by wiz@, thanks a lot.
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-09-12add patch from RedHat to fix integer overflow which can lead todrochner3-3/+22
crashes or possible code injection (CVE-2012-4405) bump PKGREV
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-02-06Revbump forwiz2-4/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-07-21Clang build needs -fPIC too.joerg1-2/+2
2011-01-15Fix build with png-1.5. Patch from John Bowler in private mail.wiz2-1/+198
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-4/+4