aboutsummaryrefslogtreecommitdiffstats
path: root/print/ghostscript8/files
Commit message (Collapse)AuthorAgeFilesLines
* - Split ghostscript into X11-independent and -dependent parts:hrs2015-08-2341-1753/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * print/ghostscript{7,8,9,9-agpl}-base Installs Ghostscript binary, libgs, and related files. These ports do not depend on X11 libraries (i.e. x11* devices are not available). USES=ghostscript will set dependency on one of them depending on GHOSTSCRIPT_DEFAULT. The default device is set to "display" or "bbox". * print/ghostscript{7,8,9,9-agpl}-x11 Installs a shared library which provides X11 support to the installed Ghostscript binaries. x11* devices will be enabled when the library is available. This depends on *-base (RUN_DEPENDS). USES=ghostscript:x11 will set dependency on one of them. - Fix integer overflow reported as CVE-2015-3228. - Update Uses/ghostscript.mk: * Add x11 keyword. nox11 keyword is now obsolete. * Use packagename in *_DEPENDS line to prevent relationship between -base and -x11 packages from being broken. - Fix x11/nox11 keyword and bump PORTREVISION in ports using USES=ghostscript to update dependency of pre-compiled packages.
* Use proper MAKE_CMD reference.bdrewery2015-03-231-1/+1
| | | | With hat: portmgr
* Properly support png 1.5bapt2014-12-253-20/+196
| | | | Obtained from: pkgsrc (old history)
* - Strip binaries properly.hrs2014-11-233-19/+27
| | | | - Update pkg-message.
* - Fix iconv dependency [*]hrs2014-03-065-15/+12
| | | | | | | | | - Add STAGEDIR support. - Remove FT_BRIDGE option. - Fix old syntax in LIB_DEPENDS. Submitted by: tijl [*] PR: ports/186705 [*]
* Set ${MASTERDIR} to ${.CURDIR} and use it for .include "files/foo".hrs2013-07-251-3/+3
| | | | | | Changes in r323629 broke ghostscript*-nox11. Pointed out by: bapt
* Fix hidden dependency due to USE_FOO=yes after including bsd.port.pre.mk.hrs2013-07-251-3/+3
|
* Fix installation of bin/ert. It should be installed when GS_epag is defined,hrs2013-05-032-1/+4
| | | | | | not GS_dmprt. Spotted by: Andrzej Tobola
* - Use OPTIONS_MULTI and OPTIONS_GROUP.hrs2013-05-031-1/+1
| | | | | | - Add dependency on libpaper unconditionally to 8.x and 9.x. - Fix CONFLICTS_INSTALL. - Remove ABI version numbers from LIB_DEPENDS.
* Convert the last USE_ICONV to USES=iconvbapt2013-04-281-1/+1
|
* Fix typos which can prevent parallel build from working.hrs2013-04-181-0/+17
| | | | | Reported by: miwi Feature safe: yes
* Revert r303635 to fix an wrong OPTIONS handling and resolve svgalib dependencyhrs2012-09-051-0/+4
| | | | | | | in the case of !amd64 && !i386 in another way. Pointed out by: crees Pointy hat to: hrs
* s/X11BASE/LOCALBASE/, or equivalent.dougb2012-06-252-3/+3
| | | | The X11BASE variable is long gone, however these ports were not updated.
* - Add LICENSE.hrs2012-06-133-58/+55
| | | | | | - Make MAKE_JOBS_SAFE=yes. - Replace OPTIONS with OPTIONSng. Bump PORTREVISION because a package created with Makefile.drivers r1.8 had some inconsistent default values.
* - update png to 1.5.10dinoex2012-06-012-0/+20
|
* - Update MASTER_SITES.hrs2012-02-132-5/+13
| | | | | - Add a patch to suppress a warning message. - Style fixes.
* Use gdkpixbuf2 instead of gdkpixbuf when WITH_GTK is defined.hrs2011-07-201-1/+1
| | | | | Spotted by: bf PR: ports/158995
* Update CONFLICTS lines.hrs2011-06-211-2/+2
| | | | PR: ports/158028
* - Fix a problem when opening a PDF file.hrs2011-05-242-1/+12
| | | | | | | - Fix a build issue when TARGET_ARCH is defined. PR: ports/156654 PR: ports/156607
* - fix build with output device X11dinoex2010-12-161-0/+12
| | | | | PR: 152610 Approved by: (maintainer timeout)
* Disable the GTK frontend by default.hrs2010-08-211-6/+11
| | | | Discussed with: ache
* Use graphics/jbig2dec for libjbig2dec instead of the bundled one.hrs2010-08-031-11/+0
| | | | Submitted by: mi
* - Fix compile errors when vgalib and lvga256 drivers are enabled.hrs2010-08-025-8/+90
| | | | | | | | | - Use external libraries instead of bundled old ones[1]. - Fix WITHOUT_FOO handling[2]. Submitted by: mi[1], dinoex[2] PR: ports/126513 PR: ports/148960
* Disable the cups driver when either WITHOUT_CUPS=true orhrs2010-05-261-0/+19
| | | | | | WITHOUT_GS_cups=true. Spotted by: Scott Allendorf
* - Make the driver selection stricter and redefine DEVICE_DEVSn in thehrs2010-05-253-1/+269
| | | | | | | ghostscript build framework to eliminate differences between selected drivers by OPTIONS and actually-compiled ones. - Eliminate duplicated devices displayed in "gs -h".
* Fix "-sDEVICE=ijs -sIjsServer=hpijs" issue.hrs2010-04-111-2/+2
| | | | PR: ports/128787
* * Update to 8.71.[1] Changes include:hrs2010-04-032-9/+33
| | | | | | | | | | | | | | | | | | | | | | | | - Support for tiff file output is now provided using the libtiff implementation rather than our more limited native code as in previous releases. There is also a new 'tiffsep1' output device which produces halftoned separations at 1 bit-per-pixel, in contrast to the 'tiffsep' device which produces 8 bit-per-pixel plates. - The graphics library has been updated to provide more accurate scan conversion of vector art including fixes to dash behavior, transparent stroked paths, thick stroked paths, radial shadings, xps cap handling, "pie" joins, degenerate beziers, improved handling of dropouts in thin strokes and better thin axis-aligned strokes. * Fix cairo support. GS_cairo is added to the drivers list (this is disabled by default). When WITH_CAIRO is defined, GS_cairo will be set by default.[2] PR: ports/144111[1] PR: ports/137634[2] PR: ports/145248[2]
* Update to 8.70. Changes include:hrs2009-12-205-1035/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This release fixes a large number of issues with transparency, especially as it interacts with color space conversion, mask contexts and patterns. There have also been a number of significant fixes to font handling, especially when generating PDF. And there are numerous robustness, correctness and performance improvements. - New generic Esc/Page devices, eplmono and eplcolor were added to the contrib directory. A new cdnj500 device was added to support the HP DesignJet 500. - The licensing of the Free version of the core Ghostscript code has been changed to GPLv3 or later. Previously, the core code was GPLv2 only. Ghostscript can now be used with GPLv3 applications, and can no longer be used with applications that are GPLv2-only. - This release also includes security fixes addressing CVE-2009-0583 and CVE-2009-0792. [Incompatible changes] - The size of PostScript integers has been limited to 32 bits. Previously they used the C long type resulting in 64 bits of precision on LP64 systems (like on x86_64). As of this release all platforms match the recommended implementation limits in the specification.
* Fix A3 paper handling in the LIPS (Canon LBP series) driver.hrs2009-10-272-0/+35
|
* japanese/font-std, chinese/font-std, and dependency fixups duehrs2009-05-312-17/+19
| | | | | | | | | | | | | | | | | | | | | | | | to it have been added. These are to install standard fonts used in the Ports Collection. Currently they contain: std.ja_JP/Mincho std.ja_JP/Gothic std.ja_JP/Ryumin-Light std.ja_JP/GothicBBB-Medium std.zh_CN/STHeiti-Regular std.zh_CN/STSong-Light std.zh_CN/MSung-Light std.zh_CN/MHei-Medium under ${PREFIX}/share/fonts/. They are just symlinks to corresponding font files. The symlink names are based on popular PostScript font names. Applications should refer the font files via XLFD or fontconfig first. If they need a direct reference to the font file, please use files in std.*/*. This is because direct reference to a specific font name in an application configuration file makes the maintenance difficult when the font file name is changed, for example.
* Fix multiple integer overflows and lack of boundary check foundhrs2009-04-201-0/+989
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and marked as CVE-2009-583 and CVE-2009-584: CVE-2009-583: Multiple integer overflows in icc.c in the International Color Consortium (ICC) Format library (aka icclib), as used in Ghostscript 8.64 and earlier and Argyll Color Management System (CMS) 1.0.3 and earlier, allow context-dependent attackers to cause a denial of service (heap-based buffer overflow and application crash) or possibly execute arbitrary code by using a device file for a translation request that operates on a crafted image file and targets a certain "native color space," related to an ICC profile in a (1) PostScript or (2) PDF file with embedded images. CVE-2009-584: icc.c in the International Color Consortium (ICC) Format library (aka icclib), as used in Ghostscript 8.64 and earlier and Argyll Color Management System (CMS) 1.0.3 and earlier, allows context-dependent attackers to cause a denial of service (application crash) or possibly execute arbitrary code by using a device file for processing a crafted image file associated with large integer values for certain sizes, related to an ICC profile in a (1) PostScript or (2) PDF file with embedded images. Security: CVE-2009-583 Security: CVE-2009-584 Approved by: portmgr (pav)
* Update to 8.64. Changes include:hrs2009-03-2919-65/+74
| | | | | | | | | | | | | | | | | | | - Improvements to overprint and spot color support in documents with transparency, improvements to PDF and PS output, proper handling of PDF-specific text rendering modes and support for reading AES-encrypted PDF documents. - Improved handling of CJK text, especially in vertical writing modes. - Improved memory footprint processing some files at high resolution. - The handling of color spaces has been moved from PostScript code to C. - A number of the included printer drivers and cups wrappers have been updated to support a PDF-based workflow. Also fixed are several long-standing bugs in the pcl drivers with respect to duplex, resolution and paper tray selection.
* Update to 8.63. Changes include (quoted from doc/News.htm):hrs2008-11-021-12/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Approximately 238 bugs have been fixed since version 8.62. Of particular note |are robustness and performance improvements with large files, invalid PDF, and |font handling. | |The major new feature of this release is multithreaded rendering. This can be |requested by passing -dNumRenderingThreads=n on the command line. The input |document is first parsed, and then each page is split into n bands which are |rendered concurrently. This can provide a significant reduction in processing |time on multi-core systems. | |Images are now always interpolated in their source colorspace. This improves |correctness for XPS documents and avoids bypassing the custom color management |callbacks for interpolated images. Interpolation and color management are both |expensive operations, so this affects performance with large images. The effect |can be positive or negative depending on the file and the target resolution. If |performance is a problem, we suggest running with -dNOINTERPOLATION. | |Support for OpenPrinting Vector devices has been upgraded to version 1.0. | |There are two new devices in this release, both experimental. Behdad Esfahbod |has contributed a cairo output device which uses the cairo graphics library to |generate PDF, SVG, EPS, or PNG files, based on the requested filename |extension. The svgwrite device directly outputs Scalable Vector Graphics, the |W3C XML vector graphics format. Both support only vector art at this point; |text and images will not be represented efficiently. | |Incompatible changes | |The maximum number of color components has been reduced to 8 (from 252) as a |performance improvement. Eight is the largest number commonly used and the |largest number for which we support continuous tone images. Users with special |needs can restore the previous behavior by setting the |GS_CLIENT_COLOR_MAX_COMPONENTS preprocessor symbol to the required number of |components at compile time. | |The -Z: debugging option now uses 'realtime' instead of 'usertime' when |reporting timing information on unix-like systems. This has always been the |case on windows-like systems. | |Obsolete makefiles for the DesqView environment have been removed.
* Remove a workaround for PostScript files generated by oldhrs2008-07-111-10/+0
| | | | | | | acroread. GS reports an error when it reads some broken (but should be processed) PS files. Reported by: Chuck Robey
* - Fix build problem on !i386 platforms[1].hrs2008-05-092-22374/+0
| | | | | | | | | - Use --with-{ijs,jasper} instead of running each configure script. - Make descriptions of OPTIONS shorter than 70 chars wide. - Add "display" (GS_display) device[2]. Reported by: pointyhat[1], Requested by: Sascha Blank (blank dot sascha at googlemail dot com)[2]
* - Update to 8.62.hrs2008-05-0513-25/+22663
| | | | | | | | - Use OPTION for driver selection. - Revert bogus Japanese font support patch. This version already supports Japanese TTF/OTF. - Add more Asian fonts in cidfmap. - Clean up Makfile.
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+2
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Fix previos commit.miwi2008-03-071-11/+0
|
* - Fix build on AMD64 when WITH_FT_BRIDGE=yes is enabledmiwi2008-03-071-0/+11
| | | | | PR: 121462 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
* - Fix security issuerafan2008-03-021-0/+12
| | | | | | PR: ports/121283 Security: CVE-2008-0411 Submitted by: bf <bf2006a at yahoo.com>
* - Add full support for Japanese fonts and ijs driverrafan2008-03-012-0/+20
| | | | | | | | - Fix FT_BRIDGE issue - Use OPTIONS (not for driver selection) PR: ports/119566 Submitted by: Koji Yokota <yokota at res.otaru-uc.ac.jp>
* - Update to 8.61rafan2008-02-294-38/+212
| | | | | PR: ports/118608 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
* - Disable GS_DEVS_SHARED to fix svga drivers buildrafan2007-08-181-1/+1
| | | | | | PR: ports/115593 Reported by: Barbara <barbara.xxx1975 at libero.it> Patched by: KATO Tsuguru <tkato432 at yahoo.com>
* - Add missing patch in 8.60 updaterafan2007-08-161-0/+25
| | | | | PR: ports/115395 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
* - Update to 8.60. The contributed drivers made by gs-esp are now merged in,rafan2007-08-1610-898/+70
| | | | | | | but still missing improved CJKV font handling functions. PR: ports/115395 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
* Fix build when lvga256 or vgalib is enabled.hrs2007-06-042-0/+36
| | | | Spotted by: itetcu
* Update to 8.57.hrs2007-06-0365-5370/+944
| | | | | Submitted by: KATO Tsuguru PR: ports/113009
* Use japanese/ipa-ttfonts as the default Japanese TrueTypehrs2007-04-241-16/+5
| | | | font if any (i.e. no dependency added). Bump PORTREVISION.
* Add hl1250 driver, which adds support for the Brother HL-1250 andlofi2007-03-292-0/+27
| | | | | compatible printers (for a comprehensive list see http://www.linuxprinting.org/show_printer.cgi?recnum=Brother-HL-1250).
* - Update to 8.56rafan2007-03-2837-433/+887
| | | | | | | | - Switch to GTK 2.x - SWitch to ship-in jasper which contains some fixes for gs PR: ports/110818 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
* - Fix build on gcc 4. These two changes are stole from print/ghostscript-afpl.rafan2007-01-232-17/+288
| | | | Original patches are submitted by Ron MacNeil in ports/94461.
* - Fix build on 4-stable when PCL3 driver is enabled [1]barner2005-06-1110-39/+1147
| | | | | | | | | | | | - Update MASTER_SITES for MD2K driver - Add DMPRT driver - Add patches necessary for building cups-pstoraster - Add KRGB support patch for IJS driver Submitted by: KATO Tsuguru <tkato432@yahoo.com> Tested by: Jose M Rodriguez <josemi@freebsd.jazztel.es> Pointy hat to: barner [1] Reported by: kris via pointyhat [1]
* - Add the PCL3 driver.barner2005-06-061-0/+170
| | | | | | | | | | | - The Ghostscript 8.15 compatibilty patch (patch-pcl3_eprn_eprnrend.c) is by Till Kamppeter (till.kamppeter at gmx.net) and has originally been posted on [3] Submitted by: "Pedro F. Giffuni" <giffunip@asme.org> [1], Jose M Rodriguez <josemi@freebsd.jazztel.es> [2] PR: ports/77185 [1], ports/76731 (partly) [2] Obtained from: http://www.linuxprinting.org/download/printing/ghostscript-8.x/patches/ghostscript-8.15-pcl3-driver-api8.patch [3]
* Announce the release of GPL Ghostscript. This release is based onkrion2004-10-161-5/+5
| | | | | | | | | | | the AFPL Ghostscript 8.00 release of 14 months ago. The most significant new feature since 7.0x is support for DeviceN colorspaces, up to 8 colorants total at 8 bits per component. Also, pdfwrite has seen considerable improvement in font handling, and many other bug fixes. PR: ports/72326 Submitted by: Ports Fury
* Fix build with gcc-3.4.2krion2004-08-032-9/+25
| | | | | PR: ports/69923 Submitted by: Ports Fury
* Really remove device stp. It has been deprecated since 8.0 and doesn't workvs2004-07-261-14/+0
| | | | | | | in the port anyway. Noticed in PR: ports/69322 Submitted by: Torfinn Ingolfsen
* - Add a patch to fix a bug which prevents rendering multibytehrs2004-07-252-0/+74
| | | | | | | | | | TrueType fonts from working. - A file cidfmap now includes entries for Ryumin-Light and GothicBBB-Medium. They points japanese/kochi-ttfonts by default (but this port does not depend on it). Approved by: linimon (mentor)
* - Fix build with freetype-2.1.7krion2004-03-201-0/+12
| | | | | PR: ports/64472 Submitted by: Ports Fury
* - Update to version 8.14krion2004-02-295-22/+139
| | | | | PR: ports/63497 Submitted by: Ports Fury
* - Update to version 8.13krion2004-01-099-63/+161
| | | | | PR: 61077 Submitted by: Ports Fury
* iUpdate port: print/ghostscript-afpledwin2003-09-287-149/+227
| | | | | | | | - Update EPLASER driver to version 3.1.1 - Fix papersize handling of LIPS driver PR: ports/57008 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update port: print/ghostscript-afpl to 8.11edwin2003-08-317-270/+0
| | | | | | | - Update to version 8.11 PR: ports/55873 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Back out my previous commit, it is unnecessary.arved2003-07-212-5/+989
| | | | | | | | Take measures to cope with too frequent update (without version numbering) of Samsung-SmartGDI driver PR: 54707 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* o Update GDI drivernork2003-07-122-18/+8
| | | | | | | | o Replace NPDL driver (currently unavailable at master site) with one included in LIPS driver PR: ports/54102 Submitted by: Ports Fury
* Downgrade to 8.0 and fix accidental screwups.naddy2003-06-087-0/+270
| | | | Submitted by: Ports Fury
* - Add drivers for Lexmark printers.naddy2003-06-0814-270/+119
| | | | | | | - Add option to use SVGAlib console driver. PR: 52479 Submitted by: Ports Fury
* Eplaser update to 3.0.6.nork2003-03-272-36/+16
| | | | | PR: ports-jp/13605 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp>
* upgrade to 8.00ijliao2003-01-0429-307/+1418
| | | | | PR: 46435 Submitted by: Ports Fury
* Add back Gimp-Print (stp) driver support.naddy2002-08-201-2/+2
| | | | | PR: 41799 Submitted by: Ports Fury
* Add BJC250 driver.naddy2002-08-181-0/+31
| | | | | PR: 41737 Submitted by: Ports Fury
* - Spin off Gimp-Print driver.naddy2002-08-073-34/+3
| | | | | | | | - Update EPLASER driver to version 3.0.4. - Update GDI driver. PR: 41274 Submitted by: Ports Fury
* - Update Gimp-Print driver to version 4.2.1ijliao2002-04-285-28/+257
| | | | | | | | | - Fix build on -current - Fix checksum of gdevdj9.c.gz (again) - Get much improved ps2epsi stuff from ghostscript-gnu version PR: 37500 Submitted by: Ports Fury
* - Update DISTNAME/MASTER_SITE of samsung-gdi driverijliao2002-04-201-0/+11
| | | | | | | - Add workaround for the problem that ps2epsi doesn't work PR: 37284 Submitted by: Ports Fury
* Workaround for 5.x stderr non-const initialization lameness.alfred2002-04-141-0/+23
|
* Update to 7.04.kuriyama2002-04-0316-0/+763
| | | | | | | | | Modifications against PR are: o $MASTER_SITES substitution. o Typo in scripts/configure. PR: ports/36673 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 7.04.kuriyama2002-04-034-42/+30
| | | | | | | | | | | Modifications against PR are: o $MASTER_SITES substitution. o Typo in scripts/configure. I don't know why $MLINKS entries are not in generated plist... PR: ports/36673 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* o fix build of HPinkjet driver.sf2002-01-141-13/+0
| | | | | | | o change WWW. PR: 33797 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* - Fix hpijs 1.0 dumping core with the kind help of HP.andreas2002-01-121-0/+13
| | | | | | | | | | - Important fix, therefore PORTREVISION bumped. background info: hpijs currently may not compiled with -O or -O2. Simply leaving out any optimization (like it was default in prior hpijs versions) cures the problem. Many thanks to David Suffield from HP-Vancouver.
* - Update Gimp-Print driver to version 4.2.0lioux2001-12-286-89/+38
| | | | | | | | | - Update HPinkjet driver to version 1.0 - Better support for jpeg WRKDIR location - bump PORTREVISION PR: 33060 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 7.03demon2001-11-044-62/+16
| | | | | PR: 31723 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* o style fixeslioux2001-10-071-0/+13
| | | | | | | | | | | | - deploy DATADIR/DOCSDIR - don't use internal .mk work variables, rely on supported ones _DISTDIR -> DISTDIR/DIST_SUBDIR o use <machine/endian.h> for checking byte order instead of an ARCH check PR: 31077 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Fix a compilation error when A4 is defined.knu2001-09-131-7/+13
| | | | | PR: 30523 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* ** ghostscript6 has been repocopied to ghostscript-afpl **knu2001-09-1214-396/+347
| | | | | | | Update to AFPL Ghostscript 7.00. PR: ports/29580 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* - "Gelhaus driver" (cdj850) wasn't active in gs, fix thatandreas2001-04-011-0/+13
| | | | | | | | | | | - therefore bump port revision - add a makefile template, so that it will be compiled in - patch configure.batch and the interactive one interactive configuration is still not enabled, because every driver entry needs to be checked thoroughly if its still present, if more printer models are supported, if there are new printers/drivers, etc ... This needs time that I currently don't have. Any taker ???
* - enable LyX 1.1.6 to show included EPS figuresandreas2001-03-201-0/+47
| | | | | | | | | - tested by Jose - problem is described in: http://sourceforge.net/bugs/?func=detailbug&bug_id=124957&group_id=1897 - major fix for lyx users, therefore bumped port revision Submitted by: Jose M. Alcaide <jose@we.lc.ehu.es>
* Honour the NO_X variable, and don't try and build the X11 output formats,nik2001-02-261-7/+11
| | | | | | | | | or depend on the X11 libraries, if it is set. This should allow "make release" to work happily with the documentation build again. Approved by: andreas (MAINTAINER)
* - added stable version 4.0.4 of gimp-print (stp) driverandreas2001-01-181-0/+6
| | | | | | | | | | | | | | | high quality drivers for Epsons, HPs, ... - bumped port revision - modified all target and added a makefile component to build tool from stp driver (escputil) to do maintenance on epsons install manpage as well - variable name changes, new scheme sounds better - use variables as often as possible in all make targets to reduce port maintenance as much as possible - fix two copy and paste mistakes in echo messages - updated pkg_plist, tested port and package building as well as removal - modified configure.batch to build stp driver
* update to ghostscript v 6.50andreas2001-01-175-44/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - removed port revision, because of new version - added PCL3 driver (hpdj successor) from Martin Lottermoser *both* driver, HPDJ and PCL3, are now compiled in reason: PCL3 is still flagged as BETA and author didn't get much response Although Martin says, its definitively not ALPHA, its safer to have the old drivers around, if things fail for some reason. Martin confirmed, that its possible to have both in one gs binary !!! - disable configure script temporarily, since dialog needs a driver update but I don't want to hold back that port any longer. - enabled as many gs driver as possible - reorganized MASTER_SITES - added mirrors - add a note, that russion mirror isn't up to date, so don't add it - optimized downloading from 6 different sources by special ordering - reorganized Makefile completely - put only ${GS_SOURCES} into EXTRACT_ONLY variable unpacking other 3rd party src's is handled in post-extract target - directory creating, patching, unpacking and install actions are now handeled within the proper make target. This makes port maintenance much easier, i.e.: if you enter make extract, then only extraction of things happen, but makefiles are still not patched. Before this cleanup, things were not so structured and not easy to maintain. Maybe we get a configure script later, to choose between different 3rd party driver options, then this "sorting" and documenting will support the migration process... - silence port by hiding actions with "@" - insert many informational echoes. This makes port maintenance and troubleshooting easier - put more unique comments in front of the different 3rd party modules - document things better - use as many environment variables as necessary, so that "numerical" changes only have to happen on some places and not withing make targets - use gs version number also in docu directory - properly install runtime, info and doc files from 3rd party drivers - put not needed stuff into "NOPORTDOCS" section - keep old font names to avoid fetching unnecessary things - updated patches as necessary - added new patch from Nartin Lottermoser - removed 2 patches that have been incorporated into gs 6.50 - added needed manual pages - updated pkg-plist - finally tested port and package building as well as port removal new port passes all disciplines ;-)
* - Add 3rd party gs driver for HP DeskJet 970andreas2000-11-261-0/+9
| | | | | | | | | | | - http://www.harsch.net/Ghostscript/ghostscript.html - driver is based on Uli Wortmann's HO DJ850 driver - supports duplex printing Note from the author: in duplex mode black is not so intensive as in normal mode. Maybe HP wants to prevent, that you don't see the black of the other side of the page too much. If somebody knows HP's algorithm, how to reduce the black, then author would try to compensate it with some code...
* - Remove restriction of encrypted PDF supportandreas2000-09-121-4/+4
| | | | | | | | | | | - nonexistent -> NONEXISTENT - Add USE_GMAKE - portlint - Fix usage of PREFIX/LOCALBASE - Fix pkg/PLIST PR: 21083 Submitted by: tkato@prontomail.ne.jp
* forgot the two patches, sorry.andreas2000-08-252-0/+102
| | | | | PR: 20038 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* The software's own genarch program took several HOURS onandreas2000-08-251-16/+57
| | | | | | | | | | | | | | | | | | | my dual PIII-700 trying to figure out the sizes of the primary and secondary caches. The sizes turned out to be rather wrong (definetly true for the L2 cache, may be L1 is indeed 32Kb). Their algorithm seems bogus to me, but most importantly, the obtained values are NOT USED anywhere in the GhostScript code... One of the submitted patches rips the "cache size" section from the genarch entirely. The attached modification and new patches also: . replace the use of mktemp/fopen with mkstemp/fdopen . modify the unix-gcc.mak so that there is no need for GNU-make PR: 20038 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* - medium definition driver (lqx70cm.upp) changed to unidirectional print toandreas2000-04-226-1/+13
| | | | | | | | reduce alignment problems. It is only slightly slower, but produces much nicer print. - Added $Id$ Obtained from: Harold Bower <HalBower@worldnet.att.net>
* - fix typo in variable name (Louis), changed it to HP8XX_DRV afterwardsandreas2000-03-262-2/+13
| | | | | | | | | | | - make configure script work (Louis) - make configure.batch script work (Andreas) - extract contributed HP8XX driver in ${WRKSRC}/src - make png driver compile (add $(PREFIX)/include to XINCLUDE variable) Dunno, if this will be the last round of cleanups... Submitted by: "Louis A. Mamakos" <louie@TransSys.COM>
* Sorry, it's broken.andreas2000-03-251-2/+11
| | | | | | | | | Before the new patch gs build fine, but didn't include the printer devices included with configuration script. After fixing this it refuses to build. Any help appreciated. Now you have the last version as I to help me to fix the mess. Sorry folks ...
* new ghostscript 6.01 port after repository copyandreas2000-03-259-87/+277
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | additional changes by me: - configure + configure.batch updates: reviewed all informations in makefiles and driver docu to make list of available drivers and supported printers complete - added DeskJet 880C/882C/895C Driver from Matthew J. Gelhau Driver is still in developement. There is a newer 1.4 beta version available, but this version is recommended by the author. http://www.proaxis.com/~mgelhaus/linux/software/hp880c/hp880c.html Supported are the following models: HP DeskJet 812C 815C 832C 880C 882C 895C 932C 970C - added contributed uniprint driver profiles: - configure + configure.batch updates: reviewed all informations in makefiles and driver docu to make list of available drivers and supported printers complete - added DeskJet 880C/882C/895C Driver from Matthew J. Gelhau Driver is still in developement. There is a newer 1.4 beta version available, but this version is recommended by the author. http://www.proaxis.com/~mgelhaus/linux/software/hp880c/hp880c.html Supported are the following models: HP DeskJet 812C 815C 832C 880C 882C 895C 932C 970C - added contributed uniprint driver profiles: printer: Epson Stylus Color 740 mode1: stc740ih.upp: Epson Stylus Color 740, 1440x720DpI, Inkjet Paper mode2: stc740p.upp : Epson Stylus Color 740, 720x720DpI, Plain Paper mode3: stc740pl.upp: Epson Stylus Color 740, 360x360DpI, Plain Paper contributor: Francois D. Menard <fmenard@g6-114b.residence.usherb.ca> # printer: Epson LQ-1170 mode1: lqx70ch.upp : Epson LQ-1170 ESC/P2 Dot Matrix, 360x360DpI, Plain Pap. mode2: lqx70cl.upp : Epson LQ-1170 ESC/P2 Dot Matrix, 180x180DpI, Plain Pap. mode3: lqx70cm.upp : Epson LQ-1170 ESC/P2 Dot Matrix, 360x180DpI, Plain Pap. contributor: Harold Bower <HalBower@worldnet.att.net> - updated PLIST - use GS_VERSION for DISTNAME - fix installation path for pdf_sec.ps if defined PDFENCRYPT - silence make install ("@") - change COMMENT to reflect version - update DESCR, to document driver enhancements compared to stanfard gs release - apsfilter will be updated later Submitted by: "Alec Wolman" <wolman@cs.washington.edu>
* *** empty log message ***andreas1998-12-032-118/+125
|
* Fix to let ghostscript5 link dynamically with X11 elf libsandreas1998-09-131-1/+2
| | | | Submitted by: Zach Heilig <zach@gaffaneys.com>
* - Update the additional hp850 driver to newest release 1.3andreas1998-06-051-2/+11
| | | | | | | | | | | | | | | | | | - Since the author decided to put a version number into his archive, we can now safely fetch the file from his site. - patch-ad is useless now - updated the configure and configure.batch script, to show all possible drivers - install hp850 drivers license and readme file in the gs doc dir - update the DESCR file, mention the two add on packages in this port - The new driver supports the following additional printers: Support for HP DeskJet 670, 690, 850, 855, 870, 890, 1100 and 1600, See announcement on http://bonk.ethz.ch/hp850/hp850.html Please note, that some of the drivers have certain restrictions and produce huge output files ... Please read the release notes !!! The author makes suggestions on his website, what driver to choose if you need a fast printout, see http://bonk.ethz.ch/hp850/hp850-readme.1.3.html
* fix compilation problems after jpeg lib upgradeandreas1998-04-201-17/+21
|
* Upgrade to ghostscript 5.03andreas1997-08-241-69/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makefile: - Changed WRKSRC - New GS_SOURCES - Make symbolic link from jpeg-6a and libpng port's workdir into WRKSRC, instead of patching unix-gcc.mak further: ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6a ${WRKSRC}/jpeg-6a ln -s ${PORTSDIR}/graphics/png/work/libpng-0.96 ${WRKSRC}/libpng - updated md5 files patches/patch-aa: - new unified diff because some of the above mentioned changes - Only commented out the default DEVICE_DEVS - make our zlib compile again pkg/DESCR: - bumped version number pkg/PLIST: - updated PLIST - added proper @dirrm's for a successfull pkg_delete action scripts/configure: - added new drivers "la70t" "DEC LA70 printer with low resol. text enhancement" ON \ "lq850" "EPSON LQ-850 (360x360), ok for Canon BJ300 in LQ850 emul" ON \ - rmoved one unnecessary "pdfwrite" - same for scripts/configure.batch As requested by: Lars Koeller ;-)
* Make gs5 compile again using the new libpng V 0.96andreas1997-07-041-1/+1
|
* Major cleanup for ghostscript5 port.andreas1997-06-141-9/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - merged patch-af into patch-aa, both patches hacked unix-gcc.mak - merged the scripts/{configure,configure.batch} changes into patch-aa, so that unix-gcc.mak is hacked only by patch-aa - when doing interactive configuration, every device driver is now turned on, so you have to deselect devices - when using BATCH compilation, you now get every supported device, this one is especially for Satoshi, when making gs packages ! - Added a note into unix-gcc.mak, that DEVICE_DEVS now completely are removed in the makefile, instead of this, the two configure scripts now completely control, which devices have to be compiled in. So, the configure target "patches" the unix-gcc.mak Makefile and puts a DEVICE_DEVS line at line 1. When doing batch compilation every device is included in this line, or the wanted devices ... - The compilation option -DA4 is now included if you compile the port by saying "make A4=yes". I hope, I didn't forget a driver, look at that long line ;-) BTW, I didn't create that DEVICE_DEVS line by hand, I did the interactive installation, which created it automatically, and after that I "stealed" that DEVICE_DEVS line for inclusion into configure.batch ;-) So the devices in configure and configure.batch are exactly the same, you only have to compare devices.mak with one of the configure scripts. BTW, should we nuke ghostscript4 ??? Does somebody know if any port needs gs4 ???
* New ghostscript 5 portandreas1997-06-112-0/+47