import piwik 0.2.28
Piwik is an open source (GPL licensed) web analytics software program. It provides you with detailed reports on your website visitors: the search engines and keywords they used, the language they speak, your popular pages....and so much more. Piwik aims to be an open source alternative to Google Analytics. thanks to sthen@ for hosting the distfile (upstream only has last.zip...)
This commit is contained in:
parent
fa707a1afa
commit
590e5a2676
38
www/piwik/Makefile
Normal file
38
www/piwik/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/02/11 09:36:57 jasper Exp $
|
||||
|
||||
COMMENT= open source web analytics software program
|
||||
|
||||
DISTNAME= piwik-0.2.28
|
||||
CATEGORIES= www
|
||||
|
||||
HOMEPAGE= http://www.piwik.org/
|
||||
|
||||
# GPLv3+
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://spacehopper.org/mirrors/
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
WRKDIST= ${WRKDIR}/piwik/
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
PKG_ARCH= *
|
||||
|
||||
PREFIX= /var/www
|
||||
INSTDIR= ${PREFIX}/piwik/
|
||||
SUBST_VARS= INSTDIR
|
||||
|
||||
PHP_VERSION= 5
|
||||
RUN_DEPENDS= :php${PHP_VERSION}-gd-*:www/php${PHP_VERSION}/extensions,-gd \
|
||||
:php${PHP_VERSION}-mysql-*:www/php${PHP_VERSION}/extensions,-mysql \
|
||||
:php${PHP_VERSION}-pdo_mysql-*:www/php${PHP_VERSION}/extensions,-pdo_mysql
|
||||
|
||||
do-install:
|
||||
@cp -Rp ${WRKDIST} ${INSTDIR}
|
||||
@chown -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
5
www/piwik/distinfo
Normal file
5
www/piwik/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (piwik-0.2.28.zip) = wqcOgSdL1I+3Ef6H6nLQbQ==
|
||||
RMD160 (piwik-0.2.28.zip) = RyTxrdYs7VbZvpeitFMNCD8PU78=
|
||||
SHA1 (piwik-0.2.28.zip) = O9SCjXnf6FiQUM9jYpfKngdkNbo=
|
||||
SHA256 (piwik-0.2.28.zip) = HPvOMuvA4kWyKEeA4pAPdYnPcL8N+GcppTpVrhk9iew=
|
||||
SIZE (piwik-0.2.28.zip) = 1988532
|
6
www/piwik/pkg/DESCR
Normal file
6
www/piwik/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
Piwik is an open source (GPL licensed) web analytics software program.
|
||||
It provides you with detailed reports on your website visitors: the
|
||||
search engines and keywords they used, the language they speak, your
|
||||
popular pages....and so much more.
|
||||
|
||||
Piwik aims to be an open source alternative to Google Analytics.
|
17
www/piwik/pkg/MESSAGE
Normal file
17
www/piwik/pkg/MESSAGE
Normal file
@ -0,0 +1,17 @@
|
||||
Piwik has been installed into ${INSTDIR}
|
||||
|
||||
You should point this to the DocumentRoot of your web-server:
|
||||
# ln -s ../piwik /var/www/htdocs/piwik
|
||||
(make sure you use a relative symlink since Apache is chrooted)
|
||||
|
||||
You will also need to add these lines to you php.ini file:
|
||||
extension=pdo.so
|
||||
extension=pdo_mysql.so
|
||||
extensions=gd.so
|
||||
|
||||
and proceed to complete the installation by reading the online
|
||||
documentation. Which can be found at:
|
||||
http://piwik.org/docs/installation/
|
||||
|
||||
You can ensure you have a working install by accessing:
|
||||
http://<localhost>/piwik/
|
1393
www/piwik/pkg/PLIST
Normal file
1393
www/piwik/pkg/PLIST
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user