Synced the netbsd support patch from xsrc HEAD, with a minor tweak:
Now we first try to map memory in the newfangled /dev/pciN way.
If that fails, then we fall back to /dev/mem.
We need to do this to deal with netbsd-5 and earlier.
Add NetBSD/sparc64 to the list of supported platforms.
Upstream changes:
0.11.0:
Add pci_device_get_parent_bridge()
I/O port access routines
Fix pci_device_open_io() to actually return something useful
Fix I/O handle array allocator to work for devices past the first
libpciaccess 0.11.0
.gitignore: use common defaults with custom section # 24239
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
Deploy the new XORG_DEFAULT_OPTIONS #24242
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
0.10.9:
vgaarb: check pci_sys exists before initing vga arb
shutup stupid gcc warning, strtok_r ignores the first parameter
Free return value from scandir instead of leaking it.
vgaarb: check for fd before close it
vgaarb: fix newbie typo
All:
- Added support for DragonFly/x86_64
- Support for "pcc" on Solaris x86 was added as a first step.
The C-Compiler "pcc" http://pcc.ludd.ltu.se/ is based on the
Portable C-Comppiler from AT&T from the late 1970s. It is
under BSDl and thus offers compilation with a really free
build environment.
Note that due to a pcc bug, the autoconf results for
Large File support are incorrect. Unless you edit the file
incs/i386-sunos5-pcc/xconfig.h and manually correct the
file to contain this:
#define _FILE_OFFSET_BITS 64 /* # of bits in off_t if settable */
You will not get working large file support.
Support for more Operating system will follow after the issues
in the compiler have been resolved.
Libfind:
- Fixed a bug in libfind/walk.c (calling strcatl() with last parameter 0
instead of (char *)0)
Cdrecord:
- Fixed a bug with INDEX 00 support for CUE files from
ExactAudioCopy
- Cdrecord no longer tries to close a session on a BD-RE media.
This is not supported in the recent MMC Standard and most drives
return a SCSI error when attempting to close such a session.
Patch provided by maintainer, Andrey Simonenko in PR 42945.
Fix MASTER_SITES.
Changes in ipa-2.0.7:
* If during initialization a limit has time of START, REACH or
UPDATED event greater than current time, then ipa will not restart
such limit immediately.
* If during initialization a not reached limit has time of START event
greater than current time, then ipa will change time of this event
to current time and will not restart such limit immediately.
* We believe that we have resolved most of the problems
concerning canceled or failed jobs being "stuck" in the
Director. There is one outstanding problem in the SD when
canceling jobs that we will fix in the next major release.
If you see jobs that seem to be stuck, in general issuing
a cancel command in bconsole should now make them go away.
Directives:
* The default for "Allow Duplicate Jobs" has been changed from
no to yes. If you use this directive, please check your
conf file, and note the next two items!
* AllowHigherDuplicates disabled. It did not work as documented
and was confusing.
* New directive "CancelLowerLevelDuplicates" See New Features
section in the manual.
* Truncate on Purge rewritten. See New Features section in the manual.
* Bug fixes
* Ensure SD asks for help when looping even if poll set.
* Fix three-pool regress bug
* This version fixes an issue where the console window would start out
docked. It is fixed by initiating the variables in the Pages class wi
constructor.
* Fix make_catalog_backup.pl fails when catalog db is on other host
Changes in version 1.11:
In case of error writing the logfile to disc, the user is now given the
possibility of fixing the problem and continue.
The splitting algorithm has been modified to read secuentially the areas
smaller than a threshold size.
After every read error, ddrescue now verifies the input file has not
disappeared.
In rescue mode, ddrescue now shows the time elapsed from the last
successful read.
Signals SIGUSR1 and SIGUSR2 are now ignored by ddrescue.
Descriptions of "--direct", "--synchronous" and "--sparse" in the manual
have been made clearer.
Description of rescue algorithm in the manual has been made clearer.
"make check" now verifies that files are open in binary mode.
A warning about logfile usage has been added to "ddrescue --help" output.
1.10:
Changes: The option "--try-again" has been added. The size skipped
when bad sectors are found has been made independent of "cluster-size".
Rescue speed has been improved for large log files. An overflow
reading from devices of undefined size has been fixed. "make
install-info" should now work on Debian and Mac OS X.
1.9
Changes: The new option "--domain-logfile" has been added. Verbosity
control of user messages has been simplified. This release improves
portability by using the LLONG_MAX macro instead of LONG_LONG_MAX.
This release is also available in lzip format.
of scheduled update of devel/p5-File-ChangeNotify to 0.12
This module implements an interface to the Linux 2.6.13 and later Inotify
file/directory change notification sytem.
It has a number of advantages over the Linux::Inotify module:
- it is portable (Linux::Inotify only works on x86)
- the equivalent of fullname works correctly
- it is better documented
- it has callback-style interface, which is better suited for
integration.
update of devel/p5-File-ChangeNotify to 0.12.
This module provides a fairly low level interface to the BSD kqueue(2) system
call, allowing you to monitor for changes on sockets, files, processes and
signals.
Usage is very similar to the kqueue system calls, so having read and
understood the kqueue(2) man page is a usage prereqisite.
pkgsrc changes:
- Add license definition
- Add new module type
- Make clear that it requires a C compiler
Upstream changes:
1.01 2009-10-18
RT #25968
changed to Module::Build
pkgsrc changes:
- Adding license definition
- Adding dependencies
Upstream changes:
1.27
Fixing RT#54406 (patch from Robert Bohne with some modifications)
Fixing RT#54599 (patch from Jonathan Yu)
Fixing wrong dependencies detection on Windows
Fixing generic fstab/mnttab reading
1.26
Adding more special file systems for Linux
Prefer /proc/self/mounts over /etc/mtab (when available), fixes
RT #51151 (Thanks Tyler MacDonald)
Fix some tests to skip when no regular file systems could be found
Some Win32 fixes
Switch to Module::Pluggable to load OS-plugins
1.25
Fixed support for FreeBSD and generalize BSD support
Fixed support for AIX
Fixed aliased attribute support for Sys::Filesystem->filesystems
Fix "Sys::Filesystem->filesystems ()" and
"Sys::Filesystem::filesystems" (reported by H.Merijn Brand)
by using Params::Util
Add keyword "Id" to be used/expanded by svn
Explain how restrictions on method filesystem works in Sys::Filesystem
Add a version method to all fs plugins
Update documentation
Correct t/03test.t to use format instead of type (recommended)
1.24
Added support for NetBSD (Jens Rehsack)
Added support for HP-UX (H.Merijn Brand)
Fixed POD a little
Add a simple test to see whether it's working or not
Increased required perl version (suggested by H.Merijn Brand)
Fix problem with systems with more than 2 GB memory (notably,
x86_64-based systems). Thanks Goswin Brederlow.
From Debian via Andrew Daugherity in PR 36627.
Bump PKGREVISION.
pkglint cleanup while here.
NEW features of cdrtools-2.01.01a75:
Cdrecord:
- Hidden Track support is now complete:
- Added support for writing Hidden Audio Tracks before Track #1
in the Mtsushita CW-7501 device driver.
- Added support for writing Hidden Audio Tracks before Track #1
in the Sony CDU-924 / CDU-948 device driver.
- Added support for writing Hidden Audio Tracks in RAW mode.
Cdrecord-2.01.01a74 did put "track number 0" into the subchannel
data for track 1 index 0. Cdrecord now correctly writes Track #1
into the sub channel data.
- Added support for Track #1 having a different number than 1 into
the CUE file parser.
- The CUE file parser now prints much better error messages in case that
a keyword is seen out of the permitted order.
- The CUE file parser now supports hidden tracks.
- Fixed a bug in the CUE file parser that caused "pregap size 0" (missing
INDEX 00) to be replaced by the default pregap size of 150 sectors.
Cdda2wav (Maintained/enhanced by J
- Hidden Track support is now complete:
- Fixed a bug in the cdda2wav track loop control that caused cdda2wav
not to write the *.inf file for the last track in case of an audio CD
with a hidden track.
- Introduced an alias "isrc" and "ISRC" for -vtrackid
- Introduced an alias "mcn" and "MCN" for -vcatalog
- cdda2wav now emits a "PREGAP" keyword in the CUE file for a CD without
hidden track if it starts with a sector number > 0.
NEW features of cdrtools-2.01.01a76:
Cdrecord:
- Added a workaround for a firmware bug in the drive:
'HL-DT-ST' 'BD-RE BH10LS30 ' '1.00'
That causes the drive to return zero media size for BluRay media.
- cdrecord now aborts if the cuefile= option was specified with a non-CD
media in the drive.
- CDRWIN CUE files now may refer to several data files where each data file
contains less than the whole disk but more than a single track.
- The CUE parser now correctly sets the sector size information for the
lead-in area.
- The CUE parser now by default only accepts CDRWIN CUE compliant files
but may be switched into an enhanced mode by introducing a special comment
"REM CDRTOOLS"
- The CUE parser now supports a FILE command between INDEX 00 and INDEX 01.
This is needed in order to write CUE sheets from Exact Audio Copy.
Note that cdrecord needs to be switched into the enhanced CUE parser mode
by either specifying "REM CDRTOOLS" or by specifying:
REM COMMENT "ExactAudioCopy v0.99pb5"
Also note that cdrecord currently does not support more than one FILE
command per TRACK. For this reason, hidden audio tracks only work if
the hidden audio data is in the same file that also contains data for
track 1.
- New commands "ARRANGER", "COMPOSER" and "MESSAGE" for adding CD-Text information
in CUE files. Note that these commands are cdrecord specific extensions that
re unknown by CDRWIN and thus need "REM CDRTOOLS" to be enabled.
- The CUE file format is now documented in the cdrecord man page.
- Fixed a small type bug in cdrecord/fifo.c (introduced a few
versions before) that hits if the OS does not support the FIFO.
Cdda2wav (Maintained/enhanced by J
- New cdda2wav option -vaudio-tracks
- Make cdda2wav -q silent again (even with CDs with hidden track) to
make it compatible again with scripts.
- cdda2ogg and cdda2ogg.1 added to standard install
The script cdda2ogg was enhanced to work seamlessly.
- cdda2mp3 and cdda2mp3.1 added to standard install
The script cdda2mp3 was enhanced to work seamlessly.
- the scripts cdda2ogg and cdda2mp3 now allow to forward options to
cdda2wav.
In order to enable "paranoia mode", call:
cdda2ogg -paranoia
In order to enable the most proof "paranoia mode", call:
cdda2ogg -paraopts=proof
- The cdda2ogg man page was completely reworked
- The SYSvr4 pkg definition now includes cdda2ogg and cdda2mp3
- Added a workaround for a broken ASPI that hangs with
odd transfer counts.
Readcd:
- Added a workaround for a broken ASPI that hangs with
odd transfer counts.
Packages Collection.
The Perl 5 module Mac::AppleScript::Glue allows you to write Perl
code in object-oriented syntax to control Mac applications. The
module does not actually execute Apple Events, but actually translates
Perl code to AppleScript code and causes it to be executed.
pkgsrc changes:
- Add license definition
Upstream changes:
0.023
- key2nodes: more examples added to SYNOPSIS in its POD.
- added repository address into Makefile.PL, thanks Alexandr Ciornii.
0.022
- tonodes: now we automatically expand ~ and ~foo using local USER env if set
- added support for SSH_BATCH_SSH_CMD env and --ssh option to key2nodes.
- tonodes now print a warning message while expanding ~ and ~foo locally in the target path.
- added more docs explaining how to disable StrictHostKeyChecking for ssh
There are some compatibility fixes here, but I should call out for OS
builders commit 34636b12c62523b9db789b0fbeb3a86782debf10 where you no
longer have to pass --with-introspect-xml to configure.
Changes are too huge to show here, please refer:
http://pear.php.net/package/Log/download/All.
And now, this pacakge supports PHP5 only.
1.12.0
This release drops PHP4 compatibility (enforced by the package dependencies).
There is unfortunately no way to support both PHP4 and PHP5 in the same code
base when running under E_ALL. Because it appears that the majority of Log
package users have moved to PHP5, the Log package now targets that audience.
Given the fact that the Log package is now largely in maintenance mode,
existing PHP4 users shouldn't feel adandoned. If necessary, important fixes,
etc. can be merged back into the 1.11.* release line, which will retain PHP4
compatibility.
* Add LICENSE.
* Add patches for CVE-2009-3564 from puppet's repositry.
* puppet user/group handling which commented out now.
* Some other pkgsrc tweak.
0.24.9
Fix for temporary file issues
(https://bugzilla.redhat.com/show_bug.cgi?id=502881)
NEW features of cdrtools-2.01.01a73:
Cdrecord:
- The *.inf file parser now supports a new tag "Track=" that
is intended to carry the absolute track number from the original disk.
Cdda2wav (Maintained/enhanced by J
- Cdda2wav now permits to use "max" for the endtrack number. This
allows to specify e.g. -t2+max for a list of tracks from track #2
to the last audio track on the disk.
- New option -cuefile allows to tell cdda2wav to create a CDRWIN CUE
file. This currently only works together with wither -tall, or with
-t0+max or -t1+max.
Note that due to a misconception in the CDRWIN CUE file definition,
it is impossible to create 100% correct CD-audio copy by 100%
following the CDRWIN CUE file definition and having separate audio
files for each track at the same time. For this reason, it is currently
impossible to create CDRWIN CUE files while using cdda2wav -B.
- Cdda2wav now only writes a binary *.cdtext file in case that this
file would contain more data than a header that tells that there
is no further content.
- Cdda2wav no longer removes the Index0 entry from a longer Index list
if Index0 is -1.
- Cdda2wav now automatically scans for hidden audio tracks. This is a
complex task as there are drives that do not allow to read the
hidden data before track 1.
- New option -no-hidden-track allows to prevent cdda2wav from scanning
for a hidden audio track.
- Cdda2wav now writes the new tag "Track=" into the *.inf files that
is intended to carry the absolute track number from the original disk.
- A shortcut for paraopts=sectors-per-track-1,retries=200 was introduced.
The name of the shortcut is "proof", so just use "paraopts=proof" for
selecting the most stringent paranoia mode.
- Cdda2wav now automatically selects paranoia mode in case that the
paraopts= option was used.
- Cdda2wav now again works in suid root mode on Solaris 11. It seems that
the development versions from Solaris 11 did change the behavior with
fine grained privileges in a way that was incompatible with the way
cdda2wav did try to handle both suid root and fine grained privileges.
Mkisofs (Maintained/enhanced by J
- The man page for mkisofs was enhanced in order to better mention
that mkisofs always writes ISO-9660 and that other file systems are
thus always added as a hybrid file system.
NEW features of cdrtools-2.01.01a74:
Cdrecord:
- Cdrecord now supports to copy CDs with hidden track if there are *.inf files
created by cdda2wav. In order to copy a CD with hidden Track with optimal
quality, call:
cdda2wav -vall -B -paranoia paraports=proof cddb=0
cdrecord -v -sao -useinfo -text *.wav
- cdwrite@lists.debian.org removed from man page
please use the official mailing lists for cdrecord that exist since 10 years:
http://developer.berlios.de/mail/?group_id=5
Cdda2wav (Maintained/enhanced by J
- A forgotten debug message from implementing support for hidden tracks
has been removed.
- Fixed a small bug that made cdda2wav with hidden track support not fully
compatible to earlier versions. In case that only one track is to be extracted,
this is again always track #1 regsrdless whether the CD has a hidden track.
- Fixed a bug with CDRWIN CUE file support. Cdda2wav used the tag "WAV" instead
of "WAVE" for the data type specifier in the FILE tag.
- cdwrite@lists.debian.org removed from man page
please use the official mailing lists for cdrecord that exist since 10 years:
http://developer.berlios.de/mail/?group_id=5
Readcd:
- cdwrite@lists.debian.org removed from man page
please use the official mailing lists for cdrecord that exist since 10 years:
http://developer.berlios.de/mail/?group_id=5
Scgcheck:
- cdwrite@lists.debian.org removed from man page
please use the official mailing lists for cdrecord that exist since 10 years:
http://developer.berlios.de/mail/?group_id=5
Btcflash:
- cdwrite@lists.debian.org removed from man page
please use the official mailing lists for cdrecord that exist since 10 years:
http://developer.berlios.de/mail/?group_id=5
Mkisofs (Maintained/enhanced by J
- cdwrite@lists.debian.org removed from man page
please use the official mailing lists for cdrecord that exist since 10 years:
http://developer.berlios.de/mail/?group_id=5
Iso9660 Analyzer Tool is a free utility tool for detecting the
structure of DVD/CD-ROM image file formats; the tool supports many
CD/DVD-ROM data image file formats.
Iso9660 Analyzer Tool provides the conversion of any image format
to an UDF/ISO for easy mounting in your favorite Operating System.
The tool also permits the creation of TOC or CUE file descriptor
to burn the image easily with your favorite burner on your favorite
Operating System. If the image is not compliant with TOC or CUE,
it should be converted to UDF/ISO format which can be mounted upon
any Operating System.
If the Operating System does not support image of DVD/CD-ROM, then
creating the TOC file descriptor is a good option burn 1:1 original
image. Iso9960 Analyzer Tool provides option to create TOC file
descriptor. Note some application does not support TOC descriptor.
Similarly, if the Operating System does not support image of
DVD/CD-ROM, then creating the CUE file descriptor is also a good
option. Iso9960 Analyzer Tool provides option to create CUE file
descriptor. Note the creation of CUE might not work with protected
image.