summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * print/ghostscript-* and related ports have been renamed in theHiroki Sato2008-09-0534-2391/+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 duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+1
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217477
* Remove a workaround for PostScript files generated by oldHiroki Sato2008-07-112-11/+1
| | | | | | | | | | 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-084-22595/+213
| | | | | | | | | | | | - 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
* Fix few typos in the knobs(non-fatal).Timur I. Bakeyev2008-05-081-2/+2
| | | | | | | Approved by: shaun (mentor, implicit) Notes: svn path=/head/; revision=212810
* - fix typoIon-Mihai Tetcu2008-05-061-1/+1
| | | | Notes: svn path=/head/; revision=212740
* Remove SHLIB knob.Hiroki Sato2008-05-052-27/+11
| | | | | | | Requested by: mezz Notes: svn path=/head/; revision=212668
* - Update to 8.62.Hiroki Sato2008-05-0520-960/+23250
| | | | | | | | | | | - 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
* Incorrect CONFLICTS in multiple ports.Edwin Groothuis2008-04-171-3/+2
| | | | | | | | | | | There are incorrect CONFLICTS in multiple ports. E.g.: contain two CONFLICTS= lines, the second line overrides the first one. PR: ports/122851 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> Notes: svn path=/head/; revision=211480
* - Bump PORTREVISION for CONFLICTS changedRong-En Fan2008-04-161-1/+1
| | | | | | | Noticed by: flz Notes: svn path=/head/; revision=211370
* - lang/gambc, print/ghostscript-gpl, print/ghostscript-gnu all installRong-En Fan2008-04-161-0/+2
| | | | | | | | | | | bin/gsc, so make they conflict to each others PR: ports/122792 Reported by: Anatoly Borodin <anatoly.borodin at gmail.com> Approved by: Rob Zinkov <rzinkov@eden.rutgers.edu> (maintainer of lang/gambc) Notes: svn path=/head/; revision=211330
* The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 forJoe Marcus Clarke2008-03-243-28/+12
| | | | | | | | | | | | | | | | | | | | | | | | | FreeBSD. The official GNOME 2.22 release notes can be found at http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front, this release features an updated hal port with support for video4linux devices, DRM (Direct Rendering), and better support of removable media. Work is also underway to tie webkit more closely into GNOME. As part of the GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well. Be sure to consult UPDATING on the proper steps to upgrade all of your GNOME ports. This release would not have been possible without the contributions and testing efforts of the following people: Pawel Worach kan edwin Peter Ulrich Kruppa J. W. Ballantine Yasuda Keisuke Andriy Gapon Notes: svn path=/head/; revision=209647
* - When running make config under ghostscript-gpl-nox11, X11 is selected byRong-En Fan2008-03-151-2/+6
| | | | | | | default. Try to make X11 default off when WITHOUT_X11 is defined. Notes: svn path=/head/; revision=209115
* - 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
* - As we use .SILENT, no need to use @Rong-En Fan2008-03-041-35/+35
| | | | | | | Pointed out by: KATO Tsuguru <tkato432 at yahoo.com> Notes: svn path=/head/; revision=208419
* - Reduce dependencies by using ijs distribution from linuxprinting.org. ThisRong-En Fan2008-03-043-44/+43
| | | | | | | | | fixes `make release' with NOPORTS. Submitted by: KATO Tsuguru <tkato432 at yahoo.com> Notes: svn path=/head/; revision=208410
* - Fix security issueRong-En Fan2008-03-022-1/+13
| | | | | | | | | PR: ports/121283 Security: CVE-2008-0411 Submitted by: bf <bf2006a at yahoo.com> Notes: svn path=/head/; revision=208328
* - Fix USE_GNOMERong-En Fan2008-03-021-1/+2
| | | | Notes: svn path=/head/; revision=208304
* - Add full support for Japanese fonts and ijs driverRong-En Fan2008-03-016-10/+248
| | | | | | | | | | | - 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-298-58/+239
| | | | | | | | PR: ports/118608 Submitted by: KATO Tsuguru <tkato432 at yahoo.com> Notes: svn path=/head/; revision=208163
* Adding a post-installation message , telling the user that he needs aThierry Thomas2008-01-012-0/+7
| | | | | | | | | | dvips to run dvipdf. PR: ports/117878 Submitted by: Steve Wills <steve (at) mouf.net> Notes: svn path=/head/; revision=204805
* Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gplRong-En Fan2007-09-241-1/+1
| | | | | | | | | since version 8.57. The leading ghostscript is the -gpl one. Approved by: portmgr (pav) Notes: svn path=/head/; revision=200037
* - 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-1615-944/+99
| | | | | | | | | | 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
* - Replace USE_XLIB with USE_XORG (xt xext)Martin Matuska2007-08-032-2/+2
| | | | | | | | | | | - Bump PORTREVISION Tested by: pointyhat Thanks to: pav (testing) Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=197039
* 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-0370-5977/+1247
| | | | | | | | Submitted by: KATO Tsuguru PR: ports/113009 Notes: svn path=/head/; revision=192618
* - Bump PORTREVISION for xorg72 import (automated tool got confused here)Pav Lucistnik2007-05-202-2/+1
| | | | | | | | Reported by: netchild Approved by: portmgr (implicit) Notes: svn path=/head/; revision=191567
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Use japanese/ipa-ttfonts as the default Japanese TrueTypeHiroki Sato2007-04-242-17/+6
| | | | | | | font if any (i.e. no dependency added). Bump PORTREVISION. Notes: svn path=/head/; revision=190803
* rafan@ reports that the hl250 driver "breaks my print/gv on my amd64", soMichael Nottebrock2007-03-293-2/+3
| | | | | | | | | | | deactivate the driver by default. While here, mark ghostscript-afpl as deprecated. Submitted by: rafan Notes: svn path=/head/; revision=188774
* Add hl1250 driver, which adds support for the Brother HL-1250 andMichael Nottebrock2007-03-286-3/+50
| | | | | | | | 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-2743-465/+1050
| | | | | | | | | | | - 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
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | | - these include misc/ multimedia/ net/ net-mgmt/ net-im/ net-p2p/ palm/ print/ science/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170651
* Sync with ghostscript-afpl:Tilman Keskinoz2006-05-211-2/+3
| | | | | | | - Fix fetch for eplaser distfile Notes: svn path=/head/; revision=162961
* Remove USE_REINPLACE from all categories starting with PEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162206
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-1/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Add SHA256Pav Lucistnik2005-11-251-0/+18
| | | | Notes: svn path=/head/; revision=149449
* Fix MASTER_SITES (pcl3-3.3.tar.gz)Marcus Alves Grando2005-11-221-1/+1
| | | | | | | | PR: 89293 Notified by: diff <diff@infosemi.com> Notes: svn path=/head/; revision=149074
* - Fix build on 4-stable when PCL3 driver is enabled [1]Simon Barner2005-06-1016-91/+1247
| | | | | | | | | | | | | | | - 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-066-19/+263
| | | | | | | | | | | | | | - 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
* Fix typoKirill Ponomarev2004-11-221-3/+1
| | | | | | | | PR: ports/74250 Submitted by: Ports Fury Notes: svn path=/head/; revision=122155
* Announce the release of GPL Ghostscript. This release is based onKirill Ponomarev2004-10-167-23/+95
| | | | | | | | | | | | | | 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-262-15/+0
| | | | | | | | | | in the port anyway. Noticed in PR: ports/69322 Submitted by: Torfinn Ingolfsen Notes: svn path=/head/; revision=114783