diff options
author | wen <wen@FreeBSD.org> | 2009-11-11 18:13:47 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2009-11-11 18:13:47 +0800 |
commit | 0b90815812760ac90e7beec27a1932859cb4d8f5 (patch) | |
tree | 37a6bb9fdbaed6b36002a6095ca1abe08543e60e /net | |
parent | 7467c78e697d1a5135b280f8eff83381263620f0 (diff) | |
download | freebsd-ports-gnome-0b90815812760ac90e7beec27a1932859cb4d8f5.tar.gz freebsd-ports-gnome-0b90815812760ac90e7beec27a1932859cb4d8f5.tar.zst freebsd-ports-gnome-0b90815812760ac90e7beec27a1932859cb4d8f5.zip |
- Remove p5-Net-EPP-Client beacause it merged into p5-Net-EPP upstream
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-EPP-Client/Makefile | 28 | ||||
-rw-r--r-- | net/p5-Net-EPP-Client/distinfo | 3 | ||||
-rw-r--r-- | net/p5-Net-EPP-Client/pkg-descr | 17 | ||||
-rw-r--r-- | net/p5-Net-EPP-Client/pkg-plist | 7 |
4 files changed, 0 insertions, 55 deletions
diff --git a/net/p5-Net-EPP-Client/Makefile b/net/p5-Net-EPP-Client/Makefile deleted file mode 100644 index 90f39c4d558b..000000000000 --- a/net/p5-Net-EPP-Client/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# 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.07 -CATEGORIES= net perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= miwi@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+= ${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 - -MAN3= Net::EPP::Client.3 - -PERL_CONFIGURE= yes - -.include <bsd.port.mk> diff --git a/net/p5-Net-EPP-Client/distinfo b/net/p5-Net-EPP-Client/distinfo deleted file mode 100644 index ff4de4b874bb..000000000000 --- a/net/p5-Net-EPP-Client/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Net-EPP-Client-0.07.tar.gz) = 550e90db037fdd00253b3a6ccf542aa1 -SHA256 (Net-EPP-Client-0.07.tar.gz) = d79c578b0ac8771f88f31f5b814e5a699290f89bada8e310b83371d146085b5e -SIZE (Net-EPP-Client-0.07.tar.gz) = 11024 diff --git a/net/p5-Net-EPP-Client/pkg-descr b/net/p5-Net-EPP-Client/pkg-descr deleted file mode 100644 index 06626031dc44..000000000000 --- a/net/p5-Net-EPP-Client/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -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> diff --git a/net/p5-Net-EPP-Client/pkg-plist b/net/p5-Net-EPP-Client/pkg-plist deleted file mode 100644 index 206119dfddaf..000000000000 --- a/net/p5-Net-EPP-Client/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -%%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 |