Sat Feb 5 18:54:59 2011 UTC ()
Add license for audio/mac.


(wiz)
diff -r1.5 -r1.6 pkgsrc/audio/mac/Makefile
diff -r0 -r1.1 pkgsrc/licenses/mac-license

cvs diff -r1.5 -r1.6 pkgsrc/audio/mac/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/mac/Makefile 2009/05/28 20:35:53 1.5
+++ pkgsrc/audio/mac/Makefile 2011/02/05 18:54:59 1.6
@@ -1,24 +1,25 @@ @@ -1,24 +1,25 @@
1# $NetBSD: Makefile,v 1.5 2009/05/28 20:35:53 zafer Exp $ 1# $NetBSD: Makefile,v 1.6 2011/02/05 18:54:59 wiz Exp $
2# 2#
3 3
4DISTNAME= mac-3.99-u4-b5 4DISTNAME= mac-3.99-u4-b5
5PKGNAME= mac-3.99u4b5 5PKGNAME= mac-3.99u4b5
6CATEGORIES= audio 6CATEGORIES= audio
7MASTER_SITES= http://supermmx.org/resources/linux/mac/ 7MASTER_SITES= http://supermmx.org/resources/linux/mac/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://supermmx.org 10HOMEPAGE= http://supermmx.org/
11COMMENT= Monkey's Audio support library (for .ape files) 11COMMENT= Monkey's Audio support library (for .ape files)
 12LICENSE= mac-license
12 13
13PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
14 15
15.include "../../mk/bsd.fast.prefs.mk" 16.include "../../mk/bsd.fast.prefs.mk"
16 17
17.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" 18.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
18BUILD_DEPENDS+= yasm-[0-9]*:../../devel/yasm 19BUILD_DEPENDS+= yasm-[0-9]*:../../devel/yasm
19.endif 20.endif
20 21
21GNU_CONFIGURE= yes 22GNU_CONFIGURE= yes
22USE_LIBTOOL= yes 23USE_LIBTOOL= yes
23USE_LANGUAGES= c c++ 24USE_LANGUAGES= c c++
24 25

File Added: pkgsrc/licenses/mac-license
License Agreement

1. The Monkey's Audio SDK and source code can be freely used to
add APE format playback, encoding, or tagging support to any product,
free or commercial.  Use of the code for proprietary efforts that
don't support the official APE format require written consent of
the author.

2. Monkey's Audio source can be included in GPL and open-source
software, although Monkey's Audio itself will not be subjected to
external licensing requirements or other viral source restrictions.

3. Code changes and improvements must be contributed back to the
Monkey's Audio project free from restrictions or royalties, unless
exempted by express written consent of the author.

4. Any source code, ideas, or libraries used must be plainly
acknowledged in the software using the code.

5. Although the software has been tested thoroughly, the author is
in no way responsible for damages due to bugs or misuse.

6. If you do not completely agree with all of the previous
stipulations, you must cease using this source code and remove it
from your storage device.