summaryrefslogtreecommitdiff
path: root/print/ghostscript-gnu-commfont/files/patch-src:unix-gcc.mak (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-01-18Add ghostscript-gnu-cjk 6.52,Yoshio MITA1-0/+0
gNU Postscript interpreter CJK fonts adding port. This is a GNU version of ghostscript with features below: 1. CJK internationalization ready. 2. Depends on print/ghostscript-gnu and replace only necessary files. 3. -DA4 default as is standard in CJK countries. 4. Includes many additional printer drivers sold in japan. PR: ports/33116 Submitted by: Tomokatsu SAITO <saito@a2z.co.jp>
2001-12-27- Update Gimp-Print driver to version 4.2.0Mario Sergio Fujikawa Ferreira1-9/+7
- Update HPinkjet driver to version 1.0 - Better support for jpeg WRKDIR location PR: 33061 Submitted by: KATO Tsuguru <tkato@prontomail.com>
2001-11-04Update to 6.52Dmitry Sivachenko1-11/+36
PR: 31724 Submitted by: KATO Tsuguru <tkato@prontomail.com>
2001-09-12Fix a compilation error when A4 is defined.Akinori MUSHA1-7/+12
PR: 30522 Submitted by: KATO Tsuguru <tkato@prontomail.com>
2001-09-11** ghostscript55 has been repocopied to ghostscript-gnu **Akinori MUSHA1-56/+64
Update to GNU Ghostscript 6.51. PR: ports/29579 Submitted by: KATO Tsuguru <tkato@prontomail.com>
2000-09-29o Change the distfile from Aladdin ghostscript 5.50 to GNU ghostscript 5.50Satoshi Taoka1-53/+30
o Add a printer driver for EPSON laser printer (LP-8XXX, LP-3000C, etc) crerated by EPSON KOWA Corp. (www.epkowa.co.jp) o Update several printer drivers (epag-3.09 and gdevalps-0.21) o Use ${PORTSDIR}/graphics/{png,jpeg} instead of the files jpegsrc.v6b and libpng-1.0.2 fetched by this port when compiling. o Fix PLIST (two entries "bin/ert") o Add bmp16m driver to defalut printer drivers. o Use CC/CFLAGS/PREFIX defined in make.conf Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp> Obtained from: ports-jp@jp.freebsd.org
2000-08-24Update port: print/ghostscript55 to 5.50aAndreas Klemm1-15/+23
Thanks for port submission ! PR: 20266 Submitted by: tkato@prontomail.ne.jp
1998-12-03*** empty log message ***Andreas Klemm1-118/+104
1998-09-12Fix to let ghostscript5 link dynamically with X11 elf libsAndreas Klemm1-1/+2
Submitted by: Zach Heilig <zach@gaffaneys.com>
1998-06-04- Update the additional hp850 driver to newest release 1.3Andreas Klemm1-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
1998-04-19fix compilation problems after jpeg lib upgradeAndreas Klemm1-17/+21
1997-08-24Upgrade to ghostscript 5.03Andreas Klemm1-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 ;-)
1997-07-04Make gs5 compile again using the new libpng V 0.96Andreas Klemm1-1/+1
1997-06-14Major cleanup for ghostscript5 port.Andreas Klemm1-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 ???
1997-06-11New ghostscript 5 portAndreas Klemm1-0/+37