Although this package is considered an alpha testversion by
the author, it works remarkable well for me.
Note that this needs cdrecord-1.9nb1, which was patched to
make 'cdrecord -scanbus work'. xcdroast relies on this feature.
Also note that I was not able to make wavplay work with our audio
subsystem. Someone with more audio knowledge might want to tweak
it.
I admitt its an ugly hack, but this allows xcdroast to work
on most common configurations. Anyone with more scsi knowledge
should feel free to enhance this code :-)
Also bump version to 1.9nb1.
Dog writes the contents of each given file, URL, or stdin
Dog writes the contents of each given file, URL, or the standard
input if none are given or when a file named '-' is given, to the
standard output. It currently supports the file, http, and
raw URL types. It is designed as a compatible, but enhanced,
replacement of cat(1).
Submitted by Tomasz Luchowski <zuntum@eik.pl> in PR 11992
but is virtually the same as the xfree86-3.3.6 one except some of the pkgsrc
changes were included.
* Add a bug fix for MTRR support on K6 processors, taken from OpenBSD. This
was apparently fixed in their tree in March 2000.
* The package Makefile now uses BSDSRCDIR to find the kernel sources instead
of requiring a symlinks /sys --> kernel sources.
* Become the maintainer since I originally committed this package, and am
upgrading it.
Version 0.1.39 Dec 14 2000
BUGFIXES:
* Danish translation by Morten Bo Johansen <mojo@image.dk>
* a lot of spelling corrections
* the file checks added in 0.1.37 broke gv previewing of cd labels
* a gtk_main_iteration call caused a strange bug with the size
calculation widgets. removed it.
NEWS:
* ripping of audio cds with cdparanoia, patch by Kay Lehmann
<kaymiehb@calvados.zrz.TU-Berlin.DE>, atm this is only
implemented for the "Dump CD", not for on-the-fly burning,
and it could still need some pollishing (e.g. no progress is
reported)
-------------------------------------------------------
Version 0.1.38 Nov 14 2000
BUGFIXES:
* hu.po update (Narancs 1 <narancs1@externet.hu>)
* corrected the tooltip for the bootfile/catalog, hopefully it's a
bit clearer and more correct now
* switches from burn-tab to output-tab also when blanking cd-rws
* when burning more than one audio cd, a variable wasn't
initialized, causing the progressabar to malfunction
* building gcombust on machines without gettext when the .gmo
files need to be rebuild should now work without specifying
--disable-nls, it seems like autoconf is broken.
I'm not sure this is a 100% correct fix, but all other
packages I looked at were broken, too, and this works
-------------------------------------------------------
Version 0.1.37 Nov 01 2000
BUGFIXES:
* blanking a cd-rw would leave the tabs disabled (fix by Tanel
Kuusk <tanel@urania.ee>)
* switches from burn-tab to output-tab again when starting an
action
* now checks for existence of files before trying to execute them
NEWS:
* Italian translation by Simo Sorce <simo.sorce@tiscalinet.it>
* replaced README.compile.hp-ux with README.hp-ux.html written by
"Gansser, Martin" <MGansser@rand.de>
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.
+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt
With many thanks to Thomas Klausner for keeping me honest with this.