diff options
author | Mark Pulford <markp@FreeBSD.org> | 2002-06-03 11:07:30 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2002-06-03 11:07:30 +0000 |
commit | 2a0f0241ac288bfe321890bd40736fbeb3807622 (patch) | |
tree | 73be97bb6698f6e8e88beb1fce7fbaf950b117bd /www | |
parent | Update to 0.7.0. (diff) |
Add scout 0.70, a utility to harvest URLs from a given start point.
PR: 37110
Submitted by: Dominic Marks <dominic_marks@btinternet.com>
Notes
Notes:
svn path=/head/; revision=60528
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/scout/Makefile | 24 | ||||
-rw-r--r-- | www/scout/distinfo | 1 | ||||
-rw-r--r-- | www/scout/pkg-comment | 1 | ||||
-rw-r--r-- | www/scout/pkg-descr | 6 | ||||
-rw-r--r-- | www/scout/pkg-plist | 1 |
6 files changed, 34 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 261062fc5677..e15e986b1e45 100644 --- a/www/Makefile +++ b/www/Makefile @@ -328,6 +328,7 @@ SUBDIR += ruby-tmpl SUBDIR += ruby-webrick SUBDIR += ruby-webunit + SUBDIR += scout SUBDIR += screem SUBDIR += sidplug SUBDIR += sitecopy diff --git a/www/scout/Makefile b/www/scout/Makefile new file mode 100644 index 000000000000..e7bd48f8b9eb --- /dev/null +++ b/www/scout/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: scout +# Date created: 15/04/2002 +# Whom: Dominic Marks <dominic_marks@btinternet.com> +# +# $FreeBSD$ +# + +PORTNAME= scout +PORTVERSION= 0.70 +CATEGORIES= www +MASTER_SITES= ftp://ftp.armstrong.com/pub/scout/ \ + http://nerf-herder.net/siege/ + +MAINTAINER= dominic_marks@btinternet.com + +USE_LIBTOOL= yes +CONFIGURE_ARGS+= --disable-shared --enable-static +MAN1= scout.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/scout ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/doc/scout.1 ${PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/www/scout/distinfo b/www/scout/distinfo new file mode 100644 index 000000000000..8fbda940cd95 --- /dev/null +++ b/www/scout/distinfo @@ -0,0 +1 @@ +MD5 (scout-0.70.tar.gz) = eeb0e16ad48abb15789e4758e2257dca diff --git a/www/scout/pkg-comment b/www/scout/pkg-comment new file mode 100644 index 000000000000..1950f87895f9 --- /dev/null +++ b/www/scout/pkg-comment @@ -0,0 +1 @@ +A utility to harvest URLs from a given start point diff --git a/www/scout/pkg-descr b/www/scout/pkg-descr new file mode 100644 index 000000000000..6c7664d63c75 --- /dev/null +++ b/www/scout/pkg-descr @@ -0,0 +1,6 @@ +Scout is a utility for building lists of of URLs from a given start URL. +It is used with benchmarking and indexing applications. + +WWW: http://www.joedog.org/scout/ + +- Dominic <dominic_marks@btinternet.com> diff --git a/www/scout/pkg-plist b/www/scout/pkg-plist new file mode 100644 index 000000000000..38a7ff0e2de9 --- /dev/null +++ b/www/scout/pkg-plist @@ -0,0 +1 @@ +bin/scout |