aboutsummaryrefslogtreecommitdiff
path: root/print
Commit message (Collapse)AuthorAgeFilesLines
* Add HPDJ driverAndreas Klemm2000-04-2024-24/+168
| | | | | | | | | | | 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
* add SLAVEDIRSMichael Haro2000-04-202-0/+2
| | | | Notes: svn path=/head/; revision=27783
* Update to 0.18Ade Lovett2000-04-199-9/+9
| | | | Notes: svn path=/head/; revision=27749
* WRKSRC-related fixes.Satoshi Asami2000-04-161-0/+1
| | | | Notes: svn path=/head/; revision=27645
* use ghostscript 6.01 port consistently,Andreas Klemm2000-04-164-4/+4
| | | | | | | not version 5.50 Notes: svn path=/head/; revision=27638
* Move papersize to PKGNAMESUFFIX -- otherwise it will affect DISTNAMESatoshi Asami2000-04-151-1/+2
| | | | | | | and thus WRKSRC. Notes: svn path=/head/; revision=27604
* Portlint COMMENT's.Akinori MUSHA2000-04-142-2/+2
| | | | | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=27537
* Tiny cosmetic fixes.Akinori MUSHA2000-04-142-2/+2
| | | | | | | | Assure master ports and their lang-specific slaves of having consistent categories. Notes: svn path=/head/; revision=27531
* Cosmetic. Set their categories right.Akinori MUSHA2000-04-142-2/+2
| | | | | | | | | | | print/acroread-commfont: - Use CATEGORIES+= to follow after a slave's lang-specific category. {chinese,japanese,korean}/acroread-*font: - Set only the lang-specific category for each. Notes: svn path=/head/; revision=27530
* Move down bsd.port.pre.mk inclusion to below PORTNAME/PORTVERSION definitionsSatoshi Asami2000-04-143-3/+3
| | | | | | | these are used to define other variables. Notes: svn path=/head/; revision=27518
* Use PKGNAMESUFFIX.Akinori MUSHA2000-04-134-11/+6
| | | | Notes: svn path=/head/; revision=27489
* Correct the use of `?=' and get happy with the slave.Akinori MUSHA2000-04-131-3/+3
| | | | Notes: svn path=/head/; revision=27484
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-131-2/+2
| | | | | | | | | | | | | Anomalies found: - autoconvert was missing "zh-" in front of PKGNAME - xcin (both 2.3 and 2.5) had invalid version strings - neither of xcin ports had NO_LATEST_LINK - telnet8-1.0 thinks PKGNAME is zh-telnet-1.0 Fixed all except the last (I wasn't sure if it was intentional). Notes: svn path=/head/; revision=27479
* Typo (pAPERSIZE -> PAPERSIZE). This is an area unrelated to theSatoshi Asami2000-04-131-1/+1
| | | | | | | | | | | PORTNAME/PORTVERSION change, cpiazza must have accidentally hit a "~" in his vi or something. :> I have a hunch that the "?=" in PORTNAME and PORTVERSION can be changed to "=" too but I'll leave those for now. Notes: svn path=/head/; revision=27467
* Use PKGNAMEPREFIX/PKGNAMESUFFIX.Akinori MUSHA2000-04-112-10/+4
| | | | Notes: svn path=/head/; revision=27446
* Accidental whitespaceChris Piazza2000-04-09100-208/+208
| | | | Notes: svn path=/head/; revision=27422
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-09117-317/+284
| | | | Notes: svn path=/head/; revision=27421
* As requested by manyAndreas Klemm2000-04-064-4/+8
| | | | | | | Submitted by: Anton Berezin <tobez@tobez.org>,Kimura Fuyuki <fuyuki@jade.dti.ne.jp> Notes: svn path=/head/; revision=27355
* Upgrade to 5.3.3Andreas Klemm2000-04-054-4/+4
| | | | | | | | | | | | remote printing with samba was broken because of syntax error in shell. only occurred when a SMB_PASSWD has been set. Thanks to Olivier ! Submitted by: Olivier PAGE <olivier@esm2.imt-mrs.fr> Notes: svn path=/head/; revision=27344
* released new apsfilter version 5.3.2 due to aAndreas Klemm2000-04-054-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | syntax error in SETUP which is detected by bash2 but not by our shell So all Linux user trapped over this result is, that you can't select a printer and loop in printer selection forever... + doesn't work: + PRINTER=`awk -F "|" \ ^----- missing " + "{ if (FNR == $answer ) print \\$2 }" \ + < $PRINTER_LIST"` ^^----- wrong order + works: + PRINTER="`awk -F "|" \ ^----- o.k. + "{ if (FNR == $answer ) print \\$2 }" \ + < $PRINTER_LIST`" ^^----- o.k. Is it a bug in our shell ??? Notes: svn path=/head/; revision=27340
* apsfilter release 5.3.1Andreas Klemm2000-04-036-6/+6
| | | | | | | | | | | Fixes BUG in apsfilter 5.3.0 SETUP: you entered a "printer selection loop" when selecting uniprint printer Includes the previous patch for CLASS support and such ... Notes: svn path=/head/; revision=27311
* use gs6 port !Andreas Klemm2000-04-022-2/+2
| | | | Notes: svn path=/head/; revision=27291
* update to apsfilter 5.1.3Andreas Klemm2000-04-026-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New features in 5.3.0 ===================== - Major enhancements in SETUP, therefore version bump - checks your version of ghostscript - is aware of gs version 5.50 and 6.01 printer drivers - new driver selection mechanism - fetches list of available printer driver from file - you can browse/search this list using more - you select printer driver by number - sanity check, if the printer driver is present in your gs binary - at the end of your selection you get a list of printers as confirmation, that are supported by your driver selection - you can repeat this step as often as you like until you choose a valid printer driver - After printer driver selection you can as usual print test pages if you like or repeat the step of selection another driver in this more user friendly manner. - upp profile contribution for Epson LQ-570/870/1070/1170 ESC/P2 24-pin Dot Matrix printer - 3rd party additional driver for HP 812C, 815C, 832C, 880C, 882C, 895C, 932C, 970C http://www.proaxis.com/~mgelhaus/linux/software/hp880c/hp880c.html - Generic Postscript printer Support - added more resolutions in SETUP script and apsfilter script - bugfix: some resolutions were missing in apsfilter script - Adding driver support information is now more easy, since you only have to add it to a file setup/printer-<gs-version> - internal: download page: enhanced make-release script produces now diffs from every version to latest version - latest apsfilter patches can be found on download page - info: new URL -> http://people.freebsd.org/~andreas Notes: svn path=/head/; revision=27284
* update apsfilter to latest patchlevelAndreas Klemm2000-04-024-2/+12
| | | | | | | | | | | | | | | - new URL -> http://people.freebsd.org/~andreas - make-release: generate more diffs (every release to latest) and patch from latest to head branch - Added files with an up to date printer list for gs 5.50 and 6.01 SETUP will be modified later... - devices-5.50 - list of driver options - devices-6.01 - list of driver options - printer-5.50 - list of supported printers - printer-6.01 - list of supported printers Notes: svn path=/head/; revision=27281
* Update to 0.16, a bunch of new features, and plenty of bugs fixed.Ade Lovett2000-03-289-15/+18
| | | | | | | Shared library revision bumped as a result. Notes: svn path=/head/; revision=27094
* Add ghostscript6.Satoshi Asami2000-03-271-0/+1
| | | | | | | Forgotten by: andreas ;) Notes: svn path=/head/; revision=27090
* fixed png.h problem by setting include path in CFLAGS in ports MakefileAndreas Klemm2000-03-254-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2520-52/+116
| | | | | | | | | | | | | | - 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-258-8/+52
| | | | | | | | | | | | 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-2564-1456/+2544
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update port to 2.02Chris D. Faulhaber2000-03-245-19/+88
| | | | | | | | | | * Remove nonfunctional nls support PR: 17553 Submitted by: Maintainer Notes: svn path=/head/; revision=26998
* Finish moving MAINTAINER for my ports.Will Andrews2000-03-221-1/+1
| | | | | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami Notes: svn path=/head/; revision=26946
* Restore useless version required comments.David E. O'Brien2000-03-228-0/+8
| | | | Notes: svn path=/head/; revision=26941
* PREFIX -> LOCALBASEMichael Haro2000-03-211-1/+1
| | | | Notes: svn path=/head/; revision=26910
* portlint:Michael Haro2000-03-211-3/+3
| | | | | | | | echo -> ${ECHO} move variables to proper sections Notes: svn path=/head/; revision=26909
* reorder variables to follow port standards (portlint)Michael Haro2000-03-211-6/+9
| | | | Notes: svn path=/head/; revision=26908
* Update WWWChris D. Faulhaber2000-03-211-1/+1
| | | | | | | | PR: 17478 Submitted by: Valeriy Ushakov <uwe@ptc.spbu.ru> Notes: svn path=/head/; revision=26886
* Remove the "version required" line.David E. O'Brien2000-03-208-8/+0
| | | | Notes: svn path=/head/; revision=26835
* Incorporate patch-1.1.4fix2.gz.Dirk Froemberg2000-03-1910-10/+15
| | | | Notes: svn path=/head/; revision=26822
* Master site moved; file was unfetchable.Satoshi Asami2000-03-125-20/+15
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=26786
* Forgot to change checksum file.Andreas Klemm2000-03-112-2/+2
| | | | | | | | | | | | | | | | | | | | New apsfilter features: * Security: config files are read using awk, not sourced during runtime * Complete Windows Remote Printer Support (as Guest user or using real login) * Complete Unix remote printer support * Support for different print resolutions (by starting SETUP repeatedly) and choosing different print resolutions * A2PS options revamped * lots of more things... See my homepage, ANNOUNCE file ... * print margin problem of a2ps fixed FAQ section gives you a real life example, of how to configure page margins in /usr/local/etc/a2ps.cfg for an EPSON STYLUS PRO. With this example you can fine tune the margins for your printer in about 10-15 minutes from scratch... Notes: svn path=/head/; revision=26770
* New apsfilter release 5.2.0Andreas Klemm2000-03-112-2/+2
| | | | Notes: svn path=/head/; revision=26769
* Add --with-included-gettext to CONFIGURE_ARGS to fix build on 3.4.Dirk Froemberg2000-03-105-5/+15
| | | | | | | This is a workaround only. Notes: svn path=/head/; revision=26725
* Get all of the Alpha needed changes committed.David E. O'Brien2000-03-102-26/+28
| | | | Notes: svn path=/head/; revision=26707
* Acroreader version 4 for the FreeBSD/Alpha.David E. O'Brien2000-03-1010-124/+218
| | | | Notes: svn path=/head/; revision=26706
* Acrobat for FreeBSD/Alpha.David E. O'Brien2000-03-094-28/+51
| | | | Notes: svn path=/head/; revision=26699
* Add PKGNAME=lyx-1.1.4.1 to honor patch-1.1.4fix1.gz.Dirk Froemberg2000-03-085-0/+5
| | | | | | | Asked for by: asami Notes: svn path=/head/; revision=26646
* apsfilter depends now on sambaAndreas Klemm2000-03-064-0/+10
| | | | | | | | | make Windows Remote Printer support via smbclient an option in the dialogue config script. When running in batch mode it's included automatically Notes: svn path=/head/; revision=26593
* Upgrade to 1.1.4fix1.Dirk Froemberg2000-03-0620-95/+160
| | | | | | | Submitted by: jedgar and jkoshy (with some modifications from me) Notes: svn path=/head/; revision=26586
* Change MASTERSITES: ftp.cdrom.com -> ftp.freesoftware.comJean-Marc Zucconi2000-03-042-2/+2
| | | | Notes: svn path=/head/; revision=26539