diff options
Diffstat (limited to 'security/scanhill')
-rw-r--r-- | security/scanhill/Makefile | 42 | ||||
-rw-r--r-- | security/scanhill/distinfo | 2 | ||||
-rw-r--r-- | security/scanhill/files/patch-configure | 38 | ||||
-rw-r--r-- | security/scanhill/pkg-descr | 8 | ||||
-rw-r--r-- | security/scanhill/pkg-plist | 2 |
5 files changed, 0 insertions, 92 deletions
diff --git a/security/scanhill/Makefile b/security/scanhill/Makefile deleted file mode 100644 index a485773aa5f3..000000000000 --- a/security/scanhill/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# $FreeBSD$ - -PORTNAME= scanhill -DISTVERSION= 0.5-p1 -PORTREVISION= 1 -CATEGORIES= security net-im -MASTER_SITES= http://www.enderunix.org/scanhill/ \ - http://www.sourcefiles.org/Networking/Security/Sniffers/ \ - http://www.mirrorservice.org/sites/download.sourceforge.net/pub/sourceforge/s/sc/scanhill/ - -MAINTAINER= garga@FreeBSD.org -COMMENT= Microsoft Messenger Protocol Sniffer - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -WRKSRC= ${WRKDIR}/${PORTNAME} - -GNU_CONFIGURE= yes -USES= iconv - -PORTDOCS= README.txt INSTALL.txt mysql.sql - -OPTIONS_DEFINE= MYSQL DOCS - -MYSQL_USES= mysql -MYSQL_CONFIGURE_ENABLE= mysql - -post-patch: - @${REINPLACE_CMD} -e 's/-liconv/${ICONV_LIB}/' \ - -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/configure - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/scanhill ${STAGEDIR}${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/scanhill.conf ${STAGEDIR}${PREFIX}/etc/scanhill.conf-dist - ${MKDIR} ${STAGEDIR}${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} -.endfor - -.include <bsd.port.mk> diff --git a/security/scanhill/distinfo b/security/scanhill/distinfo deleted file mode 100644 index 485940bf5fbb..000000000000 --- a/security/scanhill/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (scanhill-0.5-p1.tar.gz) = 45e74b809301ac017877fbbeeef107a6baa6c9e881f7fe8c40be996a85e2b195 -SIZE (scanhill-0.5-p1.tar.gz) = 28658 diff --git a/security/scanhill/files/patch-configure b/security/scanhill/files/patch-configure deleted file mode 100644 index b12d59a13a1b..000000000000 --- a/security/scanhill/files/patch-configure +++ /dev/null @@ -1,38 +0,0 @@ ---- configure.orig 2007-03-11 09:18:22 UTC -+++ configure -@@ -537,7 +537,7 @@ fi - - - --CFLAGS="-g -I. -I/usr/local/include" -+CFLAGS="${CFLAGS} -I. -I/usr/local/include" - # Extract the first word of "gcc", so it can be a program name with args. - set dummy gcc; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -@@ -975,7 +975,7 @@ fi - done - - # Check whether --enable-mysql or --disable-mysql was given. --if test "${enable_mysql+set}" = set; then -+if test "${enable_mysql}" = "yes"; then - enableval="$enable_mysql" - - for ac_hdr in mysql/mysql.h -@@ -1066,15 +1066,13 @@ done - #define _mysql_ 1 - EOF - -- LDFLAGS="-L/usr/local/lib -L/usr/local/lib/mysql" -- LIBS="-lpcap -liconv -lmysqlclient" -+ LIBS="${LIBS} -L/usr/local/lib -L/usr/local/lib/mysql -lpcap -liconv -lmysqlclient" - libexecdir="hash.o main.o nstrstr.o msn.o sniff.o db.o conf.o miscutil.o " - - else - - echo "$ac_t""disabled" 1>&6 -- LDFLAGS="-L/usr/local/lib" -- LIBS="-lpcap -liconv" -+ LIBS="${LIBS} -L/usr/local/lib -lpcap -liconv" - libexecdir="hash.o main.o nstrstr.o msn.o sniff.o " - - fi diff --git a/security/scanhill/pkg-descr b/security/scanhill/pkg-descr deleted file mode 100644 index fa5496254ac4..000000000000 --- a/security/scanhill/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Scanhill is a Microsoft Messenger Protocol Sniffer. Currently it can only -intercept Instant Text Messaging. Optionally, intercepted text messages can be -stored onto an RDMBS (Only mySQL is supported for now). Given that mySQL is -used, stored instant messages can be read through a browser interface that is -written in PHP language. Please see the INSTALL.txt file for instructions on -how to install, configure and run EnderUNIX scanhill. - -WWW: http://www.enderunix.org/scanhill/ diff --git a/security/scanhill/pkg-plist b/security/scanhill/pkg-plist deleted file mode 100644 index 8f533f64748c..000000000000 --- a/security/scanhill/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/scanhill -@sample etc/scanhill.conf-dist etc/scanhill.conf |