diff options
author | andreas <andreas@FreeBSD.org> | 2001-12-25 03:51:55 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2001-12-25 03:51:55 +0800 |
commit | 9484238171fcc4b923f287d490a33930dae64d78 (patch) | |
tree | 97c552db193b8c4536a298ad389f0a2d608f4658 /print | |
parent | f28a88238df444311e49c49820acaac0be825ed2 (diff) | |
download | freebsd-ports-gnome-9484238171fcc4b923f287d490a33930dae64d78.tar.gz freebsd-ports-gnome-9484238171fcc4b923f287d490a33930dae64d78.tar.zst freebsd-ports-gnome-9484238171fcc4b923f287d490a33930dae64d78.zip |
update to apsfilter 7.1.0
- new design: use GNU configure alike script (without the bloat) for
creating different files (scripts, manpages, handbook, Makefile).
now paths are 100% matching.
- create portable Makefile across various platforms
- manpage update, supported file types, commandline options (lpr -C/-Z),
docu fixes
- some fixes in driver (hl1250, bjc600/800)
BTW: Need assistance for duplex options for pcl3 u970 driver
(HP DeskJet 970C). My duplex hardware is toast. If you set
HARDWARE_DUPLEX in apsfilterrc, then you are able to use duplex
capabilities. pcl driver explains what magic options have to be set,
but I think it doesn't work ... If somebody has the hardware/time ...
Current settings are done from documentation to my best knowledge.
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter/Makefile | 5 | ||||
-rw-r--r-- | print/apsfilter/distinfo | 2 | ||||
-rw-r--r-- | print/apsfilter/files/patch-bin::aps2file | 8 | ||||
-rw-r--r-- | print/apsfilter/pkg-message | 2 | ||||
-rw-r--r-- | print/apsfilter/scripts/pre-configure | 5 |
5 files changed, 5 insertions, 17 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index 794c8daaff5d..29cc20f36dec 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -6,7 +6,7 @@ # PORTNAME= apsfilter -PORTVERSION= 7.0.1 +PORTVERSION= 7.1.0 CATEGORIES= print MASTER_SITES= http://www.apsfilter.org/download/ @@ -90,9 +90,10 @@ RUN_DEPENDS+= psnup:${PORTSDIR}/print/psutils-letter # needed for aps2file :-/ RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash2 -MAN1= apsfilter.1 +MAN1= apsfilter.1 aps2file.1 MAN5= apsfilterrc.5 +HAS_CONFIGURE= yes USE_BZIP2= yes WRKSRC= ${WRKDIR}/apsfilter SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" diff --git a/print/apsfilter/distinfo b/print/apsfilter/distinfo index 5970c16f35f7..ad2758e1d360 100644 --- a/print/apsfilter/distinfo +++ b/print/apsfilter/distinfo @@ -1 +1 @@ -MD5 (apsfilter/apsfilter-7.0.1.tar.bz2) = 1f38180dee96e8a70f232dcd64e8c5f7 +MD5 (apsfilter/apsfilter-7.1.0.tar.bz2) = 7a320b4ee658df887080b5b8816bb2d2 diff --git a/print/apsfilter/files/patch-bin::aps2file b/print/apsfilter/files/patch-bin::aps2file deleted file mode 100644 index aa0a87ff4f1f..000000000000 --- a/print/apsfilter/files/patch-bin::aps2file +++ /dev/null @@ -1,8 +0,0 @@ ---- bin/aps2file.orig Mon Dec 17 19:35:50 2001 -+++ bin/aps2file Mon Dec 17 19:36:33 2001 -@@ -1,4 +1,4 @@ --#!/bin/sh -+#! !!LOCALBASE!!/bin/bash - # - # $ApsCVS: src/apsfilter/bin/aps2file,v 1.1 2001/11/17 15:21:52 andreas Exp $ - # diff --git a/print/apsfilter/pkg-message b/print/apsfilter/pkg-message index 8ebe8e519f28..f2ca29929119 100644 --- a/print/apsfilter/pkg-message +++ b/print/apsfilter/pkg-message @@ -6,7 +6,7 @@ -------------------------------------------------------- *** In any case of trouble please read *** the apsfilter handbook: handbook.html - and FAQ, HOWTO-BUGREPORTS + (FAQ included), HOWTO-BUGREPORTS under /usr/local/share/doc/apsfilter/ -------------------------------------------------------- *** Support only over apsfilter mailinglists *** diff --git a/print/apsfilter/scripts/pre-configure b/print/apsfilter/scripts/pre-configure deleted file mode 100644 index c7e0b417104b..000000000000 --- a/print/apsfilter/scripts/pre-configure +++ /dev/null @@ -1,5 +0,0 @@ -#! /bin/sh - -perl -pi -e "s|!!LOCALBASE!!|$LOCALBASE|" ${WRKSRC}/bin/aps2file - -exit 0 |