Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jul 2001 16:48:45 +0600 (YEKST)
From:      "Sergey N. Voronkov" <serg@tmn.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29081: New port: net/p5-IC-Radius
Message-ID:  <200107191048.f6JAmjH36538@sv.tech.sibitex.tmn.ru>

next in thread | raw e-mail | index | archive | help

>Number:         29081
>Category:       ports
>Synopsis:       New port: net/p5-IC-Radius
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 19 03:50:26 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Sergey N. Voronkov
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Sibitex ISP
>Environment:
System: FreeBSD sv.tech.sibitex.tmn.ru 4.3-STABLE FreeBSD 4.3-STABLE #1: Wed Jul 11 11:11:13 YEKST 2001 serg@sv.tech.sibitex.tmn.ru:/usr/obj/usr/src/sys/SV i386

>Description:

IC::Radius - ICRADIUS Interface Module

The IC::Radius module provides functions for interfacing with ICRADIUS.


>How-To-Repeat:

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-IC-Radius
#	p5-IC-Radius/pkg-plist
#	p5-IC-Radius/pkg-descr
#	p5-IC-Radius/pkg-comment
#	p5-IC-Radius/distinfo
#	p5-IC-Radius/Makefile
#	p5-IC-Radius/files
#	p5-IC-Radius/files/patch-aa
#
echo c - p5-IC-Radius
mkdir -p p5-IC-Radius > /dev/null 2>&1
echo x - p5-IC-Radius/pkg-plist
sed 's/^X//' >p5-IC-Radius/pkg-plist << 'END-of-p5-IC-Radius/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/IC/Radius.pm
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IC/Radius/.packlist
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IC/Radius
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IC 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/IC 2>/dev/null || true
END-of-p5-IC-Radius/pkg-plist
echo x - p5-IC-Radius/pkg-descr
sed 's/^X//' >p5-IC-Radius/pkg-descr << 'END-of-p5-IC-Radius/pkg-descr'
XIC::Radius - ICRADIUS Interface Module
X
XThe IC::Radius module provides functions for interfacing with ICRADIUS.
X
X### ICRADIUS Interface Module
X### Drew Wilder-Goodwin
X### 2001-04-24
END-of-p5-IC-Radius/pkg-descr
echo x - p5-IC-Radius/pkg-comment
sed 's/^X//' >p5-IC-Radius/pkg-comment << 'END-of-p5-IC-Radius/pkg-comment'
XPerl5 extension for ICRADIUS Interface Module
END-of-p5-IC-Radius/pkg-comment
echo x - p5-IC-Radius/distinfo
sed 's/^X//' >p5-IC-Radius/distinfo << 'END-of-p5-IC-Radius/distinfo'
XMD5 (IC-Radius-0.4.tar.gz) = ecd7e2c89caac91c9167fd2c128b6d19
END-of-p5-IC-Radius/distinfo
echo x - p5-IC-Radius/Makefile
sed 's/^X//' >p5-IC-Radius/Makefile << 'END-of-p5-IC-Radius/Makefile'
X# New ports collection makefile for:	p5-IC-Radius
X# Date created:				27 Jun 2001
X# Whom:	      				Sergey N. Voronkov <serg@tmn.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	IC-Radius
XPORTVERSION=	0.4
XCATEGORIES=	net perl5
XMASTER_SITES=	ftp://ftp.innercite.com/pub/perl/
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	serg@tmn.ru
X
XBUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-Mysql
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
XMAN3=		IC::Radius.3
X
X.include <bsd.port.mk>
END-of-p5-IC-Radius/Makefile
echo c - p5-IC-Radius/files
mkdir -p p5-IC-Radius/files > /dev/null 2>&1
echo x - p5-IC-Radius/files/patch-aa
sed 's/^X//' >p5-IC-Radius/files/patch-aa << 'END-of-p5-IC-Radius/files/patch-aa'
X--- Radius.pm.orig	Thu Jul  5 14:20:54 2001
X+++ Radius.pm	Thu Jul  5 14:30:19 2001
X@@ -1038,7 +1038,7 @@
X 
X =item * I<sample>
X 
X- $radius->insert_realm('flintstones.com', 'bedrock.com', 'bedrock', '1812', 'nostrip');
X+ $radius->update_realm('flintstones.com', 'bedrock.com', 'bedrock', '1812', 'nostrip');
X 
X =item * I<return value>
X 
X@@ -1778,7 +1778,7 @@
X 
X sub fetch_realm_options {
X         my $self = shift;
X-	my @options = ('nostrip', 'dohints');
X+	my @options = ('nostrip', 'dohints', 'loglocal');
X 
X 	return @options if wantarray;
X 	return \@options;
END-of-p5-IC-Radius/files/patch-aa
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107191048.f6JAmjH36538>