summaryrefslogtreecommitdiff
path: root/print/ghostscript7 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* - Spin off Gimp-Print driver.Christian Weisgerber2002-08-068-117/+61
| | | | | | | | | | | - Update EPLASER driver to version 3.0.4. - Update GDI driver. PR: 41275 Submitted by: Ports Fury Notes: svn path=/head/; revision=64120
* PERL -> REINPLACE_CMDHye-Shik Chang2002-06-271-4/+5
| | | | | | | | PR: 39706 39708 39709 39710 Submitted by: Scott Flatman <sf@dsinw.com> Notes: svn path=/head/; revision=62122
* Spin off HPIJS driverYing-Chieh Liao2002-05-103-47/+5
| | | | | | | | PR: 37890, 37891 Submitted by: Ports Fury Notes: svn path=/head/; revision=58829
* upgrade to 7.05Ying-Chieh Liao2002-04-2715-166/+204
| | | | | | | | PR: 37501 Submitted by: Ports Fury Notes: svn path=/head/; revision=58242
* Update the checksum of one of ``gdevdj9.c.gz'' used by both ports.Mikhail Teterin2002-04-241-1/+1
| | | | | | | | PR: ports/36752 ports/37164 Submitted by: Shannon -jj Behrens, KATO Tsuguru Notes: svn path=/head/; revision=58080
* - Update DISTNAME/MASTER_SITE of samsung-gdi driverYing-Chieh Liao2002-04-204-5/+16
| | | | | | | | | | - Add workaround for the problem that ps2epsi doesn't work PR: 37285 Submitted by: Ports Fury Notes: svn path=/head/; revision=57928
* Bump $PORTREVISION for previous commit (distfile changed).Jun Kuriyama2002-04-051-0/+1
| | | | | | | | Changes in gdevdj9.c include "both the Quality and the Duplex parameter can be set using setpagedevice." Notes: svn path=/head/; revision=57337
* (1) I forgot to update distinfo for gdevdj9.c.gz mentioned in original PR.Jun Kuriyama2002-04-051-1/+1
| | | | | | | | | | | | (2) $MASTER_SITES optimization may not work if $DISTFILES has comma separated keywords after ":" separator. PR: ports/36762 (2) Reported by: tkato (1), Lev A. Serebryakov <lev@serebryakov.spb.ru> (2) Pointy hat to: kuriyama Notes: svn path=/head/; revision=57336
* hopefully fix 5.x breakage by not using 'stderr' to initialize a global.Alfred Perlstein2002-04-051-0/+23
| | | | Notes: svn path=/head/; revision=57335
* Upgrade to 6.53.Jun Kuriyama2002-04-0426-294/+1259
| | | | | | | | PR: ports/36674 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=57291
* o Fix breakage introduced in last rev:Mario Sergio Fujikawa Ferreira2002-04-031-5/+5
| | | | | | | | | | - Comma operator does not work for {DIST,PATCH}FILES just yet, re-arrange groups to achieve similar effect Prompted by: John Hay <jhay@icomtek.csir.co.za> Notes: svn path=/head/; revision=57275
* Complete deployment of MASTER_SITES:nMario Sergio Fujikawa Ferreira2002-04-021-9/+13
| | | | Notes: svn path=/head/; revision=57237
* Sort some of the master sites.Trevor Johnson2002-03-091-7/+14
| | | | Notes: svn path=/head/; revision=55752
* Bump PORTREVISION now that ps2epsi has been fixed.Murray Stokely2002-02-011-1/+1
| | | | | | | Suggested by: bmah, will Notes: svn path=/head/; revision=54110
* Fix the ps2epsi program to create encapsulated PostScript out of aMurray Stokely2002-01-301-0/+11
| | | | | | | | PostScript page. There is a blatant typo here that is fixed in the ghostscript-afpl version. Notes: svn path=/head/; revision=53998
* Add checksum for latest HP DJ970C Series driver (I left the oldTrevor Johnson2002-01-241-0/+1
| | | | | | | | | | | | checksum in place). I don't have access to one of these printers for testing, but the new driver does at least compile. I nominate this for re-tagging. Noticed by: luigi Notes: svn path=/head/; revision=53662
* Upgrade HPIJS (HP inkjet) driver to 1.0.2, featuring the latestTrevor Johnson2002-01-222-6/+6
| | | | | | | | | | | | | | | disclaimer technology (and allowing full-bleed printing on the Photosmart 100), so increment PORTREVISION. fix CAPS In Comment. Invoke perl more specifically. PR: 34140 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=53512
* support CFLAGS/CXXFLAGS properly.FUJISHIMA Satsuki2002-01-191-0/+3
| | | | | | | | PR: 34026 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=53318
* Update HPIJS package from 1.0 to 1.0.1.Andreas Klemm2002-01-172-6/+3
| | | | | | | | | | | | HP fixed "off-by-one error" in the HPIJS sources, that caused hpijs to core dump at runtime, when being compiled with -O or -O2. I confirmed, that everything works perfectly again with -O and -O2. Bumped port revision, to flag this as an important change. Thanks to David Suffield from HP who took our (and others) reports seriously, fixed the bug and released the new HPIJS version. Notes: svn path=/head/; revision=53269
* o fix build of HPinkjet driver.FUJISHIMA Satsuki2002-01-143-16/+5
| | | | | | | | | | o change WWW. PR: 33798 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=53057
* - Fix hpijs 1.0 dumping core with the kind help of HP.Andreas Klemm2002-01-112-1/+14
| | | | | | | | | | | | | - 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
* Fix build if ${PORTSDIR} is a symlink by finding jpeg's WRKSRC properly.Dirk Froemberg2002-01-011-1/+1
| | | | Notes: svn path=/head/; revision=52467
* o Missed when rev 1.61 of Makefile was committed (blame getpr) forMario Sergio Fujikawa Ferreira2001-12-291-1/+1
| | | | | | | | | | | PR mentioned below o do NOT bump PORTREVISION since it only fixes BATCH builds PR: 33061 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=52363
* - Update Gimp-Print driver to version 4.2.0Mario Sergio Fujikawa Ferreira2001-12-2710-135/+106
| | | | | | | | | | | - Update HPinkjet driver to version 1.0 - Better support for jpeg WRKDIR location PR: 33061 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=52250
* Update to 6.52Dmitry Sivachenko2001-11-045-53/+100
| | | | | | | | PR: 31724 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=49552
* back out last commitYing-Chieh Liao2001-10-121-9/+9
| | | | Notes: svn path=/head/; revision=48693
* DISTDIR/DIST_SUBDIR -> _DISTDIRYing-Chieh Liao2001-10-111-9/+9
| | | | | | | | PR: 31174 Submitted by: Ports Fury Notes: svn path=/head/; revision=48670
* o style fixesMario Sergio Fujikawa Ferreira2001-10-062-34/+41
| | | | | | | | | | | | | | | - 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: 31078 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=48501
* Perform one leftover s/DISTDIR/_DISTDIR/.Akinori MUSHA2001-09-271-1/+1
| | | | Notes: svn path=/head/; revision=48229
* Set DIST_SUBDIR=ghostscript, because this port requires lots ofAkinori MUSHA2001-09-273-14/+13
| | | | | | | | | | | distfiles with random names. Suggested by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> De-portlint while I'm here. Notes: svn path=/head/; revision=48228
* Fix a compilation error when A4 is defined.Akinori MUSHA2001-09-122-8/+13
| | | | | | | | PR: 30522 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=47762
* Remove duplicate PKGNAMESUFFIX lines I added.Akinori MUSHA2001-09-111-1/+0
| | | | Notes: svn path=/head/; revision=47710
* Use the :: operator for pre-everything.Akinori MUSHA2001-09-111-1/+1
| | | | | | | Submitted by: Dan Langille <dan@langille.org> Notes: svn path=/head/; revision=47709
* ** ghostscript55 has been repocopied to ghostscript-gnu **Akinori MUSHA2001-09-1125-486/+1238
| | | | | | | | | | Update to GNU Ghostscript 6.51. PR: ports/29579 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=47707
* Bump png majorAndrey A. Chernov2001-09-111-1/+1
| | | | Notes: svn path=/head/; revision=47629
* change URL for pdfencryptAndreas Klemm2001-08-131-1/+1
| | | | | | | PR: 27331 Notes: svn path=/head/; revision=46212
* sorry, no time for maintenance, hand port over to ports team entirelyAndreas Klemm2001-07-061-1/+1
| | | | Notes: svn path=/head/; revision=44823
* Make executive decision. `pkg_add -r ghostscript' will get youDavid E. O'Brien2001-06-201-0/+2
| | | | | | | version 6.x. Notes: svn path=/head/; revision=44240
* - Remove restriction of encrypted PDF supportAndreas Klemm2000-09-111-12/+8
| | | | | | | | | | - nonexistent -> NONEXISTENT PR: 21082 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=32524
* Add bmp16m to available printer drivers as defaultSatoshi Taoka2000-09-041-1/+1
| | | | | | | | | (because print/pips* uses bmp16m in GS) Approved by: maintainer Notes: svn path=/head/; revision=32232
* Update port: print/ghostscript55 to 5.50aAndreas Klemm2000-08-247-59/+90
| | | | | | | | | | Thanks for port submission ! PR: 20266 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=31939
* Create ${WRKSRC} --> ${WRKDIR}/libpng sysmlink and use it in ghostscript portsMaxim Sobolev2000-07-261-1/+1
| | | | | | | instead of hardcoded ${WRKSRC}/libpng-png.version.number. Notes: svn path=/head/; revision=31041
* Bump png shared library version.Maxim Sobolev2000-07-041-1/+1
| | | | | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> Notes: svn path=/head/; revision=30165
* Accidental whitespaceChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27422
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27421
* tabifyAndreas Klemm2000-02-131-1/+1
| | | | Notes: svn path=/head/; revision=25767
* - Disable encrypted PDF support by default (because of possibleAndreas Klemm2000-02-131-8/+13
| | | | | | | | | | | export restrictions) - tar -> TAR PR: 16667 Submitted by: KATO Tsuguro Notes: svn path=/head/; revision=25763
* link false after upgrade of libpng from 1.0.3 to 1.0.5Andreas Klemm1999-11-261-1/+1
| | | | | | | Submitted by: Dominik Brettnacher <domi@saargate.de> Notes: svn path=/head/; revision=23345
* png-1.0.3 -> png-1.0.5Justin M. Seger1999-11-261-1/+1
| | | | | | | | Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de> PR: ports/15052 Notes: svn path=/head/; revision=23338
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157