From owner-cvs-all Sun Aug 27 8:56:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E56E337B424; Sun, 27 Aug 2000 08:56:34 -0700 (PDT) Received: (from andreas@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA31570; Sun, 27 Aug 2000 08:56:34 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Message-Id: <200008271556.IAA31570@freefall.freebsd.org> From: Andreas Klemm Date: Sun, 27 Aug 2000 08:56:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/apsfilter6 Makefile ports/print/apsfilter6/pkg PLIST ports/print/apsfilter6/scripts configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2000/08/27 08:56:34 PDT Modified files: print/apsfilter6 Makefile print/apsfilter6/pkg PLIST print/apsfilter6/scripts configure Log: Update to todays snapshot which offers new features and bugfixes. Update to this snap is highly recommended. Michael Loßin -------------------------------- 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. Revision Changes Path 1.71 +2 -2 ports/print/apsfilter6/Makefile 1.14 +0 -5 ports/print/apsfilter6/pkg/PLIST 1.16 +2 -2 ports/print/apsfilter6/scripts/configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message