Piwik is a downloadable, open source (GPL licensed) web analytics

software package. It provides detailed reports on your website and
its visitors, including the search engines and keywords they used,
the language they speak, which pages they like, the files they
download, and so much more.

Piwik aims to be an open source alternative to Google Analytics.

WWW: http://www.piwik.org/

PR:		ports/130074
Submitted by:	Wen heping <wenheping at gmail.com>
This commit is contained in:
Martin Wilke 2009-01-10 15:09:27 +00:00
parent deea80422b
commit 905646322b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225657
6 changed files with 1471 additions and 0 deletions

View File

@ -1171,6 +1171,7 @@
SUBDIR += phpwiki
SUBDIR += phpwiki13
SUBDIR += pivot-weblog
SUBDIR += piwik
SUBDIR += planet
SUBDIR += pligg
SUBDIR += plone

38
www/piwik/Makefile Normal file
View File

@ -0,0 +1,38 @@
# New ports collection makefile for: piwik
# Date created: 31 Dec 2008
# Whom: Wen heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= piwik
PORTVERSION= 0.2.28
CATEGORIES= www
MASTER_SITES= http://piwik.org/
DISTNAME= last
MAINTAINER= wenheping@gmail.com
COMMENT= A Open Source Web Analytics Software Program
USE_ZIP= yes
USE_PHP= mysql gd pdo pdo_mysql
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
SUB_FILES= pkg-message
.include <bsd.port.pre.mk>
do-install:
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR}
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
@${CHMOD} -R 755 ${WWWDIR}
post-install:
@${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' \
>> ${TMPPLIST}
@${ECHO_CMD} '@exec ${CHMOD} -R 755 ${WWWDIR}' \
>> ${TMPPLIST}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>

3
www/piwik/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (last.zip) = c2a70e81274bd48fb711fe87ea72d06d
SHA256 (last.zip) = 1cfbce32ebc0e245b2284780e2900f7589cf70bf0df86729a53a55ae193d89ec
SIZE (last.zip) = 1988532

View File

@ -0,0 +1,29 @@
POST-INSTALL CONFIGURATION FOR Piwik
=====================================
1) Create a user and a empty database for Piwik to store all
its tables in (or choose an existing database).
2) Add the following to your Apache configuration, and
restart the server:
### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
Alias /piwik %%WWWDIR%%/
AcceptPathInfo On
<Directory %%WWWDIR%%>
AllowOverride None
Options Indexes FollowSymLinks
Order Allow,Deny
Allow from all
</Directory>
3) Visit your Piwik site with a browser (i.e.,
http://your.server.com/piwik/), and you should
be taken to the setup script, which will lead
you through setting up Piwik.
For more information, see the INSTALL DOCUMENTATION:
http://piwik.org/docs/installation/
=====================================

9
www/piwik/pkg-descr Normal file
View File

@ -0,0 +1,9 @@
Piwik is a downloadable, open source (GPL licensed) web analytics
software package. It provides detailed reports on your website and
its visitors, including the search engines and keywords they used,
the language they speak, which pages they like, the files they
download, and so much more.
Piwik aims to be an open source alternative to Google Analytics.
WWW: http://www.piwik.org/

1391
www/piwik/pkg-plist Normal file

File diff suppressed because it is too large Load Diff