- new apsfilter version 7.2.2 - bugfix release !
- please upgrade - updated pkg-plist to match reality - tested packaging Changes: - replace awk "duplex" function with psset call - adjust psnup rotation to various converters for landscape mode - add landscape option to enscript command line - introduce IGNORE_LPD_RAW variable to please buggy spoolers that send jobs in raw mode - sanitize ": ${foo:-bar}" to ": ${foo:=bar}" - make n{c}print line whitespace-safe - save return code in global temporary file - typo in wmf2eps line - make apspreview use global "restrictions" file - get basedir in SETUP from configure - protect $foo[bar] contructs from being expanded to array elements by zsh - add "-dPARANOIDSAFER" for gs7.04 (harmless for all older releases) - save "rm" and "rp" in SETUP.cfg - add some hints w.r.t landscape and n-up in handbook - remove media types in scripts for some PCL printers - be more helpful with "invalid method" - LaserJet 4L needs fixed 300dpi - LN macro in Makefile needs -n switch -- we must create a directory link even if one exists already - add .PHONY targets in Makefiles - MAPPING update - change email address in various places new driver scripts: - ljet4l, pips/sc70s, pips/sc80s, stp/pcl-2, stp/pcl-4
This commit is contained in:
parent
18c54c20f3
commit
c497db157a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55203
3 changed files with 7 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= apsfilter
|
||||
PORTVERSION= 7.2.1
|
||||
PORTVERSION= 7.2.2
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://www.apsfilter.org/download/
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (apsfilter/apsfilter-7.2.1.tar.bz2) = d69627bba951798405d389cc5324779b
|
||||
MD5 (apsfilter/apsfilter-7.2.2.tar.bz2) = fd8c5f2b016424ef25827fe4bf075a43
|
||||
|
|
|
@ -63,6 +63,7 @@ share/apsfilter/driver/lexmark2070c
|
|||
share/apsfilter/driver/lexmarkZ11
|
||||
share/apsfilter/driver/lj250
|
||||
share/apsfilter/driver/ljet4
|
||||
share/apsfilter/driver/ljet4l
|
||||
share/apsfilter/driver/lx5000
|
||||
share/apsfilter/driver/lxm3200
|
||||
share/apsfilter/driver/md2k
|
||||
|
@ -189,6 +190,8 @@ share/apsfilter/driver/pips/sc480
|
|||
share/apsfilter/driver/pips/sc580
|
||||
share/apsfilter/driver/pips/sc60s
|
||||
share/apsfilter/driver/pips/sc680_777
|
||||
share/apsfilter/driver/pips/sc70s
|
||||
share/apsfilter/driver/pips/sc80s
|
||||
share/apsfilter/driver/pips/sc880
|
||||
share/apsfilter/driver/pips/sc980
|
||||
share/apsfilter/driver/pips/sp810_820
|
||||
|
@ -235,6 +238,8 @@ share/apsfilter/driver/stp/lexmark-z52
|
|||
share/apsfilter/driver/stp/pcl-1100
|
||||
share/apsfilter/driver/stp/pcl-1200
|
||||
share/apsfilter/driver/stp/pcl-1220
|
||||
share/apsfilter/driver/stp/pcl-2
|
||||
share/apsfilter/driver/stp/pcl-4
|
||||
share/apsfilter/driver/stp/pcl-600
|
||||
share/apsfilter/driver/stp/pcl-690
|
||||
share/apsfilter/driver/stp/pcl-750
|
||||
|
@ -242,11 +247,9 @@ share/apsfilter/driver/stp/pcl-810
|
|||
share/apsfilter/driver/stylewriter
|
||||
share/apsfilter/driver/tiff
|
||||
share/apsfilter/setup/README
|
||||
share/apsfilter/setup/devices-6.01
|
||||
share/apsfilter/setup/devices-6.50
|
||||
share/apsfilter/setup/devices-7.00
|
||||
share/apsfilter/setup/non-printer
|
||||
share/apsfilter/setup/printer-6.01
|
||||
share/apsfilter/setup/printer-6.50
|
||||
share/apsfilter/setup/printer-7.00
|
||||
share/apsfilter/setup/printer-cdj
|
||||
|
@ -259,7 +262,6 @@ share/apsfilter/setup/printer-misc
|
|||
share/apsfilter/setup/printer-omni
|
||||
share/apsfilter/setup/printer-pcl3
|
||||
share/apsfilter/setup/printer-ppa
|
||||
share/apsfilter/setup/printer-ps
|
||||
share/apsfilter/setup/printer-stp
|
||||
share/apsfilter/setup/test.ps
|
||||
share/apsfilter/template/README
|
||||
|
|
Loading…
Reference in a new issue