Commit Graph

81 Commits

Author SHA1 Message Date
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
4149507ec1 - update port to use pcl3-3.2, this is the release version of the
PCL3 driver from Martin Lottermoser (former 3.0.2 was BETA)
- therefore bump PORTREVISION
- pkg-plist: remove BETA file, added NEWS file instead
2001-03-26 17:11:40 +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
Andreas Klemm
78b3d80494 gs shouldn't ignore SIGTERM from lpd by simply adding -DUPD_SIGNAL=0
to CFLAGS
- this saves paper if you device to kill a job quickly because you
  forgot something ...
- prevents in UPD driver (reported by Joerg) to make a "clean shutdown",
  which is generally a nice idea, but in "real life" leads to a wastage
  of paper ...
- portrevision bumped because of this important feature

Submitted by:	J Wunsch <j@ida.interface-business.de>
2001-02-28 06:51:00 +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
557a8ebe93 - checksum of gdevcd8.tar.gz changed
- created a new distinfo file
- bumped PORTREVISION since this makes sure, that packages are build from
  proper source

Submitted by:	Christopher Masto <chris@netmonger.net>
2001-01-19 19:01:31 +00:00
Andreas Klemm
66c3f0e72b bugfix: distinfo file is missing md5 checksum for hpdj 2.6 sources
this is another showstopper after the variable name change and still
doesn't show up here, since I have the sources in DISTFILES dir...
PORTREVISION still doesn't need a bump, since no package could have
been created and if, there is no new port functionality involved with
this fix. Sorry for any trouble, but its too expensive for me, to re-fetch
all files as final test.

Submitted by:	"Jamin A. Brown" <jamin@gwi.net>
2001-01-18 18:44:26 +00:00
Andreas Klemm
26b2a64ca5 bugfix: hpdj couldn't be fetched after the variable name change
I forgot to change HPDJ_DRV to HPDJ_SRC in DISTFILES
PORTREVISION not bumped since building of packages wasn't possible.
Even if port/package could be build, because hpdj source was already
present, no functionality change.

Submitted by:	"Justin W. Pauler" <jwpauler@jwpages.com>, "Jamin A. Brown" <jamin@gwi.net>
2001-01-18 07:14:11 +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
b58ebc73b1 cosmetic: add cvs id 2001-01-17 09:31:14 +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
86d168e54a cosmetic:
forgot in previous commit, that HPDJ_SRC also should make use of
the new variables ${HPDJ_NAME} and ${HPDJ_VERS}
2001-01-08 18:24:42 +00:00
Andreas Klemm
6b4c3497bf purely cosmetic:
- for easier maintencance (later upgrade) splitup HPDJ_DRV variable into
  HPDJ_NAME HPDJ_VERS HPDJ_DIR HPDJ_SRC
- testcompile ran fine
2001-01-08 18:20:44 +00:00
Andreas Klemm
e56c9c397c cosmetic: update comment
new official home for Martin Lottermosers pcl3 driver
2001-01-08 17:46:07 +00:00
Andreas Klemm
5ec600fd1b updated MASTER_SITES
hpdj-2.6 is now available from
http://home.t-online.de/home/Martin.Lottermoser/pcl3dist/
2001-01-08 17:44:41 +00:00
Will Andrews
60f2b6b7a8 Goodbye, YEAR2000. Hello, 2001.
Approved by:	asami
2001-01-01 10:15:16 +00:00
Andreas Klemm
054d3d7e1f bump ports revision number, since a new 3rd party driver has been added.
Submitted by:	Kris Kennaway <kris@FreeBSD.org>
2000-11-26 21:57:21 +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
Maxim Sobolev
6db96c0500 Bump png shared library version.
Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org>
2000-07-04 07:13:35 +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
bf21315f1e Add HPDJ driver
an enhanced PCL3 (PCL3+) driver
that was part of gs5 port and got lost in gs55 port.
Now it reappears in gs 6.01 ;-)

ftp://ftp.sbs.de/pub/graphics/ghostscript/pcl3/pcl3.html
2000-04-20 17:31:44 +00:00
Chris Piazza
e062d3845f Accidental whitespace 2000-04-09 17:50:59 +00:00
Chris Piazza
d38f7d91c8 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 17:41:40 +00:00
Andreas Klemm
c3ad901743 As requested by many
Submitted by:	Anton Berezin <tobez@tobez.org>,Kimura Fuyuki <fuyuki@jade.dti.ne.jp>
2000-04-06 05:17:06 +00:00
Andreas Klemm
0a4fe3a698 fixed png.h problem by setting include path in CFLAGS in ports Makefile
gs6 compiles and runs now !!!
fixed BATCH mode

gs -h

Aladdin Ghostscript 6.01 (2000-03-17)
Copyright (C) 2000 Aladdin Enterprises, Menlo Park, CA.  All rights reserved.
Usage: gs [switches] [file1.ps file2.ps ...]
Most frequently used switches: (you can use # in place of =)
 -dNOPAUSE           no pause after page   | -q       `quiet', fewer messages
 -g<width>x<height>  page size in pixels   | -r<res>  pixels/inch resolution
 -sDEVICE=<devname>  select device         | -dBATCH  exit after last file
 -sOutputFile=<file> select output file: - for stdout, |command for pipe,
                                         embed %d or %ld for page #
Input formats: PostScript PostScriptLevel1 PostScriptLevel2 PDF
Available devices:
   appledmp iwhi iwlo iwlq hl7x0 bj10e bj200 bjc600 bjc800 lbp8 lips3 m8510
   coslw2p coslwxl uniprint lj250 declj250 ap3250 epson eps9mid eps9high
   lp8000 lq850 epsonc st800 stcolor lp2563 dnj650c deskjet djet500 cdeskjet
   djet500c cdjcolor cdjmono cdj500 cdj550 cdj670 cdj850 cdj880 cdj890
   cdj1600 laserjet ljetplus ljet2p ljet3 ljet3d ljet4 ljet4d lj4dith cljet5
   cljet5c cljet5pr lj5mono lj5gray pj pjetxl pjxl paintjet pjxl300 pxlmono
   bbox pxlcolor ibmpro jetp3852 imagen fs600 lxm5700m cp50 necp6 oce9050
   oki182 okiibm r4081 sj48 bmpmono bmpgray bmp16 bmp256 bmp16m bmp32b
   bmpsep1 bmpsep8 ccr cgmmono cgm8 cgm24 cif dfaxhigh dfaxlow faxg3 faxg32d
   faxg4 miff24 inferno jpeg jpeggray mgrmono mgrgray2 mgrgray4 mgrgray8
   mgr4 mgr8 pcxmono pcxgray pcx16 pcx256 pcx24b pcxcmyk pdfwrite bit bitrgb
   bitcmyk plan9bm pbm pbmraw pgm pgmraw pgnm pgnmraw pnm pnmraw ppm ppmraw
   pkm pkmraw pksm pksmraw pngmono pnggray png16 png256 png16m psmono psgray
   psrgb pswrite epswrite sgirgb sunhmono t4693d2 t4693d4 t4693d8 tek4696
   tiffcrle tiffg3 tiffg32d tiffg4 tiff12nc tiff24nc tifflzw tiffpack x11
   x11alpha x11cmyk x11cmyk2 x11cmyk4 x11cmyk8 x11gray2 x11gray4 x11mono
   x11rg16x x11rg32x nullpage
Search path:
   . : /usr/local/share/ghostscript/6.01/lib :
   /usr/local/share/ghostscript/fonts
For more information, see /usr/local/share/ghostscript/6.01/doc/Use.htm.
Report bugs to bug-gs@aladdin.com, using the form in Bug-form.htm.
2000-03-25 21:50:52 +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
93d129d562 tabify 2000-02-13 17:33:57 +00:00
Andreas Klemm
b05b739820 - Disable encrypted PDF support by default (because of possible
export restrictions)
- tar -> TAR

PR:		16667
Submitted by:	KATO Tsuguro
2000-02-13 17:07:38 +00:00
Andreas Klemm
8678cbcbf2 link false after upgrade of libpng from 1.0.3 to 1.0.5
Submitted by:	Dominik Brettnacher <domi@saargate.de>
1999-11-26 16:25:06 +00:00
Justin M. Seger
fb8b96134a png-1.0.3 -> png-1.0.5
Submitted by:   Christian Weisgerber <naddy@mips.rhein-neckar.de>
PR:             ports/15052
1999-11-26 03:00:40 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
Peter Wemm
a53421230c $Id$ -> $FreeBSD$ 1999-08-31 01:53:22 +00:00
Satoshi Asami
6b871f9e45 Assorted ${WRKDIRPREFIX}/symlink ${PORTSDIR} fixes. mbone/vat still doesn't
build but at least it will have a better chance.
1999-07-15 21:53:15 +00:00
Tim Vanderhoek
dd9ff05a6a Commit #3/4 to enforce caps, no period.
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.

As promised,

$ time cvs ci
real    67m51.701s
user    0m1.250s
sys     0m5.345s
1999-06-26 19:12:45 +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
Michael Haro
bea9ae51f4 The faster this commit message is typed the faster it'll all be over.
(add WWW:)
1999-05-03 04:59:32 +00:00
Vanilla I. Shu
343b837340 Bump png's major number to 3. 1999-01-23 07:05:35 +00:00
Vanilla I. Shu
4ad7dd9d51 png's version is 1.0.3 now. 1999-01-21 18:08:50 +00:00
Marc G. Fournier
b535b68888 Add Y2K link for Alladin GhostScript... 1999-01-13 07:24:57 +00:00
Steve Price
755ea6dcdf Fixup after repository copy. 1999-01-04 03:36:01 +00:00
Satoshi Asami
3236435708 Mark this broken after repo copy. 1998-12-27 22:31:29 +00:00
Andreas Klemm
ffbdee70be update std font. Only the new font (symlink)
ghostscript-fonts-std-5.50.tar.gz points to
the newer font
ghostscript-fonts-std-5.10a.tar.gz points to
                          ^-- !
in another directory on the ftp server.
1998-12-03 08:38:56 +00:00
Andreas Klemm
604d2ee3c1 *** empty log message *** 1998-12-03 08:24:21 +00:00
Satoshi Asami
3a752acb3c Append ${WRKDIRPREFIX} in front of jpeg and png dir names. 1998-12-01 09:59:46 +00:00
Satoshi Asami
f22feb535b A few more USE_XLIBs. 1998-11-28 09:07:24 +00:00