Update to 5.01
PR: ports/130696 Submitted by: Hubert Tournier <hubert@frbsd.org>
This commit is contained in:
parent
8c18621aeb
commit
19eaafa44d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226437
@ -6,28 +6,27 @@
|
||||
#
|
||||
|
||||
PORTNAME= geneweb
|
||||
PORTVERSION= 4.10
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 5.01
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/geneweb/Src/
|
||||
DISTNAME= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}-1${DISTVERSIONSUFFIX}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= hubert@frbsd.org
|
||||
COMMENT= An advanced genealogy software
|
||||
|
||||
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
|
||||
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \
|
||||
camlp5:${PORTSDIR}/devel/ocaml-camlp5
|
||||
|
||||
BROKEN= does not build with new ocaml
|
||||
DEPRECATED= has been broken for more than 6 months
|
||||
EXPIRATION_DATE=2009-01-19
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
MAN1= ged2gwb.1 gwb2ged.1 gwc.1 gwu.1
|
||||
MAN1= ged2gwb.1 gwb2ged.1 gwc.1 gwc2.1 gwu.1 gwd.1 consang.1 gwsetup.1
|
||||
|
||||
SUB_FILES+= pkg-message
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/etc/a.gwf ${PREFIX}/share/geneweb
|
||||
${INSTALL_SCRIPT} ${FILESDIR}/install.sh ${PREFIX}/share/geneweb
|
||||
${CHMOD} -R go+r ${PREFIX}/share/geneweb ${_MANPAGES}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (geneweb-4.10-1.tar.gz) = d9a0840da5282b8260dc1234e4aeda3f
|
||||
SHA256 (geneweb-4.10-1.tar.gz) = 138e007ab23ad7b19220286e4e4bbd998861da4c63ad90b1df173c411b37236b
|
||||
SIZE (geneweb-4.10-1.tar.gz) = 998401
|
||||
MD5 (geneweb-5.01.tgz) = a1a763213d08bc0e0f547dff9b6f2ee4
|
||||
SHA256 (geneweb-5.01.tgz) = dcc6b2ea4659e8dc816ab3ea573d9177bdd83597c36d8628f9ce1dbc30a28e6c
|
||||
SIZE (geneweb-5.01.tgz) = 1388008
|
||||
|
@ -3,6 +3,7 @@ bin/consang
|
||||
bin/ged2gwb
|
||||
bin/gwb2ged
|
||||
bin/gwc
|
||||
bin/gwc2
|
||||
bin/gwd
|
||||
bin/gwu
|
||||
%%DATADIR%%/a.gwf
|
||||
@ -124,15 +125,35 @@ bin/gwu
|
||||
%%DATADIR%%/doc/sv/server.htm
|
||||
%%DATADIR%%/doc/sv/start.htm
|
||||
%%DATADIR%%/doc/sv/update.htm
|
||||
%%DATADIR%%/etc/accent.txt
|
||||
%%DATADIR%%/etc/anclist.txt
|
||||
%%DATADIR%%/etc/ancmenu.txt
|
||||
%%DATADIR%%/etc/ancsosa.txt
|
||||
%%DATADIR%%/etc/anctree.txt
|
||||
%%DATADIR%%/etc/calendar.txt
|
||||
%%DATADIR%%/etc/copyr.txt
|
||||
%%DATADIR%%/etc/cousmenu.txt
|
||||
%%DATADIR%%/etc/dag.txt
|
||||
%%DATADIR%%/etc/deslist.txt
|
||||
%%DATADIR%%/etc/desmenu.txt
|
||||
%%DATADIR%%/etc/forum.txt
|
||||
%%DATADIR%%/etc/index.txt
|
||||
%%DATADIR%%/etc/moved.txt
|
||||
%%DATADIR%%/etc/particles.txt
|
||||
%%DATADIR%%/etc/perso.txt
|
||||
%%DATADIR%%/etc/random_css.txt
|
||||
%%DATADIR%%/etc/redirect.txt
|
||||
%%DATADIR%%/etc/relmenu.txt
|
||||
%%DATADIR%%/etc/renamed.txt
|
||||
%%DATADIR%%/etc/robot.txt
|
||||
%%DATADIR%%/etc/robots.txt
|
||||
%%DATADIR%%/etc/stats.txt
|
||||
%%DATADIR%%/etc/summary.txt
|
||||
%%DATADIR%%/etc/updfam.txt
|
||||
%%DATADIR%%/etc/updhist.txt
|
||||
%%DATADIR%%/etc/updind.txt
|
||||
%%DATADIR%%/etc/updmenu.txt
|
||||
%%DATADIR%%/etc/welcome.txt
|
||||
%%DATADIR%%/images/female.png
|
||||
%%DATADIR%%/images/gwback.jpg
|
||||
%%DATADIR%%/images/gwlogo.png
|
||||
@ -195,8 +216,10 @@ bin/gwu
|
||||
%%DATADIR%%/install.sh
|
||||
%%DATADIR%%/lang/advanced.txt
|
||||
%%DATADIR%%/lang/alias_lg.txt
|
||||
%%DATADIR%%/lang/lex_utf8.txt
|
||||
%%DATADIR%%/lang/lexicon.txt
|
||||
%%DATADIR%%/lang/start.txt
|
||||
%%DATADIR%%/lang/start_utf8.txt
|
||||
%%DATADIR%%/lang/version.txt
|
||||
@dirrm %%DATADIR%%/doc/de
|
||||
@dirrm %%DATADIR%%/doc/en
|
||||
|
Loading…
Reference in New Issue
Block a user