diff options
author | will <will@FreeBSD.org> | 2001-12-19 10:28:28 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-12-19 10:28:28 +0800 |
commit | afd52cb524771cb263f18d16904ecea77ccfa299 (patch) | |
tree | de7b15b2c3bae7603cbd142af89365035464a559 /net/p5-IC-Radius | |
parent | d8658e620dfcffd801c2db38536d5fb56a1898fb (diff) | |
download | freebsd-ports-gnome-afd52cb524771cb263f18d16904ecea77ccfa299.tar.gz freebsd-ports-gnome-afd52cb524771cb263f18d16904ecea77ccfa299.tar.zst freebsd-ports-gnome-afd52cb524771cb263f18d16904ecea77ccfa299.zip |
Add p5-IC-Radius 0.4, a Perl5 extension for ICRADIUS Interface Module.
PR: 29081
Submitted by: Sergey N. Voronkov <serg@tmn.ru>
Diffstat (limited to 'net/p5-IC-Radius')
-rw-r--r-- | net/p5-IC-Radius/Makefile | 24 | ||||
-rw-r--r-- | net/p5-IC-Radius/distinfo | 1 | ||||
-rw-r--r-- | net/p5-IC-Radius/files/patch-Radius.pm | 20 | ||||
-rw-r--r-- | net/p5-IC-Radius/pkg-comment | 1 | ||||
-rw-r--r-- | net/p5-IC-Radius/pkg-descr | 7 | ||||
-rw-r--r-- | net/p5-IC-Radius/pkg-plist | 5 |
6 files changed, 58 insertions, 0 deletions
diff --git a/net/p5-IC-Radius/Makefile b/net/p5-IC-Radius/Makefile new file mode 100644 index 000000000000..aadcd015120f --- /dev/null +++ b/net/p5-IC-Radius/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-IC-Radius +# Date created: 27 Jun 2001 +# Whom: Sergey N. Voronkov <serg@tmn.ru> +# +# $FreeBSD$ +# + +PORTNAME= IC-Radius +PORTVERSION= 0.4 +CATEGORIES= net perl5 +MASTER_SITES= ftp://ftp.innercite.com/pub/perl/ +PKGNAMEPREFIX= p5- + +MAINTAINER= serg@tmn.ru + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-Mysql +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= IC::Radius.3 + +.include <bsd.port.mk> diff --git a/net/p5-IC-Radius/distinfo b/net/p5-IC-Radius/distinfo new file mode 100644 index 000000000000..725f2e631a33 --- /dev/null +++ b/net/p5-IC-Radius/distinfo @@ -0,0 +1 @@ +MD5 (IC-Radius-0.4.tar.gz) = ecd7e2c89caac91c9167fd2c128b6d19 diff --git a/net/p5-IC-Radius/files/patch-Radius.pm b/net/p5-IC-Radius/files/patch-Radius.pm new file mode 100644 index 000000000000..d29bc3d34fd0 --- /dev/null +++ b/net/p5-IC-Radius/files/patch-Radius.pm @@ -0,0 +1,20 @@ +--- Radius.pm.orig Thu Jul 5 14:20:54 2001 ++++ Radius.pm Thu Jul 5 14:30:19 2001 +@@ -1038,7 +1038,7 @@ + + =item * I<sample> + +- $radius->insert_realm('flintstones.com', 'bedrock.com', 'bedrock', '1812', 'nostrip'); ++ $radius->update_realm('flintstones.com', 'bedrock.com', 'bedrock', '1812', 'nostrip'); + + =item * I<return value> + +@@ -1778,7 +1778,7 @@ + + sub fetch_realm_options { + my $self = shift; +- my @options = ('nostrip', 'dohints'); ++ my @options = ('nostrip', 'dohints', 'loglocal'); + + return @options if wantarray; + return \@options; diff --git a/net/p5-IC-Radius/pkg-comment b/net/p5-IC-Radius/pkg-comment new file mode 100644 index 000000000000..5b0f134ebc9b --- /dev/null +++ b/net/p5-IC-Radius/pkg-comment @@ -0,0 +1 @@ +A Perl5 extension for ICRADIUS Interface Module diff --git a/net/p5-IC-Radius/pkg-descr b/net/p5-IC-Radius/pkg-descr new file mode 100644 index 000000000000..8c246d76361b --- /dev/null +++ b/net/p5-IC-Radius/pkg-descr @@ -0,0 +1,7 @@ +IC::Radius - ICRADIUS Interface Module + +The IC::Radius module provides functions for interfacing with ICRADIUS. + +### ICRADIUS Interface Module +### Drew Wilder-Goodwin +### 2001-04-24 diff --git a/net/p5-IC-Radius/pkg-plist b/net/p5-IC-Radius/pkg-plist new file mode 100644 index 000000000000..780346a48d45 --- /dev/null +++ b/net/p5-IC-Radius/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/IC/Radius.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IC/Radius/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IC/Radius +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IC 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/IC 2>/dev/null || true |