summaryrefslogtreecommitdiff
path: root/print/apsfilter (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Had to update sources without bumping version number.Andreas Klemm1999-08-281-1/+1
| | | | | | | So checksum changed... Notes: svn path=/head/; revision=21058
* upgrade to apsfilter 5.1.3Andreas Klemm1999-08-282-3/+3
| | | | | | | | | | | | | | | | | | | | | | Changed License, want a postcard. New features in 5.1.3 ===================== - Security fix. tmp files are now not readable by other people this gives you more privacy for your print jobs - New nice options for a2ps when printing ASCII files - SETUP's main menue now leads you more user friendly to new uniprint drivers - SETUP: many display enhancements to make the setup script more informative to the user. - some cosmetic concerning apsfilter-promo@klemm.gtn.com Notes: svn path=/head/; revision=21057
* apsfilter download directory changed slightly...Andreas Klemm1999-08-211-2/+2
| | | | | | | Submitted by: Richard Dabney <rdabney@lasg.com> Notes: svn path=/head/; revision=20838
* 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
* Sorry, had to re-roll 5.1.2, some minor glitches.Andreas Klemm1999-06-121-1/+1
| | | | | | | So other tar archive, other md5 ... Notes: svn path=/head/; revision=19453
* upgrade to apsfilter 5.1.2Andreas Klemm1999-06-124-19/+21
| | | | Notes: svn path=/head/; revision=19451
* add new functionality:Andreas Klemm1999-05-251-2/+3
| | | | | | | | | | | - it's possible to use psutils to print 2 pages on one physical page and other things. - New Environment Variable PSUTILS can be set via apsfilterrc files. i.e.: PSUTILS="psnup -2 |" Port now additionally has a run dependency to psutils-letter.... Notes: svn path=/head/; revision=18993
* upgrade to apsfilter 5.1.1Andreas Klemm1999-05-242-3/+3
| | | | | | | | | | | | | | | | | | bugfix release apsfilter now again allows you to use the gs driver default resolution. Bug was, that everything defaulted to 300dpi, if not set explicitely via DPI (set by name of symlink to apsfilter) or GS_RESOL (set manually or via SETUP script in apsfilterrc). Moved everything only print_dvi dependend to print_dvi... Cosmetic changes More user friendly bugform Notes: svn path=/head/; revision=18975
* On second thought, remove the ".ifdef BATCH" test -- otherwiseSatoshi Asami1999-05-241-3/+1
| | | | | | | | | | | the user will get a make syntax error ("Malformed conditional") when PAPERSIZE and BATCH are both unset. Andreas, go ahead and change this further if you want, I'm not sure what you intended to do here, so I went with the "safest" fix. Notes: svn path=/head/; revision=18974
* Um, you can't use /usr/bin/env to set make variables.... ;)Satoshi Asami1999-05-241-2/+2
| | | | Notes: svn path=/head/; revision=18973
* "Shouldn't that be "letter" rather than "a4" since "letter" works withAndreas Klemm1999-05-231-2/+2
| | | | | | | | | | | | printers that have "a4" paper, while "a4" produces clipped results for printers that have letter papper?" ---Warner YES ;-) Reminded by: Warner Losh <imp@harmony.village.org> Notes: svn path=/head/; revision=18952
* New apsfilter 5.1.0 releasedAndreas Klemm1999-05-234-15/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Port related changes: - apsfilter port isn't interactive anymore, we can now put it onto FreeBSD CD 1 - use bzip2 for apsfilter sources to save space on FreeBSD Disk 1 - new run dependency to recode and a2ps - when BATCH is defined set PAPERSIZE to a4, to avoid problems with a2ps port - updated DESCR (listed some of the new apsfilter features) - updated PLIST - new post-install target to inform people to run SETUP to complete installation Apsfilter related changes: - new supported file types (BMP, FAX G3, troff) - possible to print in different print resolutions (see example in INSTALL), i.e.: lpr -P{low,med,high} some_files... - ghostscript can make use of additional type1 fonts by setting the gs environment variable GS_FONTPATH. gs automatically recognizes /usr/X11R6/lib/X11/fonts/Type1 and /var/X11R6/lib/X11/fonts/Type1 if present. Other Paths can be configured global or printer type dependend by admin or user as usual. See precedence of apsfilterrc and .apsfilterrc files above. - printer driver type dependend config files in that order: - /etc/apsfilterrc - /etc/apsfilterrc.${PRINTER} and if defined INSECURE: - $HOME/.apsfilterrc - $HOME/.apsfilterrc.${PRINTER} - CRLF translation and perforation skip for more HP models - new environment variable USE_RECODE_NOT_A2PS, so you can use reecode as an alternative over a2ps - new environment variable RECODE_OPTS defaults to "-q latin1:ibmpc" - new environment variable PAGES_REVERSE_ORDER for forcing dvips to print in reverse order - detection of printer resolution revamped and more clear - Precedence of definition of print resolution: a) by name of filter script (symlink to apsfilter) b) by setting GS_RESOL in apsfilterrc config files c) autodetected by apsfilter (PS_xxx, printer driver name) d) otherwise defaults to 300dpi (for dvips commandline) - some dvips settings cleanup, use -Z only when resol >= 400dpi - when printing html use some sane defaults for HTML2PS_OPTS if not set in apsfilterrc files Contributions: - SUPPORT FOR NEW GNU a2ps 4.12, Hurray !!!! thanks to Debian Port maintainer, Matej Vela <mvela@public.srce.hr> - cool PS testpage (test.ps) Andreas Reuter <ar205@bonzo.geowiss.nat.tu-bs.de> - many thanks to the SuSE developement team especially Werner Fink <werner@suse.de> for many inspirations - and of course cosmetic and bugfixes ;-) Notes: svn path=/head/; revision=18950
* update to apsfilter 5.0.1:Andreas Klemm1999-03-012-3/+3
| | | | | | | | | | - bugfix: let file command work on the tmp file, avoid reading from stdin - added a russian print filter to the contrib section Needs perhaps some documentation... I committed it nearly "as is", polished a bit Makefile and such... Notes: svn path=/head/; revision=16969
* Upgrade to apsfilter 5.0.0Andreas Klemm1999-02-283-16/+17
| | | | | | | | | | | | Do 18 Feb 1999 21:15:27 CET Joachim Achtzehnter <joachim@kraut.bc.ca> * LPRng support !!! * writing the first 8k into a tmp file makes rewindstdin unnecessary Sat, 24 Oct 1998 22:29:12 -0500 (CDT) Glenn Johnson <gljohns@bellsouth.net> * uniprint driver support (for ghostscript >= 5.10) Notes: svn path=/head/; revision=16942
* New apsfilter version 4.9.9 supports printing of bzip2 compressed filesAndreas Klemm1998-07-052-4/+5
| | | | Notes: svn path=/head/; revision=11740
* new release 4.9.8Andreas Klemm1998-07-042-3/+3
| | | | | | | | | | | - support for printing PDF files - fix SETUP and mksymlinks, if having a color printer, printcap entries were missing as well as symlinks to apsfilter - make the "auto-color" printer the default printer, if you have a color printer... Notes: svn path=/head/; revision=11729
* Remove NO_CONFIGURE and NO_PATCH, they never meant anything.Satoshi Asami1998-06-271-2/+1
| | | | Notes: svn path=/head/; revision=11552
* Upgrade to new apsfilter release.Andreas Klemm1998-06-043-3/+4
| | | | | | | | | Teach Setup the new hp drivers. Install the readme.hp8 files, which contains important infos about features of the new drivers. Notes: svn path=/head/; revision=11261
* new apsfilter release 4.9.6Andreas Klemm1998-05-282-3/+3
| | | | | | | | | | | | | mainly bugfix for Linux installation SPOOLDIR now is /var/spool/lpd, looks better: drwxr-xr-x 2 bin daemon 512 29 Mai 00:18 stcolor-a4-ascii-color drwxr-xr-x 2 bin daemon 512 29 Mai 00:18 stcolor-a4-ascii-mono drwxr-xr-x 2 bin daemon 512 29 Mai 00:18 stcolor-a4-auto-color drwxr-xr-x 2 bin daemon 512 29 Mai 00:18 stcolor-a4-auto-mono drwxr-xr-x 2 bin daemon 512 29 Mai 00:18 stcolor-raw Notes: svn path=/head/; revision=11180
* Apsfilter Enterprises proudly presents ....Andreas Klemm1998-05-173-4/+7
| | | | | | | | | apsfilter V 4.9.5 Highlight of the month: direct printing of HTML documents via previously committed html2ps utility. It's really great ! Notes: svn path=/head/; revision=11026
* New apsfilter version 4.9.4 for BSD's and Linux.Andreas Klemm1998-05-133-35/+26
| | | | | | | | | | | | | | | Revamped installation method ... install only interesting files docu is installed now under ${PREFIX}/share/doc make port PREFIX clean SETUP script is improved, theoretically you can now try different printer setting before installation as long as you like. Only drwaback, then you know, which printer and options to choose, you have to configure it later in /etc/apsfilterrc by hand ... Sorry folks, but better than before ... and if I have some sparetime ... Notes: svn path=/head/; revision=10970
* cosmetic changes, changed MAINTAINER address to andreas@FreeBSD.ORGAndreas Klemm1997-10-091-2/+2
| | | | Notes: svn path=/head/; revision=8192
* cosmetic changes using portlint, a really nice tool ;-)Andreas Klemm1997-10-042-8/+2
| | | | Notes: svn path=/head/; revision=8102
* pre-clean target not necessary anymore.Andreas Klemm1997-09-221-7/+1
| | | | | | | bsd.port.mk contains this already. Notes: svn path=/head/; revision=7994
* Use ghostscript 5Andreas Klemm1997-09-111-2/+2
| | | | Notes: svn path=/head/; revision=7865
* Use new MASTER_SITE_LOCAL variable from bsd.port.mk.Satoshi Asami1997-04-301-2/+2
| | | | Notes: svn path=/head/; revision=6369
* No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,Masafumi Max NAKANE1996-12-081-2/+2
| | | | | | | | RESTRICTED or BROKEN. Pointed-out by: asami Notes: svn path=/head/; revision=4884
* Now, string describing reason for defining these variables must be setMasafumi Max NAKANE1996-12-071-2/+2
| | | | | | | when you define NO_CDROM, NO_PACKAGE or RESTRICTED instead of just ``yes''. Notes: svn path=/head/; revision=4864
* CATEGORIES+= -> CATEGORIES=David E. O'Brien1996-11-171-2/+2
| | | | | | | Converted to MAN[1-9] Notes: svn path=/head/; revision=4539
* Fix dependancy - ghostscrip4 makes gs, not gs4.Mark Murray1996-11-011-2/+2
| | | | Notes: svn path=/head/; revision=4243
* Shortened Maintainer e-mail addressAndreas Klemm1996-10-191-2/+2
| | | | Notes: svn path=/head/; revision=4047
* - Better support for Epson Stylus Pro.Andreas Klemm1996-09-232-4/+11
| | | | | | | | | | | | | - New GS_FEATURES variable allows you to enable special driver features: GS_FEATURES="-dBitsPerPixel=32 -dMicroweave -sDithering=fscmyk" - With the GS_RESOL variable you can easily change the print resolution. - With the PS_INIT variable you can include needed gs driver initialization files (needed by stcolor driver): PS_INIT=stcolor.ps - added pre-clean target to remove all other packages that are needed for apsfilter. Notes: svn path=/head/; revision=3845
* use ghostscript4 instead of 2.6.2Andreas Klemm1996-09-211-2/+2
| | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=3835
* updated my ports with my new e-mail address.Andreas Klemm1996-09-191-3/+3
| | | | Notes: svn path=/head/; revision=3811
* Upgrade, 4.9.2 -> 4.9.3. It now compiles here instead of havingSatoshi Asami1995-12-044-24/+6
| | | | | | | | | pre-compiled binaries in the tarball. Submitted by: Andreas Klemm <andreas@knobel.gun.de> (mostly) Notes: svn path=/head/; revision=2522
* Change "printing" to "print".Satoshi Asami1995-11-221-2/+2
| | | | Notes: svn path=/head/; revision=2454
* "Make printing under FreeBSD actually work" (according to jkh)Satoshi Asami1995-11-155-0/+113
Submitted by: Andreas Klemm <andreas@knobel.gun.de> via jkh Notes: svn path=/head/; revision=2423