pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms Add asterisk-perl 0.08, a collection of perl mod...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/03b3112d86b8
branches:  trunk
changeset: 509833:03b3112d86b8
user:      gavan <gavan%pkgsrc.org@localhost>
date:      Wed Mar 15 00:15:08 2006 +0000

description:
Add asterisk-perl 0.08, a collection of perl modules and examples for use with
Asterisk. For consistency, the pkgsrc package is called p5-Asterisk.

diffstat:

 comms/Makefile             |   3 ++-
 comms/p5-Asterisk/DESCR    |   1 +
 comms/p5-Asterisk/Makefile |  33 +++++++++++++++++++++++++++++++++
 comms/p5-Asterisk/PLIST    |  10 ++++++++++
 comms/p5-Asterisk/distinfo |   5 +++++
 5 files changed, 51 insertions(+), 1 deletions(-)

diffs (82 lines):

diff -r f899f72f323d -r 03b3112d86b8 comms/Makefile
--- a/comms/Makefile    Tue Mar 14 23:58:19 2006 +0000
+++ b/comms/Makefile    Wed Mar 15 00:15:08 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2005/11/26 09:46:07 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2006/03/15 00:15:08 gavan Exp $
 #
 
 COMMENT=       Communication utilities
@@ -34,6 +34,7 @@
 SUBDIR+=       modemd
 SUBDIR+=       obexftp
 SUBDIR+=       openobex
+SUBDIR+=       p5-Asterisk
 SUBDIR+=       p5-Device-Gsm
 SUBDIR+=       p5-Device-Modem
 SUBDIR+=       p5-Device-SerialPort
diff -r f899f72f323d -r 03b3112d86b8 comms/p5-Asterisk/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/p5-Asterisk/DESCR   Wed Mar 15 00:15:08 2006 +0000
@@ -0,0 +1,1 @@
+asterisk-perl is a collection of AGI scripts and perl modules for Asterisk.
diff -r f899f72f323d -r 03b3112d86b8 comms/p5-Asterisk/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/p5-Asterisk/Makefile        Wed Mar 15 00:15:08 2006 +0000
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1 2006/03/15 00:15:08 gavan Exp $
+#
+
+DISTNAME=              asterisk-perl-0.08
+PKGNAME=               p5-Asterisk-0.08
+CATEGORIES=            comms perl5
+MASTER_SITES=          http://asterisk.gnuinter.net/files/
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              http://asterisk.gnuinter.net/
+COMMENT=               Collection of perl modules to be used with Asterisk
+
+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
+
+.for file in ${EXAMPLE_FILES}
+REPLACE_PERL+=         ${WRKSRC}/examples/${file}
+.endfor
+
+post-install:
+       ${INSTALL_SCRIPT_DIR} ${EXAMPLES_DIR}
+.for file in ${EXAMPLE_FILES}
+       ${INSTALL_SCRIPT} ${WRKSRC}/examples/${file} ${EXAMPLES_DIR}
+.endfor
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f899f72f323d -r 03b3112d86b8 comms/p5-Asterisk/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/p5-Asterisk/PLIST   Wed Mar 15 00:15:08 2006 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2006/03/15 00:15:08 gavan 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/manager-test.pl
+share/examples/p5-Asterisk/tts-bofh.agi
+share/examples/p5-Asterisk/tts-line.agi
+share/examples/p5-Asterisk/tts-ping.agi
+@dirrm share/examples/p5-Asterisk
diff -r f899f72f323d -r 03b3112d86b8 comms/p5-Asterisk/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/p5-Asterisk/distinfo        Wed Mar 15 00:15:08 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2006/03/15 00:15:08 gavan Exp $
+
+SHA1 (asterisk-perl-0.08.tar.gz) = 6f58dac9dcbce4607539cb1441d551ca042ceee9
+RMD160 (asterisk-perl-0.08.tar.gz) = cbfd3a2660e433e6761b46136fbaa94b00ac41ad
+Size (asterisk-perl-0.08.tar.gz) = 13217 bytes



Home | Main Index | Thread Index | Old Index