summaryrefslogtreecommitdiffstats
path: root/print
Commit message (Collapse)AuthorAgeFilesLines
* update to apsfilter 5.1.3andreas2000-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
* update apsfilter to latest patchlevelandreas2000-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
* Update to 0.16, a bunch of new features, and plenty of bugs fixed.ade2000-03-289-15/+18
| | | | Shared library revision bumped as a result.
* Add ghostscript6.asami2000-03-271-0/+1
| | | | Forgotten by: andreas ;)
* fixed png.h problem by setting include path in CFLAGS in ports Makefileandreas2000-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.
* - fix typo in variable name (Louis), changed it to HP8XX_DRV afterwardsandreas2000-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>
* Sorry, it's broken.andreas2000-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 ...
* new ghostscript 6.01 port after repository copyandreas2000-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>
* Update port to 2.02jedgar2000-03-245-19/+88
| | | | | | | * Remove nonfunctional nls support PR: 17553 Submitted by: Maintainer
* Finish moving MAINTAINER for my ports.will2000-03-221-1/+1
| | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami
* Restore useless version required comments.obrien2000-03-228-0/+8
|
* PREFIX -> LOCALBASEmharo2000-03-211-1/+1
|
* portlint:mharo2000-03-211-3/+3
| | | | | echo -> ${ECHO} move variables to proper sections
* reorder variables to follow port standards (portlint)mharo2000-03-211-6/+9
|
* Update WWWjedgar2000-03-211-1/+1
| | | | | PR: 17478 Submitted by: Valeriy Ushakov <uwe@ptc.spbu.ru>
* Remove the "version required" line.obrien2000-03-208-8/+0
|
* Incorporate patch-1.1.4fix2.gz.dirk2000-03-1910-10/+15
|
* Master site moved; file was unfetchable.asami2000-03-125-20/+15
| | | | Submitted by: maintainer
* Forgot to change checksum file.andreas2000-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...
* New apsfilter release 5.2.0andreas2000-03-112-2/+2
|
* Add --with-included-gettext to CONFIGURE_ARGS to fix build on 3.4.dirk2000-03-105-5/+15
| | | | This is a workaround only.
* Get all of the Alpha needed changes committed.obrien2000-03-102-26/+28
|
* Acroreader version 4 for the FreeBSD/Alpha.obrien2000-03-1010-124/+218
|
* Acrobat for FreeBSD/Alpha.obrien2000-03-094-28/+51
|
* Add PKGNAME=lyx-1.1.4.1 to honor patch-1.1.4fix1.gz.dirk2000-03-085-0/+5
| | | | Asked for by: asami
* apsfilter depends now on sambaandreas2000-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
* Upgrade to 1.1.4fix1.dirk2000-03-0620-95/+160
| | | | Submitted by: jedgar and jkoshy (with some modifications from me)
* Change MASTERSITES: ftp.cdrom.com -> ftp.freesoftware.comjmz2000-03-042-2/+2
|
* Do not create temporary files in ${SCRIPTDIR}. Use ${WRKDIR}.jmz2000-03-031-2/+2
| | | | Pointed out by: asami
* Do not create temporary files in ${SCRIPTDIR}. Use ${WRKDIR}.jmz2000-03-031-5/+6
| | | | Use ${INSTALL_DATA} instead of 'install -c -m 644'
* Apsfilter 5.1.5-RELEASEandreas2000-03-026-8/+4
| | | | | | | | | | | | | | | | | | | | | | | - SETUP: added support for configuring remote printer Beware: you still have to make sure, that your line printer scheduler supports input filter processing with remote printers as it is the case for FreeBSD 3.x and later with a "fixed" lpd, as well as for Unix systems with LPRng installed as lineprinter scheduler, which is the case for some (not all !!!) Linux Systems. - Add support for printing with SAMBA (SAMBA_PRINTER) - Bugfix. Some printer dependend settings will be overwritten, when installing a 2nd printer, which might cause printing with the 1st printer to fail, especially if the first printer is color and 2nd B&W or vice versa. Revamped SETUP and bin/apsfilter to get around this. - Added SETUP menue entries for the uniprint driver contributed by Francois D. Menard <fmenard@g6-114b.residence.usherb.ca> 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 - New FAQ entries concerning print margins when printing ASCII text with a2ps - updated howto and troubleshooting document HOWTO-BUGREPORTS moved to toplevel, so that its easier to find.
* Add virtual category "linux" to Linux apps and support libs/utils.asami2000-02-285-5/+5
|
* Minor tweak to get this to build again on -current.steve2000-02-271-0/+11
|
* Bump shlib versions of kdelibs11 and kdesupport11.asami2000-02-241-1/+1
|
* Update to 0.12ade2000-02-239-72/+99
|
* Use texmf-1.0.2 instead of 1.0.1.tg2000-02-226-4/+8
|
* Activate trueprintjedgar2000-02-211-0/+1
|
* Trueprint is a general purpose printing program. It tries to producejedgar2000-02-216-0/+47
| | | | | | | | | | everything that anybody could need in a program printout without the need for large numbers of switches or pipelines. Trueprint can currently handle C, C++, Java, Perl, Verilog, shell (including ksh), Pascal, pseudo C, report files (trueprint report files), listing files, text files. PR: 16775 Submitted by: Dmitry Sivachenko <dima@Chg.RU>
* Upgrade to 1.0.7.tg2000-02-216-504/+2976
|
* Take over maintainership.dirk2000-02-205-5/+5
|
* Reducing Maintainership to an amount of portsandreas2000-02-205-5/+5
| | | | | | I can handle. Sorry, the rest has to go to ports@FreeBSD.ORG.
* Shelder the next homeless... Distfile also resurrected from an oldjoerg2000-02-191-1/+1
| | | | CD-ROM.
* Add option to build ghostscript55 with PDFENCRYPT support.andreas2000-02-132-0/+10
|
* tabifyandreas2000-02-137-7/+7
|
* - Disable encrypted PDF support by default (because of possibleandreas2000-02-137-56/+91
| | | | | | | | export restrictions) - tar -> TAR PR: 16667 Submitted by: KATO Tsuguro
* PLIST fixes.reg2000-02-132-0/+2
|
* Style nits in the ports I maintain.obrien2000-02-138-26/+30
|
* apsfilter 5.1.5 prerelease specially dedicated for FreeBSD 4.0 Release.andreas2000-02-122-8/+12
| | | | Not much changes. See apsfilter docu files.
* Build with NEWGCCcpiazza2000-02-101-0/+20
| | | | | PR: 16541 Submitted by: Simon Karpen <karpes@rpi.edu>
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-087-7/+7
| | | | | | as the days of the former are numbered. Reviewed by: asami
OpenPOWER on IntegriCloud