diff options
author | andreas <andreas@FreeBSD.org> | 2000-09-05 13:03:07 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-09-05 13:03:07 +0800 |
commit | 71928d2f90b778cce7b5e23d5dd92855265615b2 (patch) | |
tree | c5f1d01bd3473c1025eb05ac49103f7c903cf667 /print | |
parent | 370920ee2c2f2a6028895923ec749a6b2e059fb4 (diff) | |
download | freebsd-ports-gnome-71928d2f90b778cce7b5e23d5dd92855265615b2.tar.gz freebsd-ports-gnome-71928d2f90b778cce7b5e23d5dd92855265615b2.tar.zst freebsd-ports-gnome-71928d2f90b778cce7b5e23d5dd92855265615b2.zip |
Mo 4 Sep 2000 21:34:06 CEST Andreas Klemm <andreas@apsfilter.org>
* 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 <andreas@apsfilter.org>
* replace list of apsfilter contributors with this link:
http://www.apsfilter.org/contrib.html
Sa 2 Sep 2000 12:57:15 CEST Andreas Klemm <andreas@apsfilter.org>
* added working watermark template
from Andreas Reuter <ar205@bonzo.geowiss.nat.tu-bs.de>
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 <andreas@apsfilter.org>
* be more verbose about what A2PS_OPTS gives you
(overwrites the complete a2ps commandline)
Fr 1 Sep 2000 17:25:12 CEST Andreas Klemm <andreas@apsfilter.org>
* 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 <losse@germanymail.com>
* 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
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter6/Makefile | 2 | ||||
-rw-r--r-- | print/apsfilter6/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
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 |