summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * print/ghostscript-* and related ports have been renamed in theHiroki Sato2008-09-0529-1089/+0
| | | | | | | | | | | | | | | | | | | | | | | | | following way: print/ghostscript-gnu -> print/ghostscript7 print/ghostscript-gnu-nox11 -> print/ghostscript7-nox11 print/ghostscript-gnu-commfont -> print/ghostscript7-commfont print/ghostscript-gpl -> print/ghostscript8 print/ghostscript-gpl-nox11 -> print/ghostscript8-nox11 japanese/ghostscript-gnu-jpnfont -> print/ghostscript7-jpnfont korean/ghostscript-gnu-korfont -> print/ghostscript7-korfont * USE_GHOSTSCRIPT now supports a version number which the port requires. The valid value is "7" or "8". If other value is specified, value of WITH_GHOSTSCRIPT_VER is used. * WITH_GHOSTSCRIPT_GNU has been removed in favor of WITH_GHOSTSCRIPT_VER. The valid value of WITH_GHOSTSCRIPT_VER is "7" or "8", and the default value is "8". Approved by: portmgr (pav) Notes: svn path=/head/; revision=219946
* Remove a workaround for PostScript files generated by oldHiroki Sato2008-07-111-10/+0
| | | | | | | | | | acroread. GS reports an error when it reads some broken (but should be processed) PS files. Reported by: Chuck Robey Notes: svn path=/head/; revision=216703
* - Fix build problem on !i386 platforms[1].Hiroki Sato2008-05-082-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] Notes: svn path=/head/; revision=212845
* - Update to 8.62.Hiroki Sato2008-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. Notes: svn path=/head/; revision=212650
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-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) Notes: svn path=/head/; revision=211584
* - Fix previos commit.Martin Wilke2008-03-071-11/+0
| | | | Notes: svn path=/head/; revision=208591
* - Fix build on AMD64 when WITH_FT_BRIDGE=yes is enabledMartin Wilke2008-03-071-0/+11
| | | | | | | | PR: 121462 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Notes: svn path=/head/; revision=208583
* - Fix security issueRong-En Fan2008-03-021-0/+12
| | | | | | | | | PR: ports/121283 Security: CVE-2008-0411 Submitted by: bf <bf2006a at yahoo.com> Notes: svn path=/head/; revision=208328
* - Add full support for Japanese fonts and ijs driverRong-En Fan2008-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> Notes: svn path=/head/; revision=208254
* - Update to 8.61Rong-En Fan2008-02-294-38/+212
| | | | | | | | PR: ports/118608 Submitted by: KATO Tsuguru <tkato432 at yahoo.com> Notes: svn path=/head/; revision=208163
* - Disable GS_DEVS_SHARED to fix svga drivers buildRong-En Fan2007-08-171-1/+1
| | | | | | | | | PR: ports/115593 Reported by: Barbara <barbara.xxx1975 at libero.it> Patched by: KATO Tsuguru <tkato432 at yahoo.com> Notes: svn path=/head/; revision=197843
* - Add missing patch in 8.60 updateRong-En Fan2007-08-161-0/+25
| | | | | | | | PR: ports/115395 Submitted by: KATO Tsuguru <tkato432 at yahoo.com> Notes: svn path=/head/; revision=197810
* - Update to 8.60. The contributed drivers made by gs-esp are now merged in,Rong-En Fan2007-08-1610-898/+70
| | | | | | | | | | but still missing improved CJKV font handling functions. PR: ports/115395 Submitted by: KATO Tsuguru <tkato432 at yahoo.com> Notes: svn path=/head/; revision=197809
* Fix build when lvga256 or vgalib is enabled.Hiroki Sato2007-06-032-0/+36
| | | | | | | Spotted by: itetcu Notes: svn path=/head/; revision=192632
* Update to 8.57.Hiroki Sato2007-06-0365-5370/+944
| | | | | | | | Submitted by: KATO Tsuguru PR: ports/113009 Notes: svn path=/head/; revision=192618
* Use japanese/ipa-ttfonts as the default Japanese TrueTypeHiroki Sato2007-04-241-16/+5
| | | | | | | font if any (i.e. no dependency added). Bump PORTREVISION. Notes: svn path=/head/; revision=190803
* Add hl1250 driver, which adds support for the Brother HL-1250 andMichael Nottebrock2007-03-282-0/+27
| | | | | | | | compatible printers (for a comprehensive list see http://www.linuxprinting.org/show_printer.cgi?recnum=Brother-HL-1250). Notes: svn path=/head/; revision=188670
* - Update to 8.56Rong-En Fan2007-03-2737-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> Notes: svn path=/head/; revision=188581
* - Fix build on gcc 4. These two changes are stole from print/ghostscript-afpl.Rong-En Fan2007-01-222-17/+288
| | | | | | | Original patches are submitted by Ron MacNeil in ports/94461. Notes: svn path=/head/; revision=183032
* - Fix build on 4-stable when PCL3 driver is enabled [1]Simon Barner2005-06-1010-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] Notes: svn path=/head/; revision=137206
* - Add the PCL3 driver.Simon 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] Notes: svn path=/head/; revision=136911
* Announce the release of GPL Ghostscript. This release is based onKirill Ponomarev2004-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 Notes: svn path=/head/; revision=119567
* Fix build with gcc-3.4.2Kirill Ponomarev2004-08-022-9/+25
| | | | | | | | PR: ports/69923 Submitted by: Ports Fury Notes: svn path=/head/; revision=115306
* Really remove device stp. It has been deprecated since 8.0 and doesn't workVolker Stolz2004-07-261-14/+0
| | | | | | | | | | in the port anyway. Noticed in PR: ports/69322 Submitted by: Torfinn Ingolfsen Notes: svn path=/head/; revision=114783
* - Add a patch to fix a bug which prevents rendering multibyteHiroki Sato2004-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) Notes: svn path=/head/; revision=114664
* - Fix build with freetype-2.1.7Kirill Ponomarev2004-03-191-0/+12
| | | | | | | | PR: ports/64472 Submitted by: Ports Fury Notes: svn path=/head/; revision=104657
* - Update to version 8.14Kirill Ponomarev2004-02-295-22/+139
| | | | | | | | PR: ports/63497 Submitted by: Ports Fury Notes: svn path=/head/; revision=102492
* - Update to version 8.13Kirill Ponomarev2004-01-089-63/+161
| | | | | | | | PR: 61077 Submitted by: Ports Fury Notes: svn path=/head/; revision=97693
* iUpdate port: print/ghostscript-afplEdwin Groothuis2003-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> Notes: svn path=/head/; revision=89599
* Update port: print/ghostscript-afpl to 8.11Edwin Groothuis2003-08-317-270/+0
| | | | | | | | | | - Update to version 8.11 PR: ports/55873 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=88155
* Back out my previous commit, it is unnecessary.Tilman Keskinoz2003-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> Notes: svn path=/head/; revision=85300
* o Update GDI driverNorikatsu Shigemura2003-07-112-18/+8
| | | | | | | | | | | o Replace NPDL driver (currently unavailable at master site) with one included in LIPS driver PR: ports/54102 Submitted by: Ports Fury Notes: svn path=/head/; revision=84684
* Downgrade to 8.0 and fix accidental screwups.Christian Weisgerber2003-06-087-0/+270
| | | | | | | Submitted by: Ports Fury Notes: svn path=/head/; revision=82531
* - Add drivers for Lexmark printers.Christian Weisgerber2003-06-0814-270/+119
| | | | | | | | | | - Add option to use SVGAlib console driver. PR: 52479 Submitted by: Ports Fury Notes: svn path=/head/; revision=82491
* Eplaser update to 3.0.6.Norikatsu Shigemura2003-03-272-36/+16
| | | | | | | | PR: ports-jp/13605 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> Notes: svn path=/head/; revision=77536
* upgrade to 8.00Ying-Chieh Liao2003-01-0329-307/+1418
| | | | | | | | PR: 46435 Submitted by: Ports Fury Notes: svn path=/head/; revision=72450
* Add back Gimp-Print (stp) driver support.Christian Weisgerber2002-08-191-2/+2
| | | | | | | | PR: 41799 Submitted by: Ports Fury Notes: svn path=/head/; revision=64676
* Add BJC250 driver.Christian Weisgerber2002-08-171-0/+31
| | | | | | | | PR: 41737 Submitted by: Ports Fury Notes: svn path=/head/; revision=64613
* - Spin off Gimp-Print driver.Christian Weisgerber2002-08-063-34/+3
| | | | | | | | | | | - Update EPLASER driver to version 3.0.4. - Update GDI driver. PR: 41274 Submitted by: Ports Fury Notes: svn path=/head/; revision=64117
* - Update Gimp-Print driver to version 4.2.1Ying-Chieh Liao2002-04-275-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 Notes: svn path=/head/; revision=58241
* - Update DISTNAME/MASTER_SITE of samsung-gdi driverYing-Chieh Liao2002-04-201-0/+11
| | | | | | | | | | - Add workaround for the problem that ps2epsi doesn't work PR: 37284 Submitted by: Ports Fury Notes: svn path=/head/; revision=57927
* Workaround for 5.x stderr non-const initialization lameness.Alfred Perlstein2002-04-131-0/+23
| | | | Notes: svn path=/head/; revision=57669
* Update to 7.04.Jun 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> Notes: svn path=/head/; revision=57252
* Update to 7.04.Jun 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> Notes: svn path=/head/; revision=57251
* o fix build of HPinkjet driver.FUJISHIMA Satsuki2002-01-141-13/+0
| | | | | | | | | | o change WWW. PR: 33797 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=53059
* - Fix hpijs 1.0 dumping core with the kind help of HP.Andreas Klemm2002-01-111-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. Notes: svn path=/head/; revision=52930
* - Update Gimp-Print driver to version 4.2.0Mario Sergio Fujikawa Ferreira2001-12-276-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> Notes: svn path=/head/; revision=52249
* Update to 7.03Dmitry Sivachenko2001-11-044-62/+16
| | | | | | | | PR: 31723 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=49551
* o style fixesMario Sergio Fujikawa Ferreira2001-10-061-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> Notes: svn path=/head/; revision=48500
* Fix a compilation error when A4 is defined.Akinori MUSHA2001-09-121-7/+13
| | | | | | | | PR: 30523 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=47763