diff options
author | markp <markp@FreeBSD.org> | 2002-06-03 11:07:30 +0000 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2002-06-03 11:07:30 +0000 |
commit | 8123226de0258099c2c5069dfec0dba5711b5349 (patch) | |
tree | 2dac3b80d7c95f5e3666893530b365a6bcdd5a6c /www | |
parent | 5f0656cce2aa54ab2c2cc6d084d7e0838f6c45f4 (diff) | |
download | FreeBSD-ports-8123226de0258099c2c5069dfec0dba5711b5349.zip FreeBSD-ports-8123226de0258099c2c5069dfec0dba5711b5349.tar.gz |
Add scout 0.70, a utility to harvest URLs from a given start point.
PR: 37110
Submitted by: Dominic Marks <dominic_marks@btinternet.com>
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 261062f..e15e986 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 0000000..e7bd48f --- /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 0000000..8fbda94 --- /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 0000000..1950f87 --- /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 0000000..6c7664d --- /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 0000000..38a7ff0 --- /dev/null +++ b/www/scout/pkg-plist @@ -0,0 +1 @@ +bin/scout |