pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-Net-DRI Add p5-Net-DRI version 0.96,



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6229a1576fd2
branches:  trunk
changeset: 309723:6229a1576fd2
user:      he <he%pkgsrc.org@localhost>
date:      Fri Jun 22 17:09:32 2018 +0000

description:
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:

 net/p5-Net-DRI/DESCR    |  14 ++++++++++++++
 net/p5-Net-DRI/Makefile |  28 ++++++++++++++++++++++++++++
 net/p5-Net-DRI/distinfo |   6 ++++++
 3 files changed, 48 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r 58b09873a6e0 -r 6229a1576fd2 net/p5-Net-DRI/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-DRI/DESCR      Fri Jun 22 17:09:32 2018 +0000
@@ -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 -r 58b09873a6e0 -r 6229a1576fd2 net/p5-Net-DRI/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-DRI/Makefile   Fri Jun 22 17:09:32 2018 +0000
@@ -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@localhost
+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 -r 58b09873a6e0 -r 6229a1576fd2 net/p5-Net-DRI/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-DRI/distinfo   Fri Jun 22 17:09:32 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index