From 5b375c35f0867b817243e0e9705aa891a8ec606b Mon Sep 17 00:00:00 2001 From: billf Date: Wed, 3 Feb 1999 21:26:59 +0000 Subject: WebCrawl is a program designed to download an entire web-site without user interaction (although an interactive mode is available). It works simply by starting with a single web page, and following all links from that page to attempt to recreate the directory structure on the remote server. PR: ports/9846 Submitted By: Dima Sivachenko --- www/webcrawl/Makefile | 26 ++++++++++++++++++++++++++ www/webcrawl/distinfo | 1 + www/webcrawl/files/patch-aa | 11 +++++++++++ www/webcrawl/pkg-comment | 1 + www/webcrawl/pkg-descr | 7 +++++++ www/webcrawl/pkg-plist | 1 + 6 files changed, 47 insertions(+) create mode 100644 www/webcrawl/Makefile create mode 100644 www/webcrawl/distinfo create mode 100644 www/webcrawl/files/patch-aa create mode 100644 www/webcrawl/pkg-comment create mode 100644 www/webcrawl/pkg-descr create mode 100644 www/webcrawl/pkg-plist (limited to 'www') diff --git a/www/webcrawl/Makefile b/www/webcrawl/Makefile new file mode 100644 index 0000000..ed6520e --- /dev/null +++ b/www/webcrawl/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: webcrawl +# Version required: 1.00 +# Date created: 31 January 1999 +# Whom: Dima Sivachenko +# +# $Id:$ +# + +DISTNAME= webcrawl-1.00 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= apps/www/mirroring +EXTRACT_SUFX= .tgz + +MAINTAINER= dima@chg.ru + +ALL_TARGET= + +MAN1= webcrawl.1 + +do-install: + + @ ${INSTALL_PROGRAM} ${WRKSRC}/webcrawl ${PREFIX}/bin/ + @ ${INSTALL_MAN} ${WRKSRC}/webcrawl.1 ${MAN1PREFIX}/man/man1/ + +.include diff --git a/www/webcrawl/distinfo b/www/webcrawl/distinfo new file mode 100644 index 0000000..5a69b74 --- /dev/null +++ b/www/webcrawl/distinfo @@ -0,0 +1 @@ +MD5 (webcrawl-1.00.tgz) = 3523479a747c2f22e24eb1f78fe517d5 diff --git a/www/webcrawl/files/patch-aa b/www/webcrawl/files/patch-aa new file mode 100644 index 0000000..6009fdc --- /dev/null +++ b/www/webcrawl/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.old Wed Feb 3 15:57:13 1999 ++++ Makefile Wed Feb 3 15:56:34 1999 +@@ -4,7 +4,7 @@ + gcc -o webcrawl $(OBJ) + + .c.o: +- gcc -Wall -c $*.c ++ gcc ${CFLAGS} -Wall -c $*.c + + webcrawl.o: webcrawl.c web.h + http.o: http.c web.h diff --git a/www/webcrawl/pkg-comment b/www/webcrawl/pkg-comment new file mode 100644 index 0000000..c7914ea --- /dev/null +++ b/www/webcrawl/pkg-comment @@ -0,0 +1 @@ +download web sites without user interaction by following links diff --git a/www/webcrawl/pkg-descr b/www/webcrawl/pkg-descr new file mode 100644 index 0000000..f75c581 --- /dev/null +++ b/www/webcrawl/pkg-descr @@ -0,0 +1,7 @@ +WebCrawl is a program designed to download an entire web-site without +user interaction (although an interactive mode is available). It works simply +by starting with a single web page, and following all links from that page +to attempt to recreate the directory structure on the remote server. + +--Dima +dima@chg.ru diff --git a/www/webcrawl/pkg-plist b/www/webcrawl/pkg-plist new file mode 100644 index 0000000..e9b5c65 --- /dev/null +++ b/www/webcrawl/pkg-plist @@ -0,0 +1 @@ +bin/webcrawl -- cgit v1.1