Add p5-Agent 3.20, perl module that provides a foundation for software agent

developers.
This commit is contained in:
Will Andrews 2001-01-03 23:14:15 +00:00
parent ac723a61ae
commit 02e039bbcb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36681
6 changed files with 47 additions and 0 deletions

View File

@ -209,6 +209,7 @@
SUBDIR += noweb
SUBDIR += oaf
SUBDIR += omniORB
SUBDIR += p5-Agent
SUBDIR += p5-Alias
SUBDIR += p5-AppConfig
SUBDIR += p5-B-Graph

28
devel/p5-Agent/Makefile Normal file
View File

@ -0,0 +1,28 @@
# New ports collection makefile for: p5-Agent
# Date created: 04 Nov 2000
# Whom: will
#
# $FreeBSD$
#
PORTNAME= Agent
PORTVERSION= 3.20
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Agent
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${SITE_PERL}/Class/Tom.pm:${PORTSDIR}/devel/p5-Class-Tom
RUN_DEPENDS= ${BUILD_DEPENDS}
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
USE_PERL5= yes
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Agent.3 Agent::Transport::TCP.3 \
Agent::Transport.3 Agent::Message.3
.include <bsd.port.mk>

1
devel/p5-Agent/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (Agent-3.20.tar.gz) = e91a3cc4f9a479593c84c3bd94b73744

View File

@ -0,0 +1 @@
Perl module that provides a foundation for software agent developers

8
devel/p5-Agent/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
Agent Perl provides both a foundation for software agent developers, and a
standardized API for the agent's users. Agent's two most prominent features
are its support for agent transportation and abstract messaging over
different mediums.
Author: Steve Purkis <spurkis@engsoc.carleton.ca>
--will

8
devel/p5-Agent/pkg-plist Normal file
View File

@ -0,0 +1,8 @@
lib/perl5/site_perl/%%PERL_VER%%/Agent.pm
lib/perl5/site_perl/%%PERL_VER%%/Agent/Message.pm
lib/perl5/site_perl/%%PERL_VER%%/Agent/Transport.pm
lib/perl5/site_perl/%%PERL_VER%%/Agent/Transport/TCP.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Agent/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Agent
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Agent/Transport
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Agent