Port details |
- phpipam PHP IP Address Management IPv4/IPv6
- 1.6.0 net-mgmt =7 1.6.0Version of this port present on the latest quarterly branch.
- Maintainer: jake@xz.cx
- Port Added: 2012-06-16 09:40:31
- Last Update: 2024-08-03 18:59:37
- Commit Hash: 6373a1d
- People watching this port, also watch:: lsof, vmware-vsphere-cli, net-snmp, pciids, nmap
- License: GPLv3
- WWW:
- https://phpipam.net/
- Description:
- phpipam is an open-source web IP address management application.
Its goal is to provide light and simple IP address management
application. It is ajax-based using jQuery libraries, php scripts,
javascript and some HTML5/CSS3 features.
- IPv4 / IPv6 address management
- ICMP status updates, subnet scanning and status showing
- Domain authentication (AD) / OpenLDAP authentication
- Visual subnet display
- VRF support
- VLAN management
- RIPE import
- Import / export XLS files
- E-Mail notification with IP details
- IP database search
- Custom IP/subnet/userVLAN address fields
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- phpipam>0:net-mgmt/phpipam
- To install the port:
- cd /usr/ports/net-mgmt/phpipam/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/phpipam
- pkg install phpipam
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: phpipam
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1705047568
SHA256 (phpipam-v1.6.0.tgz) = 4d20497cb5e072261b3a35a2c0adeedbe08117ca50abab784f426b11dca93e11
SIZE (phpipam-v1.6.0.tgz) = 14251998
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:
-
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- Runtime dependencies:
-
- System.php : devel/pear@php82
- php.h : lang/php82
- ctype.so : textproc/php82-ctype
- curl.so : ftp/php82-curl
- dom.so : textproc/php82-dom
- filter.so : security/php82-filter
- gd.so : graphics/php82-gd
- gettext.so : devel/php82-gettext
- gmp.so : math/php82-gmp
- iconv.so : converters/php82-iconv
- mbstring.so : converters/php82-mbstring
- mcrypt.so : security/pecl-mcrypt@php82
- pcntl.so : devel/php82-pcntl
- pdo.so : databases/php82-pdo
- pdo_mysql.so : databases/php82-pdo_mysql
- posix.so : sysutils/php82-posix
- session.so : www/php82-session
- simplexml.so : textproc/php82-simplexml
- sockets.so : net/php82-sockets
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for phpipam-1.6.0:
LDAP=off: LDAP protocol support
===> Use 'make config' to modify these settings
- Options name:
- net-mgmt_phpipam
- USES:
- cpe gettext php:web tar:tgz
- pkg-message:
- For install:
- Automatic installation of database files
Since v0.4 phpipam can automatically install database files for you.
Point browser to phpipam directory and set MySQL login details (root
username and password).
Finished! Launch browser, go to website and if something is missing / not
configured properly the error will appear.
In case your URL for phpipam is not root please set the following variables
(example for /phpipam/):
1.) Set BASE in config.php to /phpipam/
2.) RewriteBase /phpipam/ in .htaccess
phpipam-v1.6.0 has been installed into:
/usr/local/www/phpipam
config.php is where site configuration and database details are configured.
Default user/password is Admin/ipamadmin
v1.4.1 update:
ipaddresses table in phpipam database is likely to contain incorrect datetime
values which prevent successful upgrade. Make sure to create backup of phpipam
database. Before starting upgrade wizard in web interface run the following
SQL query on phpipam database:
UPDATE ipaddresses SET lastSeen='1970-01-01 00:00:01' WHERE lastSeen < '0000-01-01 00:00:00';
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6.0 03 Aug 2024 18:59:37 |
Muhammad Moinur Rahman (bofh) |
*/*: Unbreak with php84
These ports were initially marked to IGNORE with php84 as their runtime
dependencies were BROKEN. As all of the runtime dependencies has been
fixed for ther requirements unmark these ports. Although these ports
build perfectly with php84 but there might still be runtime issues with
these ports with php84. The maintainers are requested to do some runtime
checks for these ports.
Approved by: portmgr (blanket) |
1.6.0 28 Jul 2024 13:15:18 |
Muhammad Moinur Rahman (bofh) |
*/*: Mark IGNORE_WITH_PHP=84
These ports are currently not compatible with php84 and is only a limited
set of ports. There might be more ports which has runtime issues. Please
check if your ports are compatible with php84 and if not pleae mark them
IGNORE_WITH_PHP=84
Approved by: portmgr (blanket) |
1.6.0 12 Jan 2024 08:52:16 |
Muhammad Moinur Rahman (bofh) Author: Marko Cupać |
net-mgmt/phpipam: Update version 1.5.2=>1.6.0
- Switch to MASTER_SITES instead of USE_GITHUB
- Remove NOOP codes specially shell execution
Changelog: https://github.com/phpipam/phpipam/releases/tag/v1.6.0
PR: 275981
Approved by: jake@xz.cx (maintainer-timeout) |
1.5.2 10 Jun 2023 14:57:35 |
Muhammad Moinur Rahman (bofh) |
*/*: Mark IGNORE_WITH_PHP for 8.3.X
Approved by: portmgr (blanket)
Sponsored by: Bounce Experts |
1.5.2 16 Apr 2023 18:09:23 |
Muhammad Moinur Rahman (bofh) |
*/*: Remove merged or non-existent USE_PHP directives
- Remove USE_PHP=hash which is available in default php installation of
all versions of php
* security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
all versions of php
* devel/pear-PHPTAL: Remove OPTION JSON
* www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
and later and has been replaced with sqlsrv module which is Windows
only
* www/codeigniter: Remove OPTION MSSQL
* www/moodle311: Remove OPTION MSSQL
* www/moodle39: Remove OPTION MSSQL (Only the first 15 lines of the commit message are shown above ) |
1.5.2 01 Apr 2023 12:51:26 |
Wen Heping (wen) |
net-mgmt/phpipam: Update to 1.5.2
PR: 270049
Reported by: olevole@olevole.ru
Approved by: maintainer |
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.5.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.5.0 20 Jul 2022 14:22:42 |
Tobias C. Berner (tcberner) |
net-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* @BABOLO <.@babolo.ru>
* Alex Samorukov, samm@freebsd.org
* Alexander Kriventsov <avk@vl.ru>
* Alexander Sulfrian <alexander@sulfrian.net>
* Alexander Y. Grigoryev <alexander.4mail@gmail.com>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexandre Snarskii <snar@paranoia.ru>
* Alexandre Snarskii <snar@snar.spb.ru>
* Alexey Bobkov <mr.deadlystorm@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev (Only the first 15 lines of the commit message are shown above ) |
1.5.0 13 Jun 2022 00:08:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Ignore with php82 |
1.5.0 08 Jun 2022 17:09:30 |
Nuno Teixeira (eduardo) Author: Oleg Ginzburg |
net-mgmt/phpipam: Update to 1.5.0
- use DISTVERSION instead of PORTVERSION
- update pkg-descr WWW URL http:// (redirect) to https://
ChangeLog: https://github.com/phpipam/phpipam/releases/tag/v1.5.0
PR: 263945 |
1.4.4 10 Nov 2021 08:42:37 |
Mikael Urankar (mikael) |
net-mgmt/phpipam: Update to 1.4.4
- Update to 1.4.4
- Add missing php modules
- Fix folder permission
Changes: https://github.com/phpipam/phpipam/releases/tag/v1.4.4
PR: 258700 |
1.4.3 31 Aug 2021 09:23:35 |
Bernhard Froehlich (decke) |
net-mgmt/phpipam: Add CPE information
Approved by: portmgr (blanket) |
1.4.3 02 Aug 2021 17:19:44 |
Kirill Ponomarev (krion) |
net-mgmt/phpipam: update to 1.4.3
PR: 256666
Submitted by: olevole+at+olevole__dot_ru
Approved by: maintainer timeout |
1.4.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.2 28 Mar 2021 14:15:25 |
lcook |
net-mgmt/phpipam: Update to 1.4.2
Changes: https://github.com/phpipam/phpipam/releases/tag/v1.4.2
PR: 254614
Submitted by: olevole@olevole.ru
Approved by: mentors (implicit), jake@xz.cx (maintainer) |
1.4.1 13 Mar 2021 18:57:12 |
lwhsu |
net-mgmt/phpipam: Update to 1.4.1
PR: 248655
Submitted by: Marko Cupac <marko.cupac@mimar.rs>
Approved by: jake@xz.cx (maintainer) |
1.3.2 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
1.3.2 11 Nov 2018 09:03:02 |
joneum |
Update to 1.3.2
Changelog: https://phpipam.net/news/phpipam-v1-3-2-released/
PR: 231623
Reported by: Marko Cupac <marko.cupac@mimar.rs>
Approved by: jake@xz.cx (maintainer timeout)
Sponsored by: Netzkommune GmbH |
1.3.1 03 Apr 2018 16:14:53 |
wen |
- Update to 1.3.1
- Add missing PHP modules
PR: 226120
Submitted by: marko.cupac@mimar.rs
Approved by: maintainer(timeout, > 20 days) |
1.2.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.2.1 16 Jul 2016 18:34:17 |
pi |
net-mgmt/phpipam: 1.0 -> 1.2.1
PR: 211151
Changes: http://phpipam.net/phpipam-1-2-1-bugfix-released/
http://phpipam.net/phpipam-v1-2-released/
Requested by: Brandon McCorkle <Brandon.McCorkle@gahanna.gov>
Approved by: jake@xz.cx (maintainer) |
1.0 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
1.0 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.0 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.0 31 Oct 2014 23:44:12 |
bapt |
Simplify plist |
1.0 22 Mar 2014 22:14:11 |
pawel |
Update to version 1.0
PR: ports/187818
Submitted by: maintainer |
0.9 03 Jan 2014 01:13:00 |
bapt |
Part 2 at removing now useless FETCH_ARGS redifition |
0.9 03 Dec 2013 18:09:55 |
antoine |
Update pkg-message, I forgot this file in previous commit
PR: ports/183928
Submitted by: Jake Smith (maintainer) |
0.9 01 Dec 2013 20:03:09 |
antoine |
- Update to 0.9
- Stage support
- Use OPTIONS helpers
PR: ports/183928
Submitted by: Jake Smith (maintainer) |
0.8 20 Sep 2013 22:24:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
0.8 03 Jul 2013 12:31:47 |
wg |
net-mgmt/phpipam: update to 0.8
- Udpate to 0.8 [1]
- Trim Makefile header and COMMENT
- Mute cat pkg-message
- Add WWW to pkg-descr
PR: ports/180204
Submitted by: Jake Smith <jake@xz.cx> (maintainer) |
0.7 26 Dec 2012 18:42:13 |
beech |
- Update to 0.7
PR: ports/174709
Submitted by: Jake Smith <jake@xz.cx> (maintainer) |
0.6 16 Jun 2012 09:39:54 |
scheidell |
Addport: net-mgmt/phpipam. An open-source web IP address management application.
Its goal is to provide light and simple IP address management
application. It is ajax-based using jQuery libraries, it uses php
scripts and javascript and some HTML5/CSS3 features, so some modern
browser is preferred to be able to display javascript quickly and
correctly. [1]
- Fixes to Makefile, removed Apache Dependency, optionsng [2]
PR: ports/168932
Submitted by: Jake Smith <jake@xz.cx> [1]
Submitted by: Mark Felder <feld@feld.me> [2] |