Port details |
- ip4r IP address and IP range index types for PostgreSQL
- 2.4.2 databases =4 2.4.2Version of this port present on the latest quarterly branch.
- Maintainer: axel.rau@chaos1.de
- Port Added: 2006-01-07 00:31:53
- Last Update: 2023-11-19 18:30:21
- Commit Hash: 75e6e3c
- People watching this port, also watch:: isc-dhcp44-server, pkg, dspam, roundcube-php82, kea
- Also Listed In: net
- License: PostgreSQL
- WWW:
- https://github.com/RhodiumToad/ip4r
- Description:
- IP4R is a contributed PostgreSQL module that embraces and extends the
existing 'inet' and 'cidr' built-in types, providing extra functionality
and simplicity to IPv4 and IPv6 address lookup within large-scale
environments.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/databases/ip4r/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/ip4r
- pkg install ip4r
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ip4r
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1700337516
SHA256 (RhodiumToad-ip4r-2.4.2_GH0.tar.gz) = 0f7b1f159974f49a47842a8ab6751aecca1ed1142b6d5e38d81b064b2ead1b4b
SIZE (RhodiumToad-ip4r-2.4.2_GH0.tar.gz) = 132976
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:
-
- gmake>=4.3 : devel/gmake
- Library dependencies:
-
- libpq.so.5 : databases/postgresql15-client
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_ip4r
- USES:
- gmake pgsql
- 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 |
2.4.2 19 Nov 2023 18:30:21 |
Kurt Jaeger (pi) Author: Axel Rau |
databases/ip4r: update 2.4.1 -> 2.4.2
- Support pg 16, including soft-error handling for input.
- Check for lower < upper in binary format input and correct if necessary.
- Remove support for some long-obsolete PG versions
- Remove support for old-style (pre-extension) building. |
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) |
2.4.1_1 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 ) |
2.4.1_1 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
2.4.1_1 26 Apr 2021 09:35:46 |
Fernando Apesteguía (fernape) |
databases/ip4r: set new MAINTAINER
Set MAINTAINER to axel.rau@chaos1.de, already maintainer of several ports
PR: 255317
Reported by: axel.rau@chaos1.de |
2.4.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.4.1 03 Aug 2019 08:23:00 |
tobik |
databases/ip4r: Update to 2.4.1
This fixes the build with newer PostgreSQL versions.
Drop the IDXPATCH option. The patch no longer applies. Unfortunately
it was never upstreamed, its purpose is not clear, and the port no
longer has a maintainer to ask about this.
Changes: https://github.com/RhodiumToad/ip4r/blob/2.4.1/README.ip4r
PR: 239514 |
2.2_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 |
2.2_1 08 Apr 2019 19:17:24 |
rene |
Return tobez@'s ports to the pool after his commit bit was safekept. |
2.2_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
2.2 24 Jun 2018 00:54:27 |
linimon |
Workaround the following problem on aarch64 by setting LLD_UNSAFE=yes:
cc: error: invalid linker name in argument '-fuse-ld=bfd'
Neither emaste nor I can figure out exactly where the offending stanza is
coming in. It will take someone with more knowledge of gmake debug flags,
and possibly the src build infrastructure, to figure it out.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
2.2 03 Aug 2017 02:29:04 |
pi |
databases/ip4r: update 2.0 -> 2.2
- moved to github
- set LICENSE
PR: 219766
Changes: https://github.com/RhodiumToad/ip4r
Submitted by: Jov <amutu@amutu.com>
Approved by: tobez (maintainer timeout) |
2.0 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
2.0 07 Jul 2014 05:27:17 |
pi |
databases/ip4r: patch to prefer ip4r indexes over seq_scan on large datasets
- add option to prefer ip4r indexes over seq_scan on large datasets
PR: 190104
Submitted by: michelle@sorbs.net
Approved by: maintainer (timeout) |
2.0 05 May 2014 13:48:25 |
bapt |
Convert to USES=pgsql
While here:
databases/pg_reorg
- stagify
databases/iplike
- convert to USES=libtool
- strip binarie
databases/ip4r
- strip binaries
databases/postgresql-libpgeasy
- convert to USES=libtool
- strip binaries
- stagify
databases/postgresql-libpqxx
- convert to USES=libtool
- strip binaries
databases/postgresql-libpqxx3
- convert to USES=libtool
- strip binaries |
2.0 03 Feb 2014 13:52:18 |
tobez |
Update to 2.0 and take over maintainership. |
1.05 21 Jan 2014 23:18:05 |
bapt |
Fix properties on pkg-plist |
1.05 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.05 09 Mar 2011 16:58:26 |
miwi |
- Update to 1.05
PR: 155272
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
1.03_1 16 Mar 2009 07:32:57 |
linimon |
Mark as broken on sparc64-6. |
1.03_1 19 Dec 2008 10:17:37 |
linimon |
Maintainer has turned in his commit bit.
Hat: portmgr |
1.03_1 06 Jun 2008 13:17:10 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.03 04 Feb 2008 21:46:02 |
ade |
Update to 1.03 |
1.01 29 Jan 2007 23:25:35 |
ade |
Update to 1.01 for pgsql 8.2.x support |
1.0 05 Jul 2006 02:30:58 |
linimon |
Change all bogus uses of BROKEN to IGNORE. See CHANGES 20060705.
PR: ports/92445
Hat: portmgr |
1.0 22 Jan 2006 01:29:10 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.0 19 Jan 2006 04:21:46 |
ade |
Set default pgsql version to 8.1.x, since the port doesn't work with
the packaging default of 7.4.x |
1.0 07 Jan 2006 00:28:21 |
ade |
IP4R is a contributed PostgreSQL module that embraces and extends the
existing 'inet' and 'cidr' built-in types, providing extra functionality
and simplicity to IPv4 address lookup within large-scale environments. |