summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* Mark this broken after repo copy.Satoshi Asami1998-12-271-1/+3
| | | | Notes: svn path=/head/; revision=15669
* update std font. Only the new font (symlink)Andreas Klemm1998-12-032-3/+3
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=15088
* *** empty log message ***Andreas Klemm1998-12-038-433/+450
| | | | Notes: svn path=/head/; revision=15087
* Append ${WRKDIRPREFIX} in front of jpeg and png dir names.Satoshi Asami1998-12-011-3/+3
| | | | Notes: svn path=/head/; revision=15009
* A few more USE_XLIBs.Satoshi Asami1998-11-281-1/+2
| | | | Notes: svn path=/head/; revision=14938
* Fix to let ghostscript5 link dynamically with X11 elf libsAndreas Klemm1998-09-121-1/+2
| | | | | | | Submitted by: Zach Heilig <zach@gaffaneys.com> Notes: svn path=/head/; revision=13094
* Don't print the manpages in pkg/PLIST, please.Tim Vanderhoek1998-08-191-6/+0
| | | | Notes: svn path=/head/; revision=12653
* update gs port after update of libpng port.Andreas Klemm1998-07-171-2/+2
| | | | | | | | The version change produced a symlink in gs source directory which pointed to an nonexistent directory under libpng port. Notes: svn path=/head/; revision=11939
* One more checksum change....Satoshi Asami1998-07-021-1/+1
| | | | Notes: svn path=/head/; revision=11662
* checksums changed on mastersite...Andreas Klemm1998-06-271-2/+2
| | | | | | | Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=11560
* correct install target which broke portAndreas Klemm1998-06-051-3/+3
| | | | Notes: svn path=/head/; revision=11267
* - Update the additional hp850 driver to newest release 1.3Andreas Klemm1998-06-047-22/+44
| | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=11254
* fixed md5 checksumAndreas Klemm1998-05-281-1/+1
| | | | | | | Submitted by: "Geo. D. Wood" <gw@doitnow.com> Notes: svn path=/head/; revision=11179
* dialog utility has display problems when using lines, that are too longAndreas Klemm1998-05-241-1/+1
| | | | | | | | | for the screen. shortened it a bit. PR: closes 6724 Submitted by: Jens Schweikhardt <schweikh@noc.dfn.de> Notes: svn path=/head/; revision=11125
* fix compilation problems after jpeg lib upgradeAndreas Klemm1998-04-194-21/+24
| | | | Notes: svn path=/head/; revision=10593
* libpng upgrade changed directory name.Satoshi Asami1998-04-011-2/+2
| | | | Notes: svn path=/head/; revision=10384
* libpng-0.96 -> libpng-0.99eJustin M. Seger1998-03-031-2/+2
| | | | Notes: svn path=/head/; revision=10004
* my previous commit was possibly bogus ... here the real one.Andreas Klemm1998-01-312-4/+4
| | | | Notes: svn path=/head/; revision=9541
* FreeBSD-hardware mailinglist:Andreas Klemm1998-01-253-11/+17
| | | | | | | | | | | | | | | | | | | | From: Jin Guojun (ITG staff) <jin@george.lbl.gov> BJC-240 in color mode is supported as well by the bjc600 and bjc800 driver. BJC-240 b&w is supported by bj200. Added this to configure dialogue. From: Luigi Rizzo <luigi@labinfo.iet.unipi.it>: Support for encrypted PDF files by replacing pdf_sec.ps with the free and legal version from: http://www.ozemail.com.au/~geoffk/pdfencrypt/pdf_sec.ps Deceided to update the pathnames of font files for easier maintenance, because they revamped their ftp archive structure to "5.10/files". Submitted by: various people Notes: svn path=/head/; revision=9434
* Checksum changed.Satoshi Asami1998-01-061-1/+1
| | | | Notes: svn path=/head/; revision=9279
* Upgrade to v 5.10, bugfix release concerning PDF ...Andreas Klemm1998-01-034-182/+182
| | | | | | | | | | | | | From the release notes: 5.10 is a special release to clear up problems in the PDF writer (ps2pdf) affecting NSF's FastLane proposal submission program: we have tested its output and verified compatibility with the Acrobat software that NSF uses. Relative to 5.03, the only other changes in 5.10 are some improvements in the PDF interpreter to handle more PDF 1.2 (Acrobat 3.x) constructs, and a number of bug fixes. Notes: svn path=/head/; revision=9254
* Add DEPENDS_TARGET of jpeg/png back as third argument in BUILD_DEPENDSSatoshi Asami1997-10-131-3/+3
| | | | | | | | | lines, needed separately now because unzip is also on the list. Submitted by: msmith Notes: svn path=/head/; revision=8241
* cosmetic changes, changed MAINTAINER address to andreas@FreeBSD.ORGAndreas Klemm1997-10-091-2/+2
| | | | Notes: svn path=/head/; revision=8192