mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Sort PLIST - Reformat pkg-descr
This commit is contained in:
parent
b586555216
commit
3a6d97b862
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363615
@ -10,10 +10,13 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sunpoet@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>
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OurNet/BBSAgent
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/OurNet/BBSAgent
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OurNet
|
||||
@dirrmtry %%SITE_PERL%%/OurNet/BBSAgent/firebird2
|
||||
@dirrmtry %%SITE_PERL%%/OurNet/BBSAgent/firebird3
|
||||
@dirrmtry %%SITE_PERL%%/OurNet/BBSAgent/maple2
|
||||
@dirrmtry %%SITE_PERL%%/OurNet/BBSAgent/maple3
|
||||
@dirrmtry %%SITE_PERL%%/OurNet/BBSAgent/melix
|
||||
@dirrmtry %%SITE_PERL%%/OurNet/BBSAgent
|
||||
@dirrm %%SITE_PERL%%/OurNet/BBSAgent/melix
|
||||
@dirrm %%SITE_PERL%%/OurNet/BBSAgent/maple3
|
||||
@dirrm %%SITE_PERL%%/OurNet/BBSAgent/maple2
|
||||
@dirrm %%SITE_PERL%%/OurNet/BBSAgent/firebird3
|
||||
@dirrm %%SITE_PERL%%/OurNet/BBSAgent/firebird2
|
||||
@dirrm %%SITE_PERL%%/OurNet/BBSAgent
|
||||
@dirrmtry %%SITE_PERL%%/OurNet
|
||||
|
Loading…
Reference in New Issue
Block a user