From 71928d2f90b778cce7b5e23d5dd92855265615b2 Mon Sep 17 00:00:00 2001 From: andreas Date: Tue, 5 Sep 2000 05:03:07 +0000 Subject: Mo 4 Sep 2000 21:34:06 CEST Andreas Klemm * fixes for hpdj printers, special treatment for driver hpdj_u970 * BITSPERPIXEL can't be changed for hpdj * due to popular demand: ASCII_PPS and ASCII_LANDSCAPE change the printout just for ASCII files, independent of PS_NUP and LANDSCAPE (but these provide default values if needed) * BINDING now uses "short" and "long" instead of psset-switches * fixed printing on PS-printers and during debugging Sa 2 Sep 2000 18:53:41 CEST Andreas Klemm * replace list of apsfilter contributors with this link: http://www.apsfilter.org/contrib.html Sa 2 Sep 2000 12:57:15 CEST Andreas Klemm * added working watermark template from Andreas Reuter this file is the basis to _dynamically_ create backgrounds for every printed page, i.e.: "internal use only", "Top Secret" etc. Probably we'll use it this way in the future: lpr -C wmark="Top Secret" file Sa 2 Sep 2000 10:40:32 CEST Andreas Klemm * be more verbose about what A2PS_OPTS gives you (overwrites the complete a2ps commandline) Fr 1 Sep 2000 17:25:12 CEST Andreas Klemm * yes, we can remove the two entries from KNOWN_BUGS These entries are no apsfilter bugs. Have been added to FAQ * FAQ has been updated on webserver. Fr 1 Sep 2000 16:19:35 CEST Michael Lossin * custom printer queue names, as suggested by Jef Moskot * cloning spool dir permissions with chmod (I think this needs the GNU version) * call checkpc after printcap fiddling (will be ignored by BSD spoolers) * faster code insertion for paper tray selection with awk, as suggested by Beat Rubischon * color mode fixed for hpdj * small changes in class option code * INSTALL, README and apsfilterrc updates * remove unneeded docu .... doc/methods, doc/features, doc/WHAT_AM_I KNOWN_BUGS and by me: * still keep KNOWN_BUGS have to test this ... * update Makefile (remove nuked stuff) * check for checkpc before using it. * add /usr/local/sbin for checkpc --- print/apsfilter6/Makefile | 2 +- print/apsfilter6/distinfo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'print') diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile index 8bea6744bed8..3bf2e11d53e9 100644 --- a/print/apsfilter6/Makefile +++ b/print/apsfilter6/Makefile @@ -9,7 +9,7 @@ PORTNAME= apsfilter PORTVERSION= 6.0.0 CATEGORIES= print MASTER_SITES= http://www.apsfilter.org/download/ -DISTFILES= apsfilter-current-01.09.2000.tar.bz2 +DISTFILES= apsfilter-current-05.09.2000.tar.bz2 MAINTAINER= andreas@FreeBSD.org diff --git a/print/apsfilter6/distinfo b/print/apsfilter6/distinfo index 42f4f5fcc223..afd1b25b5d1f 100644 --- a/print/apsfilter6/distinfo +++ b/print/apsfilter6/distinfo @@ -1 +1 @@ -MD5 (apsfilter-current-01.09.2000.tar.bz2) = 1fda0b0b082952e96ece7764465e0be8 +MD5 (apsfilter-current-05.09.2000.tar.bz2) = 4a9703042d48b1f6e52322a5a98db4db -- cgit