Port details |
- webtrees Online genealogy viewer (for PHP 5.3-7.3)
- 1.7.20 www
=1 1.7.20Version of this port present on the latest quarterly branch.
- DEPRECATED: Uses obsolete PHP version; use www/webtrees21 instead
This port expired on: 2023-01-30
- Maintainer: ports@bsdserwis.com
- Port Added: 2010-12-16 02:55:46
- Last Update: 2023-01-30 10:43:52
- Commit Hash: 939d13e
- People watching this port, also watch:: pload, dvbsnoop
- 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:
-
- No installation instructions:
- This port has been deleted.
- 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
Packages (timestamps in pop-ups are UTC):
- 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/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
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.20 30 Jan 2023 10:43:52 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2023-01-30 www/webtrees: Uses obsolete PHP version; use www/webtrees21 instead |
1.7.20 29 Dec 2022 12:07:56 |
Nuno Teixeira (eduardo) Author: Krzysztof |
www/webtrees: Mark deprecated and set expiration date
Setting www/webtrees as deprecated because it depends on obsolete php version.
PR: 267543 |
1.7.20 29 Dec 2022 11:35:33 |
Nuno Teixeira (eduardo) Author: Krzysztof |
www/webtrees: Update to 1.7.20 (security release)
- Submitter becomes maintainer
ChangeLog: https://github.com/fisharebest/webtrees/releases/tag/1.7.20
PR: 267466
MFH: 2022Q4
Security: 140a20e1-8769-11ed-b074-002b67dfc673 |
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) |
1.7.18 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 ) |
1.7.18 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
1.7.18 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.7.18 19 Mar 2021 07:35:15 |
danfe |
Add LICENSE (GPLv3+) which should've been part of r568776. |
1.7.18 19 Mar 2021 07:29:27 |
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) |
1.7.13 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
1.7.13 12 Apr 2019 16:37:50 |
swills |
www/webtrees: update to 1.7.13
PR: 235055
Submitted by: sirdice@gmail.com
Approved by: J.R. Oldroyd <fbsd@opal.com> (maintainer) |
1.7.9 06 Oct 2017 10:50:27 |
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) |
1.6.2_2 04 Oct 2017 11:29:15 |
bapt |
Convert to USES=php
While here convert some ports to optiosn helpers |
1.6.2_2 25 May 2016 15:43:34 |
mat |
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight |
1.6.2_2 16 Jan 2016 18:46:29 |
pawel |
Remove deprecated @dirrm
Approved by: portmgr blanket |
1.6.2_2 31 Jul 2015 14:54:33 |
amdmi3 |
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q3 (blanket) |
1.6.2_1 20 May 2015 09:05:42 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
1.6.2_1 05 May 2015 00:15:09 |
wen |
- Add missing PHP modules
PR: 198520
Submitted by: jason@infinitebubble.com
Approved by: fbsd@opal.com(maintainer) |
1.6.2 31 Dec 2014 13:36:03 |
wen |
- Update to 1.6.2
PR: 196368
Submitted by: fbsd@opal.com(maintainer) |
1.5.3 22 May 2014 05:46:26 |
miwi |
- Update to 1.5.3
- Stage support
PR: 189627
Submitted by: maintainer |
1.0.6 11 Mar 2014 20:28:37 |
antoine |
Unbreak |
1.0.6 10 Mar 2014 18:01:09 |
bapt |
Convert www to USES=zip |
1.0.6 03 Jan 2014 01:13:00 |
bapt |
Part 2 at removing now useless FETCH_ARGS redifition |
1.0.6 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.0.6 08 Jan 2012 07:01:25 |
eadler |
Repeated words are are hard to to find sometimes.
Approved by: portmgr (itetcu) |
1.0.6 16 Dec 2010 02:55:19 |
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> |