diff options
author | marius <marius@FreeBSD.org> | 2006-05-17 03:45:39 +0800 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2006-05-17 03:45:39 +0800 |
commit | 68f6e76ff3a057bf6d0f4a343063e3c72c2712c7 (patch) | |
tree | b7e4947d4d00e3cdd4df5a453c26eb07592d019a /sysutils/cdrtools-devel | |
parent | 85913ef1a23f7288e39c7a15751407bed3db4293 (diff) | |
download | freebsd-ports-gnome-68f6e76ff3a057bf6d0f4a343063e3c72c2712c7.tar.gz freebsd-ports-gnome-68f6e76ff3a057bf6d0f4a343063e3c72c2712c7.tar.zst freebsd-ports-gnome-68f6e76ff3a057bf6d0f4a343063e3c72c2712c7.zip |
- Update COMMENT and the description of cdrecord in pkg-descr to
reflect the DVD recording support included since 2.01.01a09.
- Add btcflash, included since 2.01.01a05, to the list of cdrtools
package contents in pkg-descr.
- Correct a grammo in pkg-descr.
- Bump PORTREVISION, as these changes affect the contents of the
binary package.
Submitted by: Fabian Keil (modulo COMMENT part)
Approved by: netchild
Diffstat (limited to 'sysutils/cdrtools-devel')
-rw-r--r-- | sysutils/cdrtools-devel/Makefile | 3 | ||||
-rw-r--r-- | sysutils/cdrtools-devel/pkg-descr | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/cdrtools-devel/Makefile b/sysutils/cdrtools-devel/Makefile index 2e0ee6aef91c..44639ce3d6a8 100644 --- a/sysutils/cdrtools-devel/Makefile +++ b/sysutils/cdrtools-devel/Makefile @@ -7,13 +7,14 @@ PORTNAME= cdrtools PORTVERSION= 2.01.01a09 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= sysutils audio MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/alpha/ \ ftp://ftp.cs.tu-berlin.de/pub/misc/cdrecord/alpha/ MAINTAINER= ports@FreeBSD.org -COMMENT= CD/CD-R[W] and ISO-9660 image creation and extraction tools +COMMENT= CD/DVD and ISO-9660 image creation and extraction tools CONFLICTS= cdrtools-[0-9]* diff --git a/sysutils/cdrtools-devel/pkg-descr b/sysutils/cdrtools-devel/pkg-descr index fc1af0ba2f54..35e895120569 100644 --- a/sysutils/cdrtools-devel/pkg-descr +++ b/sysutils/cdrtools-devel/pkg-descr @@ -3,8 +3,9 @@ ISO-9660 filesystems, verify their integrity, and write them to disc. This package contains the following programs: -- cdda2wav (an digital CD audio extraction program) -- cdrecord (a CD-R[W] recording program) +- btcflash (a firmware flash utility for BTC DRW1008 DVD+/-RW recorder) +- cdda2wav (a digital CD audio extraction program) +- cdrecord (a CD/DVD recording program) - devdump (dump a device or file in hex) - isodebug (show debug info contained in an ISO-9660 image) - isodump (dump a device or file based on ISO-9660) |