Port details |
- php-maxminddb MaxMind DB Reader extension for PHP
- 1.6.0 devel =2 1.6.0Version of this port present on the latest quarterly branch.
- Maintainer: danger@FreeBSD.org
- Port Added: 2016-02-02 20:37:50
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: net
- License: APACHE20
- WWW:
- https://github.com/maxmind/MaxMind-DB-Reader-php
- Description:
- This is the PHP API for reading MaxMind DB files. MaxMind DB is a binary
file format that stores data indexed by IP address subnets (IPv4 or
IPv6).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PHP_PKGNAMEPREFIX}maxminddb>0:devel/php-maxminddb
- To install the port:
- cd /usr/ports/devel/php-maxminddb/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/php-maxminddb
- pkg install php81-maxminddb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php81-maxminddb
- Package flavors (<flavor>: <package>)
- php81: php81-maxminddb
- php74: php74-maxminddb
- php80: php80-maxminddb
- php82: php82-maxminddb
- distinfo:
- TIMESTAMP = 1577990268
SHA256 (maxmind-MaxMind-DB-Reader-php-v1.6.0_GH0.tar.gz) = e7735deb565845d73f68b3ae80a4ea40e7e2212b745deab9f23a3584cae6396f
SIZE (maxmind-MaxMind-DB-Reader-php-v1.6.0_GH0.tar.gz) = 20898
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- phpize : lang/php81
- autoconf>0 : devel/autoconf
- Runtime dependencies:
-
- php.h : lang/php81
- Library dependencies:
-
- libmaxminddb.so : net/libmaxminddb
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_php-maxminddb
- USES:
- compiler:c11 localbase:ldflags php:ext
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.6.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.6.0 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.6.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6.0 02 Mar 2020 20:45:28 |
flo |
Update to 1.6.0
PR: 243041
Submitted by: Daniel Ylitalo <daniel@blodan.se>
Approved by: maintainer timeout |
1.1.0_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.1.0_1 01 May 2019 20:49:25 |
pkubaj |
php-maxminddb: fix build with GCC-based architectures
Add USES=compiler:c11 to fix build:
/wrkdirs/usr/ports/devel/php-maxminddb/work-php71/MaxMind-DB-Reader-php-1.1.0/ext/maxminddb.c:430:
error: 'MMDB_entry_data_s' has no member named 'uint128'
/wrkdirs/usr/ports/devel/php-maxminddb/work-php71/MaxMind-DB-Reader-php-1.1.0/ext/maxminddb.c:431:
error: 'MMDB_entry_data_s' has no member named 'uint128'
Approved by: mentors (implicit approval) |
1.1.0_1 08 Mar 2018 19:48:41 |
mat |
Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208 |
1.1.0_1 01 Dec 2016 10:40:21 |
amdmi3 |
- Pet portlint
- Add LICENSE_FILE
- Switch to USES=localbase
- Remove bogus (in presence of USE_GITHUB) USES=tar*
Approved by: portmgr blanket |
1.1.0_1 03 Aug 2016 12:47:05 |
mat |
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.
Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php. A PHP extension will be automatically activated
when installed. The order into which extensions are loaded is
automatically guessed. In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php
section of the Porter's Handbook for more information.
Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.
And finally, bump PORTREVISION for all php extensions.
PR: 210697
Submitted by: mat
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7022 |
1.1.0 28 Jun 2016 14:00:45 |
mat |
Convert USE_PHP*=yes into USES=php*
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936 |
1.1.0 01 Jun 2016 13:15:37 |
mat |
Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.
Sponsored by: Absolight |
1.1.0 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.1.0 08 Mar 2016 13:09:12 |
mat |
Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.
Fix distinfo for the offending ports.
lang/yorick's tag was moved, and the added patch was no longer needed.
PR: 207644
Submitted by: mat
Exp-run by by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D4268 |
1.1.0 02 Feb 2016 20:37:44 |
pi |
New port: devel/php-maxminddb
This is the PHP API for reading MaxMind DB files. MaxMind DB is a binary
file format that stores data indexed by IP address subnets (IPv4 or
IPv6).
WWW: https://github.com/maxmind/MaxMind-DB-Reader-php
PR: 202334
Submitted by: danger |