add gps 0.9.1

Ghost Port Scan
This commit is contained in:
Ying-Chieh Liao 2002-03-01 03:12:06 +00:00
parent a6459ea267
commit 6dd6282f0f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55364
11 changed files with 103 additions and 0 deletions

31
net-mgmt/gps/Makefile Normal file
View File

@ -0,0 +1,31 @@
# ex:ts=8
# New ports collection makefile for: gps
# Date created: Nov 25, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= gps
PORTVERSION= 0.9.1
CATEGORIES= net
MASTER_SITES= http://gps.sourceforge.net/release/
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
USE_GMAKE= yes
post-patch:
@${PERL} -pi -e "s,-Wall -O3,${CFLAGS},g" ${WRKSRC}/configure
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
${CP} ${WRKSRC}/docs/* ${DOCSDIR}
.endif
.include <bsd.port.mk>

1
net-mgmt/gps/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (gps-0.9.1.tar.gz) = aaa41ea7991efbdb4f09b1d95f06c4ef

1
net-mgmt/gps/pkg-comment Normal file
View File

@ -0,0 +1 @@
Ghost Port Scan

13
net-mgmt/gps/pkg-descr Normal file
View File

@ -0,0 +1,13 @@
The aim of Ghost Port Scan is to provide administrators and pen-testers
with a tool that allow them to easily test firewalls and get information
from a remote host.
GPS is a port scanner and a firewall rules disclosure (FWRD) tool, which
uses IP spoofing, ARP poisoning and some other stratagems in order to
perform a stealth and untrackable information collect.
As far as GPS needs to sniff the responses from the target host, it
requires to be run using a loopback or an ethernet interface (including
cable modem).
WWW: http://gps.sourceforge.net/

5
net-mgmt/gps/pkg-plist Normal file
View File

@ -0,0 +1,5 @@
bin/gps
%%PORTDOCS%%share/doc/gps/features.html
%%PORTDOCS%%share/doc/gps/links.html
%%PORTDOCS%%share/doc/gps/usage.html
%%PORTDOCS%%@dirrm share/doc/gps

View File

@ -146,6 +146,7 @@
SUBDIR += gnut
SUBDIR += googolplex
SUBDIR += gopher
SUBDIR += gps
SUBDIR += gq
SUBDIR += gsk
SUBDIR += gtic

31
net/gps/Makefile Normal file
View File

@ -0,0 +1,31 @@
# ex:ts=8
# New ports collection makefile for: gps
# Date created: Nov 25, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= gps
PORTVERSION= 0.9.1
CATEGORIES= net
MASTER_SITES= http://gps.sourceforge.net/release/
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
USE_GMAKE= yes
post-patch:
@${PERL} -pi -e "s,-Wall -O3,${CFLAGS},g" ${WRKSRC}/configure
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
${CP} ${WRKSRC}/docs/* ${DOCSDIR}
.endif
.include <bsd.port.mk>

1
net/gps/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (gps-0.9.1.tar.gz) = aaa41ea7991efbdb4f09b1d95f06c4ef

1
net/gps/pkg-comment Normal file
View File

@ -0,0 +1 @@
Ghost Port Scan

13
net/gps/pkg-descr Normal file
View File

@ -0,0 +1,13 @@
The aim of Ghost Port Scan is to provide administrators and pen-testers
with a tool that allow them to easily test firewalls and get information
from a remote host.
GPS is a port scanner and a firewall rules disclosure (FWRD) tool, which
uses IP spoofing, ARP poisoning and some other stratagems in order to
perform a stealth and untrackable information collect.
As far as GPS needs to sniff the responses from the target host, it
requires to be run using a loopback or an ethernet interface (including
cable modem).
WWW: http://gps.sourceforge.net/

5
net/gps/pkg-plist Normal file
View File

@ -0,0 +1,5 @@
bin/gps
%%PORTDOCS%%share/doc/gps/features.html
%%PORTDOCS%%share/doc/gps/links.html
%%PORTDOCS%%share/doc/gps/usage.html
%%PORTDOCS%%@dirrm share/doc/gps