Port details on branch 2022Q4 |
- webtrees Online genealogy viewer (for PHP 5.3-7.3)
- 1.7.20 www
=0 1.7.20Version of this port present on the latest quarterly branch. - Maintainer: ports@bsdserwis.com
 - Port Added: 2022-12-29 11:45:08
- Last Update: 2022-12-29 11:39:54
- Commit Hash: a9ba925
- 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:
-
- To install the port:
- cd /usr/ports/www/webtrees/ && make install clean
- To add the package, run one of these commands:
- pkg install www/webtrees
- pkg install webtrees
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: webtrees
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1667219014
SHA256 (webtrees-1.7.20.zip) = 207437a5b322224e24cd23f9612f66ccbe8108601fe0a45478ae19452a85eb3c
SIZE (webtrees-1.7.20.zip) = 33333354
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/php80
- calendar.so : misc/php80-calendar
- dom.so : textproc/php80-dom
- filter.so : security/php80-filter
- gd.so : graphics/php80-gd
- pdo_mysql.so : databases/php80-pdo_mysql
- session.so : www/php80-session
- simplexml.so : textproc/php80-simplexml
- xml.so : textproc/php80-xml
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_webtrees
- USES:
- cpe gettext 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 restart 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. 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;
3. 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:
|