diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-07-07 12:43:59 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-07-07 12:43:59 +0000 |
commit | 750b3ab11da3230f965735df98fc391434a1865f (patch) | |
tree | 6442ec748e36592839067c01e4be092f133fca36 /audio/ac3dec | |
parent | cde5cc1a1b288f2c4ec7764f09e8d45ba69fa922 (diff) | |
download | FreeBSD-ports-750b3ab11da3230f965735df98fc391434a1865f.zip FreeBSD-ports-750b3ab11da3230f965735df98fc391434a1865f.tar.gz |
add ac3dec
Software for research in digital audio coding/decoding
PR: 28366
Submitted by: Marc van Woerkom
Diffstat (limited to 'audio/ac3dec')
-rw-r--r-- | audio/ac3dec/Makefile | 24 | ||||
-rw-r--r-- | audio/ac3dec/distinfo | 1 | ||||
-rw-r--r-- | audio/ac3dec/pkg-comment | 1 | ||||
-rw-r--r-- | audio/ac3dec/pkg-descr | 10 | ||||
-rw-r--r-- | audio/ac3dec/pkg-plist | 4 |
5 files changed, 40 insertions, 0 deletions
diff --git a/audio/ac3dec/Makefile b/audio/ac3dec/Makefile new file mode 100644 index 0000000..cc84838 --- /dev/null +++ b/audio/ac3dec/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: ac3dev +# Date created: 23 Jun 2001 +# Whom: Marc van Woerkom <3d@freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= ac3dec +PORTVERSION= 0.6.1 +CATEGORIES= audio +MASTER_SITES= http://gusnet.cx/aaron/codecs/tarballs/ + +MAINTAINER= 3d@FreeBSD.org + +GNU_CONFIGURE= yes +USE_NEWGCC= yes + +pre-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/ac3dec + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ac3dec/README +.endif + +.include <bsd.port.mk> diff --git a/audio/ac3dec/distinfo b/audio/ac3dec/distinfo new file mode 100644 index 0000000..e5444af --- /dev/null +++ b/audio/ac3dec/distinfo @@ -0,0 +1 @@ +MD5 (ac3dec-0.6.1.tar.gz) = 92b8d3af8d0d06318bb2bb04b8093eef diff --git a/audio/ac3dec/pkg-comment b/audio/ac3dec/pkg-comment new file mode 100644 index 0000000..03d51ac --- /dev/null +++ b/audio/ac3dec/pkg-comment @@ -0,0 +1 @@ +Software for research in digital audio coding/decoding diff --git a/audio/ac3dec/pkg-descr b/audio/ac3dec/pkg-descr new file mode 100644 index 0000000..8dee257 --- /dev/null +++ b/audio/ac3dec/pkg-descr @@ -0,0 +1,10 @@ + "This software is completely useless to 99.99 percent of users + out there. It is mostly of use to those interested in audio + coding research and evaluating codecs. It could theoretically + be used as a portion of a DVD playback system for unix systems. + There are issues with DVD encryption and licensing that need to be + resolved however." + +from the original README file + +WWW: http://ess.engr.uvic.ca/~aholtzma/ac3 diff --git a/audio/ac3dec/pkg-plist b/audio/ac3dec/pkg-plist new file mode 100644 index 0000000..2af09be --- /dev/null +++ b/audio/ac3dec/pkg-plist @@ -0,0 +1,4 @@ +bin/ac3dec +bin/extract_ac3 +%%PORTDOCS%%share/doc/ac3dec/README +%%PORTDOCS%%@dirrm share/doc/ac3dec |