diff options
author | wiz <wiz@pkgsrc.org> | 2008-12-14 15:52:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-12-14 15:52:50 +0000 |
commit | 0c50f5d83115e572c7f121f791ee3284c0740081 (patch) | |
tree | c3859b33be22b6848202f220aa97d1c985e03401 /sysutils | |
parent | cb0576a0d398bfe492e5398c5c4ee23cc4458f37 (diff) | |
download | pkgsrc-0c50f5d83115e572c7f121f791ee3284c0740081.tar.gz |
Mention that this package also supports DVDs and Blu-ray.
Requested by Greg Troxel.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cdrtools/DESCR | 16 | ||||
-rw-r--r-- | sysutils/cdrtools/Makefile | 4 |
2 files changed, 10 insertions, 10 deletions
diff --git a/sysutils/cdrtools/DESCR b/sysutils/cdrtools/DESCR index 1adfb2be1b0..57fa24f2e37 100644 --- a/sysutils/cdrtools/DESCR +++ b/sysutils/cdrtools/DESCR @@ -1,11 +1,11 @@ -Cdrecord allows you to burn CDs with a CD-R/CD-RW recorder. 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), +Cdrecord 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, creating ISO9660/JOLIET/HFS filesystems, -and verifying ISO9660 images. +reading and writing CDs, DVDs, and Blu-ray discs, creating +ISO9660/JOLIET/HFS filesystems, and verifying ISO9660 images. diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile index 2f5045fec78..7f0cdbaace1 100644 --- a/sysutils/cdrtools/Makefile +++ b/sysutils/cdrtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2008/12/02 13:03:22 obache Exp $ +# $NetBSD: Makefile,v 1.49 2008/12/14 15:52:50 wiz Exp $ DISTNAME= cdrtools-2.01.01a53 PKGNAME= ${DISTNAME:S/a/./} @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://cdrecord.berlios.de/old/private/cdrecord.html -COMMENT= Software for creating ISO9660 images and writing CDs/CD-RWs +COMMENT= Software for creating ISO9660 images and writing CD/DVD/Blu-ray CONFLICTS= mkisofs-[0-9]* cdrtools-ossdvd-[0-9]* cdrecord-[0-9]* cdrkit-[0-9]* |