pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/cdrtools-devel



Module name:    wip
Committed by:   thomasklausner
Date:           Tue Dec  5 17:22:31 UTC 2006

Modified Files:
        wip/cdrtools-devel: Makefile distinfo
        wip/cdrtools-devel/patches: patch-ah patch-ai patch-bb patch-cf

Log Message:
Update to 2.01.01a22:

New in 2.01.01a21:

All:

-       The makefile system now supports the Winsock library

Libfind:

-       Is now quiet on NFSv4 ACLs (ZFS) although it still does not support 
them.

Libscg:

-       Bumped libscg version to 0.9

-       Trying to support FreeBSD Kernel under non-FreeBSD (GNU) userland

-       New interface function scg_numbus() returns the number of SCSI busses.

-       Trying to work around a Linux design problem that has been introduced
        about 3 years ago when Linux stopped to support an orthogonal SCSI
        Kernel transport for all SCSI devices. Since then, ATAPI drives are
        handled different from other SCSI devices. The problem is that
        the linux maintainers intentionally reduce the information that
        is available in the kernel and this way prevent to allow libscg to
        only show only unique drives.

        libscg now tries to map ATAPI drives to SCSI bus numbers >= 1000.
        cdrecord -scanbus should now show even ATAPI drives. This allows
        cdrecord/readcd/cdda2wav to implement the auto-target feature even
        on Linux.
        

Rscsi:

-       New interface function scg_numbus() returns the number of SCSI busses.
        This is implemented via the new emote function "N".

Cdrecord:

-       The messages for the auto-target function are now printed on stderr
        to avoid problems with merged output from stdout.

-       The atip information now includes enhanced rzone information
        with dual layer values.

-       struct rzone_info now includes the DVD/DL enhancements from MMC

-       print_diskinfo() enhanced for DVD support

-       New option -minfo/-media-info to print Media information/status


Cdda2wav (By Heiko Eißfeldt heiko%hexco.de@localhost):

-       Trying to support FreeBSD Kernel under non-FreeBSD (GNU) userland

-       The messages for the auto-target function are now printed on stderr
        to avoid problems with merged output from stdout.

Readcd:

-       The messages for the auto-target function are now printed on stderr
        to avoid problems with merged output from stdout.

Mkisofs (By Jörg Schilling and James Pearson j.pearson%ge.ucl.ac.uk@localhost):

-       Trying to support FreeBSD Kernel under non-FreeBSD (GNU) userland

-       Now correctly default to "mac-roman" coding with Apple HFS.

-       Trying to better support correct graft-point handling after 
        2.01.01a20 is the first release that correctly handles the vanilla case
        Thanks to a hint from Udo Büdel

-       Trying to better handle overlapping directory names.
        Thanks to a hint from Thomas Flock

NEW features of cdrtools-2.01.01a22:

All:

-       Correctly cast all open(name, oflag, 0666) calls to:
        open(name, oflag, (mode_t)0666) as open is a vararg function.

Libscg:

-       Try to deal with broken Linux distributions that do not provide a "HZ" 
macro
        in /usr/include/sys/param.h

-       Use USER_HZ in favor of HZ (if available) for computing SCSI timeout 
values.

-       Disable automatic ATA (dev(hd*) integration and scan on pre-Linux-2.6 
systems.

-       Try to skip non-POSIX compliant EROFS error codes when opening /dev/hd*

Cdrecord:

-       prdiskstatus() which is supporting cdrecord -minfo is now a globally 
implemented
        function.

-       cdrecord -minfo extended to print TOC related media info.
        The new option -minfo is now almost complete.

-       cdrecord -scanbus now defaults to scan 1024 SCSI busses in case that 
the "numbus"
        function is not yet available on a remote RSCSI server.

-       Make cdrecord -msinfo print the right values for "multi-session" 
(multi-border)
        DVD-R and DVD+R.

-       cdrecord -atip output for DVD media enhanced and updated for DVD+R/DL & 
HD-DVD

Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt 
heiko%hexco.de@localhost):

-       cdda2wav -scanbus now defaults to scan 1024 SCSI busses in case that 
the "numbus"
        function is not yet available on a remote RSCSI server.

Readcd:

-       readcd -scanbus now defaults to scan 1024 SCSI busses in case that the 
"numbus"
        function is not yet available on a remote RSCSI server.

Mkisofs (By Jörg Schilling and James Pearson j.pearson%ge.ucl.ac.uk@localhost):

-       New options -posix-H/-posix-L/-posix-P implement the -H/-L/-P options
        defined by POSIX.1-2001 for descending commands like 
ls/chmod/chown/find/pax/...

        Future versions of mkisofs will implement these options under their 
original
        names -H/-L/-P. The current version of mkisofs cannot implement them as
        previous versions did implement different functionality with -H and -P.

-       mkisofs called without any parameters or called with an illegal option
        now prints a short overview of the most important options in 80x24 
chars.


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.16 -r1.17 wip/cdrtools-devel/distinfo
cvs -z3 rdiff -u -r1.2 -r1.3 wip/cdrtools-devel/patches/patch-ah \
    wip/cdrtools-devel/patches/patch-ai
cvs -z3 rdiff -u -r1.21 -r1.22 wip/cdrtools-devel/Makefile
cvs -z3 rdiff -u -r1.3 -r1.4 wip/cdrtools-devel/patches/patch-cf
cvs -z3 rdiff -u -r1.5 -r1.6 wip/cdrtools-devel/patches/patch-bb

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/cdrtools-devel/distinfo?r1=1.16&r2=1.17
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/cdrtools-devel/patches/patch-ah?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/cdrtools-devel/patches/patch-ai?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/cdrtools-devel/Makefile?r1=1.21&r2=1.22
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/cdrtools-devel/patches/patch-cf?r1=1.3&r2=1.4
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/cdrtools-devel/patches/patch-bb?r1=1.5&r2=1.6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index