diff options
author | ache <ache@FreeBSD.org> | 2000-04-23 15:18:43 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-04-23 15:18:43 +0000 |
commit | 0d27cc11b204e5f8769f4b97fe40538d537829c1 (patch) | |
tree | 57bcf313bfc391e0d5ac1b5b139f39b182734cdb /www/p5-ParallelUA | |
parent | 39ba37592e0f82f6c5b54b2d92e39c2db0f71c1d (diff) | |
download | FreeBSD-ports-0d27cc11b204e5f8769f4b97fe40538d537829c1.zip FreeBSD-ports-0d27cc11b204e5f8769f4b97fe40538d537829c1.tar.gz |
Add WWW
Diffstat (limited to 'www/p5-ParallelUA')
-rw-r--r-- | www/p5-ParallelUA/Makefile | 1 | ||||
-rw-r--r-- | www/p5-ParallelUA/pkg-descr | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/www/p5-ParallelUA/Makefile b/www/p5-ParallelUA/Makefile index e1dfb31..6e5d83d 100644 --- a/www/p5-ParallelUA/Makefile +++ b/www/p5-ParallelUA/Makefile @@ -1,4 +1,5 @@ # New ports collection makefile for: p5-Parallel-UA +# http://www.cs.washington.edu/homes/marclang/ParallelUA/ # Date created: Sep 8 1998 # Whom: ache@freebsd.org # diff --git a/www/p5-ParallelUA/pkg-descr b/www/p5-ParallelUA/pkg-descr index a2cae96..f605b37 100644 --- a/www/p5-ParallelUA/pkg-descr +++ b/www/p5-ParallelUA/pkg-descr @@ -5,3 +5,5 @@ how the requests come in as each server responds. ParallelUserAgent is basically an extension of the current UserAgent and RobotUA modules that come with libwww5. It installs into the ::Parallel subtree under the standard LWP directory that ships with libwww5. + +WWW: http://www.cs.washington.edu/homes/marclang/ParallelUA/ |