diff options
author | andreas <andreas@FreeBSD.org> | 2000-08-27 15:56:34 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-08-27 15:56:34 +0000 |
commit | 24112d4111c6d121428dd555fabf70d2877d3469 (patch) | |
tree | 12e74c62a1df4868166e2cdba412b859958ced4f /print | |
parent | 1ee33950e0e3355125d003f02637bd59123c5e73 (diff) | |
download | FreeBSD-ports-24112d4111c6d121428dd555fabf70d2877d3469.zip FreeBSD-ports-24112d4111c6d121428dd555fabf70d2877d3469.tar.gz |
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.
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter6/Makefile | 2 | ||||
-rw-r--r-- | print/apsfilter6/pkg-plist | 5 | ||||
-rw-r--r-- | print/apsfilter6/scripts/configure | 2 |
3 files changed, 2 insertions, 7 deletions
diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile index 7209577..b425098 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 468bc87..60a94fb 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 2d1cdac..3724a4c 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 \"" |