Commit Graph

7 Commits

Author SHA1 Message Date
Andreas Klemm
6895bfa18f Included new driver version 1.2 for HP 850 printers and related ...
See: http://bonk.ethz.ch/hp850/hp850.html
Additional driver will be fetched directly from internet now
Because this driver source is packed as a .zip file (tada *sigh*)
and contains ^M's (where the combination \^M confuses gcc) we have
to BUILD_DEPEND on unzip and pipe the source and header files through
sed to wipe out the ^M's ...
As requested by:	Lars Koeller
1997-08-27 06:52:44 +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
Masafumi Max NAKANE
75c141cc7d /bin/sh -> ${SH} 1997-07-13 18:49:31 +00:00
Andreas Klemm
0ec0586a8d Major cleanup for ghostscript5 port.
- 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-14 09:36:31 +00:00
Andreas Klemm
24c12deeb8 removed unnecessary newline 1997-06-12 16:48:56 +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