summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-05* print/ghostscript-* and related ports have been renamed in theHiroki Sato29-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
2008-07-11Remove a workaround for PostScript files generated by oldHiroki Sato1-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
2008-05-08- Fix build problem on !i386 platforms[1].Hiroki Sato2-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
2008-05-05- Update to 8.62.Hiroki Sato13-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
2008-04-19- Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke1-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
2008-03-07- Fix previos commit.Martin Wilke1-11/+0
Notes: svn path=/head/; revision=208591
2008-03-07- Fix build on AMD64 when WITH_FT_BRIDGE=yes is enabledMartin Wilke1-0/+11
PR: 121462 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Notes: svn path=/head/; revision=208583
2008-03-02- Fix security issueRong-En Fan1-0/+12
PR: ports/121283 Security: CVE-2008-0411 Submitted by: bf <bf2006a at yahoo.com> Notes: svn path=/head/; revision=208328
2008-03-01- Add full support for Japanese fonts and ijs driverRong-En Fan2-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
2008-02-29- Update to 8.61Rong-En Fan4-38/+212
PR: ports/118608 Submitted by: KATO Tsuguru <tkato432 at yahoo.com> Notes: svn path=/head/; revision=208163
2007-08-17- Disable GS_DEVS_SHARED to fix svga drivers buildRong-En Fan1-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
2007-08-16- Add missing patch in 8.60 updateRong-En Fan1-0/+25
PR: ports/115395 Submitted by: KATO Tsuguru <tkato432 at yahoo.com> Notes: svn path=/head/; revision=197810
2007-08-16- Update to 8.60. The contributed drivers made by gs-esp are now merged in,Rong-En Fan10-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
2007-06-03Fix build when lvga256 or vgalib is enabled.Hiroki Sato2-0/+36
Spotted by: itetcu Notes: svn path=/head/; revision=192632
2007-06-03Update to 8.57.Hiroki Sato65-5370/+944
Submitted by: KATO Tsuguru PR: ports/113009 Notes: svn path=/head/; revision=192618
2007-04-24Use japanese/ipa-ttfonts as the default Japanese TrueTypeHiroki Sato1-16/+5
font if any (i.e. no dependency added). Bump PORTREVISION. Notes: svn path=/head/; revision=190803
2007-03-28Add hl1250 driver, which adds support for the Brother HL-1250 andMichael Nottebrock2-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
2007-03-27- Update to 8.56Rong-En Fan37-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
2007-01-22- Fix build on gcc 4. These two changes are stole from print/ghostscript-afpl.Rong-En Fan2-17/+288
Original patches are submitted by Ron MacNeil in ports/94461. Notes: svn path=/head/; revision=183032
2005-06-10- Fix build on 4-stable when PCL3 driver is enabled [1]Simon Barner10-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
2005-06-06- Add the PCL3 driver.Simon Barner1-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
2004-10-16Announce the release of GPL Ghostscript. This release is based onKirill Ponomarev1-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
2004-08-02Fix build with gcc-3.4.2Kirill Ponomarev2-9/+25
PR: ports/69923 Submitted by: Ports Fury Notes: svn path=/head/; revision=115306
2004-07-26Really remove device stp. It has been deprecated since 8.0 and doesn't workVolker Stolz1-14/+0
in the port anyway. Noticed in PR: ports/69322 Submitted by: Torfinn Ingolfsen Notes: svn path=/head/; revision=114783
2004-07-25- Add a patch to fix a bug which prevents rendering multibyteHiroki Sato2-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
2004-03-19- Fix build with freetype-2.1.7Kirill Ponomarev1-0/+12
PR: ports/64472 Submitted by: Ports Fury Notes: svn path=/head/; revision=104657
2004-02-29- Update to version 8.14Kirill Ponomarev5-22/+139
PR: ports/63497 Submitted by: Ports Fury Notes: svn path=/head/; revision=102492
2004-01-08- Update to version 8.13Kirill Ponomarev9-63/+161
PR: 61077 Submitted by: Ports Fury Notes: svn path=/head/; revision=97693
2003-09-28iUpdate port: print/ghostscript-afplEdwin Groothuis7-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
2003-08-31Update port: print/ghostscript-afpl to 8.11Edwin Groothuis7-270/+0
- Update to version 8.11 PR: ports/55873 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=88155
2003-07-21Back out my previous commit, it is unnecessary.Tilman Keskinoz2-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
2003-07-11o Update GDI driverNorikatsu Shigemura2-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
2003-06-08Downgrade to 8.0 and fix accidental screwups.Christian Weisgerber7-0/+270
Submitted by: Ports Fury Notes: svn path=/head/; revision=82531
2003-06-08- Add drivers for Lexmark printers.Christian Weisgerber14-270/+119
- Add option to use SVGAlib console driver. PR: 52479 Submitted by: Ports Fury Notes: svn path=/head/; revision=82491
2003-03-27Eplaser update to 3.0.6.Norikatsu Shigemura2-36/+16
PR: ports-jp/13605 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> Notes: svn path=/head/; revision=77536
2003-01-03upgrade to 8.00Ying-Chieh Liao29-307/+1418
PR: 46435 Submitted by: Ports Fury Notes: svn path=/head/; revision=72450
2002-08-19Add back Gimp-Print (stp) driver support.Christian Weisgerber1-2/+2
PR: 41799 Submitted by: Ports Fury Notes: svn path=/head/; revision=64676
2002-08-17Add BJC250 driver.Christian Weisgerber1-0/+31
PR: 41737 Submitted by: Ports Fury Notes: svn path=/head/; revision=64613
2002-08-06- Spin off Gimp-Print driver.Christian Weisgerber3-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
2002-04-27- Update Gimp-Print driver to version 4.2.1Ying-Chieh Liao5-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
2002-04-20- Update DISTNAME/MASTER_SITE of samsung-gdi driverYing-Chieh Liao1-0/+11
- Add workaround for the problem that ps2epsi doesn't work PR: 37284 Submitted by: Ports Fury Notes: svn path=/head/; revision=57927
2002-04-13Workaround for 5.x stderr non-const initialization lameness.Alfred Perlstein1-0/+23
Notes: svn path=/head/; revision=57669
2002-04-03Update to 7.04.Jun Kuriyama16-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
2002-04-03Update to 7.04.Jun Kuriyama4-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
2002-01-14o fix build of HPinkjet driver.FUJISHIMA Satsuki1-13/+0
o change WWW. PR: 33797 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=53059
2002-01-11- Fix hpijs 1.0 dumping core with the kind help of HP.Andreas Klemm1-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
2001-12-27- Update Gimp-Print driver to version 4.2.0Mario Sergio Fujikawa Ferreira6-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
2001-11-04Update to 7.03Dmitry Sivachenko4-62/+16
PR: 31723 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=49551
2001-10-06o style fixesMario Sergio Fujikawa Ferreira1-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
2001-09-12Fix a compilation error when A4 is defined.Akinori MUSHA1-7/+13
PR: 30523 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=47763