summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2000-08-27 15:56:34 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2000-08-27 15:56:34 +0000
commit8b8a1ef16f0559c43a1af3f48cbac65085fb4259 (patch)
tree4d70a6c65e3e96c27f5cf3012678fc9f1e63f99b
parentUpdate to version 1.5.7. (diff)
Update to todays snapshot which offers new features and bugfixes.
Update to this snap is highly recommended. Michael Loßin <phallobst@web.de> -------------------------------- Here are some small changes to the duplex code, more class stuff and several minor tweaks: * duplex printing: - "forced simplex" mode was totally fscked up (infinite loop _and_ wrong print command) - use psselect _or_ pstops to extract odd/even pages - one less temporary file * new function send_mail for duplex and failure messages * DVIPS_REVERSE and ACROREAD_REVERSE are gone; PS_UTILS should be used to correct _all_ file formats * new class options: - a3,a4,letter,legal,ledger (paper size) - a2ps,mpage,recode (ASCII filter) - 1pps,2pps,4pps,8pps (pages per sheet) - border,noborder,header,noheader (ASCII style) - landscape (force orientation for ASCII and DVI) - simplex (force non-duplex mode) - color,mono (color handling) * FAQ update * slight manpage fixes * Makefile fixes * small cosmetic changes here and there changes from me: ---------------- * SETUP: A -> abort, I -> install a printer, Q finish installation I think quit is the usual leave operation * hint for FreeBSD ports collection, not to install manpages * SETUP, apsfilter: Change my mail address to andreas@apsfilter.org * SETUP: make more clear how to restart the lineprinter scheduler * SETUP: install_man_pages: - document 'default' to not install manpages when simply hitting RETURN, ie. when installing from FreeBSD ports collection - its not clear if FreeBSD user used ports collection or not, so ask if manual pages should be installed or not * SETUP: save 2 seconds sleep by combining a message * FAQ, use the SGML based version Changes to the FAQ should directly be made to the doc tree ! * TODO: remove resolved items, update some ITEMS and one new.
Notes
Notes: svn path=/head/; revision=32035
Diffstat (limited to '')
-rw-r--r--print/apsfilter6/Makefile2
-rw-r--r--print/apsfilter6/pkg-plist5
-rw-r--r--print/apsfilter6/scripts/configure2
3 files changed, 2 insertions, 7 deletions
diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile
index 720957741fe7..b4250983cae9 100644
--- a/print/apsfilter6/Makefile
+++ b/print/apsfilter6/Makefile
@@ -9,7 +9,7 @@ PORTNAME= apsfilter
PORTVERSION= 6.0.0
CATEGORIES= print
MASTER_SITES= http://www.apsfilter.org/download/
-DISTFILES= apsfilter-current-26.08.2000.tar.bz2
+DISTFILES= apsfilter-current-27.08.2000.tar.bz2
MAINTAINER= andreas@FreeBSD.org
diff --git a/print/apsfilter6/pkg-plist b/print/apsfilter6/pkg-plist
index 468bc87feb26..60a94fb690b6 100644
--- a/print/apsfilter6/pkg-plist
+++ b/print/apsfilter6/pkg-plist
@@ -1,8 +1,6 @@
share/apsfilter/SETUP
share/apsfilter/bin/apsfilter
share/apsfilter/bin/setup_dvips.sh
-share/apsfilter/filter/.keep_me
-share/apsfilter/lib/redir_gs_msg.ps
share/apsfilter/setup/README
share/apsfilter/setup/devices-5.50
share/apsfilter/setup/devices-6.01
@@ -23,9 +21,6 @@ share/doc/apsfilter/features
share/doc/apsfilter/methods
share/doc/apsfilter/paper
@dirrm share/apsfilter/bin
-@dirrm share/apsfilter/filter
-@dirrm share/apsfilter/global
-@dirrm share/apsfilter/lib
@dirrm share/apsfilter/setup
@dirrm share/apsfilter/template
@dirrm share/apsfilter
diff --git a/print/apsfilter6/scripts/configure b/print/apsfilter6/scripts/configure
index 2d1cdac981f6..3724a4c41bc2 100644
--- a/print/apsfilter6/scripts/configure
+++ b/print/apsfilter6/scripts/configure
@@ -169,4 +169,4 @@ fi
echo " @\${ECHO} \"apply the patch for lpr.c, see file INSTALL !!! \""
echo " @\${ECHO} \"--------------------------------------------------------\""
echo " @\${ECHO} \"*** Printer installation / apsfilter setup *** \""
- echo " @\${ECHO} \" cd ${PREFIX}/apsfilter; ./SETUP \""
+ echo " @\${ECHO} \" cd ${PREFIX}/share/apsfilter; ./SETUP \""