diff options
author | miwi <miwi@FreeBSD.org> | 2007-07-27 22:59:08 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-07-27 22:59:08 +0800 |
commit | 4acd06f06160c5f7ee348e5bde0ca3162dc84a1b (patch) | |
tree | 466e3ed3f04d1b1314606766dae11248a64794c2 /net/p5-Cisco-IPPhone | |
parent | 8a92a0eb061619a891374ade1f52daedd54c012b (diff) | |
download | freebsd-ports-gnome-4acd06f06160c5f7ee348e5bde0ca3162dc84a1b.tar.gz freebsd-ports-gnome-4acd06f06160c5f7ee348e5bde0ca3162dc84a1b.tar.zst freebsd-ports-gnome-4acd06f06160c5f7ee348e5bde0ca3162dc84a1b.zip |
This Cisco IPPhone module was created to provide a simple convenient
method to display Cisco IP Phone objects and gather input from a Cisco
7940 or 7960 IP Phone. This module supports all known Cisco XML objects
for 7940 and 7960 phones. Knowledge of Cisco XML syntax is not a
requirement.
This Perl module gives the ability to use simple PERL objects to display XML
on the IP Phone unlike to Cisco Software Development Kit (SDK) which uses
Microsoft IIS Server, ASP's, JSP's, Javascript, COM Objects, and requires
knowledge of XML syntax.
PR: ports/114968
Submitted by: Simun Mikecin < numisemis at yahoo dot com >
Diffstat (limited to 'net/p5-Cisco-IPPhone')
-rw-r--r-- | net/p5-Cisco-IPPhone/Makefile | 22 | ||||
-rw-r--r-- | net/p5-Cisco-IPPhone/distinfo | 3 | ||||
-rw-r--r-- | net/p5-Cisco-IPPhone/pkg-descr | 10 | ||||
-rw-r--r-- | net/p5-Cisco-IPPhone/pkg-plist | 5 |
4 files changed, 40 insertions, 0 deletions
diff --git a/net/p5-Cisco-IPPhone/Makefile b/net/p5-Cisco-IPPhone/Makefile new file mode 100644 index 000000000000..279a31aa1e07 --- /dev/null +++ b/net/p5-Cisco-IPPhone/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Cisco-IPPhone +# Date created: July 27th 2007 +# Whom: Simun Mikecin < numisemis at yahoo dot com > +# +# $FreeBSD$ +# + +PORTNAME= Cisco-IPPhone +PORTVERSION= 0.05 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Cisco +PKGNAMEPREFIX= p5- + +MAINTAINER= numisemis@yahoo.com +COMMENT= Package for creating Cisco IPPhone XML objects + +PERL_CONFIGURE= yes + +MAN3= Cisco::IPPhone.3 + +.include <bsd.port.mk> diff --git a/net/p5-Cisco-IPPhone/distinfo b/net/p5-Cisco-IPPhone/distinfo new file mode 100644 index 000000000000..1f940abec02b --- /dev/null +++ b/net/p5-Cisco-IPPhone/distinfo @@ -0,0 +1,3 @@ +MD5 (Cisco-IPPhone-0.05.tar.gz) = baeafa8bd0a35b1af5156c63e180fef1 +SHA256 (Cisco-IPPhone-0.05.tar.gz) = b03ca263f8f41a6ec545c5393213a3146d36bd45335ade99af51dd42ab6ee16d +SIZE (Cisco-IPPhone-0.05.tar.gz) = 175465 diff --git a/net/p5-Cisco-IPPhone/pkg-descr b/net/p5-Cisco-IPPhone/pkg-descr new file mode 100644 index 000000000000..88bab2bfe9d4 --- /dev/null +++ b/net/p5-Cisco-IPPhone/pkg-descr @@ -0,0 +1,10 @@ +This Cisco IPPhone module was created to provide a simple convenient +method to display Cisco IP Phone objects and gather input from a Cisco +7940 or 7960 IP Phone. This module supports all known Cisco XML objects +for 7940 and 7960 phones. Knowledge of Cisco XML syntax is not a +requirement. + +This Perl module gives the ability to use simple PERL objects to display XML +on the IP Phone unlike to Cisco Software Development Kit (SDK) which uses +Microsoft IIS Server, ASP's, JSP's, Javascript, COM Objects, and requires +knowledge of XML syntax. diff --git a/net/p5-Cisco-IPPhone/pkg-plist b/net/p5-Cisco-IPPhone/pkg-plist new file mode 100644 index 000000000000..4667a02dd649 --- /dev/null +++ b/net/p5-Cisco-IPPhone/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco/IPPhone/.packlist +%%SITE_PERL%%/Cisco/IPPhone.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco/IPPhone +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco +@dirrmtry %%SITE_PERL%%/Cisco |