diff options
author | rene <rene@FreeBSD.org> | 2017-12-16 22:07:05 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2017-12-16 22:07:05 +0800 |
commit | 4ecad810cf13c53372d7ebe15fdef549033dfb51 (patch) | |
tree | 19e17570cc3c31c366c3b248e9b8c163757a733b /security | |
parent | 5fede3b1cef3375df8e23641ec658d71bd64be6a (diff) | |
download | freebsd-ports-gnome-4ecad810cf13c53372d7ebe15fdef549033dfb51.tar.gz freebsd-ports-gnome-4ecad810cf13c53372d7ebe15fdef549033dfb51.tar.zst freebsd-ports-gnome-4ecad810cf13c53372d7ebe15fdef549033dfb51.zip |
Remove two unmaintained ports that were only useful for the AIM network, which
was shut down on 2017-12-15:
net-im/pork
security/aimsniff
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/aimsniff/Makefile | 42 | ||||
-rw-r--r-- | security/aimsniff/distinfo | 2 | ||||
-rw-r--r-- | security/aimsniff/pkg-descr | 6 |
4 files changed, 0 insertions, 51 deletions
diff --git a/security/Makefile b/security/Makefile index d4c869f674b2..79450d2cc328 100644 --- a/security/Makefile +++ b/security/Makefile @@ -19,7 +19,6 @@ SUBDIR += afl SUBDIR += afterglow SUBDIR += aide - SUBDIR += aimsniff SUBDIR += akmos SUBDIR += amap SUBDIR += amavis-stats diff --git a/security/aimsniff/Makefile b/security/aimsniff/Makefile deleted file mode 100644 index 6f8ecd089b49..000000000000 --- a/security/aimsniff/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# Created by: Andrew Marks <andrew@amrx.net> -# $FreeBSD$ - -PORTNAME= aimsniff -PORTVERSION= 0.9d -PORTREVISION= 1 -CATEGORIES= security -MASTER_SITES= SF/${PORTNAME}/AIM%20Sniff/${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= AOL Instant Messenger Sniffing and Reading Tool - -LICENSE= GPLv2 # only - -RUN_DEPENDS= p5-Net-Pcap>=0:net/p5-Net-Pcap\ - p5-NetPacket>=0:net/p5-NetPacket\ - p5-DBI>=0:databases/p5-DBI\ - p5-Unicode-String>=0:converters/p5-Unicode-String\ - p5-Proc-Daemon>=0:devel/p5-Proc-Daemon\ - p5-Proc-Simple>=0:devel/p5-Proc-Simple\ - p5-Unix-Syslog>=0:sysutils/p5-Unix-Syslog - -USES= perl5 shebangfix -SHEBANG_FILES= aimSniff.pl -NO_BUILD= yes -NO_ARCH= yes - -PLIST_FILES= bin/aimsniff -PORTDOCS= README table.struct rc.aimsniff - -OPTIONS_DEFINE= DOCS - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/aimSniff.pl ${STAGEDIR}${PREFIX}/bin/aimsniff - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for i in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/$i ${STAGEDIR}${DOCSDIR} -.endfor - -.include <bsd.port.mk> diff --git a/security/aimsniff/distinfo b/security/aimsniff/distinfo deleted file mode 100644 index a8dd868086f2..000000000000 --- a/security/aimsniff/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (aimsniff-0.9d.tar.gz) = 11ce4cd3e1dcdabee0319dbb8a52c176debfbcd59c0c0c913078bb4b85619ac1 -SIZE (aimsniff-0.9d.tar.gz) = 24044 diff --git a/security/aimsniff/pkg-descr b/security/aimsniff/pkg-descr deleted file mode 100644 index 817b65eb54b3..000000000000 --- a/security/aimsniff/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is a port of aimsniff, which sniffs Aol Instant Messanger -conversations. It can also be setup to collect statistics on -instant messaging traffic and display useful information using -mysql and Web AIM Sniff - -WWW: http://www.aimsniff.com/ |