summaryrefslogtreecommitdiff
path: root/print/apsfilter
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2001-12-24 19:51:55 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2001-12-24 19:51:55 +0000
commit89890b0616f5901ba605b4aa7c3cf5c1651b50dd (patch)
tree4b478dde79f187d20e234aace91fb467943a145c /print/apsfilter
parentUpdate to 2.0. (diff)
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.
Notes
Notes: svn path=/head/; revision=52111
Diffstat (limited to 'print/apsfilter')
-rw-r--r--print/apsfilter/Makefile5
-rw-r--r--print/apsfilter/distinfo2
-rw-r--r--print/apsfilter/files/patch-bin::aps2file8
-rw-r--r--print/apsfilter/pkg-message2
-rw-r--r--print/apsfilter/scripts/pre-configure5
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