aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2013-10-15 04:13:17 +0800
committeredwin <edwin@FreeBSD.org>2013-10-15 04:13:17 +0800
commit5b7e3509876b72aad683a378cfdd7baa82bec4b8 (patch)
treeca32744914725a5f9d987e0cd5a371488828c5c0 /www
parent6f39b56edf801e101529de3d73e7998044e4fe07 (diff)
downloadfreebsd-ports-gnome-5b7e3509876b72aad683a378cfdd7baa82bec4b8.tar.gz
freebsd-ports-gnome-5b7e3509876b72aad683a378cfdd7baa82bec4b8.tar.zst
freebsd-ports-gnome-5b7e3509876b72aad683a378cfdd7baa82bec4b8.zip
Remove www/httpgrabber due to dependency on net/ngrep-lib
Noticed by: various hardworking people and never-tiring bots.
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/httpgrabber/Makefile19
-rw-r--r--www/httpgrabber/distinfo2
-rw-r--r--www/httpgrabber/files/patch-Makefile34
-rw-r--r--www/httpgrabber/pkg-descr5
5 files changed, 0 insertions, 61 deletions
diff --git a/www/Makefile b/www/Makefile
index 9c3da9e0369c..3adacd0234a5 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -350,7 +350,6 @@
SUBDIR += http_post
SUBDIR += httpclient
SUBDIR += httpcore
- SUBDIR += httpgrabber
SUBDIR += httpsqs
SUBDIR += httptunnel
SUBDIR += httrack
diff --git a/www/httpgrabber/Makefile b/www/httpgrabber/Makefile
deleted file mode 100644
index 83149a3154a2..000000000000
--- a/www/httpgrabber/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Created by: Edwin Groothuis (edwin@mavetju.org)
-# $FreeBSD$
-
-PORTNAME= httpgrabber
-PORTVERSION= 1.0
-CATEGORIES= www
-MASTER_SITES= http://www.mavetju.org/download/
-
-MAINTAINER= edwin@mavetju.org
-COMMENT= HTTP network traffic grabber and extractor
-
-BROKEN= depends on removed net/ngrep-lib
-#LIB_DEPENDS= ngrep.1:${PORTSDIR}/net/ngrep-lib
-
-MAN8= httpgrabber.8
-PLIST_FILES= bin/httpgrabber
-
-NO_STAGE= yes
-.include <bsd.port.mk>
diff --git a/www/httpgrabber/distinfo b/www/httpgrabber/distinfo
deleted file mode 100644
index bd3b3abb2600..000000000000
--- a/www/httpgrabber/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (httpgrabber-1.0.tar.gz) = 4089d04f802f9c991e749e5f729eef06b9f3c6a28bc8151a81904dce346096f0
-SIZE (httpgrabber-1.0.tar.gz) = 7184
diff --git a/www/httpgrabber/files/patch-Makefile b/www/httpgrabber/files/patch-Makefile
deleted file mode 100644
index 0c7e403354b6..000000000000
--- a/www/httpgrabber/files/patch-Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-$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-descr b/www/httpgrabber/pkg-descr
deleted file mode 100644
index 691aaf0d5369..000000000000
--- a/www/httpgrabber/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-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/