diff options
author | andreas <andreas@FreeBSD.org> | 2000-04-02 23:14:12 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-04-02 23:14:12 +0800 |
commit | cdd21d02fb946c0e5ce00b7c69912418810bb0b9 (patch) | |
tree | 41faa5bee45fd682698c70bde54c053502d16eeb | |
parent | a351ae4a0975119d5dba191d9de47e97a2c1032f (diff) | |
download | freebsd-ports-gnome-cdd21d02fb946c0e5ce00b7c69912418810bb0b9.tar.gz freebsd-ports-gnome-cdd21d02fb946c0e5ce00b7c69912418810bb0b9.tar.zst freebsd-ports-gnome-cdd21d02fb946c0e5ce00b7c69912418810bb0b9.zip |
update to apsfilter 5.1.3
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
-rw-r--r-- | print/apsfilter/Makefile | 2 | ||||
-rw-r--r-- | print/apsfilter/distinfo | 2 | ||||
-rw-r--r-- | print/apsfilter/pkg-plist | 1 | ||||
-rw-r--r-- | print/apsfilter6/Makefile | 2 | ||||
-rw-r--r-- | print/apsfilter6/distinfo | 2 | ||||
-rw-r--r-- | print/apsfilter6/pkg-plist | 1 |
6 files changed, 4 insertions, 6 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index 70a9ca1b1ec2..975598f70a76 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS+= psnup:${PORTSDIR}/print/psutils-letter RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba .endif -VERSION= 5.2.0 +VERSION= 5.3.0 USE_BZIP2= yes WRKSRC= ${WRKDIR}/apsfilter diff --git a/print/apsfilter/distinfo b/print/apsfilter/distinfo index 6db7669d77dd..5ef169fd248b 100644 --- a/print/apsfilter/distinfo +++ b/print/apsfilter/distinfo @@ -1 +1 @@ -MD5 (apsfilter-5.2.0.tar.bz2) = 50d2fb2790d1227806737c6e69e72811 +MD5 (apsfilter-5.3.0.tar.bz2) = f48abfc7ae5d611e143bdc01d266c4f9 diff --git a/print/apsfilter/pkg-plist b/print/apsfilter/pkg-plist index f9de082679b1..e150e59a1638 100644 --- a/print/apsfilter/pkg-plist +++ b/print/apsfilter/pkg-plist @@ -6,7 +6,6 @@ apsfilter/global/GLOBAL.sh apsfilter/lib/redir_gs_msg.ps apsfilter/setup/README apsfilter/setup/compile -apsfilter/setup/devices.txt apsfilter/setup/devices-5.50 apsfilter/setup/devices-6.01 apsfilter/setup/filtersetup diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile index 70a9ca1b1ec2..975598f70a76 100644 --- a/print/apsfilter6/Makefile +++ b/print/apsfilter6/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS+= psnup:${PORTSDIR}/print/psutils-letter RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba .endif -VERSION= 5.2.0 +VERSION= 5.3.0 USE_BZIP2= yes WRKSRC= ${WRKDIR}/apsfilter diff --git a/print/apsfilter6/distinfo b/print/apsfilter6/distinfo index 6db7669d77dd..5ef169fd248b 100644 --- a/print/apsfilter6/distinfo +++ b/print/apsfilter6/distinfo @@ -1 +1 @@ -MD5 (apsfilter-5.2.0.tar.bz2) = 50d2fb2790d1227806737c6e69e72811 +MD5 (apsfilter-5.3.0.tar.bz2) = f48abfc7ae5d611e143bdc01d266c4f9 diff --git a/print/apsfilter6/pkg-plist b/print/apsfilter6/pkg-plist index f9de082679b1..e150e59a1638 100644 --- a/print/apsfilter6/pkg-plist +++ b/print/apsfilter6/pkg-plist @@ -6,7 +6,6 @@ apsfilter/global/GLOBAL.sh apsfilter/lib/redir_gs_msg.ps apsfilter/setup/README apsfilter/setup/compile -apsfilter/setup/devices.txt apsfilter/setup/devices-5.50 apsfilter/setup/devices-6.01 apsfilter/setup/filtersetup |