mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
Adding port net/p5-Net-EPP-Client, a client library for the TCP transport for EPP, the Extensible Provisioning Protocol.
Approved by: tobez (implicit)
This commit is contained in:
parent
faaeac5c49
commit
05be596c3d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156348
9 changed files with 109 additions and 0 deletions
|
@ -396,6 +396,7 @@
|
|||
SUBDIR += p5-Net-Delicious
|
||||
SUBDIR += p5-Net-Dict
|
||||
SUBDIR += p5-Net-Divert
|
||||
SUBDIR += p5-Net-EPP-Client
|
||||
SUBDIR += p5-Net-EPP-Frame
|
||||
SUBDIR += p5-Net-Finger
|
||||
SUBDIR += p5-Net-Gnats
|
||||
|
|
27
net/p5-Net-EPP-Client/Makefile
Normal file
27
net/p5-Net-EPP-Client/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# New ports collection makefile for: Net-EPP-Client
|
||||
# Date created: 18 Feb 2006
|
||||
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-EPP-Client
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= aaron@FreeBSD.org
|
||||
COMMENT= Client library for the TCP transport for EPP
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \
|
||||
${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
|
||||
${SITE_PERL}/Net/EPP/Frame.pm:${PORTSDIR}/net/p5-Net-EPP-Frame
|
||||
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= Net::EPP::Client.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/p5-Net-EPP-Client/distinfo
Normal file
3
net/p5-Net-EPP-Client/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Net-EPP-Client-0.05.tar.gz) = e97754aae96b7e502c251693b5da4be0
|
||||
SHA256 (Net-EPP-Client-0.05.tar.gz) = 7bf95e94b0d249134a4eb15348de002389a62c279d2708dfde84f633d2a97600
|
||||
SIZE (Net-EPP-Client-0.05.tar.gz) = 10927
|
17
net/p5-Net-EPP-Client/pkg-descr
Normal file
17
net/p5-Net-EPP-Client/pkg-descr
Normal file
|
@ -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>
|
7
net/p5-Net-EPP-Client/pkg-plist
Normal file
7
net/p5-Net-EPP-Client/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%SITE_PERL%%/Net/EPP/Client.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/EPP/Client/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/EPP/Client
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/EPP
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrmtry %%SITE_PERL%%/Net/EPP
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
27
net/p5-Net-EPP/Makefile
Normal file
27
net/p5-Net-EPP/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# New ports collection makefile for: Net-EPP-Client
|
||||
# Date created: 18 Feb 2006
|
||||
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-EPP-Client
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= aaron@FreeBSD.org
|
||||
COMMENT= Client library for the TCP transport for EPP
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \
|
||||
${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
|
||||
${SITE_PERL}/Net/EPP/Frame.pm:${PORTSDIR}/net/p5-Net-EPP-Frame
|
||||
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= Net::EPP::Client.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/p5-Net-EPP/distinfo
Normal file
3
net/p5-Net-EPP/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Net-EPP-Client-0.05.tar.gz) = e97754aae96b7e502c251693b5da4be0
|
||||
SHA256 (Net-EPP-Client-0.05.tar.gz) = 7bf95e94b0d249134a4eb15348de002389a62c279d2708dfde84f633d2a97600
|
||||
SIZE (Net-EPP-Client-0.05.tar.gz) = 10927
|
17
net/p5-Net-EPP/pkg-descr
Normal file
17
net/p5-Net-EPP/pkg-descr
Normal file
|
@ -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>
|
7
net/p5-Net-EPP/pkg-plist
Normal file
7
net/p5-Net-EPP/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%SITE_PERL%%/Net/EPP/Client.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/EPP/Client/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/EPP/Client
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/EPP
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrmtry %%SITE_PERL%%/Net/EPP
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
Loading…
Add table
Reference in a new issue