aboutsummaryrefslogtreecommitdiffstats
path: root/www/phpgedview
Commit message (Collapse)AuthorAgeFilesLines
* [MAINTAINER-UPDATE] www/phpGedView: update to 3.2.1edwin2004-12-233-10/+15
| | | | | | | | | | | | | | - Update to 3.2.1 Also: - move pre-install to post-extract - do not copy the -dist files to their real name but leave that as an exercise for the user. Otherwise it will clobber up the pkg-plist too much, which is created at install-time and thus doesn't have the nifty features like @unexec. PR: ports/75384 Submitted by: Alexander Novitsky <alecn2002@yandex.ru>
* Remove direct dependency on apache, since it is implied with USE_PHP.edwin2004-12-231-16/+2
| | | | Noticed by: pointyhat / kris
* [UPDATE] port www/phpgedview to ver.3.1edwin2004-12-223-358/+47
| | | | | | | 'pkg-plist' file was deleted, it's generated on-the-fly now PR: ports/72001 Submitted by: Alexander Novitsky <alecn2002@yandex.ru>
* Fix CATEGORIES, this is www, not misc.erwin2004-05-281-1/+1
|
* PhpGedView parses GEDCOM 5.5 genealogy files and displays them on thepav2004-05-285-0/+399
Internet in a format similar to desktop programs. All it requires to run is a PHP enabled web server and a gedcom file. You can easily customize it by using one of the provided themes or by modifying them to meet your own needs. PR: ports/63153 Submitted by: Hubert Tournier <hubert@frbsd.org>