Commit graph

22 commits

Author SHA1 Message Date
Norikatsu Shigemura
bb55a646e1 o Update GDI driver
o Replace NPDL driver (currently unavailable at master site)
  with one included in LIPS driver

PR:		ports/54103
Submitted by:	Ports Fury
2003-07-11 17:19:57 +00:00
Christian Weisgerber
152a500379 Update to version 7.07.
PR:		52480
Submitted by:	Ports Fury
2003-06-08 20:02:23 +00:00
Christian Weisgerber
51fb141007 Update to version 7.06.
PR:		51062
Submitted by:	Ports Fury
2003-04-27 23:09:13 +00:00
Norikatsu Shigemura
7d2af463d9 Eplaser update to 3.0.6.
PR:		ports-jp/13600
Submitted by:	Yoshihiko Sarumaru <mistral@imasy.or.jp>
2003-03-27 15:41:29 +00:00
Christian Weisgerber
1ed4a83f7b - Spin off Gimp-Print driver.
- Update EPLASER driver to version 3.0.4.
- Update GDI driver.

PR:		41275
Submitted by:	Ports Fury
2002-08-06 20:34:09 +00:00
Ying-Chieh Liao
d047fba8fe Spin off HPIJS driver
PR:		37890, 37891
Submitted by:	Ports Fury
2002-05-10 03:15:19 +00:00
Ying-Chieh Liao
b07eaaba7a upgrade to 7.05
PR:		37501
Submitted by:	Ports Fury
2002-04-27 18:27:56 +00:00
Ying-Chieh Liao
3528d3d867 - Update DISTNAME/MASTER_SITE of samsung-gdi driver
- Add workaround for the problem that ps2epsi doesn't work

PR:		37285
Submitted by:	Ports Fury
2002-04-20 15:38:25 +00:00
Jun Kuriyama
f4fe3e94d0 Upgrade to 6.53.
PR:		ports/36674
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-04-04 02:03:09 +00:00
Mario Sergio Fujikawa Ferreira
b015871462 - Update Gimp-Print driver to version 4.2.0
- Update HPinkjet driver to version 1.0
- Better support for jpeg WRKDIR location

PR:		33061
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-12-27 16:47:06 +00:00
Dmitry Sivachenko
9c45f91fe6 Update to 6.52
PR:		31724
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-11-04 07:35:38 +00:00
Akinori MUSHA
f239ea2914 ** ghostscript55 has been repocopied to ghostscript-gnu **
Update to GNU Ghostscript 6.51.

PR:		ports/29579
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-09-11 19:12:20 +00:00
Andreas Klemm
bbb68e3825 Update port: print/ghostscript55 to 5.50a
Thanks for port submission !

PR:		20266
Submitted by:	tkato@prontomail.ne.jp
2000-08-24 21:20:30 +00:00
Andreas Klemm
f38a246372 unix-lpr.sh and lprsetup.sh are missing from the package.
fixed install target and PLIST file.

Reported by:	Marko Schuetz <marko@ki.informatik.uni-frankfurt.de>
1999-05-15 01:14:35 +00:00
Andreas Klemm
604d2ee3c1 *** empty log message *** 1998-12-03 08:24:21 +00:00
Tim Vanderhoek
555648efb4 Don't print the manpages in pkg/PLIST, please. 1998-08-19 18:50:23 +00:00
Andreas Klemm
9e83f978ab - Update the additional hp850 driver to newest release 1.3
- 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-06-04 20:11:39 +00:00
Andreas Klemm
b6e54563f1 Upgrade to v 5.10, bugfix release concerning PDF ...
From the release notes: 5.10 is a special release to clear up
problems in the PDF writer (ps2pdf) affecting NSF's FastLane proposal
submission program: we have tested its output and verified
compatibility with the Acrobat software that NSF uses. Relative to
5.03, the only other changes in 5.10 are some improvements in the
PDF interpreter to handle more PDF 1.2 (Acrobat 3.x) constructs,
and a number of bug fixes.
1998-01-03 08:34:33 +00:00
Andreas Klemm
3a3e535685 cosmetic changes using portlint, a really nice tool ;-) 1997-10-04 14:53:11 +00:00
Andreas Klemm
1b2a4de7cf Upgrade to ghostscript 5.03
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-08-24 14:36:26 +00:00
Andreas Klemm
a1ee99424f - The package other fonts doesn't have the trailing fonts/ path,
so other-fonts were extracted into /usr/local/share/ghostscript
  instead of /usr/local/share/ghostscript/fonts
- Corrected PLIST file
1997-06-11 06:37:54 +00:00
Andreas Klemm
788376e24d New ghostscript 5 port 1997-06-11 06:20:47 +00:00