Path to this page:
./
sysutils/cdrtools,
Software for creating ISO9660 images and writing CD/DVD/Blu-ray
Branch: CURRENT,
Version: 3.01alpha15,
Package name: cdrtools-3.01alpha15,
Maintainer: wizCdrecord allows you to burn CDs, DVDs, and Blu-ray discs. It works
as a burn engine for several applications. Cdrecord supports CD
recorders from many different vendors; all SCSI-3/mmc and ATAPI/mmc
compliant drives should also work. Supported features include:
IDE/ATAPI, parallel-port, and SCSI drives; audio CDs, data CDs,
and mixed CDs; full multi-session support, CD-RWs (rewritable),
TAO, DAO, and human-readable error messages.
This package also provides tools for retrieving audio tracks,
reading and writing CDs, DVDs, and Blu-ray discs, creating
ISO9660/JOLIET/HFS filesystems, and verifying ISO9660 images.
MESSAGE.SunOS [+/-]===========================================================================
$NetBSD: MESSAGE.SunOS,v 1.1.1.1 2006/01/05 23:27:59 wiz Exp $
You will need to stop Solaris volume management before using
${PKGNAME_NOREV}:
/etc/init.d/volmgt stop
===========================================================================
MESSAGE.cdrecord.conf [+/-]===========================================================================
$NetBSD: MESSAGE.cdrecord.conf,v 1.1.1.1 2006/01/05 23:27:59 wiz Exp $
Note: The location of the ${PKGNAME_NOREV} `defaults' file has been set to
${CDRECORD_CONF}
This is the pkgsrc standard config file location, NOT the ${PKGNAME_NOREV}
standard location, which is /etc/default/cdrecord.
The reason for this is that pkgsrc packages should not use configuration
files outside ${LOCALBASE} unless they are explicitly set by the user.
===========================================================================
Master sites: (Expand)
SHA1: b0b9a8184e8c3520b07e5f884f364dd6795e4dc3
RMD160: 460ab215daa0027e323ad05c9a1669c27a122231
Filesize: 2010.1 KB
Version history: (Expand)
- (2013-06-03) Updated to version: cdrtools-3.01alpha15
- (2013-04-24) Updated to version: cdrtools-3.01alpha14
- (2013-02-27) Updated to version: cdrtools-3.01alpha13
- (2013-02-12) Updated to version: cdrtools-3.01alpha12
- (2013-01-21) Updated to version: cdrtools-3.01alpha11
- (2012-12-18) Updated to version: cdrtools-3.01alpha10
CVS history: (Expand)
| 2013-06-03 10:13:13 by Thomas Klausner | Files touched by this commit (2) |
|
| 2013-04-24 11:40:38 by Thomas Klausner | Files touched by this commit (3) |
|
| 2013-02-27 09:40:37 by Thomas Klausner | Files touched by this commit (3) |
|
| 2013-02-12 10:58:05 by Thomas Klausner | Files touched by this commit (2) |
|
2013-01-21 14:11:08 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
Update to 3.01a11:
All:
- The make program specific configuration files for the Schily Makefilesystem
RULES/mk-.id (for SunPro make), RULES/mk-smake.id RULES/mk-gmake.id
now include definitions for the macros:
SPACE A single space character (' ')
NUMBER_SIGN The ASCII number sing ('#')
Note that the POSIX standard otherwise requires the make program
to be unable to have the '#' appear in non-comment sections of
Makefiles.
- Try to work around an imprudent change in the file windef.h from
Cygwin-1.7.17 (Autumn 2012) related to the type BOOL that makes
windefs.h from the recent Cygwin no longer compatible to the
original file from Microsoft. The fix is in include/schily/windows.h
Thanks to Alain Hoang, Thomas Plank and others for reporting and
help with getting a fix for the problem named above
Libschily:
- Better comment in comerr.c to help to understand exit() code folding
to 8 bits and how it may be avoided.
Libscg:
- For newer Cygwin versions, we need an own PACKED definition in
libscg/scg/aspi-win32.h
|
2012-12-18 08:58:07 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
Update to 3.01a10 for the mkisofs regression (see last entry below).
NEW features of cdrtools-3.01a10:
This is the first localization step for cdrtools. All programs now (hopefully)
call gettext() for all strings that need localization.
- The next step will include dgettext() calls for the libraries.
- The following step will include the extracted strings
- The last step will include German translations and install support
for the resulting binary message object files.
All:
- Add support for semi-static (preconfigured) include files for Android:
include/schily/armv5tejl-linux-gcc/xconfig.h
- New include files include/schily/err_*.h are used to encapsulate
#error CPP statements that would otherwise always prevent compilation
with K&R compilers.
Mkisofs (Maintained/enhanced by J
- Revert a change to dvd_file.c::uniq() that was made because of a \
"valgrind"
warning that claims illegal memory access. With the change from 3.01a09, mkisofs
however does not deal correctly with DVD-Video padding, so the valgrind warning is
wrong.
|
2012-12-09 00:39:17 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
Update to 3.01alpha09:
All:
- Better support for Win32 sockets when using cl.exe
- Avoid problems with the non-standard prototypes for link() unlink()
read() and write() from cl.exe
- Support for Pyro (a Syllable clone) was added.
Thanks to Flemming H. S
Libschily:
- Avoid warnings from cl.exe for libschily/gettimeofday.c
Libedc (Optimized by J
- Some cstyle changes
Libmdigest:
- Some cstyle changes
Libscg:
- Some cstyle changes
Libmdigest:
- CSTYLED comment added
Cdda2wav (Maintained/enhanced by J
- Better handling of CLONE AREAs on newer Haiku versions.
- Some cstyle changes
Mkisofs (Maintained/enhanced by J
- Avoid to access illegal memory from dvd_file.c::uniq()
- Avoid a 32 bit integer overflow while computing sector addresses for
Rock Ridge CE entries.
- A compile bug with QNX was corrected
- A new option -ignore-error alows to continue on some errors.
|
| 2012-10-23 21:51:39 by Aleksej Saushev | Files touched by this commit (447) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|