pkgtools.conf(5):
- Introduce new configuration variables: BEFOREBUILD and
AFTERINSTALL.
Requested by: Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
- New utility functions localbase() and x11base() are now available.
pkgdb(1):
- Add some progress messages.
pkg_deinstall(1):
- Do not try to backup a nonexistent file.
portupgrade(1):
- Always run afterinstall commands as root.
- Show beforebuild/afterinstall commands to run.
- Do not try to restore a +REQUIRED_BY file that's empty.
overall:
- Do not call stty(1) if stdin is not a terminal.
- Fix a bug where portupgrade(1) and pkgdb(1) fail to do a
substitution over a large file.
Reported by: asmodai
PR: 33338
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Other files (pkg-plist, Makefile, etc) were committed few minutes ago,
but the corresponding e-mail was not sent (apparently) because I aborted
cvs ci in files/ directory. I don't know whether it is a bug or a feature...
2. Change MAINTAINER from my work email address to my FreeBSD.org
email address.
3. Patch to optionally enable RAWDCF (DCF77 raw time code).
Obtained from: Harlan Stenn <stenn@whimsy.udel.edu>
Reviewed by: nectar
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 ;-)