Commit graph

33 commits

Author SHA1 Message Date
Ying-Chieh Liao
86c37e0bf7 - Update Gimp-Print driver to version 4.2.1
- Fix build on -current
- Fix checksum of gdevdj9.c.gz (again)
- Get much improved ps2epsi stuff from ghostscript-gnu version

PR:		37500
Submitted by:	Ports Fury
2002-04-27 18:21:21 +00:00
Ying-Chieh Liao
49a619ee30 - Update DISTNAME/MASTER_SITE of samsung-gdi driver
- Add workaround for the problem that ps2epsi doesn't work

PR:		37284
Submitted by:	Ports Fury
2002-04-20 15:36:16 +00:00
Alfred Perlstein
0d0099a848 Workaround for 5.x stderr non-const initialization lameness. 2002-04-13 20:05:58 +00:00
Jun Kuriyama
a753bb98f5 Update to 7.04.
Modifications against PR are:
  o $MASTER_SITES substitution.
  o Typo in scripts/configure.

PR:		ports/36673
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-04-03 03:01:26 +00:00
Jun Kuriyama
0dd0b8127b Update to 7.04.
Modifications against PR are:
  o $MASTER_SITES substitution.
  o Typo in scripts/configure.

I don't know why $MLINKS entries are not in generated plist...

PR:		ports/36673
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-04-03 02:59:13 +00:00
FUJISHIMA Satsuki
1ad851218d o fix build of HPinkjet driver.
o change WWW.

PR:		33797
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-01-14 15:06:04 +00:00
Andreas Klemm
ce61e93223 - Fix hpijs 1.0 dumping core with the kind help of HP.
- 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.
2002-01-11 21:47:33 +00:00
Mario Sergio Fujikawa Ferreira
831fb2519e - Update Gimp-Print driver to version 4.2.0
- Update HPinkjet driver to version 1.0
- Better support for jpeg WRKDIR location
- bump PORTREVISION

PR:		33060
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-12-27 16:45:47 +00:00
Dmitry Sivachenko
9b617e3efa Update to 7.03
PR:		31723
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-11-04 07:32:00 +00:00
Mario Sergio Fujikawa Ferreira
dd68190357 o style fixes
- 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:		31077
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-10-06 17:16:21 +00:00
Akinori MUSHA
93b6aef466 Fix a compilation error when A4 is defined.
PR:		30523
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-09-12 17:06:59 +00:00
Akinori MUSHA
f490d90d09 ** ghostscript6 has been repocopied to ghostscript-afpl **
Update to AFPL Ghostscript 7.00.

PR:		ports/29580
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-09-11 19:24:31 +00:00
Andreas Klemm
63432c12c7 - "Gelhaus driver" (cdj850) wasn't active in gs, fix that
- therefore bump port revision
- add a makefile template, so that it will be compiled in
- patch configure.batch and the interactive one
  interactive configuration is still not enabled, because every
  driver entry needs to be checked thoroughly if its still present,
  if more printer models are supported, if there are new printers/drivers,
  etc ... This needs time that I currently don't have.
  Any taker ???
2001-04-01 15:55:32 +00:00
Andreas Klemm
e64705ffc5 - enable LyX 1.1.6 to show included EPS figures
- tested by Jose
- problem is described in:
   http://sourceforge.net/bugs/?func=detailbug&bug_id=124957&group_id=1897
- major fix for lyx users, therefore bumped port revision

Submitted by:	Jose M. Alcaide <jose@we.lc.ehu.es>
2001-03-20 08:08:20 +00:00
Nik Clayton
03030cf1ab Honour the NO_X variable, and don't try and build the X11 output formats,
or depend on the X11 libraries, if it is set.

This should allow "make release" to work happily with the documentation
build again.

Approved by:	andreas (MAINTAINER)
2001-02-25 19:02:46 +00:00
Andreas Klemm
8098ba2c79 - 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
2001-01-17 20:19:03 +00:00
Andreas Klemm
7aa654686b update to ghostscript v 6.50
- removed port revision, because of new version
- added PCL3 driver (hpdj successor) from Martin Lottermoser
  *both* driver, HPDJ and PCL3, are now compiled in
  reason: PCL3 is still flagged as BETA and author didn't get much response
  Although Martin says, its definitively not ALPHA, its safer to have the
  old drivers around, if things fail for some reason.
  Martin confirmed, that its possible to have both in one gs binary !!!
- disable configure script temporarily, since dialog needs a driver update
  but I don't want to hold back that port any longer.
- enabled as many gs driver as possible
- reorganized MASTER_SITES
  - added mirrors
  - add a note, that russion mirror isn't up to date, so don't add it
  - optimized downloading from 6 different sources by special ordering
- reorganized Makefile completely
  - put only ${GS_SOURCES} into EXTRACT_ONLY variable
    unpacking other 3rd party src's is handled in post-extract target
  - directory creating, patching, unpacking and install actions are
    now handeled within the proper make target. This makes port maintenance
    much easier, i.e.: if you enter make extract, then only extraction
    of things happen, but makefiles are still not patched. Before this
    cleanup, things were not so structured and not easy to maintain.
    Maybe we get a configure script later, to choose between different
    3rd party driver options, then this "sorting" and documenting
    will support the migration process...
  - silence port by hiding actions with "@"
  - insert many informational echoes. This makes port maintenance and
    troubleshooting easier
  - put more unique comments in front of the different 3rd party modules
  - document things better
  - use as many environment variables as necessary, so that "numerical"
    changes only have to happen on some places and not withing make targets
  - use gs version number also in docu directory
  - properly install runtime, info and doc files from 3rd party drivers
  - put not needed stuff into "NOPORTDOCS" section
- keep old font names to avoid fetching unnecessary things
- updated patches as necessary
- added new patch from Nartin Lottermoser
- removed 2 patches that have been incorporated into gs 6.50
- added needed manual pages
- updated pkg-plist
- finally tested port and package building as well as port removal
  new port passes all disciplines ;-)
2001-01-16 22:57:24 +00:00
Andreas Klemm
9fae0f2e47 - Add 3rd party gs driver for HP DeskJet 970
- http://www.harsch.net/Ghostscript/ghostscript.html
- driver is based on Uli Wortmann's HO DJ850 driver
- supports duplex printing
  Note from the author: in duplex mode black is not so intensive as
  in normal mode. Maybe HP wants to prevent, that you don't see the
  black of the other side of the page too much.
  If somebody knows HP's algorithm, how to reduce the black, then
  author would try to compensate it with some code...
2000-11-26 14:13:02 +00:00
Andreas Klemm
c7945503df - Remove restriction of encrypted PDF support
- nonexistent -> NONEXISTENT
- Add USE_GMAKE
- portlint
- Fix usage of PREFIX/LOCALBASE
- Fix pkg/PLIST

PR:		21083
Submitted by:	tkato@prontomail.ne.jp
2000-09-11 19:06:16 +00:00
Andreas Klemm
9f1c27c0ec forgot the two patches, sorry.
PR:		20038
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
2000-08-24 20:44:58 +00:00
Andreas Klemm
9269d1b0eb The software's own genarch program took several HOURS on
my dual PIII-700  trying to figure out the  sizes of the
        primary and secondary caches. The sizes turned out to be
        rather wrong (definetly true for the L2 cache, may be L1
        is indeed 32Kb). Their algorithm  seems bogus to me, but
        most  importantly,  the  obtained values  are  NOT  USED
        anywhere in the GhostScript code... One of the submitted
        patches rips  the "cache size" section  from the genarch
        entirely.

        The attached modification and new patches also:
                . replace the use of mktemp/fopen with mkstemp/fdopen
                . modify the unix-gcc.mak so that there is no need for
                  GNU-make

PR:		20038
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
2000-08-24 20:43:55 +00:00
Andreas Klemm
8add2e6d1e - medium definition driver (lqx70cm.upp) changed to unidirectional print to
reduce alignment problems. It is only slightly slower, but produces much
  nicer print.
- Added $Id$

Obtained from:	Harold Bower <HalBower@worldnet.att.net>
2000-04-22 06:30:43 +00:00
Andreas Klemm
00114700d0 - fix typo in variable name (Louis), changed it to HP8XX_DRV afterwards
- make configure script work (Louis)
- make configure.batch script work (Andreas)
- extract contributed HP8XX driver in ${WRKSRC}/src
- make png driver compile (add $(PREFIX)/include to XINCLUDE variable)

Dunno, if this will be the last round of cleanups...

Submitted by:	"Louis A. Mamakos" <louie@TransSys.COM>
2000-03-25 21:02:50 +00:00
Andreas Klemm
a24c808917 Sorry, it's broken.
Before the new patch gs build fine, but didn't
include the printer devices included with configuration script.
After fixing this it refuses to build.
Any help appreciated.
Now you have the last version as I to help me to fix the mess.
Sorry folks ...
2000-03-25 15:32:40 +00:00
Andreas Klemm
d54318fb63 new ghostscript 6.01 port after repository copy
additional changes by me:
- configure + configure.batch updates:
  reviewed all informations in makefiles and driver docu
  to make list of available drivers and supported printers complete
- added DeskJet 880C/882C/895C Driver from Matthew J. Gelhau
  Driver is still in developement. There is a newer 1.4 beta version
  available, but this version is recommended by the author.
      http://www.proaxis.com/~mgelhaus/linux/software/hp880c/hp880c.html
  Supported are the following models:
      HP DeskJet 812C 815C 832C 880C 882C 895C 932C 970C
- added contributed uniprint driver profiles:
- configure + configure.batch updates:
  reviewed all informations in makefiles and driver docu
  to make list of available drivers and supported printers complete
- added DeskJet 880C/882C/895C Driver from Matthew J. Gelhau
  Driver is still in developement. There is a newer 1.4 beta version
  available, but this version is recommended by the author.
      http://www.proaxis.com/~mgelhaus/linux/software/hp880c/hp880c.html
  Supported are the following models:
      HP DeskJet 812C 815C 832C 880C 882C 895C 932C 970C
- added contributed uniprint driver profiles:
    printer: Epson Stylus Color 740
    mode1: stc740ih.upp: Epson Stylus Color 740, 1440x720DpI, Inkjet Paper
    mode2: stc740p.upp : Epson Stylus Color 740, 720x720DpI, Plain Paper
    mode3: stc740pl.upp: Epson Stylus Color 740, 360x360DpI, Plain Paper
    contributor: Francois D. Menard <fmenard@g6-114b.residence.usherb.ca>
    #
    printer: Epson LQ-1170
    mode1: lqx70ch.upp : Epson LQ-1170 ESC/P2 Dot Matrix, 360x360DpI, Plain Pap.
    mode2: lqx70cl.upp : Epson LQ-1170 ESC/P2 Dot Matrix, 180x180DpI, Plain Pap.
    mode3: lqx70cm.upp : Epson LQ-1170 ESC/P2 Dot Matrix, 360x180DpI, Plain Pap.
    contributor: Harold Bower <HalBower@worldnet.att.net>
- updated PLIST
- use GS_VERSION for DISTNAME
- fix installation path for pdf_sec.ps if defined PDFENCRYPT
- silence make install ("@")
- change COMMENT to reflect version
- update DESCR, to document driver enhancements compared to stanfard gs
  release
- apsfilter will be updated later

Submitted by:   "Alec Wolman" <wolman@cs.washington.edu>
2000-03-25 12:27:38 +00:00
Andreas Klemm
604d2ee3c1 *** empty log message *** 1998-12-03 08:24:21 +00:00
Andreas Klemm
ca9f4c82af Fix to let ghostscript5 link dynamically with X11 elf libs
Submitted by:	Zach Heilig <zach@gaffaneys.com>
1998-09-12 17:40:07 +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
fc46c8e88c fix compilation problems after jpeg lib upgrade 1998-04-19 18:34:52 +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
c5282c564c Make gs5 compile again using the new libpng V 0.96 1997-07-04 05:36:40 +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
788376e24d New ghostscript 5 port 1997-06-11 06:20:47 +00:00