Port details |
- webtrees20 Online genealogy viewer (for PHP 7.1-7.4)
- 2.0.25 www =2 2.0.25Version of this port present on the latest quarterly branch.
- Maintainer: ports@bsdserwis.com
- Port Added: 2021-03-15 17:44:59
- Last Update: 2023-04-16 18:09:23
- Commit Hash: 0ac3a69
- 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:
-
- webtrees20>0:www/webtrees20
- To install the port:
- cd /usr/ports/www/webtrees20/ && make install clean
- To add the package, run one of these commands:
- pkg install www/webtrees20
- pkg install webtrees20
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: webtrees20
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1667219014
SHA256 (webtrees-2.0.25.zip) = 19e5aa781e43b334b65c7a14d9b0de75e1fce68c6befa03478693e5f5caebfda
SIZE (webtrees-2.0.25.zip) = 31090666
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/php81
- calendar.so : misc/php81-calendar
- dom.so : textproc/php81-dom
- filter.so : security/php81-filter
- gd.so : graphics/php81-gd
- pdo_mysql.so : databases/php81-pdo_mysql
- session.so : www/php81-session
- simplexml.so : textproc/php81-simplexml
- xml.so : textproc/php81-xml
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_webtrees20
- 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 restart the web server:
Alias /webtrees20 /usr/local/www/webtrees20/
### Add the AcceptPathInfo directive only for Apache 2.0.30
### or later.
AcceptPathInfo On
<Directory /usr/local/www/webtrees20>
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 webtrees20@localhost identified by PASSWD;
mysql> create database webtrees20;
mysql> grant all on webtrees20.* to webtrees20@localhost;
3. Configure webtrees by browsing to the webtrees URL:
http://your.server.com/webtrees20/
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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.25 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 ) |
2.0.25 16 Jan 2023 17:33:55 |
Mikael Urankar (mikael) Author: Krzysztof |
www/webtrees20: Update to 2.0.25
While here, pass maintainership to Krzysztof.
PR: 267465
Approved by: Andre Rikkert de Koe, Krzysztof (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) |
2.0.19 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 ) |
2.0.19 22 Dec 2021 16:24:50 |
Fernando Apesteguía (fernape) Author: Andre Rikkert de Koe - ARK-ICT |
www/webtrees20: update to 2.0.19
ChangeLog: https://webtrees.net/blog/
PR: 260477
Reported by: freebsd-ports@andre.rikkertdekoe.nl (maintainer) |
2.0.17 08 Nov 2021 07:30:48 |
Mikael Urankar (mikael) Author: Andre Rikkert de Koe |
www/webtrees20: Update to 2.0.17.
PR: 259633 |
2.0.16 25 May 2021 11:36:35 |
Fernando Apesteguía (fernape) |
www/webtrees20: update to 2.0.16
ChangeLog: https://webtrees.net/blog/
PR: 256124
Reported by: freebsd-ports@andre.rikkertdekoe.nl (maintainer) |
2.0.13 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.13 19 Mar 2021 07:51:22 |
danfe |
Fork off the `www/webtrees20' port which tracks 2.0.x branch and
targets PHP versions 7.1-7.4. It is fully supported and actively
maintained.
PR: 250883, 254336 |
2.0.12 19 Mar 2021 07:44:28 |
danfe |
Remove incorrectly added and not very well reviewed port.
PR: 250883 |
2.0.12 15 Mar 2021 17:44:22 |
nc |
New port: www/webtrees20: Online genealogy viewer
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.
WWW: http://webtrees.net/
PR: 250883
Submitted by: Andre Rikkert de Koe <freebsd-ports@andre.rikkertdekoe.nl> |