Since the `.' seperator has been deprecated for a while now,
the chown command fails - at least under -current.
Changed his patch to patch actually SETUP.in and not the
resulting file SETUP after running configure.
Submitted by: "Niels Chr. Bank-Pedersen" <ncbp@bank-pedersen.dk>
Bugfix release and new cool features
New: apspreview script and manpage -> allows you to preview your print
session using gv, kghostview or ghostview (in that order).
If the result fits your needs you can of course directly print
from within these viewers using lpr -C and using apsfilter options
New: "apsfilter-bug" utility which supports you to release a helpful
bug- or problem report for us developers. Its the first release
and certainly will get useful updates in the future.
Detects automatically the apsfilter version you use (-current or
-stable) and sends mail to proper mailinglist apsfilter-current
or apsfilter-stable mailinglist.
New: handbook and manpage updates / cleanups.
More guidance how to release a bug report using apsfilter-bug(1)
apsfilter manpage documents now all print options (-C/-Z option)
supported by apsfilter
Fixes (Prio)
- (HIGH) unbreak hardware duplex printing for all true Postscript printer
- (MEDIUM) pcl3/u970 driver fix for (hardware) duplex printing.
Comment: not tested due to hardware fault of our duplex device.
Would appreciate some feedback. pcl3 driver is very picky about
combination of gs driver options. The options currently in use
have been selected from pcl3 handbook to our best knowledge.
- (HIGH) New ljet4 driver for LaserJet4 style lasers. Previously it used
the cdeskjet driver, which was wrong.
- (HIGH) a2ps sometimes delegates print jobs to other applications even
if user wanted to force ASCII printing (using lpr -C ascii).
This breaks for example printing of Latex Sources.
a2ps will now be executed with "--delegate=no". Fixed !
I encourage everybody to use this new version.
Later version perhaps will get some more generic printer_add/mod/del
commands as prerequisite for perhaps other graphical admin tools.
For that we could need some help from webmin, TCL/TK or gtk GUI
wizards ... Thats usually not my business ;-)
- 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.
and stdout.
Therefore we have to use bash as shell for /usr/local/bin/aps2file
program.
Arrange things with patch and pre-configure command, so that this
port stays prefix-clean.
The patch inserts !!PREFIX!!/bin/bash and configure configures in
the current PREFIX settings.
I'd whish somebody could fix our shell to remove the dependency from bash.
- patch-SETUP is included in 7.0.1 (we don't provide insane defaults anymore)
- support for HPIJS V 1.0 ("IJS" driver)
- still supporting old HPIJS driver ("HPIJS" driver)
- some more sanity checks in SETUP (check is print device is character special)
- added bjc800 driver script, since it differs to bjc600 printer
- format of MAPFILE documented
- handbook has been updated
- compatible to 7.0.0 version, so old entries and spooldirs should work
after upgrade has been made
see ANNOUNCE and ChangeLog for a complete list:
- supports fully ghostscript7
- enhanced driver support, hpijs, pips, latest gimp-print, etc ...
- per driver scripts, where printer manufacturer *could* place
their driver/scripts, the case structure wasn't scaleable anymore
an led to incomplete support or to large apsfilter script
- unified command-line options, see handbook
- support for HARDWARE_COPIES if your printer can print multiple copies
himself
- option settings can be restricted by the administrator for all printer
or print queues (maybe to save print costs on color printers ...)
- support for many new filetypes
- print contens of archives: tar, cpio, ar, zip, zoo ...
- security: update for duplex print keys
- separate faq has gone, everything is in the handbook
- error messages can be sent to user now via Cc:
- no bugs so far ;-)
cups-lpr (LP* replacement). This is done to avoid clashing LPR systems
but still allow programs to compile with CUPS support. This is essential
for the upcoming KDE 2.2.2 upgrade.
Note that ports/print/cups is now a meta-port for the two subports, to
preserve POLA. Hence, this commit starts the new life for cups packages.
Bump PORTREVISION on all three accordingly.
PR: 32321
Reported by: gad
Submitted by: maintainer
mktexlsr is well called from Makefile but not from the pkg-plist.
this cause jadetex to not be recognized by tex at runtime.
Makefile
MAINTAINER email adress fixed
PREFIX changed to LOCALBASE where needed
pkg-message handling added
do-install rewritten (long lines wrapped)
pkg-message
/usr/local changed to LOCALBASE
pkg-plist
@comment $FreeBSD$ added
@exec mktexlsr added
PR: ports/31151
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
- place apsfilter distfiles into subdir apsfilter, since name of patchfile
doesn't contain string apsfilter. On my TODO list for future.
- update prio for apsfilter user: low (hint: try/test apsfilter-current
from http://www.apsfilter.org if you are looking for more printer
support and other goodies)
if it doesn't exist. This ensures that the file is created in all cases and
should fix bento build. Originally file is only created when the package is
built on a system with X11 fonts installed.
Submitted by: bento