diff options
author | wiz <wiz@pkgsrc.org> | 2007-01-31 21:17:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-01-31 21:17:18 +0000 |
commit | 434374e32ec95009ad9878e3366f82ebe2ba7e76 (patch) | |
tree | 15feeba731e5ec3e6bcce8e837791537804a23db | |
parent | ad86b71ac5e8206331d84a808ccc4ea3c0a21d5b (diff) | |
download | pkgsrc-434374e32ec95009ad9878e3366f82ebe2ba7e76.tar.gz |
Initial import of MAC: short for Monkey's Audio Codec, a lossless
audio codec (files with the .ape extension).
This is the MAC Linux port. It has autoconf and automake stuff and
some slight changes to the code.
-rw-r--r-- | audio/mac/DESCR | 5 | ||||
-rw-r--r-- | audio/mac/Makefile | 24 | ||||
-rw-r--r-- | audio/mac/PLIST | 25 | ||||
-rw-r--r-- | audio/mac/distinfo | 5 |
4 files changed, 59 insertions, 0 deletions
diff --git a/audio/mac/DESCR b/audio/mac/DESCR new file mode 100644 index 00000000000..4b0ca096ad7 --- /dev/null +++ b/audio/mac/DESCR @@ -0,0 +1,5 @@ +MAC: short for Monkey's Audio Codec, a lossless audio codec (files +with the .ape extension). + +This is the MAC Linux port. It has autoconf and automake stuff and +some slight changes to the code. diff --git a/audio/mac/Makefile b/audio/mac/Makefile new file mode 100644 index 00000000000..d1a87849d0b --- /dev/null +++ b/audio/mac/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/01/31 21:17:18 wiz Exp $ +# + +DISTNAME= mac-3.99-u4-b5 +PKGNAME= mac-3.99u4b5 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mac-port/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://mac-port.sourceforge.net/ +COMMENT= Monkey's Audio support library (for .ape files) + +.include "../../mk/bsd.fast.prefs.mk" + +.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" +BUILD_DEPENDS+= yasm-[0-9]*:../../devel/yasm +.endif + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +# really does not need "c" +USE_LANGUAGES= c++ + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/mac/PLIST b/audio/mac/PLIST new file mode 100644 index 00000000000..8bbf2019a06 --- /dev/null +++ b/audio/mac/PLIST @@ -0,0 +1,25 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/31 21:17:18 wiz Exp $ +bin/mac +include/mac/APECompress.h +include/mac/APECompressCore.h +include/mac/APECompressCreate.h +include/mac/APEDecompress.h +include/mac/APEHeader.h +include/mac/APEInfo.h +include/mac/APELink.h +include/mac/APETag.h +include/mac/All.h +include/mac/CharacterHelper.h +include/mac/CircleBuffer.h +include/mac/GlobalFunctions.h +include/mac/ID3Genres.h +include/mac/IO.h +include/mac/MACLib.h +include/mac/MACProgressHelper.h +include/mac/MACUtils.h +include/mac/NoWindows.h +include/mac/SmartPtr.h +include/mac/StdLibFileIO.h +include/mac/config.h +lib/libmac.la +@dirrm include/mac diff --git a/audio/mac/distinfo b/audio/mac/distinfo new file mode 100644 index 00000000000..49785552f96 --- /dev/null +++ b/audio/mac/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/01/31 21:17:18 wiz Exp $ + +SHA1 (mac-3.99-u4-b5.tar.gz) = f215c265c2cba719834c989498d5a8d2457b54de +RMD160 (mac-3.99-u4-b5.tar.gz) = 34b5ba553f7ffa858249258dad9f64c60f0b6ac0 +Size (mac-3.99-u4-b5.tar.gz) = 421234 bytes |