summaryrefslogtreecommitdiff
path: root/print/apsfilter6
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2000-01-02 17:49:38 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2000-01-02 17:49:38 +0000
commit40dfe815c637ffbb6de33595401e51a9db2c7688 (patch)
treefcc848f483160ae37c0a8f05ba1cd4836972ca66 /print/apsfilter6
parentUpgrade to PHP-3.0.13. (diff)
Port changes:
- Update apsfilter to new version 5.1.4 - Use a2ps-letterdj as default in dialog setup script This should fix problems for most HP Deskjet and Espon print Problems because of wrong print margins This is even recommended for A4 printing !!! apsfilter 5.1.3 - 5.1.4 changes: - added uniprint directory for contributed ghostscript uniprint driver files - uniprint driver contribution for Epson Stylus Color 740 - support for using different uniprint driver profiles for one printer, updated apsfilterrc with example - fixed shell scripts, so that SETUP runs with Solaris 7 /bin/sh (remember, you still need to replace your SVR4 compatible printing subsystem with LPRng, if you want to use apsfilter on Solaris 7 and related SVR4 compatible Unix derivates) - added docu on how to configure apsfilter for remote printing doc/REMOTE-PRINTING - Update FAQ concerning - how to adjust page margins (if some pixels are missing in your printout) - Change default for printing ASCII documents to single page on a sheet, portrait format, without any header or border - Updated apsfilterrc to be more verbose about the difference of the legacy a2ps config option "FEATURE" vs. the new recommended way "A2PS_OPTS" - cosmetic in SETUP, see ChangeLog file - [internal]: improve make-release script
Notes
Notes: svn path=/head/; revision=24363
Diffstat (limited to 'print/apsfilter6')
-rw-r--r--print/apsfilter6/Makefile2
-rw-r--r--print/apsfilter6/distinfo2
-rw-r--r--print/apsfilter6/scripts/configure4
3 files changed, 4 insertions, 4 deletions
diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile
index 72e1b52129a1..a9b70fba9d35 100644
--- a/print/apsfilter6/Makefile
+++ b/print/apsfilter6/Makefile
@@ -6,7 +6,7 @@
# $FreeBSD$
#
-DISTNAME= apsfilter-5.1.3
+DISTNAME= apsfilter-5.1.4
CATEGORIES= print
MASTER_SITES= http://www.FreeBSD.org/~andreas/apsfilter/download/
diff --git a/print/apsfilter6/distinfo b/print/apsfilter6/distinfo
index 5231cd2702c3..36251278715c 100644
--- a/print/apsfilter6/distinfo
+++ b/print/apsfilter6/distinfo
@@ -1 +1 @@
-MD5 (apsfilter-5.1.3.tar.bz2) = a84d6b577c40a0033dd7fc0790bbcea6
+MD5 (apsfilter-5.1.4.tar.bz2) = 07734deb2184abbc96cab78be3e660f1
diff --git a/print/apsfilter6/scripts/configure b/print/apsfilter6/scripts/configure
index cbe12b39cb12..32e2f7cd5bc4 100644
--- a/print/apsfilter6/scripts/configure
+++ b/print/apsfilter6/scripts/configure
@@ -11,8 +11,8 @@ if [ "$BATCH" != "yes" ]; then
/usr/bin/dialog --title "supported file types" --clear \
--checklist "\n\
Select file types you want to print:" -1 -1 14 \
-LETTER "LETTER printing" ON \
-LETTERDJ "LETTERDJ printing" OFF \
+LETTER "LETTER printing" OFF \
+LETTERDJ "LETTERDJ printing" ON \
A4 "A4 printing" OFF \
PS "Postscript and PDF files" ON \
ASCII "ASCII/English Text/Scripts" ON \