Skip to content

Commit

Permalink
update p5-asterisk to 1.01 and add example code (via MOD_CPAN_EXAMPLES)
Browse files Browse the repository at this point in the history
  • Loading branch information
sthen committed Mar 3, 2011
1 parent ac75537 commit 6e17be6
Showing 3 changed files with 24 additions and 12 deletions.
14 changes: 8 additions & 6 deletions telephony/p5-asterisk/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# $OpenBSD: Makefile,v 1.5 2010/10/19 07:43:05 espie Exp $
# $OpenBSD: Makefile,v 1.6 2011/03/03 13:39:05 sthen Exp $

COMMENT= collection of perl modules to be used with asterisk

DISTNAME= asterisk-perl-0.09
PKGNAME= p5-asterisk-0.09
REVISION= 0
DISTNAME= asterisk-perl-1.01
PKGNAME= p5-${DISTNAME:S/perl-//}
CATEGORIES= telephony perl5
HOMEPAGE= http://asterisk.gnuinter.net/

MASTER_SITES= ${HOMEPAGE}files/
MODULES= cpan
CPAN_AUTHOR= JAMESGOL

# artistic
PERMIT_PACKAGE_CDROM= yes
@@ -17,6 +17,8 @@ PERMIT_DISTFILES_CDROM= yes
PERMIT_DISTFILES_FTP= yes

CONFIGURE_STYLE= perl
USE_GROFF = Yes
MODCPAN_EXAMPLES= Yes
MODCPAN_EXAMPLES_DIR= ${PREFIX}/share/examples/p5-asterisk
USE_GROFF= Yes

.include <bsd.port.mk>
10 changes: 5 additions & 5 deletions telephony/p5-asterisk/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MD5 (asterisk-perl-0.09.tar.gz) = UrgICz/C+NIrHbX3b1jDzQ==
RMD160 (asterisk-perl-0.09.tar.gz) = nrs8W230op127PMX+rUXEXG8vzk=
SHA1 (asterisk-perl-0.09.tar.gz) = LagT57Tx8RgB+UQJXyfxmODuHC8=
SHA256 (asterisk-perl-0.09.tar.gz) = 8kERPdKuvLQN2EE5YhYk8o3MDp4FFOyLUtUf41id80s=
SIZE (asterisk-perl-0.09.tar.gz) = 26476
MD5 (asterisk-perl-1.01.tar.gz) = SW3QLldkYgt4zp1/+r3PVw==
RMD160 (asterisk-perl-1.01.tar.gz) = sq1BYDc9cqB5d51AKyroCqu/asc=
SHA1 (asterisk-perl-1.01.tar.gz) = COkxmX/Ws6G8DZUxGABsYciO9ug=
SHA256 (asterisk-perl-1.01.tar.gz) = x95uYBcmDfuJGbOPUv5WUeK9PXbDkCzXF0VrDz2AeUc=
SIZE (asterisk-perl-1.01.tar.gz) = 27680
12 changes: 11 additions & 1 deletion telephony/p5-asterisk/pkg/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/05/28 16:16:55 jcs Exp $
@comment $OpenBSD: PLIST,v 1.2 2011/03/03 13:39:05 sthen Exp $
${P5SITE}/Asterisk/
${P5SITE}/Asterisk.pm
${P5SITE}/Asterisk/AGI.pm
@@ -10,3 +10,13 @@ ${P5SITE}/Asterisk/Voicemail.pm
@man man/man3p/Asterisk::Manager.3p
@man man/man3p/Asterisk::Outgoing.3p
@man man/man3p/Asterisk::Voicemail.3p
share/examples/p5-asterisk/
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
share/examples/p5-asterisk/tts-ping.agi

0 comments on commit 6e17be6

Please sign in to comment.