pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/p5-Net-DRI



Module Name:    pkgsrc
Committed By:   he
Date:           Fri Jun 22 17:09:32 UTC 2018

Added Files:
        pkgsrc/net/p5-Net-DRI: DESCR Makefile distinfo

Log Message:
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...).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/p5-Net-DRI/DESCR \
    pkgsrc/net/p5-Net-DRI/Makefile pkgsrc/net/p5-Net-DRI/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/net/p5-Net-DRI/DESCR
diff -u /dev/null pkgsrc/net/p5-Net-DRI/DESCR:1.1
--- /dev/null   Fri Jun 22 17:09:32 2018
+++ pkgsrc/net/p5-Net-DRI/DESCR Fri Jun 22 17:09:32 2018
@@ -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...).
Index: pkgsrc/net/p5-Net-DRI/Makefile
diff -u /dev/null pkgsrc/net/p5-Net-DRI/Makefile:1.1
--- /dev/null   Fri Jun 22 17:09:32 2018
+++ pkgsrc/net/p5-Net-DRI/Makefile      Fri Jun 22 17:09:32 2018
@@ -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"
Index: pkgsrc/net/p5-Net-DRI/distinfo
diff -u /dev/null pkgsrc/net/p5-Net-DRI/distinfo:1.1
--- /dev/null   Fri Jun 22 17:09:32 2018
+++ pkgsrc/net/p5-Net-DRI/distinfo      Fri Jun 22 17:09:32 2018
@@ -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