Port details |
- iplike C implementation of the OpenNMS iplike stored procedure
- 2.2.0 databases
=2 2.2.0Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2010-01-12 01:20:24
- 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
- License: not specified in port
- WWW:
- https://www.opennms.org/wiki/IPLIKE
- Description:
- A C implementation of the stored procedure written in plpgsql that's bundled
with OpenNMS, this is the preferred version for use as is offers better
performance
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- iplike>0:databases/iplike
- To install the port:
- cd /usr/ports/databases/iplike/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/iplike
- pkg install iplike
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: iplike
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1593514038
SHA256 (iplike-2.2.0.tar.gz) = 52703c5186ab2f8c5de86214a40ebfde3eb29454f7695ed84fa5b5d257c09eef
SIZE (iplike-2.2.0.tar.gz) = 358568
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libpq.so.5 : databases/postgresql13-client
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_iplike
- USES:
- libtool pgsql
- pkg-message:
- For install:
- Don't forget to run /usr/local/sbin/install_iplike.sh to make the relevant
changes to your OpenNMS database.
To confirm the changes have been made run:
psql -U opennms -h localhost -c '\df+ iplike' | head
Check the Language column, It should say "c" and not "plpgsql"
- 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) |
2.2.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 ) |
2.2.0 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.2.0 19 May 2021 19:56:23
    |
Danilo Egea Gondolfo (danilo)  |
databases/iplike: Drop maintainership |
2.2.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.2.0 15 Jul 2020 20:35:04
  |
danilo  |
- Update to 2.2.0 |
2.1.3 09 Sep 2019 11:04:35
  |
danilo  |
- Update to 2.1.3 |
2.1.1_1 13 Aug 2019 16:01:59
  |
mat  |
Convert to UCL & cleanup pkg-message (categories d) |
2.1.1_1 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.1.1 23 Feb 2019 16:44:39
  |
danilo  |
- Update to 2.1.1 |
2.0.6_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.0.6 04 Aug 2014 16:16:28
  |
danilo  |
- Update from 2.0.3 to 2.0.6
- Take maintainership |
2.0.3 09 Jun 2014 22:07:15
  |
marino  |
databases: iplike[1], jrrd[2]: reset maintainer
No reason offered. Thanks for maintaining these for a few years.
PR: ports/190839 [1]
PR: ports/190840 [2]
Submitted by: maintainer (Sevan Janiyan) |
2.0.3 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.3 09 Oct 2013 04:41:30
  |
danilo  |
- Update from 2.0.2 to 2.0.3 [1]
- Add stage support
PR: ports/182813
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> (maintainer) [1]
Approved by: wg/culot (mentors, implicit) |
2.0.2 20 Sep 2013 16:13:49
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
2.0.2 30 May 2011 07:12:27
 |
culot  |
- Update to 2.0.2
PR: ports/157120
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> (maintainer) |
2.0.0 03 May 2011 19:36:07
 |
arved  |
Update to 2.0.0
PR: 156784
Submitted by: maintainer |
1.0.9 02 Nov 2010 09:37:17
 |
wen  |
- Update to 1.0.9
PR: ports/151881
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> (maintainer) |
1.0.8 12 Jan 2010 01:24:55
 |
pgollucci  |
- remove files I didn't mean to add |
1.0.8 12 Jan 2010 01:19:59
 |
pgollucci  |
A C implementation of the stored procedure written in plpgsql that's bundled
with OpenNMS, this is the preferred version for use as is offers better
performance
WWW: http://www.opennms.org/wiki/IPLIKE
PR: ports/142581
Submitted by: Sevan Janiyan <venture37 at geeklan.co.uk> |