Port details on branch 2024Q4 |
- glpi Free IT and asset management software
- 10.0.17,1 www =0 10.0.17,1Version of this port present on the latest quarterly branch.
- Maintainer: mathias@monnerville.com
- Port Added: 2024-12-03 23:00:07
- Last Update: 2024-12-03 22:54:05
- Commit Hash: c3100db
- 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 = 1733246102
SHA256 (glpi-10.0.17.tgz) = 4cfc485ad2b1ba16e38d2725a13375bda784abf1533a79971711feed0a7f5e11
SIZE (glpi-10.0.17.tgz) = 60497623
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:
-
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- Runtime dependencies:
-
- php.h : lang/php82
- bz2.so : archivers/php82-bz2
- ctype.so : textproc/php82-ctype
- curl.so : ftp/php82-curl
- dom.so : textproc/php82-dom
- exif.so : graphics/php82-exif
- fileinfo.so : sysutils/php82-fileinfo
- filter.so : security/php82-filter
- gd.so : graphics/php82-gd
- iconv.so : converters/php82-iconv
- intl.so : devel/php82-intl
- mbstring.so : converters/php82-mbstring
- mysqli.so : databases/php82-mysqli
- opcache.so : www/php82-opcache
- session.so : www/php82-session
- simplexml.so : textproc/php82-simplexml
- sodium.so : security/php82-sodium
- xml.so : textproc/php82-xml
- xmlreader.so : textproc/php82-xmlreader
- xmlrpc.so : net/pecl-xmlrpc@php82
- xmlwriter.so : textproc/php82-xmlwriter
- zip.so : archivers/php82-zip
- zlib.so : archivers/php82-zlib
- imap.so : mail/php82-imap
- ldap.so : net/php82-ldap
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for glpi-10.0.17,1:
IMAP=on: IMAP support
LDAP=on: LDAP protocol support
===> Use 'make config' to modify these settings
- Options name:
- www_glpi
- USES:
- cpe gettext 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:
|