summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/Makefile1
-rw-r--r--www/httpgrabber/Makefile19
-rw-r--r--www/httpgrabber/distinfo1
-rw-r--r--www/httpgrabber/files/patch-Makefile34
-rw-r--r--www/httpgrabber/pkg-comment1
-rw-r--r--www/httpgrabber/pkg-descr8
-rw-r--r--www/httpgrabber/pkg-plist1
7 files changed, 65 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index d1af0504dc48..c3d7ebc09747 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -84,6 +84,7 @@
SUBDIR += http-analyze
SUBDIR += http_load
SUBDIR += httperf
+ SUBDIR += httpgrabber
SUBDIR += httptunnel
SUBDIR += httrack
SUBDIR += hypermail
diff --git a/www/httpgrabber/Makefile b/www/httpgrabber/Makefile
new file mode 100644
index 000000000000..e1f5f0300b25
--- /dev/null
+++ b/www/httpgrabber/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: httpgrabber
+# Date created: 5 september 2001
+# Whom: Edwin Groothuis (edwin@mavetju.org)
+#
+# $FreeBSD$
+#
+
+PORTNAME= httpgrabber
+PORTVERSION= 1.0
+CATEGORIES= net
+MASTER_SITES= http://www.mavetju.org/download/
+
+MAINTAINER= edwin@mavetju.org
+
+LIB_DEPENDS= ngrep.1:${PORTSDIR}/net/ngrep-lib
+
+MAN8= httpgrabber.8
+
+.include <bsd.port.mk>
diff --git a/www/httpgrabber/distinfo b/www/httpgrabber/distinfo
new file mode 100644
index 000000000000..d89e192466bc
--- /dev/null
+++ b/www/httpgrabber/distinfo
@@ -0,0 +1 @@
+MD5 (httpgrabber-1.0.tar.gz) = 2337d44547be4ab97c371391781960e4
diff --git a/www/httpgrabber/files/patch-Makefile b/www/httpgrabber/files/patch-Makefile
new file mode 100644
index 000000000000..0c7e403354b6
--- /dev/null
+++ b/www/httpgrabber/files/patch-Makefile
@@ -0,0 +1,34 @@
+$FreeBSD$
+
+--- Makefile.orig Wed Sep 5 05:35:02 2001
++++ Makefile Tue Nov 6 12:55:33 2001
+@@ -2,9 +2,9 @@
+ # $Id: Makefile,v 1.3 2001/09/05 09:31:57 mavetju Exp $
+ #
+
+-CC=gcc
+-CFLAGS=-g -Wall -I/usr/local/include -c
+-LFLAGS=-g -Wall -L/usr/local/lib
++CC?=gcc
++CFLAGS+=-g -Wall -I${PREFIX}/include -c
++LFLAGS=-g -Wall -L${PREFIX}/lib
+ LIBS=-lngrep -lpcap
+
+ all: httpgrabber
+@@ -16,12 +16,12 @@
+ $(CC) $(CFLAGS) -o httpgrabber.o httpgrabber.c
+
+ install: httpgrabber httpgrabber.8
+- install -c -m 755 -o root httpgrabber /usr/local/bin
+- install -c -m 755 -o root httpgrabber.8 /usr/local/man/man8
++ install -c -m 755 -o root httpgrabber ${PREFIX}/bin
++ install -c -m 755 -o root httpgrabber.8 ${PREFIX}/man/man8
+
+ uninstall:
+- rm /usr/local/bin/httpgrabber
+- rm /usr/local/man/man8/httpgrabber.8
++ rm ${PREFIX}/bin/httpgrabber
++ rm ${PREFIX}/man/man8/httpgrabber.8
+
+ clean:
+ rm -rf httpgrabber httpgrabber.o httpgrabber.core
diff --git a/www/httpgrabber/pkg-comment b/www/httpgrabber/pkg-comment
new file mode 100644
index 000000000000..2d224549b90e
--- /dev/null
+++ b/www/httpgrabber/pkg-comment
@@ -0,0 +1 @@
+HTTP network traffic grabber and extractor
diff --git a/www/httpgrabber/pkg-descr b/www/httpgrabber/pkg-descr
new file mode 100644
index 000000000000..0e77ed017781
--- /dev/null
+++ b/www/httpgrabber/pkg-descr
@@ -0,0 +1,8 @@
+HTTPgrabber saves the information being sent via the HTTP
+protocol on disk. In other words, you can use it to see
+what other people on your LAN are downloading.
+
+WWW: http://www.mavetju.org
+
+- Edwin Groothuis
+edwin@mavetju.org
diff --git a/www/httpgrabber/pkg-plist b/www/httpgrabber/pkg-plist
new file mode 100644
index 000000000000..7db2b8969cfb
--- /dev/null
+++ b/www/httpgrabber/pkg-plist
@@ -0,0 +1 @@
+bin/httpgrabber