diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2008-06-09 19:49:30 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2008-06-09 19:49:30 +0000 |
commit | f35e5cc39b23471e8fe767c05eb020e918877404 (patch) | |
tree | c6f540de03ccabe92cce104a515c83907388ca5f /www/logtools | |
parent | . update to version 11 (bug fix release, readme added as well); (diff) |
- Add WWW.
- Add local mirror for distfile.
Diffstat (limited to 'www/logtools')
-rw-r--r-- | www/logtools/Makefile | 3 | ||||
-rw-r--r-- | www/logtools/pkg-descr | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/www/logtools/Makefile b/www/logtools/Makefile index 29a427b120ed..7e591f0ae7dd 100644 --- a/www/logtools/Makefile +++ b/www/logtools/Makefile @@ -8,7 +8,8 @@ PORTNAME= logtools PORTVERSION= 0.13d CATEGORIES= www -MASTER_SITES= http://www.coker.com.au/logtools/ +MASTER_SITES= http://www.coker.com.au/logtools/ \ + LOCAL/chinsan/logtools/ EXTRACT_SUFX= .tgz MAINTAINER= chinsan@FreeBSD.org diff --git a/www/logtools/pkg-descr b/www/logtools/pkg-descr index 44156cc55e63..b9359a37c05b 100644 --- a/www/logtools/pkg-descr +++ b/www/logtools/pkg-descr @@ -1,2 +1,4 @@ Tools like clfmerge, clfsplit etc to simplify working with access log files -e.g. with virtual hosts +e.g. with virtual hosts. + +WWW: http://doc.coker.com.au/projects/logtools/ |