From owner-freebsd-ports Sat Oct 23 6:47:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 385EE14DAB for ; Sat, 23 Oct 1999 06:47:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA88788; Sat, 23 Oct 1999 06:47:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kronos.alcnet.com (kronos.alcnet.com [63.69.28.22]) by hub.freebsd.org (Postfix) with ESMTP id C04EE1503E for ; Fri, 22 Oct 1999 10:00:14 -0700 (PDT) (envelope-from kbyanc@kronos.alcnet.com) Received: (from kbyanc@localhost) by kronos.alcnet.com (8.9.3/8.9.3/antispam) id NAA85697; Fri, 22 Oct 1999 13:00:13 -0400 (EDT) Message-Id: <199910221700.NAA85697@kronos.alcnet.com> Date: Fri, 22 Oct 1999 13:00:13 -0400 (EDT) From: kbyanc@posi.net Reply-To: kbyanc@posi.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14462: new port: net/radreport Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14462 >Category: ports >Synopsis: new port: net/radreport >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: Sat Oct 23 06:47:18 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Kelly Yancey >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: >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: # # radreport # radreport/Makefile # radreport/pkg # radreport/pkg/PLIST # radreport/pkg/COMMENT # radreport/pkg/DESCR # radreport/files # radreport/files/md5 # echo c - radreport mkdir -p radreport > /dev/null 2>&1 echo x - radreport/Makefile sed 's/^X//' >radreport/Makefile << 'END-of-radreport/Makefile' X# New ports collection makefile for: radreport X# Version required: 1.3 X# Date created: 10/22/1999 X# Whom: Kelly Yancey X# X# $FreeBSD$ X# X XDISTNAME= radreport XPKGNAME= radreport-1.3 XCATEGORIES= net XMASTER_SITES= ftp://ftp.livingston.com/pub/le/contrib/radius/ XDISTFILES= radreport X XMAINTAINER= kbyanc@posi.net X XNO_WRKSUBDIR= yes X Xdo-extract: X @${MKDIR} ${WRKDIR} X @for i in $(DISTFILES); do ${CP} ${DISTDIR}/$$i ${WRKDIR}; done X Xdo-build: X Xdo-install: X @${INSTALL_DATA} ${WRKDIR}/radreport ${PREFIX}/bin X X.include END-of-radreport/Makefile echo c - radreport/pkg mkdir -p radreport/pkg > /dev/null 2>&1 echo x - radreport/pkg/PLIST sed 's/^X//' >radreport/pkg/PLIST << 'END-of-radreport/pkg/PLIST' Xbin/radreport X END-of-radreport/pkg/PLIST echo x - radreport/pkg/COMMENT sed 's/^X//' >radreport/pkg/COMMENT << 'END-of-radreport/pkg/COMMENT' XPerl script for processing radius logs END-of-radreport/pkg/COMMENT echo x - radreport/pkg/DESCR sed 's/^X//' >radreport/pkg/DESCR << 'END-of-radreport/pkg/DESCR' XRadreport is a perl script for parsing radius logs. XWhile distributed by Lucent RABU, it is contributed software. Radreport has Xno active maintainer and is truly open source software: if you need an extra Xfeature, hack it in yourself. X X -Kelly X kbyanc@posi.net END-of-radreport/pkg/DESCR echo c - radreport/files mkdir -p radreport/files > /dev/null 2>&1 echo x - radreport/files/md5 sed 's/^X//' >radreport/files/md5 << 'END-of-radreport/files/md5' XMD5 (radreport) = 59d8d8acdff085a09727a6a0d9426e33 END-of-radreport/files/md5 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message