svn commit: r363615 - head/net/p5-OurNet-BBSAgent
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jul 31 15:13:56 UTC 2014
Author: sunpoet
Date: Thu Jul 31 15:13:55 2014
New Revision: 363615
URL: http://svnweb.freebsd.org/changeset/ports/363615
QAT: https://qat.redports.org/buildarchive/r363615/
Log:
- Add LICENSE
- Sort PLIST
- Reformat pkg-descr
Modified:
head/net/p5-OurNet-BBSAgent/Makefile
head/net/p5-OurNet-BBSAgent/pkg-descr
head/net/p5-OurNet-BBSAgent/pkg-plist
Modified: head/net/p5-OurNet-BBSAgent/Makefile
==============================================================================
--- head/net/p5-OurNet-BBSAgent/Makefile Thu Jul 31 15:13:49 2014 (r363614)
+++ head/net/p5-OurNet-BBSAgent/Makefile Thu Jul 31 15:13:55 2014 (r363615)
@@ -10,10 +10,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Scriptable telnet-based virtual users
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
USE_PERL5= configure
+USES= perl5
.include <bsd.port.mk>
Modified: head/net/p5-OurNet-BBSAgent/pkg-descr
==============================================================================
--- head/net/p5-OurNet-BBSAgent/pkg-descr Thu Jul 31 15:13:49 2014 (r363614)
+++ head/net/p5-OurNet-BBSAgent/pkg-descr Thu Jul 31 15:13:55 2014 (r363615)
@@ -1,16 +1,15 @@
OurNet::BBSAgent provides an object-oriented interface to TCP/IP based
-interactive services, by simulating as a virtual user with action
-defined by a script language.
+interactive services, by simulating as a virtual user with action defined by a
+script language.
-The developer could then use the same methods to access different
-services, to easily implement interactive robots, spiders, or other
-cross-service agents.
+The developer could then use the same methods to access different services, to
+easily implement interactive robots, spiders, or other cross-service agents.
-The scripting language of OurNet::BBSAgent features both flow-control
-and event-driven capabilities, makes it especially well-suited for
-dealing with automation tasks involved with Telnet-based BBS systems.
+The scripting language of OurNet::BBSAgent features both flow-control and
+event-driven capabilities, makes it especially well-suited for dealing with
+automation tasks involved with Telnet-based BBS systems.
-This module is the foundation of the BBSAgent back-end described in
-OurNet::BBS. Please consult its man page for more information.
+This module is the foundation of the BBSAgent back-end described in OurNet::BBS.
+Please consult its man page for more information.
WWW: http://search.cpan.org/dist/OurNet-BBSAgent/
Modified: head/net/p5-OurNet-BBSAgent/pkg-plist
==============================================================================
--- head/net/p5-OurNet-BBSAgent/pkg-plist Thu Jul 31 15:13:49 2014 (r363614)
+++ head/net/p5-OurNet-BBSAgent/pkg-plist Thu Jul 31 15:13:55 2014 (r363615)
@@ -1,4 +1,3 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/OurNet/BBSAgent/.packlist
%%SITE_PERL%%/OurNet/BBSAgent.pm
%%SITE_PERL%%/OurNet/BBSAgent/aquaphoto.bbs
%%SITE_PERL%%/OurNet/BBSAgent/bahamut.bbs
@@ -54,13 +53,14 @@
%%SITE_PERL%%/OurNet/BBSAgent/ufo.bbs
%%SITE_PERL%%/OurNet/BBSAgent/wretch.bbs
%%SITE_PERL%%/OurNet/BBSAgent/zoo.bbs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/OurNet/BBSAgent/.packlist
%%PERL5_MAN3%%/OurNet::BBSAgent.3.gz
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OurNet/BBSAgent
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/OurNet/BBSAgent
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OurNet
- at dirrmtry %%SITE_PERL%%/OurNet/BBSAgent/firebird2
- at dirrmtry %%SITE_PERL%%/OurNet/BBSAgent/firebird3
- at dirrmtry %%SITE_PERL%%/OurNet/BBSAgent/maple2
- at dirrmtry %%SITE_PERL%%/OurNet/BBSAgent/maple3
- at dirrmtry %%SITE_PERL%%/OurNet/BBSAgent/melix
- at dirrmtry %%SITE_PERL%%/OurNet/BBSAgent
+ at dirrm %%SITE_PERL%%/OurNet/BBSAgent/melix
+ at dirrm %%SITE_PERL%%/OurNet/BBSAgent/maple3
+ at dirrm %%SITE_PERL%%/OurNet/BBSAgent/maple2
+ at dirrm %%SITE_PERL%%/OurNet/BBSAgent/firebird3
+ at dirrm %%SITE_PERL%%/OurNet/BBSAgent/firebird2
+ at dirrm %%SITE_PERL%%/OurNet/BBSAgent
@dirrmtry %%SITE_PERL%%/OurNet
More information about the svn-ports-all
mailing list