diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-03-11 21:39:58 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-03-11 21:39:58 +0800 |
commit | ee76f7697e9afc6be8aec8eea3712088d5176095 (patch) | |
tree | a10539669ea4217256b16ed4bbdae91a859f79e1 /audio | |
parent | b61081dc246d86ab412c6908a1e0233662a2dd14 (diff) | |
download | freebsd-ports-gnome-ee76f7697e9afc6be8aec8eea3712088d5176095.tar.gz freebsd-ports-gnome-ee76f7697e9afc6be8aec8eea3712088d5176095.tar.zst freebsd-ports-gnome-ee76f7697e9afc6be8aec8eea3712088d5176095.zip |
GdrDAO is a GTK-based GUI frontend for cdrdao, the disk-at-once audio CD
recorder. Features:
* Contains a simple TOC Editor, which allows you to create (very) simple TOC
files for CDRDAO .
* It can save those TOC files (now to a selectable file).
* GdrDAO supports Pregaps (including "hidden tracks"), and lets you decide
where to start in a file, so it also supports CD burned from one huge file.
* Disk Cataloge Number and ISRC can be changed.
* CD Text is supported.
WWW: http://gdrdao.sourceforge.net/
PR: 22611
Submitted by: anders@fix.no
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/gdrdao/Makefile | 20 | ||||
-rw-r--r-- | audio/gdrdao/distinfo | 1 | ||||
-rw-r--r-- | audio/gdrdao/pkg-comment | 1 | ||||
-rw-r--r-- | audio/gdrdao/pkg-descr | 12 | ||||
-rw-r--r-- | audio/gdrdao/pkg-plist | 1 |
6 files changed, 36 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 3f684cb2b81f..78cc0db83dfd 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -52,6 +52,7 @@ SUBDIR += festvox-tll SUBDIR += freeamp SUBDIR += gdcd + SUBDIR += gdrdao SUBDIR += gkrellmms SUBDIR += gkrellmvolume SUBDIR += glame diff --git a/audio/gdrdao/Makefile b/audio/gdrdao/Makefile new file mode 100644 index 000000000000..2274d85282e6 --- /dev/null +++ b/audio/gdrdao/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: gdrdao +# Date created: November 5 2000 +# Whom: Anders Nordby <anders@fix.no> +# +# $FreeBSD$ + +PORTNAME= gdrdao +PORTVERSION= 0.4.1 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= anders@fix.no + +RUN_DEPENDS= cdrdao:${PORTSDIR}/audio/cdrdao + +USE_GTK= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/audio/gdrdao/distinfo b/audio/gdrdao/distinfo new file mode 100644 index 000000000000..0d8c0f549953 --- /dev/null +++ b/audio/gdrdao/distinfo @@ -0,0 +1 @@ +MD5 (gdrdao-0.4.1.tar.gz) = fc62b3851d3a5374dc192e555593fc0f diff --git a/audio/gdrdao/pkg-comment b/audio/gdrdao/pkg-comment new file mode 100644 index 000000000000..628d9da39a1c --- /dev/null +++ b/audio/gdrdao/pkg-comment @@ -0,0 +1 @@ +GTK-based GUI frontend for cdrdao, disk-at-once audio CD recorder diff --git a/audio/gdrdao/pkg-descr b/audio/gdrdao/pkg-descr new file mode 100644 index 000000000000..6377b3b42fca --- /dev/null +++ b/audio/gdrdao/pkg-descr @@ -0,0 +1,12 @@ +GdrDAO is a GTK-based GUI frontend for cdrdao, the disk-at-once audio CD +recorder. Features: + +* Contains a simple TOC Editor, which allows you to create (very) simple TOC +files for CDRDAO . +* It can save those TOC files (now to a selectable file). +* GdrDAO supports Pregaps (including "hidden tracks"), and lets you decide +where to start in a file, so it also supports CD burned from one huge file. +* Disk Cataloge Number and ISRC can be changed. +* CD Text is supported. + +WWW: http://gdrdao.sourceforge.net/ diff --git a/audio/gdrdao/pkg-plist b/audio/gdrdao/pkg-plist new file mode 100644 index 000000000000..366a154ceb91 --- /dev/null +++ b/audio/gdrdao/pkg-plist @@ -0,0 +1 @@ +bin/gdrdao |