summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsno <sno>2009-07-07 15:42:13 +0000
committersno <sno>2009-07-07 15:42:13 +0000
commitc8e430faf30bbb382b93e302242d17b1f8ffc52c (patch)
tree888839ae24507937f0455bb02e1b76028373f7da
parentef1e86a9592b9ef3ca3f1b8a5c20d7ec29d055ff (diff)
downloadpkgsrc-c8e430faf30bbb382b93e302242d17b1f8ffc52c.tar.gz
pkgsrc changes:
- Updating package for p5 module asterisk-perl from 0.10nb1 to 1.01 - Adjusting license to artistic - Fix destdir support Upstream changes: 1.01 Fix 2 typos in Asterisk::Manager (Thanks Denis Smirnov) 1.00 Fix AGI readresponse so if ReadParse isn't manually run, the first command output will be returned Fix AGI say_datetime_all so it works correctly (pointed out by Sergey Basmanov) Fix Manager sendcommand problem. Reported by numerous people but patch used from Tilghman Lesher Fix warning from being printed if AGI verbose is used without level
-rw-r--r--comms/p5-Asterisk/Makefile18
-rw-r--r--comms/p5-Asterisk/PLIST3
-rw-r--r--comms/p5-Asterisk/distinfo8
3 files changed, 16 insertions, 13 deletions
diff --git a/comms/p5-Asterisk/Makefile b/comms/p5-Asterisk/Makefile
index 7c39e043153..fa04ff8035a 100644
--- a/comms/p5-Asterisk/Makefile
+++ b/comms/p5-Asterisk/Makefile
@@ -1,24 +1,26 @@
-# $NetBSD: Makefile,v 1.3 2008/10/19 19:17:42 he Exp $
+# $NetBSD: Makefile,v 1.4 2009/07/07 15:42:13 sno Exp $
#
-DISTNAME= asterisk-perl-0.10
-PKGNAME= p5-Asterisk-0.10
-PKGREVISION= 1
+DISTNAME= asterisk-perl-1.01
+PKGNAME= p5-Asterisk-1.01
CATEGORIES= comms perl5
-MASTER_SITES= http://asterisk.gnuinter.net/files/
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JA/JAMESGOL/}
+MASTER_SITES+= http://asterisk.gnuinter.net/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://asterisk.gnuinter.net/
COMMENT= Collection of perl modules to be used with Asterisk
+LICENSE= artistic
+PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/asterisk-perl/.packlist
EXAMPLES_DIR= ${PREFIX}/share/examples/p5-Asterisk
-EXAMPLE_FILES= agi-enum.agi calleridnamelookup.agi tts-line.agi
-EXAMPLE_FILES+= agi-sayani.agi manager-test.pl tts-ping.agi
-EXAMPLE_FILES+= agi-test.agi tts-bofh.agi
+EXAMPLE_FILES= agi-enum.agi agi-sayani.agi agi-test.agi
+EXAMPLE_FILES+= calleridnamelookup.agi directory.agi manager-test.pl
+EXAMPLE_FILES+= tts-bofh.agi tts-line.agi tts-ping.agi
.for file in ${EXAMPLE_FILES}
REPLACE_PERL+= ${WRKSRC}/examples/${file}
diff --git a/comms/p5-Asterisk/PLIST b/comms/p5-Asterisk/PLIST
index 7a0a65c5046..a2f9715afa9 100644
--- a/comms/p5-Asterisk/PLIST
+++ b/comms/p5-Asterisk/PLIST
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:38:41 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/07/07 15:42:13 sno Exp $
share/examples/p5-Asterisk/agi-enum.agi
share/examples/p5-Asterisk/agi-sayani.agi
share/examples/p5-Asterisk/agi-test.agi
share/examples/p5-Asterisk/calleridnamelookup.agi
+share/examples/p5-Asterisk/directory.agi
share/examples/p5-Asterisk/manager-test.pl
share/examples/p5-Asterisk/tts-bofh.agi
share/examples/p5-Asterisk/tts-line.agi
diff --git a/comms/p5-Asterisk/distinfo b/comms/p5-Asterisk/distinfo
index 3ca04b03021..0c1a1be582c 100644
--- a/comms/p5-Asterisk/distinfo
+++ b/comms/p5-Asterisk/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2008/08/05 21:42:40 he Exp $
+$NetBSD: distinfo,v 1.3 2009/07/07 15:42:13 sno Exp $
-SHA1 (asterisk-perl-0.10.tar.gz) = f0d864fbdc70986557209e5a2610a739dc943682
-RMD160 (asterisk-perl-0.10.tar.gz) = e33da0485c71a1de3f2fb7d61024ee9404f48489
-Size (asterisk-perl-0.10.tar.gz) = 27395 bytes
+SHA1 (asterisk-perl-1.01.tar.gz) = 08e931997fd6b3a1bc0d953118006c61c88ef6e8
+RMD160 (asterisk-perl-1.01.tar.gz) = b2ad4160373d72a079779d402b2ae80aabbf6ac7
+Size (asterisk-perl-1.01.tar.gz) = 27680 bytes