aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-04-11 13:20:44 +0000
committerRene Ladan <rene@FreeBSD.org>2014-04-11 13:20:44 +0000
commit7e5f1066a3f0e92bb3cfede4149d0ab19082f166 (patch)
tree2ada87dee73b3f9d975e2a80387974ade3423260 /security
parentcd0bf1872918b712e1b62f797862a2f95b5d2e1d (diff)
downloadports-7e5f1066a3f0e92bb3cfede4149d0ab19082f166.tar.gz
ports-7e5f1066a3f0e92bb3cfede4149d0ab19082f166.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/gtkportscan/Makefile46
-rw-r--r--security/gtkportscan/distinfo2
-rw-r--r--security/gtkportscan/pkg-descr3
4 files changed, 0 insertions, 52 deletions
diff --git a/security/Makefile b/security/Makefile
index 33c97dcb294c..e2e216d0d0d7 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -170,7 +170,6 @@
SUBDIR += gss
SUBDIR += gtk-knocker
SUBDIR += gtkpasman
- SUBDIR += gtkportscan
SUBDIR += gwee
SUBDIR += hackbot
SUBDIR += hamachi
diff --git a/security/gtkportscan/Makefile b/security/gtkportscan/Makefile
deleted file mode 100644
index e5b9bbe58025..000000000000
--- a/security/gtkportscan/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# Created by: Chris Piazza <cpiazza@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= gtkportscan
-PORTVERSION= 1.2
-PORTREVISION= 4
-CATEGORIES= security
-MASTER_SITES= LOCAL/cpiazza
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Simple port scanner that prints out open ports
-
-OPTIONS_DEFINE= GTK2
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-PLIST_FILES= bin/gtkportscan bin/portscan
-
-DEPRECATED= Unmaintained since 2000
-EXPIRATION_DATE= 2014-04-11
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MGTK2}
-USE_GNOME= gtk20
-USES+= pkgconfig
-GTK_CONFIG= pkg-config gtk+-2.0
-.else
-USE_GNOME= gtk12
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|^void main|int main|' ${WRKSRC}/portscan.c
-
-do-build:
- (cd ${WRKSRC} && ${CC} ${CFLAGS} -o portscan portscan.c)
- (cd ${WRKSRC} && ${CC} ${CFLAGS} $$(${GTK_CONFIG} --cflags) \
- -o gtkportscan gtkportscan.c $$(${GTK_CONFIG} --libs))
-
-do-install:
-.for i in gtkportscan portscan
- (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${i} ${PREFIX}/bin)
-.endfor
-
-.include <bsd.port.mk>
diff --git a/security/gtkportscan/distinfo b/security/gtkportscan/distinfo
deleted file mode 100644
index 20eaa49a4be5..000000000000
--- a/security/gtkportscan/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gtkportscan-1.2.tar.gz) = 846c264006265c304f06748fe98e826cb1f2fce877047e0be85f7a2b24da3b70
-SIZE (gtkportscan-1.2.tar.gz) = 3622
diff --git a/security/gtkportscan/pkg-descr b/security/gtkportscan/pkg-descr
deleted file mode 100644
index b42ecbab18d5..000000000000
--- a/security/gtkportscan/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-A simple port scanner written in Gtk+. It does simple scanning
-and printing of the open ports on the machine you are scanning.
-Includes a command-line and GUI port scanner.