Mon Mar 8 00:24:43 2010 UTC ()
- take over maintainship as I handle most Asterisk stuff
- mark as destdir ready

XXX The Makefile has a comment saying that "this program" is licensed
under GPL.  There is a README file saying that the sounds are licensed
under a BSD licence.  Need to check for updates and/or contact upstream
for clarification and a proper licence file.

XXX The PLIST needs some serious TLC.


(jnemeth)
diff -r1.7 -r1.8 pkgsrc/comms/asterisk-sounds-extra/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/comms/asterisk-sounds-extra/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/comms/asterisk-sounds-extra/Attic/Makefile 2009/05/20 23:42:59 1.7
+++ pkgsrc/comms/asterisk-sounds-extra/Attic/Makefile 2010/03/08 00:24:43 1.8
@@ -1,14 +1,17 @@ @@ -1,14 +1,17 @@
1# $NetBSD: Makefile,v 1.7 2009/05/20 23:42:59 zafer Exp $ 1# $NetBSD: Makefile,v 1.8 2010/03/08 00:24:43 jnemeth Exp $
2# 2#
3 3
4VER= 1.2.1 4DISTNAME= asterisk-sounds-${DIST_VERS}
5DISTNAME= asterisk-sounds-${VER} 5PKGNAME= asterisk-sounds-extra-${DIST_VERS}
6PKGNAME= asterisk-sounds-extra-${VER} 
7CATEGORIES= comms 6CATEGORIES= comms
8MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ 7MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= jnemeth@NetBSD.org
11HOMEPAGE= http://www.asterisk.org/ 10HOMEPAGE= http://www.asterisk.org/
12COMMENT= Asterisk IVR and miscellaneous sound files 11COMMENT= Asterisk IVR and miscellaneous sound files
13 12
 13DIST_VERS= 1.2.1
 14
 15PKG_DESTDIR_SUPPORT= user-destdir
 16
14.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"