aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2009-11-11 18:15:54 +0800
committerwen <wen@FreeBSD.org>2009-11-11 18:15:54 +0800
commit95339bd9b0ab5f6b8d89b539b4b5fa45954315be (patch)
tree9d0f71d7a7e898847301d72d23b9b821d7bb0fc2 /net
parent0b90815812760ac90e7beec27a1932859cb4d8f5 (diff)
downloadfreebsd-ports-gnome-95339bd9b0ab5f6b8d89b539b4b5fa45954315be.tar.gz
freebsd-ports-gnome-95339bd9b0ab5f6b8d89b539b4b5fa45954315be.tar.zst
freebsd-ports-gnome-95339bd9b0ab5f6b8d89b539b4b5fa45954315be.zip
- Remove p5-Net-EPP-Frame because it merged into p5-Net-EPP upstream
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-EPP-Frame/Makefile56
-rw-r--r--net/p5-Net-EPP-Frame/distinfo3
-rw-r--r--net/p5-Net-EPP-Frame/pkg-descr15
-rw-r--r--net/p5-Net-EPP-Frame/pkg-plist49
4 files changed, 0 insertions, 123 deletions
diff --git a/net/p5-Net-EPP-Frame/Makefile b/net/p5-Net-EPP-Frame/Makefile
deleted file mode 100644
index ed295773356e..000000000000
--- a/net/p5-Net-EPP-Frame/Makefile
+++ /dev/null
@@ -1,56 +0,0 @@
-# New ports collection makefile for: Net-EPP-Frame
-# Date created: 18 Feb 2006
-# Whom: Aaron Dalton <aaron@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= Net-EPP-Frame
-PORTVERSION= 0.11
-CATEGORIES= net perl5
-MASTER_SITES= CPAN
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= perl@FreeBSD.org
-COMMENT= An EPP XML frame system built on top of XML::LibXML
-
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML
-RUN_DEPENDS+= ${BUILD_DEPENDS}
-
-MAN3= Net::EPP::Frame.3 \
- Net::EPP::Frame::Command.3 \
- Net::EPP::Frame::Command::Check.3 \
- Net::EPP::Frame::Command::Check::Contact.3 \
- Net::EPP::Frame::Command::Check::Domain.3 \
- Net::EPP::Frame::Command::Check::Host.3 \
- Net::EPP::Frame::Command::Create.3 \
- Net::EPP::Frame::Command::Create::Contact.3 \
- Net::EPP::Frame::Command::Delete.3 \
- Net::EPP::Frame::Command::Delete::Contact.3 \
- Net::EPP::Frame::Command::Delete::Domain.3 \
- Net::EPP::Frame::Command::Delete::Host.3 \
- Net::EPP::Frame::Command::Info.3 \
- Net::EPP::Frame::Command::Info::Contact.3 \
- Net::EPP::Frame::Command::Info::Domain.3 \
- Net::EPP::Frame::Command::Info::Host.3 \
- Net::EPP::Frame::Command::Login.3 \
- Net::EPP::Frame::Command::Logout.3 \
- Net::EPP::Frame::Command::Poll.3 \
- Net::EPP::Frame::Command::Renew.3 \
- Net::EPP::Frame::Command::Transfer.3 \
- Net::EPP::Frame::Command::Update.3 \
- Net::EPP::Frame::Command::Update::Contact.3 \
- Net::EPP::Frame::Command::Update::Domain.3 \
- Net::EPP::Frame::Command::Update::Host.3 \
- Net::EPP::Frame::Greeting.3 \
- Net::EPP::Frame::Hello.3 \
- Net::EPP::Frame::ObjectSpec.3 \
- Net::EPP::Frame::Response.3 \
- Net::EPP::Frame::Command::Poll::Req.3 \
- Net::EPP::Frame::Command::Transfer::Domain.3 \
- Net::EPP::Frame::Command::Transfer::Contact.3 \
- Net::EPP::Frame::Command::Poll::Ack.3
-
-PERL_CONFIGURE= yes
-
-.include <bsd.port.mk>
diff --git a/net/p5-Net-EPP-Frame/distinfo b/net/p5-Net-EPP-Frame/distinfo
deleted file mode 100644
index 9e4d7c7dfa83..000000000000
--- a/net/p5-Net-EPP-Frame/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (Net-EPP-Frame-0.11.tar.gz) = 30534fab1a674c5729c5a2c2894da089
-SHA256 (Net-EPP-Frame-0.11.tar.gz) = e6d4c18f68b494b2e500156a6581202ed89dd23dc056a53a3203dc135f4186f5
-SIZE (Net-EPP-Frame-0.11.tar.gz) = 18125
diff --git a/net/p5-Net-EPP-Frame/pkg-descr b/net/p5-Net-EPP-Frame/pkg-descr
deleted file mode 100644
index 41eb3c71de68..000000000000
--- a/net/p5-Net-EPP-Frame/pkg-descr
+++ /dev/null
@@ -1,15 +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.
-
-EPP uses XML documents called "frames" send data to and from clients and
-servers. This module implements a subclass of the XML::LibXML::Document
-module that simplifies the process of creation of these frames. It is
-designed to be used alongside the Net::EPP::Client module.
-
-WWW: http://search.cpan.org/dist/Net-EPP-Frame/
-Author: Gavin Brown <epp@centralnic.com>
diff --git a/net/p5-Net-EPP-Frame/pkg-plist b/net/p5-Net-EPP-Frame/pkg-plist
deleted file mode 100644
index ffbe68192fa9..000000000000
--- a/net/p5-Net-EPP-Frame/pkg-plist
+++ /dev/null
@@ -1,49 +0,0 @@
-%%SITE_PERL%%/Net/EPP/Frame.pm
-%%SITE_PERL%%/Net/EPP/Frame/Command.pm
-%%SITE_PERL%%/Net/EPP/Frame/Command/Check.pm
-%%SITE_PERL%%/Net/EPP/Frame/Command/Check/Contact.pm
-%%SITE_PERL%%/Net/EPP/Frame/Command/Check/Domain.pm
-%%SITE_PERL%%/Net/EPP/Frame/Command/
-%%SITE_PERL%%/Net/EPP/Frame/Command/Check/Host.pm
-%%SITE_PERL%%/Net/EPP/Frame/Command/Create.pm
-%%SITE_PERL%%/Net/EPP/Frame/Command/Create/Contact.pm
-%%SITE_PERL%%/Net/EPP/Frame/Command/Delete.pm
-%%SITE_PERL%%/Net/EPP/Frame/Command/Delete/Contact.pm
-%%SITE_PERL%%/Net/EPP/Frame/Command/Delete/Domain.pm
-%%SITE_PERL%%/Net/EPP/Frame/Command/Delete/Host.pm
-%%SITE_PERL%%/Net/EPP/Frame/Command/Info.pm
-%%SITE_PERL%%/Net/EPP/Frame/Command/Info/Contact.pm
-%%SITE_PERL%%/Net/EPP/Frame/Command/Info/Domain.pm
-%%SITE_PERL%%/Net/EPP/Frame/Command/Info/Host.pm
-%%SITE_PERL%%/Net/EPP/Frame/Command/Login.pm
-%%SITE_PERL%%/Net/EPP/Frame/Command/Logout.pm
-%%SITE_PERL%%/Net/EPP/Frame/Command/Poll.pm
-%%SITE_PERL%%/Net/EPP/Frame/Command/Poll/Req.pm
-%%SITE_PERL%%/Net/EPP/Frame/Command/Poll/Ack.pm
-%%SITE_PERL%%/Net/EPP/Frame/Command/Renew.pm
-%%SITE_PERL%%/Net/EPP/Frame/Command/Transfer.pm
-%%SITE_PERL%%/Net/EPP/Frame/Command/Transfer/Domain.pm
-%%SITE_PERL%%/Net/EPP/Frame/Command/Transfer/Contact.pm
-%%SITE_PERL%%/Net/EPP/Frame/Command/Update.pm
-%%SITE_PERL%%/Net/EPP/Frame/Command/Update/Contact.pm
-%%SITE_PERL%%/Net/EPP/Frame/Command/Update/Domain.pm
-%%SITE_PERL%%/Net/EPP/Frame/Command/Update/Host.pm
-%%SITE_PERL%%/Net/EPP/Frame/Greeting.pm
-%%SITE_PERL%%/Net/EPP/Frame/Hello.pm
-%%SITE_PERL%%/Net/EPP/Frame/ObjectSpec.pm
-%%SITE_PERL%%/Net/EPP/Frame/Response.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/EPP/Frame/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/EPP/Frame
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/EPP
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
-@dirrm %%SITE_PERL%%/Net/EPP/Frame/Command/Update
-@dirrm %%SITE_PERL%%/Net/EPP/Frame/Command/Info
-@dirrm %%SITE_PERL%%/Net/EPP/Frame/Command/Delete
-@dirrm %%SITE_PERL%%/Net/EPP/Frame/Command/Create
-@dirrm %%SITE_PERL%%/Net/EPP/Frame/Command/Check
-@dirrm %%SITE_PERL%%/Net/EPP/Frame/Command/Poll
-@dirrm %%SITE_PERL%%/Net/EPP/Frame/Command/Transfer
-@dirrm %%SITE_PERL%%/Net/EPP/Frame/Command
-@dirrm %%SITE_PERL%%/Net/EPP/Frame
-@dirrmtry %%SITE_PERL%%/Net/EPP
-@dirrmtry %%SITE_PERL%%/Net