Path to this page:
./
sysutils/cdrtools,
Software for creating ISO9660 images and writing CD/DVD/Blu-ray
Branch: CURRENT,
Version: 3.02a10nb5,
Package name: cdrtools-3.02a10nb5,
Maintainer: pkgsrc-usersCdrecord 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.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.
===========================================================================
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
===========================================================================
Required to build:[
pkgtools/cwrappers]
Master sites:
Version history: (Expand)
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2024-03-22) Updated to version: cdrtools-3.02a10nb5
- (2023-10-11) Updated to version: cdrtools-3.02a10nb4
CVS history: (Expand)
| 2026-06-15 09:17:12 by Nia Alarie | Files touched by this commit (3) |
Log message:
cdrtools: Build fixes for GCC 15.
|
| 2025-04-25 22:33:29 by Nia Alarie | Files touched by this commit (2) |
Log message:
cdrtools: Add support for NetBSD/sparc64.
|
| 2024-03-22 12:40:33 by Michael Baeuerle | Files touched by this commit (2) |
Log message:
sysutils/cdrtools: Update to 3.02a10nb5
Changelog from AN-2024-03-21:
NEW FEATURES:
- Remove the register keyword from C++ sources. This keyword has
been removed from the C++ language with C++17 and provides no
benefit on most toolchains. Discard the keyword from all C++
sources to enable a build with the new standard.
Submitted by: Dennis Clarke.
- mkisofs: produce less scrollback when logging progress to tty.
Previously, the "xxx.xx% done, estimated finish ..." message was
verbosely printed onto a new line each time it appears. If
output goes to a TTY and -gui is not supplied, we now print the
message only once, updating it as the program progresses.
Reported by: Michael Dexter.
FUTURE DIRECTIONS:
- Schilytools contains pxupgrade, a dummy for a closed-source
component. While the source code of this component is available
to the maintainer, it cannot be published due to an existing NDA
with Plextor. Depending on whether we can get this NDA lifted
or not, the pxupgrade dummy code may either be replaced with the
real source code of the tool or removed altogether.
|
| 2023-10-11 18:24:38 by Michael Baeuerle | Files touched by this commit (1) |
Log message:
sysutils/cdrtools: Update description
Remove outdated note for final schilytools release (from JΓΆrg).
|
| 2023-06-28 20:38:52 by Benny Siegert | Files touched by this commit (2) |
Log message:
cdrtools: remove hack
Move the libintl logic from hacks.mk to the main Makefile, as suggested
by jperkin@.
Let's call this the final fix for PR pkg/51257.
|
| 2023-06-27 22:40:34 by Benny Siegert | Files touched by this commit (1) |
Log message:
cdrtools: remove ABI check on Darwin hack
The ABI==64 check is redundant, since the problem that is being worked
around is not specific to the exact ABI. This fixes the build on systems
such as mine, where the bootstrap is not run with "--abi 64".
Update PR pkg/51257
|
2023-02-10 11:52:21 by Adam Ciarcinski | Files touched by this commit (2) | π Package updated
|
Log message:
cdrtools: updated to 2023-01-12
NEW FEATURES:
- libxtermcap/termcap: update to latest FreeBSD commit
- libxtermcap/termcap.url: remove file containing outdated
information about where to obtain a termcap file from.
- RULES/os-sunos5.def: man pages will now be installed into
BSD-style sections on Solaris >=11.4 and descendents.
- BOOTSTRAP, README.compile: fix outdated cross references.
Reported by: Friedhelm Mehnert.
- smake: add new -V option to print the expanded value of macros.
Shamelessly stolen from bmake, this option makes it easy to
debug make macros and to use their values in scripts.
Submitted by Nico Sonack.
- RULES: add symlink for arm64 OpenBSD
- smake: fix a bug where CURDIR was not set when smake was called
with -C $path and $path was an absolute path.
Reported by illiliti@protonmail.com.
Submitted by Friedhelm Mehnert.
- Bourne Shell: Fix bug where set -o notify or set -b would cause
the shell to exit when ^C was pressed.
Submitted by Nico Sonack.
- star: add support for configuring compression and decompression
helpers. The command executed when a compression/decompression
program is selected with the compress-program=name option can
be configured using a new set of name_CMD=... options in
/etc/default/star. Refer to the new COMPRESSION section in
star(1) for details. This feature is currently not available on
DOS (DJGPP).
Submitted by Philipp Wellner.
FUTURE DIRECTIONS:
- Schilytools contains pxupgrade, a dummy for a closed-source
component. While the source code of this component is available
to the maintainer, it cannot be published due to an existing NDA
with Plextor. Depending on whether we can get this NDA lifted
or not, the pxupgrade dummy code may either be replaced with the
real source code of the tool or removed altogether.
- With development of the p7zip(1) utility having ceased in 2016
and the 7-zip project having ported the reference implementation
to UNIX-like systems, many packagers now ship a 7z(1) command
instead of p7zip(1). Future star distributions may ship an
/etc/default/star file configuring P7ZIP_CMD to refer to 7z(1)
instead of the default p7zip(1). This will not affect existing
installations unless the configuration is updated.
- Configuring compression/decompression helpers may be implemented
for DOS (DJGPP) in an upcoming version.
|
2022-11-02 12:38:27 by Michael Baeuerle | Files touched by this commit (2) | π Package updated
|
Log message:
sysutils/cdtools: Update to 3.02a10nb2
Changelog from AN-2022-10-16:
UPDATING:
- Various man pages have been renamed to follow BSD conventions.
Users may need to manually remove the following old man pages on
update: streamarchive.4, makefiles.4, makerules.4, changeset.4,
sccschangeset.4, sccsfile.4, and star.4.
NEW FEATURES:
- libfind/sfind: Fix incorrect error handling of -exec ... {} +
primaries. Previously in some cases the primary returned an
error even though it should always return true and in other
cases it completely disregarded the exit code. Now the primary
always returns true and sets the exit code of libfind and sfind
to a non-zero value in case one of the commands returned with a
non-zero exit code.
Reported by Tavian Barnes. Submitted by Nico Sonack.
- libfind/sfind: Report failures to query the password/group
database for -nouser/-nogroup. Previously failure to query
these databases was treated as if the user id/group id was not
found. We now print a diagnostic message and return a non-zero
value if the getpwuid() or getgrgid() call failed.
Reported by Tavian Barnes.
- libfind/sfind: Report presence of directory loops. Previously,
such directory loops were silently ignored. Now, upon
encountering a directory loop, sfind prints a diagnostic message
to standard error. The search is continued but sfind will
terminate with a nonzero exit status. This change improves
compatibility with POSIX (cf. PASC interpretation request 1606).
All libfind consumers calling the treewalk() function (mkisofs,
sccs, and star) are affected.
Reported by Tavian Barnes. Submitted by Nico Sonack.
- mkisofs/mkisofs.8: adjust reference of magic(4) to magic(5)
Submitted by Martin Rehak.
- *: With the switch of Solaris from SysV man page sections to BSD
man page sections, man pages are now installed according to BSD
conventions instead of SysV conventions. This affects the man
pages makefiles(4), makerules(4), streamarchive(4),
changeset(4), sccsfile(4), sccschangeset(4), and star(4).
Reported by Friedhelm Mehnert.
- *: All references to Solaris man pages have been adjusted to BSD
man page sections as used in Solaris 11.4.
- libschily/getargs.3: document surprising behaviour that the
the argument to a foo= parameter may be in the following
argument. Thus, shell scripts should write foo= "$bar" instead
of foo=$bar if $bar could possibly be empty.
Submitted by Nico Sonack.
- libschily/getargs.3: improve spelling and grammar.
|