diff --git a/audio/ac3dec/Makefile b/audio/ac3dec/Makefile new file mode 100644 index 00000000000..6a017cfd7d3 --- /dev/null +++ b/audio/ac3dec/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.2 2000/01/07 04:20:49 hubertf Exp $ +# $OpenBSD: Makefile,v 1.1.1.1 2000/03/01 11:48:28 angelos Exp $ +# + +DISTNAME= ac3dec-0.5.6 +CATEGORIES= audio +MASTER_SITES= http://ess.engr.uvic.ca/~aholtzma/ac3/ + +MAINTAINER= angelos@openbsd.org +HOMEPAGE= http://ess.engr.uvic.ca/~aholtzma/ac3/ + +GNU_CONFIGURE= yes + +LICENSE_TYPE= GPL +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ac3dec + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ac3dec + ${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/doc/ac3dec + +.include diff --git a/audio/ac3dec/files/md5 b/audio/ac3dec/files/md5 new file mode 100644 index 00000000000..7da9c26be56 --- /dev/null +++ b/audio/ac3dec/files/md5 @@ -0,0 +1,3 @@ +MD5 (ac3dec-0.5.6.tar.gz) = 951fac6d6327a5d290d658f36355c417 +RMD160 (ac3dec-0.5.6.tar.gz) = 3ff700e1b9bf4f45b908a1e626d5b505c6391885 +SHA1 (ac3dec-0.5.6.tar.gz) = 6b819ac9cb51b09d6684dc3c411be190ab769909 diff --git a/audio/ac3dec/pkg/COMMENT b/audio/ac3dec/pkg/COMMENT new file mode 100644 index 00000000000..0c18a9f2bc9 --- /dev/null +++ b/audio/ac3dec/pkg/COMMENT @@ -0,0 +1 @@ +ac3 audio (as used on DVDs) decoding tools diff --git a/audio/ac3dec/pkg/DESCR b/audio/ac3dec/pkg/DESCR new file mode 100644 index 00000000000..d064a86ce63 --- /dev/null +++ b/audio/ac3dec/pkg/DESCR @@ -0,0 +1,8 @@ +------------------------ From the README file ------------------------ +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. +---------------------------- End of quote ---------------------------- diff --git a/audio/ac3dec/pkg/PLIST b/audio/ac3dec/pkg/PLIST new file mode 100644 index 00000000000..896d20a33ec --- /dev/null +++ b/audio/ac3dec/pkg/PLIST @@ -0,0 +1,6 @@ +bin/ac3dec +bin/extract_ac3 +bin/verify_ac3 +share/doc/ac3dec/README +share/doc/ac3dec/TODO +@dirrm share/doc/ac3dec