- Remove p5-Net-EPP-Frame because it merged into p5-Net-EPP upstream

This commit is contained in:
Wen Heping 2009-11-11 10:15:54 +00:00
parent 0e7925d8fe
commit 80354296fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244107
4 changed files with 0 additions and 123 deletions

View file

@ -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>

View file

@ -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

View file

@ -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>

View file

@ -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