aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-EPP-Client/pkg-descr
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2006-02-19 04:59:42 +0000
committerAaron Dalton <aaron@FreeBSD.org>2006-02-19 04:59:42 +0000
commit05be596c3ddfac8fe21e83c0ecc887943e407809 (patch)
treea0d7bbfc9e7e80be4eb9629b719ac42f56d4a2a5 /net/p5-Net-EPP-Client/pkg-descr
parentfaaeac5c4955a649a2d03a4b8862f2ad23fce208 (diff)
downloadports-05be596c3ddfac8fe21e83c0ecc887943e407809.tar.gz
ports-05be596c3ddfac8fe21e83c0ecc887943e407809.zip
Notes
Diffstat (limited to 'net/p5-Net-EPP-Client/pkg-descr')
-rw-r--r--net/p5-Net-EPP-Client/pkg-descr17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/p5-Net-EPP-Client/pkg-descr b/net/p5-Net-EPP-Client/pkg-descr
new file mode 100644
index 000000000000..4353c273df4a
--- /dev/null
+++ b/net/p5-Net-EPP-Client/pkg-descr
@@ -0,0 +1,17 @@
+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.
+
+RFC 3734 defines a TCP based transport model for EPP, and this module
+implements a client for that model. You can establish and manage EPP
+connections and send and receive responses over this connection.
+
+Net::EPP::Client also provides some time-saving features, such as being
+able to provide request and response frames as Net::EPP::Frame objects.
+
+WWW: http://search.cpan.org/dist/Net-EPP-Client
+Author: Gavin Brown <epp@centralnic.com>