Index: head/security/Makefile =================================================================== --- head/security/Makefile (revision 27887) +++ head/security/Makefile (revision 27888) @@ -1,100 +1,101 @@ # $FreeBSD$ # SUBDIR += bjorb SUBDIR += bro SUBDIR += bugs SUBDIR += cfs SUBDIR += checkpassword SUBDIR += chrootuid SUBDIR += cops SUBDIR += crack SUBDIR += cyrus-sasl SUBDIR += ddos_scan SUBDIR += donkey SUBDIR += dsniff SUBDIR += fakebo SUBDIR += find_ddos SUBDIR += firewalk SUBDIR += fragrouter SUBDIR += fwtk SUBDIR += gag SUBDIR += gnupg SUBDIR += gpasman SUBDIR += gtkportscan SUBDIR += heimdal SUBDIR += ident2 SUBDIR += identify SUBDIR += its4 SUBDIR += john SUBDIR += keynote SUBDIR += keyprint SUBDIR += kmap SUBDIR += krb5 SUBDIR += kssh SUBDIR += l0pht-watch SUBDIR += libident SUBDIR += libmcrypt SUBDIR += libparanoia SUBDIR += librc4 SUBDIR += librsaintl SUBDIR += logcheck SUBDIR += lxnb SUBDIR += mhash SUBDIR += nbaudit SUBDIR += nessus SUBDIR += nessus-libraries SUBDIR += nessus-libnasl SUBDIR += nessus-plugins SUBDIR += nmap SUBDIR += nmapfe SUBDIR += oidentd SUBDIR += openssh SUBDIR += openssh-askpass SUBDIR += openssl SUBDIR += p5-Authen-PAM SUBDIR += p5-Authen-Radius SUBDIR += p5-Crypt-CBC SUBDIR += p5-Crypt-DES SUBDIR += p5-Crypt-IDEA SUBDIR += p5-Digest-MD5 SUBDIR += p5-MD5 SUBDIR += p5-Net-SSLeay SUBDIR += p5-PGP SUBDIR += p5-PGP-Sign SUBDIR += pgp SUBDIR += pgp5 SUBDIR += pgpgpg SUBDIR += pidentd SUBDIR += pktsuckers SUBDIR += portscanner SUBDIR += portsentry + SUBDIR += radiusniff SUBDIR += rid SUBDIR += rsaref SUBDIR += saint SUBDIR += seahorse SUBDIR += skip SUBDIR += slurpie SUBDIR += slush SUBDIR += smurflog SUBDIR += sniff SUBDIR += snort SUBDIR += ssh SUBDIR += ssh2 SUBDIR += sslproxy SUBDIR += sslwrap SUBDIR += strobe SUBDIR += stunnel SUBDIR += sudo SUBDIR += super SUBDIR += swatch SUBDIR += tcp_wrapper SUBDIR += trinokiller SUBDIR += tripwire SUBDIR += vscan SUBDIR += whisker SUBDIR += xinetd SUBDIR += zebedee SUBDIR += zombiezapper .include Property changes on: head/security/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.101 \ No newline at end of property +1.102 \ No newline at end of property Index: head/security/radiusniff/Makefile =================================================================== --- head/security/radiusniff/Makefile (nonexistent) +++ head/security/radiusniff/Makefile (revision 27888) @@ -0,0 +1,28 @@ +# New ports collection makefile for: radiusniff +# Date created: 21 April 2000 +# Whom: Kris Kennaway +# +# $FreeBSD$ +# + +PORTNAME= radiusniff +PORTVERSION= 0.2 +CATEGORIES= security net +MASTER_SITES= http://adm.freelsd.net/ADM/ +EXTRACT_SUFX= .tgz + +MAINTAINER= kris@FreeBSD.org + +WRKSRC= ${WRKDIR}/radiusniff-0.2 + +do-build: + cd ${WRKSRC} && \ + ${CC} ${CFLAGS} -DOPENBSD -DCLIENTS_FILENAME=\"${PREFIX}/share/radiusniff/clients\" -DDICTIONARY_FILENAME=\"${PREFIX}/share/radiusniff/dictionary\" -o radiusniff radiusniff.c md5.c -lpcap + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/radiusniff ${PREFIX}/bin + ${MKDIR} ${PREFIX}/share/radiusniff/ + ${INSTALL_DATA} ${WRKSRC}/dictionary ${PREFIX}/share/radiusniff/ + ${INSTALL_DATA} ${WRKSRC}/clients ${PREFIX}/share/radiusniff/ + +.include Property changes on: head/security/radiusniff/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/security/radiusniff/distinfo =================================================================== --- head/security/radiusniff/distinfo (nonexistent) +++ head/security/radiusniff/distinfo (revision 27888) @@ -0,0 +1,3 @@ +MD5 (radiusniff-0.2.tgz) = ca5f197c2cde7cf549145db4b9f6d12f +RMD160 (radiusniff-0.2.tgz) = 41a36dbcbda98be181e8c32b46cd13ce29066bb3 +SHA1 (radiusniff-0.2.tgz) = 79cb30969ae08437565f7186ad53a66e24accdb1 Property changes on: head/security/radiusniff/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/radiusniff/pkg-comment =================================================================== --- head/security/radiusniff/pkg-comment (nonexistent) +++ head/security/radiusniff/pkg-comment (revision 27888) @@ -0,0 +1 @@ +Sniffer for RADIUS traffic Property changes on: head/security/radiusniff/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/radiusniff/pkg-descr =================================================================== --- head/security/radiusniff/pkg-descr (nonexistent) +++ head/security/radiusniff/pkg-descr (revision 27888) @@ -0,0 +1 @@ +Sniffer for RADIUS traffic Property changes on: head/security/radiusniff/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/radiusniff/pkg-plist =================================================================== --- head/security/radiusniff/pkg-plist (nonexistent) +++ head/security/radiusniff/pkg-plist (revision 27888) @@ -0,0 +1,4 @@ +bin/radiusniff +share/radiusniff/clients +share/radiusniff/dictionary +@dirrm share/radiusniff/ Property changes on: head/security/radiusniff/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property