head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.10 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.8 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.6 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.4 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.2 pkgsrc-2025Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2025.03.06.01.21.38; author manu; state Exp; branches; next ; commitid IbvhJDvMqjlWEWLF; desc @@ 1.1 log @Added www/php-matomo version 5.5.2 Matomo is the leading Free/Libre open analytics platform. Matomo is a full-featured PHP MySQL software program that you download and install on your own webserver. At the end of the five-minute installation process, you will be given a JavaScript code. Simply copy and paste this tag on websites you wish to track and access your analytics reports in real-time. Matomo aims to be a Free software alternative to Google Analytics and is already used on more than 1,400,000 websites. Privacy is built-in! @ text @$NetBSD$ Avoid using //TRANSLIT which exists only in GNU iconv --- plugins/GeoIp2/LocationProvider/GeoIp2/Php.php.orig 2025-03-05 17:02:29.003477793 +0100 +++ plugins/GeoIp2/LocationProvider/GeoIp2/Php.php 2025-03-05 17:02:38.578017630 +0100 @@@@ -315,10 +315,10 @@@@ } // try converting umlauts to closted ascii char if iconv is available if (function_exists('iconv')) { - $str1 = iconv('UTF-8', 'ASCII//TRANSLIT', $str1); - $str2 = iconv('UTF-8', 'ASCII//TRANSLIT', $str2); + $str1 = iconv('UTF-8', 'ASCII', $str1); + $str2 = iconv('UTF-8', 'ASCII', $str2); } return strtolower($str1) === strtolower($str2); } @