aboutsummaryrefslogtreecommitdiffstats
path: root/net/nitpicker
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2004-02-23 12:42:13 +0800
committerwollman <wollman@FreeBSD.org>2004-02-23 12:42:13 +0800
commitb1f2d52d41b7f3f3e16cb344aec8fc6fb87ae4e5 (patch)
tree2dc9acb632ecc46bca726cc393a4e61d09bdb699 /net/nitpicker
parentb4d7849f0df91e8dd12f3ba8bbe9df8021bb7ef2 (diff)
downloadfreebsd-ports-gnome-b1f2d52d41b7f3f3e16cb344aec8fc6fb87ae4e5.tar.gz
freebsd-ports-gnome-b1f2d52d41b7f3f3e16cb344aec8fc6fb87ae4e5.tar.zst
freebsd-ports-gnome-b1f2d52d41b7f3f3e16cb344aec8fc6fb87ae4e5.zip
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
Diffstat (limited to 'net/nitpicker')
-rw-r--r--net/nitpicker/distinfo1
-rw-r--r--net/nitpicker/files/patch-aa20
-rw-r--r--net/nitpicker/files/patch-ab11
-rw-r--r--net/nitpicker/files/patch-ac10
-rw-r--r--net/nitpicker/files/patch-ad20
-rw-r--r--net/nitpicker/files/patch-ae9
-rw-r--r--net/nitpicker/pkg-descr13
-rw-r--r--net/nitpicker/pkg-plist3
8 files changed, 0 insertions, 87 deletions
diff --git a/net/nitpicker/distinfo b/net/nitpicker/distinfo
deleted file mode 100644
index eea8c58475d8..000000000000
--- a/net/nitpicker/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (nitpicker-1.2.1.tar.gz) = 6f98aca85dcaea8ab3d15f2fcf652521
diff --git a/net/nitpicker/files/patch-aa b/net/nitpicker/files/patch-aa
deleted file mode 100644
index bcec6e517d14..000000000000
--- a/net/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/nitpicker/files/patch-ab b/net/nitpicker/files/patch-ab
deleted file mode 100644
index f91dd794e110..000000000000
--- a/net/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/nitpicker/files/patch-ac b/net/nitpicker/files/patch-ac
deleted file mode 100644
index 13530fd9a5d8..000000000000
--- a/net/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/nitpicker/files/patch-ad b/net/nitpicker/files/patch-ad
deleted file mode 100644
index ffb6df2cebc5..000000000000
--- a/net/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/nitpicker/files/patch-ae b/net/nitpicker/files/patch-ae
deleted file mode 100644
index 56f591257d21..000000000000
--- a/net/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/nitpicker/pkg-descr b/net/nitpicker/pkg-descr
deleted file mode 100644
index da29bf541413..000000000000
--- a/net/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/nitpicker/pkg-plist b/net/nitpicker/pkg-plist
deleted file mode 100644
index edfd9d74153a..000000000000
--- a/net/nitpicker/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/dumpit
-bin/parse_flowfile
-sbin/nitpicker