diff options
author | bapt <bapt@FreeBSD.org> | 2011-09-22 14:26:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-09-22 14:26:46 +0800 |
commit | 90f4dc265066175485b02256e3aa2daf4a9dc4d6 (patch) | |
tree | 64f79d91afe98e9fc9864c67111cf511458bd50f /security | |
parent | 9034c9dfe41f80f547a011cc8dafd3664ff5d777 (diff) | |
download | freebsd-ports-gnome-90f4dc265066175485b02256e3aa2daf4a9dc4d6.tar.gz freebsd-ports-gnome-90f4dc265066175485b02256e3aa2daf4a9dc4d6.tar.zst freebsd-ports-gnome-90f4dc265066175485b02256e3aa2daf4a9dc4d6.zip |
2012-09-20 www/ruby-http-access: Deprecated upstream, please use www/rubygem-httpclient
2011-09-01 sysutils/wots: No more public distfiles
2011-09-15 sysutils/gpart: Upstream disappeared
2011-09-01 sysutils/plod: No more public distfiles
2011-09-01 sysutils/checkservice: BROKEN for more than 6 month
2011-09-01 security/nsm-console: BROKEN for more than 6 month
2011-09-01 security/fressh: No more public distfiles
2011-09-01 palm/pose: No more public distfiles
2011-09-01 palm/isilo: No more public distfiles
2011-09-01 news/ija: BROKEN for more than 6 month
2011-09-01 news/PicMonger: Abandonware
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 2 | ||||
-rw-r--r-- | security/fressh/Makefile | 48 | ||||
-rw-r--r-- | security/fressh/distinfo | 2 | ||||
-rw-r--r-- | security/fressh/files/patch-Makefile | 71 | ||||
-rw-r--r-- | security/fressh/files/patch-crypto::ssh_crypto_openssl.c | 25 | ||||
-rw-r--r-- | security/fressh/files/patch-lib::Makefile | 40 | ||||
-rw-r--r-- | security/fressh/files/patch-ssh_logging.c | 13 | ||||
-rw-r--r-- | security/fressh/files/patch-transport::ssh_deattack.c | 24 | ||||
-rw-r--r-- | security/fressh/pkg-descr | 10 | ||||
-rw-r--r-- | security/nsm-console/Makefile | 125 | ||||
-rw-r--r-- | security/nsm-console/distinfo | 2 | ||||
-rw-r--r-- | security/nsm-console/files/patch-nsm | 58 | ||||
-rw-r--r-- | security/nsm-console/pkg-descr | 4 | ||||
-rw-r--r-- | security/nsm-console/pkg-message | 8 | ||||
-rw-r--r-- | security/nsm-console/pkg-plist | 7 |
15 files changed, 0 insertions, 439 deletions
diff --git a/security/Makefile b/security/Makefile index 555f9ef24841..cf99007ca9df 100644 --- a/security/Makefile +++ b/security/Makefile @@ -140,7 +140,6 @@ SUBDIR += fprint_demo SUBDIR += fragroute SUBDIR += fragrouter - SUBDIR += fressh SUBDIR += fsh SUBDIR += fswatch SUBDIR += ftimes @@ -305,7 +304,6 @@ SUBDIR += nikto SUBDIR += nmap SUBDIR += nmapsi4 - SUBDIR += nsm-console SUBDIR += nss SUBDIR += ocaml-cryptgps SUBDIR += ocaml-cryptokit diff --git a/security/fressh/Makefile b/security/fressh/Makefile deleted file mode 100644 index 0f1a01a974fa..000000000000 --- a/security/fressh/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: fressh -# Date created: 25 July 2000 -# Whom: Alistair G. Crooks <agc@netbsd.org> -# -# $FreeBSD$ -# - -PORTNAME= fressh -PORTVERSION= 0.8.1 -PORTREVISION= 1 -CATEGORIES= security -MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ - http://mirror2.unixfreunde.de/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A free rewritten implementation of the SSH communication protocol - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - -USE_BZIP2= yes - -PLIST_FILES= bin/fressh bin/fressh-add bin/fressh-agent \ - bin/fressh-keygen sbin/fresshd - -post-patch: - @${REINPLACE_CMD} -e '117s,^static ,,' ${WRKSRC}/sshd_main.c - -.if !exists(/usr/lib/libssl.a) || !exists(/usr/lib/libcrypto.a) -.if exists(${LOCALBASE}/lib/libssl.a) && exists(${LOCALBASE}/lib/libcrypto.a) -LIB_DEPENDS+= ssl.3:${PORTSDIR}/security/openssl -MAKE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - RSAGLUE="${RSAGLUE}" -.if exists(${LOCALBASE}/lib/librsaref.a) -RSAGLUE= -lrsaref -.endif -RSAGLUE+= -lRSAglue -.endif -.endif - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 800065 -BROKEN= does not build -.endif - -.include <bsd.port.post.mk> diff --git a/security/fressh/distinfo b/security/fressh/distinfo deleted file mode 100644 index 8d7789c652b7..000000000000 --- a/security/fressh/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (fressh-0.8.1.tar.bz2) = b9eb53afe9130d8b26674ed6dcec115acdadf8d2bdac911f4e45c367f71bebf5 -SIZE (fressh-0.8.1.tar.bz2) = 110390 diff --git a/security/fressh/files/patch-Makefile b/security/fressh/files/patch-Makefile deleted file mode 100644 index 3138268be3d7..000000000000 --- a/security/fressh/files/patch-Makefile +++ /dev/null @@ -1,71 +0,0 @@ - -$FreeBSD$ - ---- Makefile.orig Sun Feb 11 06:01:50 2001 -+++ Makefile Wed Apr 18 19:11:30 2001 -@@ -1,11 +1,11 @@ - # $Id: Makefile,v 1.80.2.1 2001/02/11 04:01:50 tls Exp $ - --DEBUG = -g --OPTIMIZE = -O2 -+#DEBUG = -g -+#OPTIMIZE = -O2 - #PROF = -pg --WARNINGS = -Wall -Wstrict-prototypes -Wmissing-prototypes \ -- -Wpointer-arithmetic -Wreturn-type -Wwrite-strings \ -- -Wcast-qual -Wswitch -Werror # -Wshadow -+#WARNINGS = -Wall -Wstrict-prototypes -Wmissing-prototypes \ -+# -Wpointer-arithmetic -Wreturn-type -Wwrite-strings \ -+# -Wcast-qual -Wswitch -Werror # -Wshadow - # DEFINES += -DUNSAFE_DEBUG - # DEFINES += -DFORCE_VALID_LOOPBACK_HOST_KEYS - # DEFINES += -DNO_CRC_AT_ALL -@@ -20,15 +20,15 @@ - #MEMDEBUG_INCLUDE= -I /usr/pkg/include - #MEMDEBUG_LINK= -L /usr/pkg/lib -R /usr/pkg/lib -lleak - --CPPFLAGS = ${WARNINGS} -I. -Itransport -Icrypto ${MEMDEBUG_INCLUDE} --CFLAGS = ${DEBUG} ${OPTIMIZE} ${PROF} ${CPPFLAGS} -+CPPFLAGS += ${WARNINGS} -I. -Itransport -Icrypto ${MEMDEBUG_INCLUDE} -+CFLAGS += ${DEBUG} ${OPTIMIZE} ${PROF} ${CPPFLAGS} - - OS_HDR = ssh_sys_bsd44+.h - OS_SRC = ssh_sys_bsd44+.c ssh_sys_posix.c - OS_OBJ = ssh_sys_bsd44+.o ssh_sys_posix.o - - # Use *one* of the two below: --LIBS= -Llib -lssh # If you have BSD pmake and BSD-style shared libs. -+LIBS+= ${LDFLAGS} -Llib -lssh # If you have BSD pmake and BSD-style shared libs. - SSHLIB= libssh - LIBCLEAN= libclean - LIBDEP= libdep -@@ -40,11 +40,10 @@ - - #IDEA_LIB = -lcrypto_idea - --LIBS+= -lutil -lcrypt -lz ${IDEA_LIB} -lcrypto ${MEMDEBUG_LINK} -+LIBS+= -lutil -lcrypt -lz ${IDEA_LIB} -lcrypto ${MEMDEBUG_LINK} ${RSAGLUE} - - INSTALL=install - INSTALL_FLAGS=-c -r -m 755 -o bin -g bin --PREFIX=/usr/local - FRE=fre - - HDRS = options.h ssh_buffer.h ssh_channel.h ssh_client.h ssh_defines.h \ -@@ -154,11 +153,11 @@ - (cd lib ; make depend) - - install: sshd -- ${INSTALL} ${INSTALL_FLAGS} sshd ${PREFIX}/sbin/${FRE}sshd -- ${INSTALL} ${INSTALL_FLAGS} ssh-keygen ${PREFIX}/bin/${FRE}ssh-keygen -- ${INSTALL} ${INSTALL_FLAGS} ssh ${PREFIX}/bin/${FRE}ssh -- ${INSTALL} ${INSTALL_FLAGS} ssh-agent ${PREFIX}/bin/${FRE}ssh-agent -- ${INSTALL} ${INSTALL_FLAGS} ssh-add ${PREFIX}/bin/${FRE}ssh-add -+ ${BSD_INSTALL_PROGRAM} sshd ${PREFIX}/sbin/${FRE}sshd -+ ${BSD_INSTALL_PROGRAM} ssh-keygen ${PREFIX}/bin/${FRE}ssh-keygen -+ ${BSD_INSTALL_PROGRAM} ssh ${PREFIX}/bin/${FRE}ssh -+ ${BSD_INSTALL_PROGRAM} ssh-agent ${PREFIX}/bin/${FRE}ssh-agent -+ ${BSD_INSTALL_PROGRAM} ssh-add ${PREFIX}/bin/${FRE}ssh-add - - clean: ${LIBCLEAN} - rm -f *.o crypto/*.o transport/*.o a.out sshd ssh-keygen ssh \ diff --git a/security/fressh/files/patch-crypto::ssh_crypto_openssl.c b/security/fressh/files/patch-crypto::ssh_crypto_openssl.c deleted file mode 100644 index 501263d3994c..000000000000 --- a/security/fressh/files/patch-crypto::ssh_crypto_openssl.c +++ /dev/null @@ -1,25 +0,0 @@ - -$FreeBSD$ - ---- crypto/ssh_crypto_openssl.c.orig -+++ crypto/ssh_crypto_openssl.c -@@ -44,8 +44,10 @@ - #include <stdlib.h> - #include <errno.h> - #include <string.h> -+#include <sys/types.h> - - #include <openssl/rand.h> -+#include <openssl/sha.h> - - #include <openssl/opensslv.h> - -@@ -183,7 +183,7 @@ - new_bn = BN_bin2bn(data, bytes, &((*num)->num)); - if (new_bn == NULL) - return (-1); -- (BIGNUM *) * num = new_bn; -+ *num = (BIGNUM *) new_bn; - return (0); - } - diff --git a/security/fressh/files/patch-lib::Makefile b/security/fressh/files/patch-lib::Makefile deleted file mode 100644 index 569942595639..000000000000 --- a/security/fressh/files/patch-lib::Makefile +++ /dev/null @@ -1,40 +0,0 @@ - -$FreeBSD$ - ---- lib/Makefile 2001/04/18 15:56:18 1.1 -+++ lib/Makefile 2001/04/18 15:56:44 -@@ -1,8 +1,8 @@ - # $Id: Makefile,v 1.1 2001/04/18 15:56:18 root Exp root $ - - NOLINT = 1 --DEBUG = -g --OPTIMIZE = -O2 -+#DEBUG = -g -+#OPTIMIZE = -O2 - LIB = ssh - NOPIC = 1 - -@@ -10,9 +10,9 @@ - .PATH: ${.CURDIR}/../transport - .PATH: ${.CURDIR}/../crypto - --WARNINGS = -Wall -Wstrict-prototypes -Wmissing-prototypes \ -- -Wpointer-arithmetic -Wreturn-type -Wwrite-strings \ -- -Wcast-qual -Wswitch -Werror # -Wshadow -+#WARNINGS = -Wall -Wstrict-prototypes -Wmissing-prototypes \ -+# -Wpointer-arithmetic -Wreturn-type -Wwrite-strings \ -+# -Wcast-qual -Wswitch -Werror # -Wshadow - # DEFINES += -DUNSAFE_DEBUG - # DEFINES += -DFORCE_VALID_LOOPBACK_HOST_KEYS - # DEFINES += -DNO_CRC_AT_ALL -@@ -20,8 +20,8 @@ - - INCLUDE = -I${.CURDIR}/.. -I${.CURDIR}/../transport -I${.CURDIR}/../crypto - --CPPFLAGS = ${WARNINGS} ${INCLUDE} ${MEMDEBUG_INCLUDE} --CFLAGS = ${DEBUG} ${OPTIMIZE} ${CPPFLAGS} -+CPPFLAGS += ${WARNINGS} ${INCLUDE} ${MEMDEBUG_INCLUDE} -+CFLAGS += ${DEBUG} ${OPTIMIZE} ${CPPFLAGS} - - OS_SRC = ssh_sys_bsd44+.c ssh_sys_posix.c - diff --git a/security/fressh/files/patch-ssh_logging.c b/security/fressh/files/patch-ssh_logging.c deleted file mode 100644 index c856200a4306..000000000000 --- a/security/fressh/files/patch-ssh_logging.c +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- ssh_logging.c 2001/04/18 15:57:35 1.1 -+++ ssh_logging.c 2001/04/18 15:57:48 -@@ -46,6 +46,7 @@ - #include <stdio.h> - #include <string.h> - #include <time.h> -+#include <sys/time.h> - #include <sys/types.h> - #include <unistd.h> - diff --git a/security/fressh/files/patch-transport::ssh_deattack.c b/security/fressh/files/patch-transport::ssh_deattack.c deleted file mode 100644 index 357f7ba595fd..000000000000 --- a/security/fressh/files/patch-transport::ssh_deattack.c +++ /dev/null @@ -1,24 +0,0 @@ ---- transport/ssh_deattack.c.orig Sun May 11 22:27:05 2003 -+++ transport/ssh_deattack.c Sun May 11 22:27:06 2003 -@@ -132,8 +132,8 @@ - n = l; - h = (u_int32_t *) malloc(n * HASH_ENTRYSIZE); - if (h == NULL) { -- SSH_ERROR("Unable to allocate memory for CRC compensation -- attack detector: %s\n", strerror(errno)); -+ SSH_ERROR("Unable to allocate memory for CRC compensation\n" -+ "attack detector: %s\n", strerror(errno)); - return -1; - } - } else -@@ -144,8 +144,8 @@ - h = (u_int32_t *) realloc(h, n * HASH_ENTRYSIZE); - - if (h == NULL) { -- SSH_ERROR("Unable to allocate memory for CRC compensation -- attack detector: %s\n", strerror(errno)); -+ SSH_ERROR("Unable to allocate memory for CRC compensation\n" -+ "attack detector: %s\n", strerror(errno)); - return -1; - } - } diff --git a/security/fressh/pkg-descr b/security/fressh/pkg-descr deleted file mode 100644 index ac86af86dcbc..000000000000 --- a/security/fressh/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -FreSSH is a free implementation of the SSH communication protocol. -It is compact, modular, portable, and designed for security and -performance. It is a completely new implementation. Unlike various -other SSH implementations already available for Unix, it does not -trace its ancestry to the original SSH code written by Tatu Ylonen. -FreSSH currently implements SSH protocol version 1.5, with extensions -which offer enhanced security when both sides of a connection are -running FreSSH. - -WWW: http://www.fressh.org/ diff --git a/security/nsm-console/Makefile b/security/nsm-console/Makefile deleted file mode 100644 index e66443c352af..000000000000 --- a/security/nsm-console/Makefile +++ /dev/null @@ -1,125 +0,0 @@ -# New ports collection makefile for: nsm-console -# Date created: 2008-01-15 -# Whom: Tomoyuki Sakurai <cherry@trombik.org> -# -# $FreeBSD$ -# - -PORTNAME= nsm-console -PORTVERSION= 0.7 -CATEGORIES= security -MASTER_SITES= http://writequit.org/projects/nsm-console/files/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A framework for performing analysis on packet capture files - -DEPRECATED= BROKEN for more than 6 month -EXPIRATION_DATE= 2011-09-01 - -BROKEN= does not fetch - -USE_RUBY= yes -NO_BUILD= yes -RUBY_NO_BUILD_DEPENDS= yes -WRKSRC= ${WRKDIR}/${PORTNAME} -OPTIONS= TSHARK "Install tshark" on \ - WIRESHARK "Install wireshark" off \ - TCPDSTAT "Install tcpdstat" on \ - NGREP "Install ngrep" on \ - TCPFLOW "Install tcpflow" on \ - SNORT "Install snort" on \ - TCPXTRACT "Install tcpxtract" on \ - P0F "Install p0f" on \ - PADS "Install pads" on \ - FL0P "Install fl0p" on \ - CHAOSREADER "Install chaosreader" on \ - ARGUS "Install argus" on \ - TCPICK "Install tcpick" on \ - TCPTRACE "Install tcptrace" on \ - FOREMOST "Install foremost" on \ - CHAOSREADER "Install chaosreader" on -NSM_DOC= CHANGELOG TODO - -.include <bsd.port.pre.mk> - -.if defined(WITH_TSHARK) -RUN_DEPEND+= ${LOCALBASE}/bin/tshark:${PORTSDIR}/net/tshark -.endif -.if defined(WITH_WIRESHARK) -.if defined(WITH_TSHARK) -IGNORE= you cannot enable both WIRESHARK and TSHARK -.else -RUN_DEPENDS+= ${LOCALBASE}/bin/wireshark:${PORTSDIR}/net/wireshark -.endif -.endif -.if defined(WITH_TCPDSTAT) -RUN_DEPENDS+= ${LOCALBASE}/bin/tcpdstat:${PORTSDIR}/net/tcpdstat -.endif -.if defined(WITH_NGREP) -RUN_DEPENDS+= ${LOCALBASE}/bin/ngrep:${PORTSDIR}/net/ngrep -.endif -.if defined(WITH_TCPFLOW) -RUN_DEPENDS+= ${LOCALBASE}/bin/tcpflow:${PORTSDIR}/net/tcpflow -.endif -.if defined(WITH_SNORT) -RUN_DEPENDS+= ${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort -.endif -.if defined(WITH_TCPXTRACT) -RUN_DEPENDS+= ${LOCALBASE}/bin/tcpxtract:${PORTSDIR}/net/tcpxtract -.endif -.if defined(WITH_P0F) -RUN_DEPENDS+= ${LOCALBASE}/bin/p0f:${PORTSDIR}/net-mgmt/p0f -.endif -.if defined(WITH_PADS) -RUN_DEPENDS+= ${LOCALBASE}/bin/pads:${PORTSDIR}/net-mgmt/pads -.endif -.if defined(WITH_FL0P) -RUN_DEPENDS+= ${LOCALBASE}/bin/fl0p:${PORTSDIR}/security/fl0p -.endif -.if defined(WITH_CHAOSREADER) -RUN_DEPENDS+= ${LOCALBASE}/bin/chaosreader:${PORTSDIR}/security/chaosreader -.endif -.if defined(WITH_ARGUS) -RUN_DEPENDS+= ${LOCALBASE}/bin/ra:${PORTSDIR}/net-mgmt/argus3-clients \ - ${LOCALBASE}/sbin/argus:${PORTSDIR}/net-mgmt/argus3 -.endif -.if defined(WITH_TCPICK) -RUN_DEPENDS+= ${LOCALBASE}/bin/tcpick:${PORTSDIR}/net/tcpick -.endif -.if defined(WITH_TCPTRACE) -RUN_DEPENDS+= ${LOCALBASE}/bin/tcptrace:${PORTSDIR}/net/tcptrace -.endif -.if defined(WITH_FOREMOST) -RUN_DEPENDS+= ${LOCALBASE}/bin/foremost:${PORTSDIR}/sysutils/foremost -.endif -.if defined(WITH_CHAOSREADER) -RUN_DEPENDS+= ${LOCALBASE}/bin/chaosreader:${PORTSDIR}/security/chaosreader -.endif - -post-patch: - ${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|g' ${WRKSRC}/nsm - -do-install: - @${MKDIR} ${RUBY_SITELIBDIR}/${PORTNAME} - @( cd ${WRKSRC}/lib && ${COPYTREE_SHARE} . ${RUBY_SITELIBDIR}/${PORTNAME} ) - @${FIND} ${RUBY_SITELIBDIR}/${PORTNAME} -type f | \ - ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} ${RUBY_SITELIBDIR}/${PORTNAME} -type d | ${SORT} -r | \ - ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} -.for D in modules - @${MKDIR} ${DATADIR}/${D} - @( cd ${WRKSRC}/${D} && ${COPYTREE_SHARE} . ${DATADIR}/${D} ) - @${FIND} ${DATADIR} -type f | \ - ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} ${DATADIR} -type d | ${SORT} -r | \ - ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} -.endfor - ${INSTALL_SCRIPT} ${WRKSRC}/nsm ${PREFIX}/bin -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for F in ${NSM_DOC} - ${INSTALL_DATA} ${WRKSRC}/${F} ${DOCSDIR}/ -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/security/nsm-console/distinfo b/security/nsm-console/distinfo deleted file mode 100644 index 34b25b03f810..000000000000 --- a/security/nsm-console/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (nsm-console-0.7.tar.gz) = 36cc2efe466d47b0a4eaa53169e9e63fb1a4dc2938f2ceac10176274674a4908 -SIZE (nsm-console-0.7.tar.gz) = 539019 diff --git a/security/nsm-console/files/patch-nsm b/security/nsm-console/files/patch-nsm deleted file mode 100644 index ac7a677dd15b..000000000000 --- a/security/nsm-console/files/patch-nsm +++ /dev/null @@ -1,58 +0,0 @@ ---- nsm.orig 2008-03-31 13:23:21.000000000 +0900 -+++ nsm 2008-05-26 13:57:04.000000000 +0900 -@@ -24,8 +24,8 @@ - include Readline - - ## Require commands --require 'lib/command_manager' --require 'lib/commands' -+require 'nsm-console/command_manager' -+require 'nsm-console/commands' - - ## Required for tab completion - $tabstrings = CommandManager.get_commands_as_array() -@@ -70,32 +70,32 @@ - - ## Require nsm console specific files - # Logging --require 'lib/logging' -+require 'nsm-console/logging' - # The history module --require 'lib/history' -+require 'nsm-console/history' - # Module loading, options and running --require 'lib/nsm_module' -+require 'nsm-console/nsm_module' - # Module category function --require 'lib/nsm_category' -+require 'nsm-console/nsm_category' - # Helper methods (mostly for commands) --require 'lib/nsm_helper' -+require 'nsm-console/nsm_helper' - # Alias functions --require 'lib/nsm_alias' -+require 'nsm-console/nsm_alias' - # Main shell functions --require 'lib/nsm_console' -+require 'nsm-console/nsm_console' - # Library for encoding and decoding --require 'lib/encodelib' -+require 'nsm-console/encodelib' - # Library for print and dump --require 'lib/pcaplib' -+require 'nsm-console/pcaplib' - # Scholar's pcap library so libpcap isn't supported --require 'lib/pcapparser' -+require 'nsm-console/pcapparser' - # Terminal color definitions --require 'lib/colors' -+require 'nsm-console/colors' - - - ## Defaults for variables - ## Default module directory --$moduledir = "modules" -+$moduledir = "%%DATADIR%%/modules" - ## Default output directory - $outputdir = "${PCAP_BASE}-output" - diff --git a/security/nsm-console/pkg-descr b/security/nsm-console/pkg-descr deleted file mode 100644 index a0b70e0cacd8..000000000000 --- a/security/nsm-console/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -NSM Console (Network Security Monitoring Console) is a framework for performing -analysis on packet capture files. - -WWW: http://writequit.org/projects/nsm-console/ diff --git a/security/nsm-console/pkg-message b/security/nsm-console/pkg-message deleted file mode 100644 index 3bdf5627b4c9..000000000000 --- a/security/nsm-console/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -Default log directory is $HOME/logs, which is NOT automatically created. - -Execute: - > mkdir $HOME/logs -or change it from nsm console: - nsm> logfile path/to/logfile - -This will be configurable in the future. diff --git a/security/nsm-console/pkg-plist b/security/nsm-console/pkg-plist deleted file mode 100644 index ea6490c29d57..000000000000 --- a/security/nsm-console/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -@comment $FreeBSD$ -bin/nsm -%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry %%DATADIR%% -@dirrmtry %%RUBY_SITELIBDIR%%/nsm-console |