diff options
Diffstat (limited to 'net-mgmt/nitpicker')
-rw-r--r-- | net-mgmt/nitpicker/Makefile | 26 | ||||
-rw-r--r-- | net-mgmt/nitpicker/distinfo | 1 | ||||
-rw-r--r-- | net-mgmt/nitpicker/files/patch-aa | 20 | ||||
-rw-r--r-- | net-mgmt/nitpicker/files/patch-ab | 11 | ||||
-rw-r--r-- | net-mgmt/nitpicker/files/patch-ac | 10 | ||||
-rw-r--r-- | net-mgmt/nitpicker/files/patch-ad | 20 | ||||
-rw-r--r-- | net-mgmt/nitpicker/files/patch-ae | 9 | ||||
-rw-r--r-- | net-mgmt/nitpicker/pkg-descr | 13 | ||||
-rw-r--r-- | net-mgmt/nitpicker/pkg-plist | 3 |
9 files changed, 0 insertions, 113 deletions
diff --git a/net-mgmt/nitpicker/Makefile b/net-mgmt/nitpicker/Makefile deleted file mode 100644 index 5a2b9552b12c..000000000000 --- a/net-mgmt/nitpicker/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: nitpicker -# Date created: 22 May 2003 -# Whom: Michael Reifenberger -# -# $FreeBSD$ -# - -PORTNAME= nitpicker -PORTVERSION= 1.2.1 -PORTEPOCH=1 -CATEGORIES= net -MASTER_SITES= http://nitpicker.de/ - -MAINTAINER= mr@freebsd.org -COMMENT= IP flow Accounting tools - -NO_MAN= YES - -.include <bsd.port.pre.mk> - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/nitpicker ${LOCALBASE}/sbin - ${INSTALL_PROGRAM} ${WRKSRC}/tools/parse_flowfile/src/parse_flowfile ${LOCALBASE}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/tools/dumpit/dumpit ${LOCALBASE}/bin - -.include <bsd.port.post.mk> diff --git a/net-mgmt/nitpicker/distinfo b/net-mgmt/nitpicker/distinfo deleted file mode 100644 index eea8c58475d8..000000000000 --- a/net-mgmt/nitpicker/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (nitpicker-1.2.1.tar.gz) = 6f98aca85dcaea8ab3d15f2fcf652521 diff --git a/net-mgmt/nitpicker/files/patch-aa b/net-mgmt/nitpicker/files/patch-aa deleted file mode 100644 index bcec6e517d14..000000000000 --- a/net-mgmt/nitpicker/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- src/Makefile.orig Sat Jul 5 02:56:12 2003 -+++ src/Makefile Tue Sep 23 09:48:56 2003 -@@ -1,8 +1,8 @@ - TARGET = nitpicker - --CC = gcc -+CC = cc - INCLUDES = -I../include -I/usr/pkg/include -I.. - LIBS = -lpcap --CFLAGS = -pg -Wall -g $(INCLUDES) -pthread -+CFLAGS += $(INCLUDES) -pthread - PREFIX = /usr/local/ - INCDIR= ${.CURDIR}/../include -@@ -31,5 +31,5 @@ - install: - @echo "Your Binaries will be installed into $(PREFIX)/sbin" -- mkdirhier $(PREFIX)/sbin -+ mkdir -p $(PREFIX)/sbin - cp nitpicker $(PREFIX)/sbin - diff --git a/net-mgmt/nitpicker/files/patch-ab b/net-mgmt/nitpicker/files/patch-ab deleted file mode 100644 index f91dd794e110..000000000000 --- a/net-mgmt/nitpicker/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- tools/parse_flowfile/src/Makefile.orig Sat Aug 23 10:41:23 2003 -+++ tools/parse_flowfile/src/Makefile Sat Aug 23 10:42:27 2003 -@@ -3,6 +3,6 @@ - LIBS = - INCLUDES = -I../include -I../../../include --CFLAGS = -Wall -g $(INCLUDES) --CC = g++ -+CFLAGS += $(INCLUDES) -+CC = c++ - INCDIR= ${.CURDIR}/../include - .PATH: ${INCDIR} diff --git a/net-mgmt/nitpicker/files/patch-ac b/net-mgmt/nitpicker/files/patch-ac deleted file mode 100644 index 13530fd9a5d8..000000000000 --- a/net-mgmt/nitpicker/files/patch-ac +++ /dev/null @@ -1,10 +0,0 @@ ---- tools/parse_flowfile/src/Makefile.old Fri May 23 00:01:06 2003 -+++ tools/parse_flowfile/src/Makefile Fri May 23 00:01:20 2003 -@@ -16,4 +16,7 @@ - all: $(TARGET) $(OBJS) - -+install: $(TARGET) $(OBJS) -+ cp $(TARGET) $(PREFIX)/bin -+ - clean: - rm -f *.o diff --git a/net-mgmt/nitpicker/files/patch-ad b/net-mgmt/nitpicker/files/patch-ad deleted file mode 100644 index ffb6df2cebc5..000000000000 --- a/net-mgmt/nitpicker/files/patch-ad +++ /dev/null @@ -1,20 +0,0 @@ ---- tools/dumpit/Makefile.orig Fri May 23 10:54:06 2003 -+++ tools/dumpit/Makefile Tue Sep 23 09:49:32 2003 -@@ -1,8 +1,7 @@ - TARGET = dumpit - --CC = gcc -+CC = cc - INCLUDES = -I../../include -I/usr/pkg/include --CFLAGS = -Wall -g $(INCLUDES) --PREFIX = /usr/local -+CFLAGS += $(INCLUDES) - - #CFLAGS += -DDEBUG # Debugging -@@ -20,5 +19,5 @@ - - install: -- mkdirhier $(PREFIX)/bin && cp dumpit $(PREFIX)/bin -+ mkdir -p $(PREFIX)/bin && cp dumpit $(PREFIX)/bin - - $(OBJS): $(HDRS) diff --git a/net-mgmt/nitpicker/files/patch-ae b/net-mgmt/nitpicker/files/patch-ae deleted file mode 100644 index 56f591257d21..000000000000 --- a/net-mgmt/nitpicker/files/patch-ae +++ /dev/null @@ -1,9 +0,0 @@ ---- Makefile.orig Fri May 23 10:48:47 2003 -+++ Makefile Tue Sep 23 10:02:57 2003 -@@ -18,6 +18,2 @@ - - install: -- @cd tools/dumpit; make install; --# @cd tools/parse_flowfile; make install; -- @cd src; make install; -- diff --git a/net-mgmt/nitpicker/pkg-descr b/net-mgmt/nitpicker/pkg-descr deleted file mode 100644 index da29bf541413..000000000000 --- a/net-mgmt/nitpicker/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Nitpicker is a free IP Flow Accounter. -It started because the commercial accounting software was just not fast, -precise and reliable enough to fit a today's ISP / MSP requirements. - -Here are some of the large benefits of nitpicker: - - It is 100% free - - It is Public Domain. - - It is designed for speed - - It is designed to run reliable under djb's daemontools - - It consumes minimal processor power - - It also runs with little memory - -WWW: http://www.nitpicker.de/ diff --git a/net-mgmt/nitpicker/pkg-plist b/net-mgmt/nitpicker/pkg-plist deleted file mode 100644 index edfd9d74153a..000000000000 --- a/net-mgmt/nitpicker/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/dumpit -bin/parse_flowfile -sbin/nitpicker |