/security/openvas-server/

cgit/cgit.cgi/'>cgit logo index : freebsd-ports-graphics
FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
path: root/print/ghostscript-afpl
Commit message (Collapse)AuthorAgeFilesLines
* cosmetic: use %%PORTDOCS%% variableandreas2001-04-101-8/+8
| | | | Submitted by: Mikhail Teterin <mi@minime.privatelabs.com>
* - "Gelhaus driver" (cdj850) wasn't active in gs, fix thatandreas2001-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 ???
* - update port to use pcl3-3.2, this is the release version of theandreas2001-03-273-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
* - enable LyX 1.1.6 to show included EPS figuresandreas2001-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>
* gs shouldn't ignore SIGTERM from lpd by simply adding -DUPD_SIGNAL=0andreas2001-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>
* Honour the NO_X variable, and don't try and build the X11 output formats,nik2001-02-263-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)
* - checksum of gdevcd8.tar.gz changedandreas2001-01-202-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>
* bugfix: distinfo file is missing md5 checksum for hpdj 2.6 sourcesandreas2001-01-191-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>
* bugfix: hpdj couldn't be fetched after the variable name changeandreas2001-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>
* - added stable version 4.0.4 of gimp-print (stp) driverandreas2001-01-185-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
* cosmetic: add cvs idandreas2001-01-172-0/+4
|
* update to ghostscript v 6.50andreas2001-01-1710-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 ;-)
* cosmetic:andreas2001-01-091-1/+1
| | | | | forgot in previous commit, that HPDJ_SRC also should make use of the new variables ${HPDJ_NAME} and ${HPDJ_VERS}
* purely cosmetic:andreas2001-01-091-5/+8
| | | | | | - for easier maintencance (later upgrade) splitup HPDJ_DRV variable into HPDJ_NAME HPDJ_VERS HPDJ_DIR HPDJ_SRC - testcompile ran fine
* cosmetic: update commentandreas2001-01-091-1/+1
| | | | new official home for Martin Lottermosers pcl3 driver
* updated MASTER_SITESandreas2001-01-091-1/+1
| | | | | hpdj-2.6 is now available from http://home.t-online.de/home/Martin.Lottermoser/pcl3dist/
* Goodbye, YEAR2000. Hello, 2001.will2001-01-011-2/+0
| | | | Approved by: asami
* bump ports revision number, since a new 3rd party driver has been added.andreas2000-11-271-0/+1
| | | | Submitted by: Kris Kennaway <kris@FreeBSD.org>
* - Add 3rd party gs driver for HP DeskJet 970andreas2000-11-26