summaryrefslogtreecommitdiff
path: root/print/ghostscript-gnu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix master_site for EPLASER files.Edwin Groothuis2003-09-271-1/+1
| | | | | | | Noticed by: Adam McLaurin <adam.mclaurin@gmx.net> Notes: svn path=/head/; revision=89513
* Don't forget the patches for ports/57009Edwin Groothuis2003-09-274-0/+242
| | | | | | | | PR: ports/57009 Submmited by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89499
* Update port: print/ghostscript-gnuEdwin Groothuis2003-09-276-100/+125
| | | | | | | | | | | | - Update EPLASER driver to version 3.1.1 - Fix papersize handling of LIPS driver - Enable hl1240/hl1250 driver by default configuration PR: ports/57009 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89498
* Make this align correctly for amd64 as well. This should fix the docsPeter Wemm2003-09-251-1/+1
| | | | | | | part of 'make release'. Many many thanks to Marcel for pointing me here! Notes: svn path=/head/; revision=89275
* Fix handling big post table and GSUB's LookuplistNorikatsu Shigemura2003-07-262-1/+118
| | | | | | | | | | | | | sub table. These problems cause that ghostscript can't display with kochi-subst fonts. PR: ports-jp/13949, ports-jp/13973 Reported by: Yoshihiko Sarumaru <mistral@imasy.or.jp> Submitted by: KANOU Hiroki <kanou@khdd.net> Patched by: Akira TAGOH <at at gclab.org> Notes: svn path=/head/; revision=85646
* Backout my previous commit and reenable .SILENT instead.Tilman Keskinoz2003-07-214-92/+1091
| | | | | | | | | | | Take measures to cope with too frequent update (without version numbering) of Samsung-SmartGDI driver PR: 54708 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=85297
* Add @'s before ECHO_MSGs.Tilman Keskinoz2003-07-211-88/+88
| | | | Notes: svn path=/head/; revision=85282
* ghostscriopt/Samsung-SmartGDI-all-GS.tar.gz has been changed,Maho Nakata2003-07-211-1/+1
| | | | | | | | | so that md5 is also subjected to change. Submitted by: Krzysztof Stryjek <wtp@mud.pl> Notes: svn path=/head/; revision=85266
* Update distinfo.Norikatsu Shigemura2003-07-121-1/+1
| | | | | | | | | | | | | | Result of diff 20030608 version and new version. Change some style (// to /* */, \x1b to \033, etc...) Overcome the problem that the printer does not accept compressed data bands bigger than 64 kB. Pointed out by: horio shoichi <bugsgrief@bugsgrief.net> Adam <blueeskimo@gmx.net> Rob Lahaye <lahaye@snu.ac.kr> Notes: svn path=/head/; revision=84738
* o Update GDI driverNorikatsu Shigemura2003-07-116-53/+15
| | | | | | | | | | | o Replace NPDL driver (currently unavailable at master site) with one included in LIPS driver PR: ports/54103 Submitted by: Ports Fury Notes: svn path=/head/; revision=84685
* Update URL for eplaser.Norikatsu Shigemura2003-07-111-1/+1
| | | | | | | Reviewed by: Yoshihiko Sarumaru <mistral@imasy.or.jp> Notes: svn path=/head/; revision=84676
* Update to version 7.07.Christian Weisgerber2003-06-0810-14/+209
| | | | | | | | PR: 52480 Submitted by: Ports Fury Notes: svn path=/head/; revision=82548
* This port CONFLICTS with ghostscript-afpl*Tilman Keskinoz2003-05-101-0/+1
| | | | Notes: svn path=/head/; revision=80575
* Update to version 7.06.Christian Weisgerber2003-04-2710-369/+490
| | | | | | | | PR: 51062 Submitted by: Ports Fury Notes: svn path=/head/; revision=79766
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* Bump PORTREVISION by previous commit.Norikatsu Shigemura2003-03-271-1/+1
| | | | | | | And I forgot to mention that Support for EPSON LPC-9500. Notes: svn path=/head/; revision=77540
* Eplaser update to 3.0.6.Norikatsu Shigemura2003-03-277-16/+15
| | | | | | | | PR: ports-jp/13600 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> Notes: svn path=/head/; revision=77537
* - chown font files to root:wheel after extract them into datadirYen-Ming Lee2003-03-021-1/+2
| | | | | | | | | | - bump PORTREVISION PR: 48821 Submitted by: Pat Lashley <patl+freebsd@volant.org> Notes: svn path=/head/; revision=76724
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Fix ghostscript on ia64. The logic to determine what the minimumMarcel Moolenaar2002-12-191-0/+17
| | | | | | | | | | | | | | | | alignment must be is based on elementary datatypes, but does not take into account the alignment requirements of FP spills. Such are present in jmp_buf. The memory allocator is used by the JPEG and PNG libraries as well and the JPEG library has a jmp_buf in one of its structures. Another problem case is the "long double" type. This datatype is not in the list of elementary types on which the minimal alignment is based and can also be used by imported source code. The patch forces 16-byte alignment on ia64. Notes: svn path=/head/; revision=71720
* Add another MD5 sum for ghostscript/eplaser-3.0.4-651.tgzTilman Keskinoz2002-11-101-0/+1
| | | | | | | | | | | The new tarball has changes in the readme and a copy of the GPL. Full diff of the tarballs is available at http://people.freebsd.org/~arved/eplaser.diff PR: 44996, 45043, 44780 Notes: svn path=/head/; revision=69842
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* - Wipe x11* items out from device config dialog when WITHOUT_X11 is definedYing-Chieh Liao2002-10-071-1/+6
| | | | | | | | | | - Fix MASTER_SITES PR: 43708 Submitted by: Ports Fury Notes: svn path=/head/; revision=67518
* Deploy USE_GNOMENG infrastructureMario Sergio Fujikawa Ferreira2002-09-021-1/+2
| | | | | | | | PR: 42302 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=65457
* Add back Gimp-Print (stp) driver support.Christian Weisgerber2002-08-205-3/+66
| | | | | | | | PR: 41800 Submitted by: Ports Fury Notes: svn path=/head/; revision=64677
* Add BJC250 driver.Christian Weisgerber2002-08-175-3/+63
| | | | | | | | PR: 41738 Submitted by: Ports Fury Notes: svn path=/head/; revision=64615
* - 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