Port details |
- matomo Open Source Web Analytics Software Program
- 4.7.1 www
=2 4.5.0Version of this port present on the latest quarterly branch. - Maintainer: joneum@FreeBSD.org
 - Port Added: 2018-04-06 10:03:31
- Last Update: 2022-02-18 19:53:45
- Commit Hash: 2948352
- People watching this port, also watch:: smartmontools, haproxy-devel
- License: GPLv3
- Description:
- Matomo 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.
Matomo aims to be an open source alternative to Google Analytics.
WWW: https://www.matomo.org/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- php80-matomo>0:www/matomo
- To install the port:
- cd /usr/ports/www/matomo/ && make install clean
- To add the package, run one of these commands:
- pkg install www/matomo
- pkg install php80-matomo
- PKGNAME: php80-matomo
- Package flavors (<flavor>: <package>)
- php80: php80-matomo
- php74: php74-matomo
- php81: php81-matomo
- distinfo:
- TIMESTAMP = 1645183017
SHA256 (piwik-4.7.1.tar.gz) = f04fccd5c3007230ce769b703427d52410e32be985ba08fe1b0e3a59b75e13fd
SIZE (piwik-4.7.1.tar.gz) = 16141959
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- php.h : lang/php80
- ctype.so : textproc/php80-ctype
- curl.so : ftp/php80-curl
- dom.so : textproc/php80-dom
- fileinfo.so : sysutils/php80-fileinfo
- filter.so : security/php80-filter
- gd.so : graphics/php80-gd
- iconv.so : converters/php80-iconv
- intl.so : devel/php80-intl
- mbstring.so : converters/php80-mbstring
- mcrypt.so : security/pecl-mcrypt@php80
- memcache.so : databases/pecl-memcache@php80
- mysqli.so : databases/php80-mysqli
- pdo.so : databases/php80-pdo
- posix.so : sysutils/php80-posix
- readline.so : devel/php80-readline
- session.so : www/php80-session
- simplexml.so : textproc/php80-simplexml
- soap.so : net/php80-soap
- sockets.so : net/php80-sockets
- sqlite3.so : databases/php80-sqlite3
- tidy.so : www/php80-tidy
- tokenizer.so : devel/php80-tokenizer
- xml.so : textproc/php80-xml
- opcache.so : www/php80-opcache
- zlib.so : archivers/php80-zlib
- pdo_mysql.so : databases/php80-pdo_mysql
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for php80-matomo-4.7.1:
PHPMYSQLI=off: Use mysqli php module
PHPPDOMYSQL=on: Use pdo_mysql php module
===> Use 'make config' to modify these settings
- Options name:
- www_matomo
- USES:
- cpe shebangfix php:flavors
- pkg-message:
- For install:
- 1) Create a user and a empty database for Matomo 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.4.30 or later.
Alias /matomo /usr/local/www/matomo
AcceptPathInfo On
<Directory /usr/local/www/matomo>
AllowOverride All
Options Indexes FollowSymLinks
# Apache 2.4 no longer accepts "Order" or "Allow from ..."
Require all granted
</Directory>
3) Visit your Matomo site with a browser (i.e.,
http://your.server.com/matomo/), and you should
be taken to the setup script, which will lead
you through setting up Matomo.
For more information, see the INSTALL DOCUMENTATION:
https://matomo.org/docs/installation/
- If upgrading
- Console upgrade recommended on medium and hight traffic sites:
1) Disable Matomo Tracking
In config/config.ini.php, add the following
[Tracker]
record_statistics = 0
2) Disable the Matomo User Interface and APIs
In config/config.ini.php, add the following
[General]
maintenance_mode = 1
3) Run the update
php /usr/local/www/matomo/console core:update
4) Remove the previously added config.ini parameters
5) Visit the Admin > Diagnostics > System check report and review the report and follow any recommended actions
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
18 Feb 2022 19:53:45 4.7.1
|
Jochen Neumeister (joneum)  |
www/matomo: Update to 4.7.1
Sponsored by: Netzkommune GmbH |
31 Dec 2021 06:48:19 4.6.2
|
Jochen Neumeister (joneum)  |
www/matomo: Update to 4.6.2
PR: 260675
Sponsored by: Netzkommune GmbH |
11 Dec 2021 10:44:42 4.5.0
|
Matthias Fechner (mfechner)  Author: Andrej Ebert |
www/matomo: update to 4.5.0
I also added a patch to supress the file integrity warning caused by the
shebangfix to misc/log-analytics/import_logs.py and changed the pkg-message
(change to the recommended apache config + upgrade message)
Changelog:
https://matomo.org/changelog
Major Changes:
* The `logme` method for [automatic
logins](https://matomo.org/faq/how-to/faq_30/) is now disabled by default for
new installations. For existing installations it will be enabled automatically
on update. If you do not need it please consider disabling it again for security
reasons by setting `login_allow_logme = 0` in `General` section of
`config.ini.php`.
* The redirect using the `url` param for the automatic login action `logme`,
will no longer do redirects to untrusted hosts. If you need to do redirects to
other URLs on purpose, please add the according hosts as `trusted_hosts` entry
in `config.ini.php`
* When determining the client IP address from proxy headers like
X-Forwarded-For, Matomo will by default look at the first IP in the list. If you
need to read the last IP instead, the new INI config option `[General]
proxy_ip_read_last_in_list` be set to `1`. Using the last IP can be more secure
when you are using proxy headers in combination with a load balancer.
* Matomo logs can now be written into "errorlog" (logs using the error_log() php
function) and "syslog" (logs to the syslog service) (to complement existing log
writers: "screen", "file", "database"). [Learn
more.](https://matomo.org/faq/troubleshooting/faq_115/)
(Only the first 15 lines of the commit message are shown above ) |
03 Aug 2021 07:01:25 4.2.1
|
Matthias Fechner (mfechner)  Author: Andrej Ebert |
www/matomo: Update to 4.2.1
Matomo 4.2.0
New config.ini.php settings
A config setting geolocation_download_from_trusted_hosts was introduced.
Downloading GeoIP databases will now be limited to those configured hosts only.
Matomo 4.1.1
Changed config.ini.php settings
The config settings login_password_recovery_email_address and
login_password_recovery_name have been removed to avoid possible smtp problems
when sending recovery mails. noreply_email_address and noreply_email_name will
be used instead.
All changes:
https://github.com/matomo-org/matomo/compare/4.1.0...4.2.1
PR: 254157
Approved by: joneum (maintainer timeout 5 month) |
07 Apr 2021 08:09:01 4.1.0_1
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 4.1.0_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
05 Feb 2021 21:14:43
4.1.0_1
|
joneum  |
Make matomo.js and piwik.js writeable
PR: 252830
Reported by: mfechner
Sponsored by: Netzkommune GmbH |
17 Jan 2021 18:12:23
4.1.0
|
joneum  |
Update to 4.1.0
Changelogs: https://github.com/matomo-org/matomo/compare/3.14.0...4.1.0
PR: 252632
Reported by: Andrej Ebert <andrej@ebert.su>
Sponsored by: Netzkommune GmbH |
06 Sep 2020 19:06:32
3.14.0
|
joneum  |
Update to 3.14.0
Sponsored by: Netzkommune GmbH |
05 Jul 2020 12:46:11
3.13.6
|
joneum  |
Update to 3.13.6
Sponsored by: Netzkommune GmbH |
10 May 2020 22:07:00
3.13.5
|
joneum  |
Update to 3.13.5
Sponsored by: Netzkommune GmbH |
03 Apr 2020 16:51:41
3.13.4
|
joneum  |
Update to 3.13.4
Sponsored by: Netzkommune GmbH |
05 Feb 2020 14:29:12
3.13.1
|
joneum  |
Update to 3.13.1
Sponsored by: Netzkommune GmbH |
30 Dec 2019 06:40:39
3.11.0_1
|
sunpoet  |
Bump PORTREVISION for dependency change of USE_PHP=memcache in r521466 |
17 Dec 2019 20:28:36
3.11.0
|
rene  |
Remove IGNORE_WITH_PHP=71 and add IGNORE_WITH_PHP=74 where relevant. |
14 Aug 2019 12:25:09
3.11.0
|
mat  |
Convert to UCL & cleanup pkg-message (categories w) |
29 Jul 2019 18:09:36
3.11.0
|
joneum  |
Update to 3.11.0
PR: 239422
Reported by: geoffroy desvernay <dgeo@centrale-marseille.fr>
Sponsored by: Netzkommune GmbH |
05 Jul 2019 17:41:04
3.10.0
|
joneum  |
Update to 3.10.0
Changelog: https://matomo.org/changelog/matomo-3-10-0/
Sponsored by: Netzkommune GmbH |
09 Apr 2019 14:04:50
3.9.1_1
|
sunpoet  |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
03 Apr 2019 08:51:26
3.9.1
|
joneum  |
Update to 3.9.1
Changelog:
- https://matomo.org/changelog/matomo-3-9-1/
- https://matomo.org/changelog/matomo-3-9-0/
Sponsored by: Netzkommune GmbH |
02 Mar 2019 21:44:54
3.8.1
|
antoine  |
Ignore with php 7.1 |
06 Feb 2019 07:20:19
3.8.1
|
joneum  |
Update from 3.7.0 to 3.8.1
Changelog:
- https://matomo.org/changelog/matomo-3-8-1/
- https://matomo.org/changelog/matomo-3-8-0/
PR: 235463
Reported by: pi
MFH: 2019Q1
Sponsored by: Netzkommune GmbH |
24 Nov 2018 15:03:06
3.7.0
|
joneum  |
Update to 3.7.0
Changelog: https://matomo.org/changelog/matomo-3-7-0/
MFH: 2018Q4
Sponsored by: Netzkommune GmbH |
19 Oct 2018 16:09:29
3.6.1
|
joneum  |
Update to 3.6.1
Changelog: https://matomo.org/changelog/matomo-3-6-1/
MFH: 2018Q4
Security: 44864c84-d3b8-11e8-b3cb-00e04c1ea73d
Sponsored by: Netzkommune GmbH |
05 Sep 2018 19:11:58
3.6.0
|
joneum  |
Fix changes in pkg-messages.in - Piwik is now Matomo
Sponsored by: Netzkommune |
05 Sep 2018 19:09:10
3.6.0
|
joneum  |
Update to 3.6.0
Changelog: https://matomo.org/changelog/matomo-3-6-0/
Sponsored by: Netzkommune |
30 May 2018 06:54:29
3.5.1
|
joneum  |
www/matomo: Update to 3.5.1
Changelog: https://matomo.org/changelog/matomo-3-5-1/ |
11 May 2018 16:21:59
3.5.0
|
joneum  |
Take Maintainer ship |
11 May 2018 16:18:45
3.5.0
|
tz  |
www/matomo: Update from 3.4 to 3.5
Changelog: https://matomo.org/changelog/matomo-3-5-0/
Also drop MAINTAINER-ship |
11 May 2018 09:19:37
3.4.0_2
|
tz  |
www/matomo: switch from piwik to matomo in pkg-descr
PR: 228104
Submitted by: joneum |
25 Apr 2018 09:34:05
3.4.0_2
|
tz  |
www/matomo: Fix wrong entries in pkg-plist
Some "www" strings where replaced with %%%WWWDIR%%% causing build failures,
if %%%WWWDIR%%% is something other than "www".
PR: 226668
Submitted by: freebsd-bugs@cklie.de
MFH: 2018Q2 |
09 Apr 2018 12:14:14
3.4.0_1
|
mfechner  |
Added required directory %%WWWDIR%%/tmp/cache/tracker with correct permissions
to pkg-plist.
Made the file %%WWWDIR%%/piwik.js writeable for user www, as systemChecks of
matomo complains if that file is not writeable.
PR: 227364
Reviewed by: tz (mentor)
Approved by: tz (maintainer, mentor)
Differential Revision: https://reviews.freebsd.org/D15013 |
06 Apr 2018 10:03:02
3.4.0
|
tz  |
www/piwik: Update from 3.2.1 to 3.4.0
Changelogs:
- https://matomo.org/changelog/matomo-3-3-0/
- https://matomo.org/changelog/matomo-3-4-0/
Also:
- Rename the port to match renaming of the project itself
- Flavorize port
Reported by: Nicola Tiling <nti@w4w.net>
Reviewed by: Nicola Tiling <nti@w4w.net> |