diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2001-01-17 20:19:03 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2001-01-17 20:19:03 +0000 |
commit | 8098ba2c79b227f4edb8c41b034a1a97eb5f5d9a (patch) | |
tree | 2acf20415d6a3205ed26f5418bb9819116db868c /print/ghostscript8/pkg-plist | |
parent | e0e6cd44db67a40b6f24f2d7d7973f41dbbba978 (diff) |
- added stable version 4.0.4 of gimp-print (stp) driver
high quality drivers for Epsons, HPs, ...
- bumped port revision
- modified all target and added a makefile component to build
tool from stp driver (escputil) to do maintenance on epsons
install manpage as well
- variable name changes, new scheme sounds better
- use variables as often as possible in all make targets
to reduce port maintenance as much as possible
- fix two copy and paste mistakes in echo messages
- updated pkg_plist, tested port and package building
as well as removal
- modified configure.batch to build stp driver
Notes
Notes:
svn path=/head/; revision=37280
Diffstat (limited to 'print/ghostscript8/pkg-plist')
-rw-r--r-- | print/ghostscript8/pkg-plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/print/ghostscript8/pkg-plist b/print/ghostscript8/pkg-plist index dba27df31e42..8b424426caff 100644 --- a/print/ghostscript8/pkg-plist +++ b/print/ghostscript8/pkg-plist @@ -1,6 +1,7 @@ bin/bdftops bin/dvipdf bin/eps2eps +bin/escputil bin/fixmswrd.pl bin/font2c bin/gs @@ -78,6 +79,7 @@ share/ghostscript/%%GS_VERSION%%/doc/Tester.htm share/ghostscript/%%GS_VERSION%%/doc/Unix-lpr.htm share/ghostscript/%%GS_VERSION%%/doc/Use.htm share/ghostscript/%%GS_VERSION%%/doc/Xfonts.htm +share/ghostscript/%%GS_VERSION%%/gimp-print/README share/ghostscript/%%GS_VERSION%%/hpdj/README.hpdj share/ghostscript/%%GS_VERSION%%/hpdj/example.mdf share/ghostscript/%%GS_VERSION%%/hpdj/margins-A4.ps @@ -485,6 +487,7 @@ share/ghostscript/fonts/z003034l.pfm @dirrm share/doc/ghostscript @dirrm share/ghostscript/%%GS_VERSION%%/doc @dirrm share/ghostscript/%%GS_VERSION%%/examples +@dirrm share/ghostscript/%%GS_VERSION%%/gimp-print @dirrm share/ghostscript/%%GS_VERSION%%/hpdj @dirrm share/ghostscript/%%GS_VERSION%%/lib @dirrm share/ghostscript/%%GS_VERSION%%/pcl3 |