diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-04-02 09:00:32 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-04-02 09:00:32 +0000 |
commit | 183c9d8b3dc9cd62555d994a4589cb22071292f0 (patch) | |
tree | aa830f0934dd8b9e1cc0059d7f846da6e3c84845 /print/apsfilter6 | |
parent | d24cef0dbb34fa0ae41db7f9b5b97d6561c4ab5c (diff) | |
download | freebsd-ports-183c9d8b3dc9cd62555d994a4589cb22071292f0.zip |
update apsfilter to latest patchlevel
- new URL -> http://people.freebsd.org/~andreas
- make-release: generate more diffs (every release to latest) and
patch from latest to head branch
- Added files with an up to date printer list for gs 5.50 and 6.01
SETUP will be modified later...
- devices-5.50 - list of driver options
- devices-6.01 - list of driver options
- printer-5.50 - list of supported printers
- printer-6.01 - list of supported printers
Diffstat (limited to 'print/apsfilter6')
-rw-r--r-- | print/apsfilter6/Makefile | 3 | ||||
-rw-r--r-- | print/apsfilter6/pkg-plist | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile index ea2393058e43..70a9ca1b1ec2 100644 --- a/print/apsfilter6/Makefile +++ b/print/apsfilter6/Makefile @@ -6,7 +6,7 @@ # $FreeBSD$ # -DISTNAME= apsfilter-5.2.0 +DISTNAME= apsfilter-${VERSION} CATEGORIES= print MASTER_SITES= http://people.FreeBSD.org/~andreas/apsfilter/download/ @@ -25,6 +25,7 @@ RUN_DEPENDS+= psnup:${PORTSDIR}/print/psutils-letter RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba .endif +VERSION= 5.2.0 USE_BZIP2= yes WRKSRC= ${WRKDIR}/apsfilter diff --git a/print/apsfilter6/pkg-plist b/print/apsfilter6/pkg-plist index a857cd50aa3a..f9de082679b1 100644 --- a/print/apsfilter6/pkg-plist +++ b/print/apsfilter6/pkg-plist @@ -7,7 +7,11 @@ 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 +apsfilter/setup/printer-5.50 +apsfilter/setup/printer-6.01 apsfilter/setup/mksymlinks apsfilter/setup/test.ps apsfilter/template/README |