diff options
author | seb <seb@pkgsrc.org> | 2010-07-30 13:19:54 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-07-30 13:19:54 +0000 |
commit | 2c004a58414e5e42253e76b2d4b2e27e888ef96c (patch) | |
tree | 869e78352ebdc220c735b45d904aeb6107216416 /net | |
parent | 3618bb9c7107d919d4529ca4c6aae1203b9642df (diff) | |
download | pkgsrc-2c004a58414e5e42253e76b2d4b2e27e888ef96c.tar.gz |
Initial import of p5-Net-Trac version 0.15 in the NetBSD Packages
Collection.
The Perl 5 module Net::Trac is simple client library for a remote
Trac instance. Because Trac doesn't provide a web services API,
this module currently "fakes" an RPC interface around Trac's webforms
and the feeds it exports. Because of this, it's somewhat more brittle
than a true RPC client would be.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Trac/DESCR | 5 | ||||
-rw-r--r-- | net/p5-Net-Trac/Makefile | 30 | ||||
-rw-r--r-- | net/p5-Net-Trac/distinfo | 5 |
3 files changed, 40 insertions, 0 deletions
diff --git a/net/p5-Net-Trac/DESCR b/net/p5-Net-Trac/DESCR new file mode 100644 index 00000000000..6231994d7dd --- /dev/null +++ b/net/p5-Net-Trac/DESCR @@ -0,0 +1,5 @@ +The Perl 5 module Net::Trac is simple client library for a remote +Trac instance. Because Trac doesn't provide a web services API, +this module currently "fakes" an RPC interface around Trac's webforms +and the feeds it exports. Because of this, it's somewhat more brittle +than a true RPC client would be. diff --git a/net/p5-Net-Trac/Makefile b/net/p5-Net-Trac/Makefile new file mode 100644 index 00000000000..79263eae8a6 --- /dev/null +++ b/net/p5-Net-Trac/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/07/30 13:19:54 seb Exp $ +# + +DISTNAME= Net-Trac-0.15 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +CATEGORIES= net devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Net-Trac/ +COMMENT= Perl 5 module to interact with a remote Trac instance +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Net/Trac/.packlist + +DEPENDS+= p5-Any-Moose-[0-9]*:../../devel/p5-Any-Moose +DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime +DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww +DEPENDS+= p5-Lingua-EN-Inflect-[0-9]*:../../textproc/p5-Lingua-EN-Inflect +DEPENDS+= p5-Params-Validate-[0-9]*:../../devel/p5-Params-Validate +DEPENDS+= p5-Text-CSV-[0-9]*:../../textproc/p5-Text-CSV +DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI +DEPENDS+= p5-WWW-Mechanize>=1.52:../../www/p5-WWW-Mechanize + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-Trac/distinfo b/net/p5-Net-Trac/distinfo new file mode 100644 index 00000000000..87b3e46f1ef --- /dev/null +++ b/net/p5-Net-Trac/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/07/30 13:19:54 seb Exp $ + +SHA1 (Net-Trac-0.15.tar.gz) = 62f43bdd4e47b54faef09bb94add9d20423f8165 +RMD160 (Net-Trac-0.15.tar.gz) = fb9fd79db58a103f6aa4a13dd459af8e766b67e4 +Size (Net-Trac-0.15.tar.gz) = 40151 bytes |