summaryrefslogtreecommitdiff
path: root/print/ghostscript7/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Forgot these in my last commit, sorry. Here's the full log:Simon Barner2005-06-082-0/+659
| | | | | | | | | | | | | | - Update MASTER_SITES for MD2K driver - Remove HPDJ driver completely (officially discontinued) - Add KRGB support patch for IJS driver - Bump GS_REVISION Submitted by: KATO Tsuguru <tkato432@yahoo.com> Tested by: Jose M Rodriguez <josemi@freebsd.jazztel.es> PR: ports/81962 Notes: svn path=/head/; revision=137042
* - Update MASTER_SITES for MD2K driverSimon Barner2005-06-081-14/+0
| | | | | | | | | | | | | - Remove HPDJ driver completely (officially discontinued) - Add KRGB support patch for IJS driver - Bump GS_REVISION Submitted by: KATO Tsuguru <tkato432@yahoo.com> Tested by: Jose M Rodriguez <josemi@freebsd.jazztel.es> PR: ports/81962 Notes: svn path=/head/; revision=137041
* - Update gimp-print to 4.2.7Pav Lucistnik2005-01-242-29/+76
| | | | | | | | | | - Correct merge cups/pstoraster patches PR: ports/76569 Submitted by: Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es> Notes: svn path=/head/; revision=127220
* Avoid having more than one patch fix the same fileKirill Ponomarev2004-08-024-29/+25
| | | | | | | | PR: ports/69924 Submitted by: Ports Fury Notes: svn path=/head/; revision=115307
* GCC 3.4 fixes.Michael Nottebrock2004-08-013-0/+33
| | | | Notes: svn path=/head/; revision=115206
* Handle NeverEmbed CJK TrueType into PDF, and write correct glyph widthsMark Linimon2004-05-286-0/+421
| | | | | | | | | | | | of CJK TrueType into PDF, and do not write CIDToGIDMap of NeverEmbed CJK TrueType and Encoding of CIDFont into PDF. PR: ports/62078 Submitted by: KOMATSU Shinichiro <koma2 at jiro dot c dot u-tokyo dot ac dot jp> Reviewed by: KATO Tsuguru <jungle at m8 dot dion dot ne dot jp> Notes: svn path=/head/; revision=110164
* - Improve papersize handling of LIPS driverKirill Ponomarev2004-03-264-14/+131
| | | | | | | | PR: ports/64766 Submitted by: Ports Fury Notes: svn path=/head/; revision=105337
* - Replace HP2200 driver (currently unavailable at master site)Kirill Ponomarev2004-01-127-69/+174
| | | | | | | | | | | | | | with HP8XX driver - Update ghotscript-fonts-std to version 8.11 - Update EPLASER driver to version 3.1.4 - Fix minor bug in paparsize handling of LIPS driver - Fix minor bug in Japanese vertical font support PR: 61249 Submitted by: Ports Fury Notes: svn path=/head/; revision=98003
* 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-272-86/+106
| | | | | | | | | | | | - 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-261-0/+117
| | | | | | | | | | | | | 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-212-0/+999
| | | | | | | | | | | 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
* 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/54103 Submitted by: Ports Fury Notes: svn path=/head/; revision=84685
* Update to version 7.07.Christian Weisgerber2003-06-084-0/+101
| | | | | | | | PR: 52480 Submitted by: Ports Fury Notes: svn path=/head/; revision=82548
* Update to version 7.06.Christian Weisgerber2003-04-273-2/+50
| | | | | | | | PR: 51062 Submitted by: Ports Fury Notes: svn path=/head/; revision=79766
* Eplaser update to 3.0.6.Norikatsu Shigemura2003-03-272-6/+4
| | | | | | | | PR: ports-jp/13600 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> Notes: svn path=/head/; revision=77537
* 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 back Gimp-Print (stp) driver support.Christian Weisgerber2002-08-202-2/+16
| | | | | | | | PR: 41800 Submitted by: Ports Fury Notes: svn path=/head/; revision=64677
* Add BJC250 driver.Christian Weisgerber2002-08-171-0/+31
| | | | | | | | PR: 41738 Submitted by: Ports Fury Notes: svn path=/head/; revision=64615
* - Spin off Gimp-Print driver.Christian Weisgerber2002-08-063-49/+9
| | | | | | | | | | | - Update EPLASER driver to version 3.0.4. - Update GDI driver. PR: 41275 Submitted by: Ports Fury Notes: svn path=/head/; revision=64120
* upgrade to 7.05Ying-Chieh Liao2002-04-2710-133/+142
| | | | | | | | PR: 37501 Submitted by: Ports Fury Notes: svn path=/head/; revision=58242
* - 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: 37285 Submitted by: Ports Fury Notes: svn path=/head/; revision=57928
* 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-0420-145/+756
| | | | | | | | PR: ports/36674 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=57291
* 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
* o fix build of HPinkjet driver.FUJISHIMA Satsuki2002-01-141-13/+0
| | | | | | | | | | 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-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-84/+36
| | | | | | | | | | | - 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-042-32/+83
| | | | | | | | PR: 31724 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=49552
* 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: 31078 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=48501
* Fix a compilation error when A4 is defined.Akinori MUSHA2001-09-121-7/+12
| | | | | | | | PR: 30522 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=47762
* ** ghostscript55 has been repocopied to ghostscript-gnu **Akinori MUSHA2001-09-1119-190/+524
| | | | | | | | | | Update to GNU Ghostscript 6.51. PR: ports/29579 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=47707
* Update port: print/ghostscript55 to 5.50aAndreas Klemm2000-08-242-15/+57
| | | | | | | | | | Thanks for port submission ! PR: 20266 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=31939
* *** empty log message ***Andreas Klemm1998-12-032-118/+125
| | | | Notes: svn path=/head/; revision=15087
* Fix to let ghostscript5 link dynamically with X11 elf libsAndreas Klemm1998-09-121-1/+2
| | | | | | | Submitted by: Zach Heilig <zach@gaffaneys.com> Notes: svn path=/head/; revision=13094
* - Update the additional hp850 driver to newest release 1.3Andreas Klemm1998-06-041-2/+11
| | | | | | | | | | | | | | | | | | | | | - Since the author decided to put a version number into his archive, we can now safely fetch the file from his site. - patch-ad is useless now - updated the configure and configure.batch script, to show all possible drivers - install hp850 drivers license and readme file in the gs doc dir - update the DESCR file, mention the two add on packages in this port - The new driver supports the following additional printers: Support for HP DeskJet 670, 690, 850, 855, 870, 890, 1100 and 1600, See announcement on http://bonk.ethz.ch/hp850/hp850.html Please note, that some of the drivers have certain restrictions and produce huge output files ... Please read the release notes !!! The author makes suggestions on his website, what driver to choose if you need a fast printout, see http://bonk.ethz.ch/hp850/hp850-readme.1.3.html Notes: svn path=/head/; revision=11254
* fix compilation problems after jpeg lib upgradeAndreas Klemm1998-04-191-17/+21
| | | | Notes: svn path=/head/; revision=10593
* Upgrade to ghostscript 5.03Andreas Klemm1997-08-241-69/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makefile: - Changed WRKSRC - New GS_SOURCES - Make symbolic link from jpeg-6a and libpng port's workdir into WRKSRC, instead of patching unix-gcc.mak further: ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6a ${WRKSRC}/jpeg-6a ln -s ${PORTSDIR}/graphics/png/work/libpng-0.96 ${WRKSRC}/libpng - updated md5 files patches/patch-aa: - new unified diff because some of the above mentioned changes - Only commented out the default DEVICE_DEVS - make our zlib compile again pkg/DESCR: - bumped version number pkg/PLIST: - updated PLIST - added proper @dirrm's for a successfull pkg_delete action scripts/configure: - added new drivers "la70t" "DEC LA70 printer with low resol. text enhancement" ON \ "lq850" "EPSON LQ-850 (360x360), ok for Canon BJ300 in LQ850 emul" ON \ - rmoved one unnecessary "pdfwrite" - same for scripts/configure.batch As requested by: Lars Koeller ;-) Notes: svn path=/head/; revision=7667
* Make gs5 compile again using the new libpng V 0.96Andreas Klemm1997-07-041-1/+1
| | | | Notes: svn path=/head/; revision=7208
* Major cleanup for ghostscript5 port.Andreas Klemm1997-06-141-9/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - merged patch-af into patch-aa, both patches hacked unix-gcc.mak - merged the scripts/{configure,configure.batch} changes into patch-aa, so that unix-gcc.mak is hacked only by patch-aa - when doing interactive configuration, every device driver is now turned on, so you have to deselect devices - when using BATCH compilation, you now get every supported device, this one is especially for Satoshi, when making gs packages ! - Added a note into unix-gcc.mak, that DEVICE_DEVS now completely are removed in the makefile, instead of this, the two configure scripts now completely control, which devices have to be compiled in. So, the configure target "patches" the unix-gcc.mak Makefile and puts a DEVICE_DEVS line at line 1. When doing batch compilation every device is included in this line, or the wanted devices ... - The compilation option -DA4 is now included if you compile the port by saying "make A4=yes". I hope, I didn't forget a driver, look at that long line ;-) BTW, I didn't create that DEVICE_DEVS line by hand, I did the interactive installation, which created it automatically, and after that I "stealed" that DEVICE_DEVS line for inclusion into configure.batch ;-) So the devices in configure and configure.batch are exactly the same, you only have to compare devices.mak with one of the configure scripts. BTW, should we nuke ghostscript4 ??? Does somebody know if any port needs gs4 ??? Notes: svn path=/head/; revision=6928
* New ghostscript 5 portAndreas Klemm1997-06-112-0/+47
Notes: svn path=/head/; revision=6858