Port details |
- webtrees Online genealogy viewer (for PHP 5.3-7.3)
- 1.7.18 www
=1 1.7.18Version of this port present on the latest quarterly branch. - Maintainer: fbsd@opal.com
 - Port Added: 2010-12-16 02:55:46
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: dvbsnoop, wifimgr
- License: GPLv3+
- 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.
WWW: http://webtrees.net/
- SVNWeb : git : Homepage
- 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
- PKGNAME: webtrees
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1615385950
SHA256 (webtrees-1.7.18.zip) = ca66952a8e6eb3155e2136efe73b502a0c99bd324b12f5b36a4d81474d8cc298
SIZE (webtrees-1.7.18.zip) = 33452680
- 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/php74
- calendar.so : misc/php74-calendar
- dom.so : textproc/php74-dom
- filter.so : security/php74-filter
- gd.so : graphics/php74-gd
- json.so : devel/php74-json
- pdo_mysql.so : databases/php74-pdo_mysql
- session.so : www/php74-session
- simplexml.so : textproc/php74-simplexml
- xml.so : textproc/php74-xml
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- www_webtrees
- 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 /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:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 1.7.18
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
19 Mar 2021 07:35:15
1.7.18
|
danfe  |
Add LICENSE (GPLv3+) which should've been part of r568776. |
19 Mar 2021 07:29:27
1.7.18
|
danfe  |
- Update to the latest version 1.7.18
- Include target PHP version in the COMMENT
- Prepare pkg-message.in for upcoming suffixed port(s) |
14 Aug 2019 12:25:09
1.7.13
|
mat  |
Convert to UCL & cleanup pkg-message (categories w) |
12 Apr 2019 16:37:50
1.7.13
|
swills  |
www/webtrees: update to 1.7.13
PR: 235055
Submitted by: sirdice@gmail.com
Approved by: J.R. Oldroyd <fbsd@opal.com> (maintainer) |
06 Oct 2017 10:50:27
1.7.9
|
sunpoet  |
Update to 1.7.9
Changes: https://wiki.webtrees.net/en/Release_History
PR: 222794
Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer) |
04 Oct 2017 11:29:15
1.6.2_2
|
bapt  |
Convert to USES=php
While here convert some ports to optiosn helpers |
25 May 2016 15:43:34
1.6.2_2
|
mat  |
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight |
16 Jan 2016 18:46:29
1.6.2_2
|
pawel  |
Remove deprecated @dirrm
Approved by: portmgr blanket |
31 Jul 2015 14:54:33
1.6.2_2
|
amdmi3  |
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q3 (blanket) |
20 May 2015 09:05:42
1.6.2_1
|
amdmi3  |
- Add CPE info
Approved by: portmgr blanket |
05 May 2015 00:15:09
1.6.2_1
|
wen  |
- Add missing PHP modules
PR: 198520
Submitted by: jason@infinitebubble.com
Approved by: fbsd@opal.com(maintainer) |
31 Dec 2014 13:36:03
1.6.2
|
wen  |
- Update to 1.6.2
PR: 196368
Submitted by: fbsd@opal.com(maintainer) |
22 May 2014 05:46:26
1.5.3
|
miwi  |
- Update to 1.5.3
- Stage support
PR: 189627
Submitted by: maintainer |
11 Mar 2014 20:28:37
1.0.6
|
antoine  |
Unbreak |
10 Mar 2014 18:01:09
1.0.6
|
bapt  |
Convert www to USES=zip |
03 Jan 2014 01:13:00
1.0.6
|
bapt  |
Part 2 at removing now useless FETCH_ARGS redifition |
20 Sep 2013 23:36:54
1.0.6
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
08 Jan 2012 07:01:25
1.0.6
|
eadler  |
Repeated words are are hard to to find sometimes.
Approved by: portmgr (itetcu) |
16 Dec 2010 02:55:19
1.0.6
|
wen  |
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 to be efficient and effective by using the right combination
of third-party tools, design techniques and open standards.
WWW: http://webtrees.net/
PR: ports/153160
Submitted by: "J.R. Oldroyd" <fbsd@opal.com> |