mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
add nat
NetBIOS auditing tool PR: 27607 Submitted by: Roman Shterenzon <roman@xpert.com>
This commit is contained in:
parent
1d2ced0bb7
commit
69b9bce811
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43271
31
net-mgmt/nat/Makefile
Normal file
31
net-mgmt/nat/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# Ports collection makefile for: nat
|
||||
# Date created: May 24 2001
|
||||
# Whom: Roman Shterenzon <roman@xpert.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nat
|
||||
PORTVERSION= 20
|
||||
CATEGORIES= net security
|
||||
MASTER_SITES= http://www.tux.org/pub/security/secnet/tools/nat20beta/ \
|
||||
ftp://ftp.cert.dfn.de/pub/tools/net/nat/nat20beta/ \
|
||||
ftp://ftp.spin.ad.jp/pub/Security/nat/nat20beta/
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION}.freebsd
|
||||
|
||||
MAINTAINER= roman@xpert.com
|
||||
|
||||
NO_PACKAGE= "Redistribution prohibited by the license"
|
||||
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}
|
||||
MAN1= nat.1
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/nat ${LOCALBASE}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/nat.1 ${LOCALBASE}/man/man1
|
||||
${MKDIR} ${LOCALBASE}/share/nat
|
||||
${INSTALL_DATA} ${WRKSRC}/passlist.txt ${LOCALBASE}/share/nat
|
||||
${INSTALL_DATA} ${WRKSRC}/userlist.txt ${LOCALBASE}/share/nat
|
||||
|
||||
.include <bsd.port.mk>
|
1
net-mgmt/nat/distinfo
Normal file
1
net-mgmt/nat/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (nat20.freebsd.tar.gz) = 20174dc3e5f4cc6802369a298fec7cd1
|
1
net-mgmt/nat/pkg-comment
Normal file
1
net-mgmt/nat/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
NetBIOS auditing tool
|
2
net-mgmt/nat/pkg-descr
Normal file
2
net-mgmt/nat/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
SMB/CIFS server and file share auditing tool used to gather information and
|
||||
identify misconfigurations in security critical environments.
|
4
net-mgmt/nat/pkg-plist
Normal file
4
net-mgmt/nat/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/nat
|
||||
share/nat/passlist.txt
|
||||
share/nat/userlist.txt
|
||||
@dirrm %D/share/nat
|
@ -193,6 +193,7 @@
|
||||
SUBDIR += mudix
|
||||
SUBDIR += naim
|
||||
SUBDIR += nam
|
||||
SUBDIR += nat
|
||||
SUBDIR += ncat
|
||||
SUBDIR += ncplib
|
||||
SUBDIR += nemesis
|
||||
|
31
net/nat/Makefile
Normal file
31
net/nat/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# Ports collection makefile for: nat
|
||||
# Date created: May 24 2001
|
||||
# Whom: Roman Shterenzon <roman@xpert.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nat
|
||||
PORTVERSION= 20
|
||||
CATEGORIES= net security
|
||||
MASTER_SITES= http://www.tux.org/pub/security/secnet/tools/nat20beta/ \
|
||||
ftp://ftp.cert.dfn.de/pub/tools/net/nat/nat20beta/ \
|
||||
ftp://ftp.spin.ad.jp/pub/Security/nat/nat20beta/
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION}.freebsd
|
||||
|
||||
MAINTAINER= roman@xpert.com
|
||||
|
||||
NO_PACKAGE= "Redistribution prohibited by the license"
|
||||
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}
|
||||
MAN1= nat.1
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/nat ${LOCALBASE}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/nat.1 ${LOCALBASE}/man/man1
|
||||
${MKDIR} ${LOCALBASE}/share/nat
|
||||
${INSTALL_DATA} ${WRKSRC}/passlist.txt ${LOCALBASE}/share/nat
|
||||
${INSTALL_DATA} ${WRKSRC}/userlist.txt ${LOCALBASE}/share/nat
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/nat/distinfo
Normal file
1
net/nat/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (nat20.freebsd.tar.gz) = 20174dc3e5f4cc6802369a298fec7cd1
|
1
net/nat/pkg-comment
Normal file
1
net/nat/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
NetBIOS auditing tool
|
2
net/nat/pkg-descr
Normal file
2
net/nat/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
SMB/CIFS server and file share auditing tool used to gather information and
|
||||
identify misconfigurations in security critical environments.
|
4
net/nat/pkg-plist
Normal file
4
net/nat/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/nat
|
||||
share/nat/passlist.txt
|
||||
share/nat/userlist.txt
|
||||
@dirrm %D/share/nat
|
Loading…
Reference in New Issue
Block a user