diff options
author | miwi <miwi@FreeBSD.org> | 2007-10-09 20:00:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-10-09 20:00:32 +0800 |
commit | 25891d8492770cd6418b7bee3d2286d9f5aa4472 (patch) | |
tree | 15618c5f76dfb937f9a8db590111490594e841e2 /audio | |
parent | 2093c5f0fd215047c81e3eec557e4db5f28ba51e (diff) | |
download | freebsd-ports-gnome-25891d8492770cd6418b7bee3d2286d9f5aa4472.tar.gz freebsd-ports-gnome-25891d8492770cd6418b7bee3d2286d9f5aa4472.tar.zst freebsd-ports-gnome-25891d8492770cd6418b7bee3d2286d9f5aa4472.zip |
A set of tools for authoring and playback of unencrypted and uncompressed
audio on DVD.
WWW: http://sourceforge.net/projects/dvd-audio/
PR: ports/117039 (merged from nosedive)
Submitted by: dieringe at zedat.fu-berlin.de
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/dvda-author/Makefile | 27 | ||||
-rw-r--r-- | audio/dvda-author/distinfo | 3 | ||||
-rw-r--r-- | audio/dvda-author/pkg-descr | 4 |
4 files changed, 35 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 38ed416ba417..82f3ff19ba36 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -115,6 +115,7 @@ SUBDIR += drumpiler SUBDIR += dssi SUBDIR += dtmfdial + SUBDIR += dvda-author SUBDIR += easytag SUBDIR += easytag-devel SUBDIR += eawpats diff --git a/audio/dvda-author/Makefile b/audio/dvda-author/Makefile new file mode 100644 index 000000000000..54a5bb12c81b --- /dev/null +++ b/audio/dvda-author/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: dvda-author +# Date created: 9 October 2007 +# Whom: dieringe@zedat.fu-berlin.de +# +# $FreeBSD$ +# + +PORTNAME= dvda-author +PORTVERSION= 20050703 +CATEGORIES= audio +MASTER_SITES= SF +MASTER_SITE_SUBDIR= dvd-audio + +MAINTAINER= dieringe@zedat.fu-berlin.de +COMMENT= Author and playback unencrypted and uncompressed Audio-DVDs + +USE_ZIP= yes +USE_GMAKE= yes + +WRKSRC= ${WRKDIR}/${DISTNAME}/src + +PLIST_FILES= bin/dvda-author + +do-install: + ${INSTALL} ${WRKSRC}/dvda-author ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/audio/dvda-author/distinfo b/audio/dvda-author/distinfo new file mode 100644 index 000000000000..43ecce361e86 --- /dev/null +++ b/audio/dvda-author/distinfo @@ -0,0 +1,3 @@ +MD5 (dvda-author-20050703.zip) = 3a284c5ac007c7e216c3b6670113174b +SHA256 (dvda-author-20050703.zip) = 889e464cd38281aa8a429087e8b4a791c0ba1d1dec25d6401d92d41b658d6776 +SIZE (dvda-author-20050703.zip) = 317756 diff --git a/audio/dvda-author/pkg-descr b/audio/dvda-author/pkg-descr new file mode 100644 index 000000000000..7249f38fa332 --- /dev/null +++ b/audio/dvda-author/pkg-descr @@ -0,0 +1,4 @@ +A set of tools for authoring and playback of unencrypted and uncompressed +audio on DVD. + +WWW: http://sourceforge.net/projects/dvd-audio/ |