mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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.
This commit is contained in:
parent
6c99560bf2
commit
89890b0616
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52111
@ -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}"
|
||||
|
@ -1 +1 @@
|
||||
MD5 (apsfilter/apsfilter-7.0.1.tar.bz2) = 1f38180dee96e8a70f232dcd64e8c5f7
|
||||
MD5 (apsfilter/apsfilter-7.1.0.tar.bz2) = 7a320b4ee658df887080b5b8816bb2d2
|
||||
|
@ -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 $
|
||||
#
|
@ -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 ***
|
||||
|
@ -1,5 +0,0 @@
|
||||
#! /bin/sh
|
||||
|
||||
perl -pi -e "s|!!LOCALBASE!!|$LOCALBASE|" ${WRKSRC}/bin/aps2file
|
||||
|
||||
exit 0
|
Loading…
Reference in New Issue
Block a user