summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix the path for one of the master sites (fh-koblenz.de).Mikhail Teterin2001-08-231-2/+2
| | | | Notes: svn path=/head/; revision=46732
* sorry, no time for maintenance, hand port over to ports team entirelyAndreas Klemm2001-07-061-1/+1
| | | | Notes: svn path=/head/; revision=44823
* Standartise the way used to disable X11 support in various ports. From nowMaxim Sobolev2001-06-051-4/+4
| | | | | | | on WITHOUT_X11 is the Only True Way[tm]. Notes: svn path=/head/; revision=43523
* new ftp site for pdfencryptAndreas Klemm2001-05-121-1/+1
| | | | | | | Submitted by: Mark.Andrews@nominum.com Notes: svn path=/head/; revision=42552
* cosmetic: use %%PORTDOCS%% variableAndreas Klemm2001-04-101-8/+8
| | | | | | | Submitted by: Mikhail Teterin <mi@minime.privatelabs.com> Notes: svn path=/head/; revision=41168
* - "Gelhaus driver" (cdj850) wasn't active in gs, fix thatAndreas Klemm2001-04-014-3/+23
| | | | | | | | | | | | | | - 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 ??? Notes: svn path=/head/; revision=40689
* - update port to use pcl3-3.2, this is the release version of theAndreas Klemm2001-03-263-4/+4
| | | | | | | | | PCL3 driver from Martin Lottermoser (former 3.0.2 was BETA) - therefore bump PORTREVISION - pkg-plist: remove BETA file, added NEWS file instead Notes: svn path=/head/; revision=40405
* - enable LyX 1.1.6 to show included EPS figuresAndreas Klemm2001-03-202-1/+48
| | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=40082
* gs shouldn't ignore SIGTERM from lpd by simply adding -DUPD_SIGNAL=0Andreas Klemm2001-02-281-1/+3
| | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=38877
* Honour the NO_X variable, and don't try and build the X11 output formats,Nik Clayton2001-02-253-9/+26
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=38704
* - checksum of gdevcd8.tar.gz changedAndreas Klemm2001-01-192-2/+2
| | | | | | | | | | | - 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> Notes: svn path=/head/; revision=37342
* bugfix: distinfo file is missing md5 checksum for hpdj 2.6 sourcesAndreas Klemm2001-01-181-0/+1
| | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=37303
* bugfix: hpdj couldn't be fetched after the variable name changeAndreas Klemm2001-01-181-1/+1
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=37287
* - added stable version 4.0.4 of gimp-print (stp) driverAndreas Klemm2001-01-175-36/+86
| | | | | | | | | | | | | | | | | | 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: svn path=/head/; revision=37280
* cosmetic: add cvs idAndreas Klemm2001-01-172-0/+4
| | | | Notes: svn path=/head/; revision=37272
* update to ghostscript v 6.50Andreas Klemm2001-01-1610-102/+279
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 ;-) Notes: svn path=/head/; revision=37261
* cosmetic:Andreas Klemm2001-01-081-1/+1
| | | | | | | | forgot in previous commit, that HPDJ_SRC also should make use of the new variables ${HPDJ_NAME} and ${HPDJ_VERS} Notes: svn path=/head/; revision=36951
* purely cosmetic:Andreas Klemm2001-01-081-5/+8
| | | | | | | | | - for easier maintencance (later upgrade) splitup HPDJ_DRV variable into HPDJ_NAME HPDJ_VERS HPDJ_DIR HPDJ_SRC - testcompile ran fine Notes: svn path=/head/; revision=36950
* cosmetic: update commentAndreas Klemm2001-01-081-1/+1
| | | | | | | new official home for Martin Lottermosers pcl3 driver Notes: svn path=/head/; revision=36949
* updated MASTER_SITESAndreas Klemm2001-01-081-1/+1
| | | | | | | | hpdj-2.6 is now available from http://home.t-online.de/home/Martin.Lottermoser/pcl3dist/ Notes: svn path=/head/; revision=36948
* Goodbye, YEAR2000. Hello, 2001.Will Andrews2001-01-011-2/+0
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=36564
* bump ports revision number, since a new 3rd party driver has been added.Andreas Klemm2000-11-261-0/+1
| | | | | | | Submitted by: Kris Kennaway <kris@FreeBSD.org> Notes: svn path=/head/; revision=35455
* - Add 3rd party gs driver for HP DeskJet 970Andreas Klemm2000-11-265-4/+22
| | | | | | | | | | | | | | - 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... Notes: svn path=/head/; revision=35437
* - Remove restriction of encrypted PDF supportAndreas Klemm2000-09-113-35/+29
| | | | | | | | | | | | | | - nonexistent -> NONEXISTENT - Add USE_GMAKE - portlint - Fix usage of PREFIX/LOCALBASE - Fix pkg/PLIST PR: 21083 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=32523
* forgot the two patches, sorry.Andreas Klemm2000-08-242-0/+102
| | | | | | | | PR: 20038 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=31937
* The software's own genarch program took several HOURS onAndreas Klemm2000-08-242-17/+57
| | | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=31936
* Bump png shared library version.Maxim Sobolev2000-07-041-1/+1
| | | | | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> Notes: svn path=/head/; revision=30165
* - medium definition driver (lqx70cm.upp) changed to unidirectional print toAndreas Klemm2000-04-226-1/+13
| | | | | | | | | | | reduce alignment problems. It is only slightly slower, but produces much nicer print. - Added $Id$ Obtained from: Harold Bower <HalBower@worldnet.att.net> Notes: svn path=/head/; revision=27883
* Add HPDJ driverAndreas Klemm2000-04-206-6/+42
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=27791
* Accidental whitespaceChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27422
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-8/+7
| | | | Notes: svn path=/head/; revision=27421
* As requested by manyAndreas Klemm2000-04-061-1/+2
| | | | | | | Submitted by: Anton Berezin <tobez@tobez.org>,Kimura Fuyuki <fuyuki@jade.dti.ne.jp> Notes: svn path=/head/; revision=27355
* fixed png.h problem by setting include path in CFLAGS in ports MakefileAndreas Klemm2000-03-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=27049
* - fix typo in variable name (Louis), changed it to HP8XX_DRV afterwardsAndreas Klemm2000-03-255-13/+29
| | | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=27046
* Sorry, it's broken.Andreas Klemm2000-03-252-2/+13
| | | | | | | | | | | | 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 ... Notes: svn path=/head/; revision=27036
* new ghostscript 6.01 port after repository copyAndreas Klemm2000-03-2516-364/+636
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=27030
* tabifyAndreas Klemm2000-02-131-1/+1
| | | | Notes: svn path=/head/; revision=25767
* - Disable encrypted PDF support by default (because of possibleAndreas Klemm2000-02-131-8/+13
| | | | | | | | | | | export restrictions) - tar -> TAR PR: 16667 Submitted by: KATO Tsuguro Notes: svn path=/head/; revision=25763
* link false after upgrade of libpng from 1.0.3 to 1.0.5Andreas Klemm1999-11-261-1/+1
| | | | | | | Submitted by: Dominik Brettnacher <domi@saargate.de> Notes: svn path=/head/; revision=23345
* png-1.0.3 -> png-1.0.5Justin M. Seger1999-11-261-1/+1
| | | | | | | | Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de> PR: ports/15052 Notes: svn path=/head/; revision=23338
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* Assorted ${WRKDIRPREFIX}/symlink ${PORTSDIR} fixes. mbone/vat still doesn'tSatoshi Asami1999-07-151-3/+3
| | | | | | | build but at least it will have a better chance. Notes: svn path=/head/; revision=20221
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=19803
* unix-lpr.sh and lprsetup.sh are missing from the package.Andreas Klemm1999-05-152-1/+5
| | | | | | | | | fixed install target and PLIST file. Reported by: Marko Schuetz <marko@ki.informatik.uni-frankfurt.de> Notes: svn path=/head/; revision=18829
* The faster this commit message is typed the faster it'll all be over.Michael Haro1999-05-031-0/+2
| | | | | | | (add WWW:) Notes: svn path=/head/; revision=18429
* Bump png's major number to 3.Vanilla I. Shu1999-01-231-2/+2
| | | | Notes: svn path=/head/; revision=16275
* png's version is 1.0.3 now.Vanilla I. Shu1999-01-211-2/+2
| | | | Notes: svn path=/head/; revision=16244
* Add Y2K link for Alladin GhostScript...Marc G. Fournier1999-01-131-1/+3
| | | | Notes: svn path=/head/; revision=16030
* Fixup after repository copy.Steve Price1999-01-042-6/+4
| | | | Notes: svn path=/head/; revision=15814