summaryrefslogtreecommitdiff
path: root/net/p5-Net-EPP-Frame
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2006-02-19 04:33:13 +0000
committerAaron Dalton <aaron@FreeBSD.org>2006-02-19 04:33:13 +0000
commitfaaeac5c4955a649a2d03a4b8862f2ad23fce208 (patch)
treebe280ed31b79229ffc7113c31d1a1ba84910efac /net/p5-Net-EPP-Frame
parentAdd PKGNAMEPREFIX (diff)
Adding port net/p5-Net-EPP-Frame, An EPP XML frame system built on top of XML::LibXML.
Approved by: tobez (implicit)
Notes
Notes: svn path=/head/; revision=156346
Diffstat (limited to 'net/p5-Net-EPP-Frame')
-rw-r--r--net/p5-Net-EPP-Frame/Makefile46
-rw-r--r--net/p5-Net-EPP-Frame/distinfo3
-rw-r--r--net/p5-Net-EPP-Frame/pkg-descr15
-rw-r--r--net/p5-Net-EPP-Frame/pkg-plist24
4 files changed, 88 insertions, 0 deletions
diff --git a/net/p5-Net-EPP-Frame/Makefile b/net/p5-Net-EPP-Frame/Makefile
new file mode 100644
index 000000000000..66333c3bec3c
--- /dev/null
+++ b/net/p5-Net-EPP-Frame/Makefile
@@ -0,0 +1,46 @@
+# New ports collection makefile for: Net-EPP-Frame
+# Date created: 18 Feb 2006
+# Whom: Aaron Dalton <aaron@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Net-EPP-Frame
+PORTVERSION= 0.02
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Net
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= aaron@FreeBSD.org
+COMMENT= An EPP XML frame system built on top of XML::LibXML
+
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML
+RUN_DEPENDS+= ${BUILD_DEPENDS}
+
+MAN3= Net::EPP::Frame.3 \
+ Net::EPP::Frame::Command.3 \
+ Net::EPP::Frame::Command::Check.3 \
+ Net::EPP::Frame::Command::Create.3 \
+ Net::EPP::Frame::Command::Delete.3 \
+ Net::EPP::Frame::Command::Info.3 \
+ Net::EPP::Frame::Command::Login.3 \
+ Net::EPP::Frame::Command::Logout.3 \
+ Net::EPP::Frame::Command::Poll.3 \
+ Net::EPP::Frame::Command::Renew.3 \
+ Net::EPP::Frame::Command::Transfer.3 \
+ Net::EPP::Frame::Command::Update.3 \
+ Net::EPP::Frame::Greeting.3 \
+ Net::EPP::Frame::Hello.3 \
+ Net::EPP::Frame::ObjectSpec.3 \
+ Net::EPP::Frame::Response.3
+
+PERL_CONFIGURE= yes
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires at least Perl5.6
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/net/p5-Net-EPP-Frame/distinfo b/net/p5-Net-EPP-Frame/distinfo
new file mode 100644
index 000000000000..e5299d003b50
--- /dev/null
+++ b/net/p5-Net-EPP-Frame/distinfo
@@ -0,0 +1,3 @@
+MD5 (Net-EPP-Frame-0.02.tar.gz) = 5b849c602e1b5bdf23677de04b7ce3db
+SHA256 (Net-EPP-Frame-0.02.tar.gz) = 7ff762bf5e080a19a7e029ef56abe0906ccc36e2b6e5b95242c28befa60c9239
+SIZE (Net-EPP-Frame-0.02.tar.gz) = 13680
diff --git a/net/p5-Net-EPP-Frame/pkg-descr b/net/p5-Net-EPP-Frame/pkg-descr
new file mode 100644
index 000000000000..feca02e2308c
--- /dev/null
+++ b/net/p5-Net-EPP-Frame/pkg-descr
@@ -0,0 +1,15 @@
+EPP is the Extensible Provisioning Protocol. EPP (defined in RFC 3730) is
+an application layer client-server protocol for the provisioning and
+management of objects stored in a shared central repository. Specified in
+XML, the protocol defines generic object management operations and an
+extensible framework that maps protocol operations to objects. As of
+writing, its only well-developed application is the provisioning of
+Internet domain names, hosts, and related contact details.
+
+EPP uses XML documents called "frames" send data to and from clients and
+servers. This module implements a subclass of the XML::LibXML::Document
+module that simplifies the process of creation of these frames. It is
+designed to be used alongside the Net::EPP::Client module.
+
+WWW: http://search.cpan.org/dist/Net-EPP-Frame
+Author: Gavin Brown <epp@centralnic.com>
diff --git a/net/p5-Net-EPP-Frame/pkg-plist b/net/p5-Net-EPP-Frame/pkg-plist
new file mode 100644
index 000000000000..d7679e3338d0
--- /dev/null
+++ b/net/p5-Net-EPP-Frame/pkg-plist
@@ -0,0 +1,24 @@
+%%SITE_PERL%%/Net/EPP/Frame.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Check.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Create.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Delete.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Info.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Login.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Logout.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Poll.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Renew.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Transfer.pm
+%%SITE_PERL%%/Net/EPP/Frame/Command/Update.pm
+%%SITE_PERL%%/Net/EPP/Frame/Greeting.pm
+%%SITE_PERL%%/Net/EPP/Frame/Hello.pm
+%%SITE_PERL%%/Net/EPP/Frame/ObjectSpec.pm
+%%SITE_PERL%%/Net/EPP/Frame/Response.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/EPP/Frame/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/EPP/Frame
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/EPP
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
+@dirrm %%SITE_PERL%%/Net/EPP/Frame/Command
+@dirrm %%SITE_PERL%%/Net/EPP/Frame
+@dirrmtry %%SITE_PERL%%/Net/EPP
+@dirrmtry %%SITE_PERL%%/Net