Tue Aug 5 21:42:40 2008 UTC ()
Update from version 0.08 to 0.10.  Changes:

0.10    Seriously this is a test release, and if all is well next
        version will be 1.0.
	Allow AGI commands get_option and stream_file to accept an
	array of files in addition to a single file (inspired by
	Michael Komitee)
	Add gender paramater to AGI SAY NUMBER (only in asterisk trunk)
	Fix operator precedence login in debugging output of AGI
	(Thanks Matt Reilly)
	Adjust the way we handle ReadParse so it will work if the
	user handles those reads themself
	Quote options that are passed to exec and export $VERSION
	in AGI (Thanks Peter Beckman)
	Allow offset to be passed to stream_file in AGI (Thanks
	jfields via CPAN)
	Fix behavior of noop in AGI.pm (Thanks Dmitry Ivanov for
	pointing this out)

0.09	Test release.  Will go to 1.0 shortly after testing
	Change AGI.pm so we run ReadParse if the user forgot to run it manually
	Add LICENSE file to source
	Added 2 basic tests of AGI.pm so 'make test' does something
	Time to 'use strict' and 'use warnings' in AGI.pm (Hurray!)
	Added 'SetVar' as available keyword in Outgoing.pm
	Modified Asterisk::AGI set_variable to always quote the value
	Add directory.agi example from C. de Souza <m.list at yahoo.de>
	Updated calleridnamelookup.agi from Jeff Siddall <jeff at siddall.name>
	Manager.pm update from Brian Evans <brian at indosoft.ca>
	Patches from Peter Beckman <beckman at purplecow.com> (THANKS!!!)
		Add documentation for missing functions in AGI.pm
		Add control_stream_file to AGI.pm
		Add get_full_variable to AGI.pm
		Add get_option to AGI.pm
		Add say_alpha/date/time/datetime/phonetic to AGI.pm
		Change callback to be in central location rather
		than per function
	Allow using multiple SetVar in Outgoing.pm from Dariusz
	Dwornikowski <d.dwornikowski at proadmin.com.pl>
	Use 'use strict' and 'use warnings' in Outgoing.pm


(he)
diff -r1.1 -r1.2 pkgsrc/comms/p5-Asterisk/Makefile
diff -r1.1 -r1.2 pkgsrc/comms/p5-Asterisk/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/comms/p5-Asterisk/Makefile (expand / switch to unified diff)

--- pkgsrc/comms/p5-Asterisk/Makefile 2006/03/15 00:15:08 1.1
+++ pkgsrc/comms/p5-Asterisk/Makefile 2008/08/05 21:42:39 1.2
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.1 2006/03/15 00:15:08 gavan Exp $ 1# $NetBSD: Makefile,v 1.2 2008/08/05 21:42:39 he Exp $
2# 2#
3 3
4DISTNAME= asterisk-perl-0.08 4DISTNAME= asterisk-perl-0.10
5PKGNAME= p5-Asterisk-0.08 5PKGNAME= p5-Asterisk-0.10
6CATEGORIES= comms perl5 6CATEGORIES= comms perl5
7MASTER_SITES= http://asterisk.gnuinter.net/files/ 7MASTER_SITES= http://asterisk.gnuinter.net/files/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://asterisk.gnuinter.net/ 10HOMEPAGE= http://asterisk.gnuinter.net/
11COMMENT= Collection of perl modules to be used with Asterisk 11COMMENT= Collection of perl modules to be used with Asterisk
12 12
13PKG_INSTALLATION_TYPES= overwrite pkgviews 13PKG_INSTALLATION_TYPES= overwrite pkgviews
14 14
15PERL5_PACKLIST= auto/asterisk-perl/.packlist 15PERL5_PACKLIST= auto/asterisk-perl/.packlist
16EXAMPLES_DIR= ${PREFIX}/share/examples/p5-Asterisk 16EXAMPLES_DIR= ${PREFIX}/share/examples/p5-Asterisk
17 17
18EXAMPLE_FILES= agi-enum.agi calleridnamelookup.agi tts-line.agi 18EXAMPLE_FILES= agi-enum.agi calleridnamelookup.agi tts-line.agi

cvs diff -r1.1 -r1.2 pkgsrc/comms/p5-Asterisk/distinfo (expand / switch to unified diff)

--- pkgsrc/comms/p5-Asterisk/distinfo 2006/03/15 00:15:08 1.1
+++ pkgsrc/comms/p5-Asterisk/distinfo 2008/08/05 21:42:40 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1 2006/03/15 00:15:08 gavan Exp $ 1$NetBSD: distinfo,v 1.2 2008/08/05 21:42:40 he Exp $
2 2
3SHA1 (asterisk-perl-0.08.tar.gz) = 6f58dac9dcbce4607539cb1441d551ca042ceee9 3SHA1 (asterisk-perl-0.10.tar.gz) = f0d864fbdc70986557209e5a2610a739dc943682
4RMD160 (asterisk-perl-0.08.tar.gz) = cbfd3a2660e433e6761b46136fbaa94b00ac41ad 4RMD160 (asterisk-perl-0.10.tar.gz) = e33da0485c71a1de3f2fb7d61024ee9404f48489
5Size (asterisk-perl-0.08.tar.gz) = 13217 bytes 5Size (asterisk-perl-0.10.tar.gz) = 27395 bytes