Port details |
- webtrees21 Online genealogy viewer (for PHP 7.4-8.2)
- 2.1.22 www =2 2.1.22Version of this port present on the latest quarterly branch.
- Maintainer: ports@bsdserwis.com
- Port Added: 2023-01-16 17:36:13
- Last Update: 2024-12-15 09:04:41
- Commit Hash: 5b534a0
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3+
- WWW:
- https://webtrees.net/
- Description:
- webtrees is the web's leading online collaborative genealogy
application. webtrees works from standard GEDCOM files, and is
therefore compatible with every major desktop application. webtrees
aims to be efficient and effective by using the right combination
of third-party tools, design techniques and open standards.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- webtrees21${PHP_PKGNAMESUFFIX}>0:www/webtrees21
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/www/webtrees21/ && make install clean
- To add the package, run one of these commands:
- pkg install www/webtrees21
- pkg install webtrees21-php82
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: webtrees21-php82
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1733268404
SHA256 (webtrees-2.1.22.zip) = b5b27406013f26e08869b97ff3cb20063f4d272a8385a5c5997df4223c4b079c
SIZE (webtrees-2.1.22.zip) = 34151286
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- php.h : lang/php82
- calendar.so : misc/php82-calendar
- curl.so : ftp/php82-curl
- dom.so : textproc/php82-dom
- filter.so : security/php82-filter
- gd.so : graphics/php82-gd
- iconv.so : converters/php82-iconv
- pdo_mysql.so : databases/php82-pdo_mysql
- session.so : www/php82-session
- xml.so : textproc/php82-xml
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for webtrees21-php82-2.1.22:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- www_webtrees21
- USES:
- cpe php shebangfix zip
- pkg-message:
- For install:
- The following configuration will need to be done prior to using
webtrees for the first time:
1. For installation on the apache web server, add the following to your
apache site configuration, and reload the web server:
Alias /webtrees /usr/local/www/webtrees/
### Add the AcceptPathInfo directive only for Apache 2.0.30
### or later.
AcceptPathInfo On
<Directory /usr/local/www/webtrees>
AllowOverride None
Order Allow,Deny
Allow from all
</Directory>
2. For installation on the nginx web server, add the following to your
nginx site configuration, and reload the web server:
location /webtrees {
alias /usr/local/www/webtrees;
index index.php;
}
location ~ \.php$ {
fastcgi_pass unix:/var/run/php-fpm-www.socket;
fastcgi_param HTTPS on;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $request_filename;
include fastcgi_params;
}
3. Webtrees uses a MySQL database. Configure a MySQL webtrees user
and database using commands such as (substitute PASSWD for something
of your own choosing):
mysql> create user webtrees@localhost identified by PASSWD;
mysql> create database webtrees;
mysql> grant all on webtrees.* to webtrees@localhost;
4. Configure webtrees by browsing to the webtrees URL:
http://your.server.com/webtrees/
and you should be taken to the setup wizard, which will lead you
through setting up webtrees: asking for the database server, database
user and database name, and then assist you in creating a webtrees
admin account, etc.
- Master Sites:
|