diff options
author | he <he@pkgsrc.org> | 2018-06-22 17:09:32 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2018-06-22 17:09:32 +0000 |
commit | 473d03d23635355b6b51f7deddde459a10cf05a6 (patch) | |
tree | 28aa1ca37b2133586da39f02cb610cd7ff6807d0 /net/p5-Net-DRI | |
parent | 3bf87158869fdcd5c6b2777658eb49eab7948339 (diff) | |
download | pkgsrc-473d03d23635355b6b51f7deddde459a10cf05a6.tar.gz |
Add p5-Net-DRI version 0.96,
a perl5 module to access DNS registries/registrars w/EPP.
DRI stands for Domain Registration Interface and aims to be,
for domain name registries/registrars/resellers
what Perl DBI is for databases.
Net::DRI offers a uniform API to access services.
It can be used by registries to test their systems.
It can be used by registrars to access registries.
It can be used by clients to access registrars and/or resellers.
It can be used by anonyone to do whois, DAS or IRIS DCHK queries.
It is an OO framework that can be easily extended to
handle various protocols (RRP, EPP, custom protocols) and
various transports methods (TCP, TLS, SOAP, email, etc...).
Diffstat (limited to 'net/p5-Net-DRI')
-rw-r--r-- | net/p5-Net-DRI/DESCR | 14 | ||||
-rw-r--r-- | net/p5-Net-DRI/Makefile | 28 | ||||
-rw-r--r-- | net/p5-Net-DRI/distinfo | 6 |
3 files changed, 48 insertions, 0 deletions
diff --git a/net/p5-Net-DRI/DESCR b/net/p5-Net-DRI/DESCR new file mode 100644 index 00000000000..f4bee32f186 --- /dev/null +++ b/net/p5-Net-DRI/DESCR @@ -0,0 +1,14 @@ +A Perl library to access Domain Name Registries/Registrars: +DRI stands for Domain Registration Interface and aims to be, +for domain name registries/registrars/resellers +what Perl DBI is for databases. + +Net::DRI offers a uniform API to access services. +It can be used by registries to test their systems. +It can be used by registrars to access registries. +It can be used by clients to access registrars and/or resellers. +It can be used by anonyone to do whois, DAS or IRIS DCHK queries. + +It is an OO framework that can be easily extended to +handle various protocols (RRP, EPP, custom protocols) and +various transports methods (TCP, TLS, SOAP, email, etc...). diff --git a/net/p5-Net-DRI/Makefile b/net/p5-Net-DRI/Makefile new file mode 100644 index 00000000000..9ef90fe3e33 --- /dev/null +++ b/net/p5-Net-DRI/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1 2018/06/22 17:09:32 he Exp $ + +DISTNAME= Net-DRI-0.96 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.dotandco.com/services/software/Net-DRI/index.en +COMMENT= Perl5 module to access DNS registries/registrars w/EPP +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime +DEPENDS+= p5-DateTime-Format-Strptime-[0-9]*:../../time/p5-DateTime-Format-Strptime +DEPENDS+= p5-DateTime-Format-ISO8601>=0.06:../../time/p5-DateTime-Format-ISO8601 +DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor +DEPENDS+= p5-Class-Accessor-Chained-[0-9]*:../../devel/p5-Class-Accessor-Chained +DEPENDS+= p5-IO-Socket-SSL>=1.31:../../security/p5-IO-Socket-SSL +DEPENDS+= p5-Email-Valid-[0-9]*:../../mail/p5-Email-Valid +DEPENDS+= p5-XML-LibXML>=1.61:../../textproc/p5-XML-LibXML +DEPENDS+= p5-Module-Load-[0-9]*:../../devel/p5-Module-Load +DEPENDS+= p5-Scalar-List-Utils-[0-9]*:../../devel/p5-Scalar-List-Utils +DEPENDS+= p5-UNIVERSAL-require-[0-9]*:../../devel/p5-UNIVERSAL-require + +PERL5_PACKLIST= auto/Net/DRI/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-DRI/distinfo b/net/p5-Net-DRI/distinfo new file mode 100644 index 00000000000..907fd92ab0a --- /dev/null +++ b/net/p5-Net-DRI/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/06/22 17:09:32 he Exp $ + +SHA1 (Net-DRI-0.96.tar.gz) = 0e13e93895bb1817b09913ad2da01f42475d1700 +RMD160 (Net-DRI-0.96.tar.gz) = a312fe76c3ee3dab8c010d0250970f0e747cce31 +SHA512 (Net-DRI-0.96.tar.gz) = 752ee008a1e2de7732117254919e8e82bc43492cd163a9829555d25f12fb76e0a7f16493d6defeed81c6810c726124f69de261601e5137a43008cdaeea563650 +Size (Net-DRI-0.96.tar.gz) = 446270 bytes |