summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormarkp <markp@FreeBSD.org>2002-06-03 11:07:30 +0000
committermarkp <markp@FreeBSD.org>2002-06-03 11:07:30 +0000
commit8123226de0258099c2c5069dfec0dba5711b5349 (patch)
tree2dac3b80d7c95f5e3666893530b365a6bcdd5a6c /www
parent5f0656cce2aa54ab2c2cc6d084d7e0838f6c45f4 (diff)
downloadFreeBSD-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/Makefile1
-rw-r--r--www/scout/Makefile24
-rw-r--r--www/scout/distinfo1
-rw-r--r--www/scout/pkg-comment1
-rw-r--r--www/scout/pkg-descr6
-rw-r--r--www/scout/pkg-plist1
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
OpenPOWER on IntegriCloud