aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-07 12:43:59 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-07 12:43:59 +0000
commit793164f706e795eea2489151c7e974b2b7941f25 (patch)
tree5660c94b77ce54401208b986eb60edfa9c3ae56f /audio
parent94c79c2970e27ba0a9da6e31bcf6b6869018bb8c (diff)
downloadports-793164f706e795eea2489151c7e974b2b7941f25.tar.gz
ports-793164f706e795eea2489151c7e974b2b7941f25.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/ac3dec/Makefile24
-rw-r--r--audio/ac3dec/distinfo1
-rw-r--r--audio/ac3dec/pkg-comment1
-rw-r--r--audio/ac3dec/pkg-descr10
-rw-r--r--audio/ac3dec/pkg-plist4
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