summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-02-03 21:26:59 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-02-03 21:26:59 +0000
commit641e13807eeef6746a23e9b68a72712448258815 (patch)
tree0c3bdc973686eb61f262f61911f19a944e2f268b /www
parentUpgrade to 0.4.9. (diff)
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 <dima@Chg.RU>
Notes
Notes: svn path=/head/; revision=16524
Diffstat (limited to 'www')
-rw-r--r--www/webcrawl/Makefile26
-rw-r--r--www/webcrawl/distinfo1
-rw-r--r--www/webcrawl/files/patch-aa11
-rw-r--r--www/webcrawl/pkg-comment1
-rw-r--r--www/webcrawl/pkg-descr7
-rw-r--r--www/webcrawl/pkg-plist1
6 files changed, 47 insertions, 0 deletions
diff --git a/www/webcrawl/Makefile b/www/webcrawl/Makefile
new file mode 100644
index 000000000000..ed6520e4e835
--- /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 <bsd.port.mk>
diff --git a/www/webcrawl/distinfo b/www/webcrawl/distinfo
new file mode 100644
index 000000000000..5a69b7458c37
--- /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 000000000000..6009fdc5e02d
--- /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 000000000000..c7914ea230c0
--- /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 000000000000..f75c581b57be
--- /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 000000000000..e9b5c651ea2d
--- /dev/null
+++ b/www/webcrawl/pkg-plist
@@ -0,0 +1 @@
+bin/webcrawl