diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-07-07 20:43:59 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-07-07 20:43:59 +0800 |
commit | 750b3ab11da3230f965735df98fc391434a1865f (patch) | |
tree | 6442ec748e36592839067c01e4be092f133fca36 /audio | |
parent | cde5cc1a1b288f2c4ec7764f09e8d45ba69fa922 (diff) | |
download | freebsd-ports-gnome-750b3ab11da3230f965735df98fc391434a1865f.tar.gz freebsd-ports-gnome-750b3ab11da3230f965735df98fc391434a1865f.tar.zst freebsd-ports-gnome-750b3ab11da3230f965735df98fc391434a1865f.zip |
add ac3dec
Software for research in digital audio coding/decoding
PR: 28366
Submitted by: Marc van Woerkom
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-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 |
6 files changed, 41 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 24034e59f4d7..eb53123eef5e 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -2,6 +2,7 @@ # SUBDIR += Maaate + SUBDIR += ac3dec SUBDIR += afsp SUBDIR += agbrowser SUBDIR += amp diff --git a/audio/ac3dec/Makefile b/audio/ac3dec/Makefile new file mode 100644 index 000000000000..cc848386f9b1 --- /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 000000000000..e5444af4b3eb --- /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 000000000000..03d51ac7e22f --- /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 000000000000..8dee257c3d25 --- /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 000000000000..2af09be68fcb --- /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 |