1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Import of a module to authenticate/account against RADIUS (v1) servers

This commit is contained in:
James FitzGibbon 1997-09-13 17:48:51 +00:00
parent 06bddcbbd1
commit fd31d91749
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7889
8 changed files with 71 additions and 0 deletions

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: p5-Authen-Radius
# Version required: 0.05
# Date created: September 11th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $Id$
#
DISTNAME= RadiusPerl-0.05
PKGNAME= p5-Authen-Radius-0.05
CATEGORIES= security net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Authen
MAINTAINER= jfitz@FreeBSD.ORG
BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/MD5.pm:${PORTSDIR}/security/p5-MD5/
USE_PERL5= YES
MAN3= Authen::Radius.3
MAN3PREFIX= ${PREFIX}/lib/perl5
pre-configure:
@${CP} ${WRKSRC}/Authen/Radius.pm ${WRKSRC}
do-configure:
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (RadiusPerl-0.05.tar.gz) = b455bd968d3076f749f1d9ba79d176f6

View File

@ -0,0 +1,11 @@
--- Makefile.PL.orig Thu Sep 11 13:37:04 1997
+++ Makefile.PL Thu Sep 11 13:37:13 1997
@@ -4,7 +4,7 @@
WriteMakefile(
'NAME' => 'Authen::Radius',
'DISTNAME' => 'RadiusPerl',
- 'VERSION_FROM' => 'Authen/Radius.pm', # finds $VERSION
+ 'VERSION_FROM' => 'Radius.pm', # finds $VERSION
'PREREQ_PM' => { MD5 => 1.7, IO => 1.12 },
'dist' => { COMPRESS => 'gzip', SUFFIX => 'gz' },
);

View File

@ -0,0 +1,9 @@
--- MANIFEST.orig Thu Sep 11 13:36:37 1997
+++ MANIFEST Thu Sep 11 13:36:48 1997
@@ -3,5 +3,5 @@
README
INSTALL
Makefile.PL
-Authen/Radius.pm
+Radius.pm
test.pl

View File

@ -0,0 +1,13 @@
--- Authen/Radius.pm.orig Thu Sep 11 13:36:16 1997
+++ Authen/Radius.pm Thu Sep 11 13:36:29 1997
@@ -20,9 +20,8 @@
use vars qw($VERSION @ISA @EXPORT);
require Exporter;
-require AutoLoader;
-@ISA = qw(Exporter AutoLoader);
+@ISA = qw(Exporter);
@EXPORT = qw(ACCESS_REQUEST ACCESS_ACCEPT ACCESS_REJECT);
$VERSION = '0.05';

View File

@ -0,0 +1 @@
a perl5 module to provide simple Radius client facilities

View File

@ -0,0 +1,4 @@
The Authen::Radius module provides a simple class that
allows you to send/receive Radius requests/responses
to/from a Radius server.

View File

@ -0,0 +1,3 @@
lib/perl5/man/man3/Authen::Radius.3.gz
lib/perl5/site_perl/Authen/Radius.pm
lib/perl5/site_perl/i386-freebsd/auto/Authen/Radius/.packlist