- Add LICENSE

- Fix fetch
This commit is contained in:
Dmitry Marakasov 2017-03-28 09:02:02 +00:00
parent dc330a35ba
commit b3a7fcbada
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437105
2 changed files with 4 additions and 5 deletions

View file

@ -5,16 +5,15 @@ PORTNAME= apachelog
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= GOOGLE_CODE \
MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/apachelog/ \
http://freebsd.unixfreunde.de/sources/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python access log parser
BROKEN= Unfetchable (google code has gone away)
DEPRECATED= Unfetchable for more than six months (google code has gone away)
EXPIRATION_DATE= 2017-04-30
LICENSE= ART10 GPLv1+ # same as Perl
LICENSE_COMB= dual
USES= python:2
USE_PYTHON= autoplist distutils

View file

@ -4,4 +4,4 @@ g (should work for other servers conforming to the Common Log Format).
Create the parser with the log format from your server .conf file,
parse lines to get dict corresponding to fields defined in the log format.
WWW: http://code.google.com/p/apachelog/
WWW: https://code.google.com/archive/p/apachelog/