pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-RadiusPerl This is RadiusPerl. RadiusPerl is a ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18f3109209b8
branches:  trunk
changeset: 552414:18f3109209b8
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Jan 04 00:31:51 2009 +0000

description:
This is RadiusPerl. RadiusPerl is a Perl 5 module (Radius.pm)
which allows you to communicate with a Radius server from Perl. You can
just authenticate usernames/passwords via Radius, or comletely imitate
AAA requests and process server response.

diffstat:

 net/p5-RadiusPerl/DESCR    |   4 ++++
 net/p5-RadiusPerl/Makefile |  22 ++++++++++++++++++++++
 net/p5-RadiusPerl/PLIST    |   1 +
 net/p5-RadiusPerl/distinfo |   5 +++++
 4 files changed, 32 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 8657673173d3 -r 18f3109209b8 net/p5-RadiusPerl/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-RadiusPerl/DESCR   Sun Jan 04 00:31:51 2009 +0000
@@ -0,0 +1,4 @@
+This is RadiusPerl. RadiusPerl is a Perl 5 module (Radius.pm)
+which allows you to communicate with a Radius server from Perl. You can
+just authenticate usernames/passwords via Radius, or comletely imitate
+AAA requests and process server response.
diff -r 8657673173d3 -r 18f3109209b8 net/p5-RadiusPerl/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-RadiusPerl/Makefile        Sun Jan 04 00:31:51 2009 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/01/04 00:31:51 adrianp Exp $
+#
+
+DISTNAME=      RadiusPerl-0.13
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    net
+MASTER_SITES=  http://search.cpan.org/CPAN/authors/id/M/MA/MANOWAR/
+
+MAINTAINER=    adrianp%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/CPAN/authors/id/M/MA/MANOWAR/
+COMMENT=       Provide simple Radius client facilities
+
+DEPENDS+=      p5-Digest-MD5>=2.20:../../security/p5-Digest-MD5
+DEPENDS+=      p5-IO>=1.12:../../devel/p5-IO
+DEPENDS+=      p5-Data-HexDump>=0.02:../../textproc/p5-Data-HexDump
+
+WRKSRC=                ${WRKDIR}/Authen-Radius-0.13
+PERL5_PACKLIST=        auto/RadiusPerl/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8657673173d3 -r 18f3109209b8 net/p5-RadiusPerl/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-RadiusPerl/PLIST   Sun Jan 04 00:31:51 2009 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/04 00:31:51 adrianp Exp $
diff -r 8657673173d3 -r 18f3109209b8 net/p5-RadiusPerl/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-RadiusPerl/distinfo        Sun Jan 04 00:31:51 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/01/04 00:31:51 adrianp Exp $
+
+SHA1 (RadiusPerl-0.13.tar.gz) = cde7d79ab36cf70663240c287b7b20078f050bec
+RMD160 (RadiusPerl-0.13.tar.gz) = b50318ed399ef7873a99d09932142cc014fc9aa9
+Size (RadiusPerl-0.13.tar.gz) = 31378 bytes



Home | Main Index | Thread Index | Old Index