Port details on branch 2025Q2 |
- glpi Free IT and asset management software
- 10.0.18,1 www
=0 10.0.18,1Version of this port present on the latest quarterly branch. - Maintainer: m@kappa.st
 - Port Added: 2025-05-27 19:33:05
- Last Update: 2025-05-27 19:30:41
- Commit Hash: a58ec22
- License: GPLv2
- WWW:
- https://glpi-project.org/
- Description:
- GLPI is an Information Resource-Manager with an additional
Administration- Interface. You can use it to build up a
database with an inventory for your company (computer,
software, printers...). It has enhanced functions to make
the daily life for the administrators easier, like a job-
tracking-system with mail-notification and methods to build
a database with basic information about your network-topology.
¦ ¦ ¦ ¦ 
- 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/www/glpi/ && make install clean
- To add the package, run one of these commands:
- pkg install www/glpi
- pkg install glpi
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: glpi
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1748273846
SHA256 (glpi-10.0.18.tgz) = fe044e021c17ee88e088a8a4392c7807c9a0f397a1a551689d2eb7f668439e96
SIZE (glpi-10.0.18.tgz) = 59495405
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- msgfmt : devel/gettext-tools
- Runtime dependencies:
-
- php.h : lang/php83
- bz2.so : archivers/php83-bz2
- ctype.so : textproc/php83-ctype
- curl.so : ftp/php83-curl
- dom.so : textproc/php83-dom
- exif.so : graphics/php83-exif
- fileinfo.so : sysutils/php83-fileinfo
- filter.so : security/php83-filter
- gd.so : graphics/php83-gd
- iconv.so : converters/php83-iconv
- intl.so : devel/php83-intl
- mbstring.so : converters/php83-mbstring
- mysqli.so : databases/php83-mysqli
- opcache.so : www/php83-opcache
- session.so : www/php83-session
- simplexml.so : textproc/php83-simplexml
- sodium.so : security/php83-sodium
- xml.so : textproc/php83-xml
- xmlreader.so : textproc/php83-xmlreader
- xmlrpc.so : net/pecl-xmlrpc@php83
- xmlwriter.so : textproc/php83-xmlwriter
- zip.so : archivers/php83-zip
- zlib.so : archivers/php83-zlib
- imap.so : mail/php83-imap
- ldap.so : net/php83-ldap
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for glpi-10.0.18,1:
IMAP=on: IMAP support
LDAP=on: LDAP protocol support
===> Use 'make config' to modify these settings
- Options name:
- www_glpi
- USES:
- cpe gettext-tools php tar:tgz
- pkg-message:
- For install:
- First time installation notes:
Before using GLPI, you will need to configure your database.
Full installation instructions are available here:
http://glpi-project.org/spip.php?article61
If you are using MySQL, here's the short version of the instructions:
1. Create a new database:
$ mysqladmin -uroot create glpi
2. Grant access to the database:
$ mysql -uroot -e"GRANT ALL ON glpi.* TO USERNAME@localhost IDENTIFIED BY 'PASSWORD'" glpi
(choose your own values for USERNAME and PASSWORD)
Make sure Apache supports PHP (www/mod_php5) and add a config file for
GLPI in Includes/glpi.conf:
Alias /glpi /usr/local/www/glpi
<Directory /usr/local/www/glpi>
AllowOverride Options FileInfo Limit
Options Indexes FollowSymLinks
Require all granted
DirectoryIndex index.php
</Directory>
Then reload Apache: 'apachectl graceful'
Please visit 'http://{host.domain}/glpi/' in a
web-browser and follow the configuration instructions.
- Master Sites:
|