head	1.18;
access;
symbols
	RELEASE_8_3_0:1.13
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.10
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6;
locks; strict;
comment	@# @;


1.18
date	2013.02.13.11.55.28;	author svnexp;	state Exp;
branches;
next	1.17;

1.17
date	2013.01.12.13.36.41;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2012.11.30.07.29.52;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2012.11.17.06.02.34;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2012.05.21.17.09.58;	author linimon;	state Exp;
branches;
next	1.13;

1.13
date	2012.03.14.20.13.33;	author pav;	state Exp;
branches;
next	1.12;

1.12
date	2011.05.01.07.02.07;	author dhn;	state Exp;
branches;
next	1.11;

1.11
date	2010.12.13.20.09.11;	author pav;	state Exp;
branches;
next	1.10;

1.10
date	2009.01.19.17.52.56;	author nox;	state Exp;
branches;
next	1.9;

1.9
date	2008.12.19.22.00.32;	author pav;	state Exp;
branches;
next	1.8;

1.8
date	2008.04.20.22.36.31;	author pav;	state Exp;
branches;
next	1.7;

1.7
date	2007.05.19.20.24.52;	author flz;	state Exp;
branches;
next	1.6;

1.6
date	2006.01.07.14.16.14;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2006.01.05.23.13.22;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	2006.01.04.05.54.26;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2005.12.17.18.36.00;	author kris;	state Exp;
branches;
next	1.2;

1.2
date	2005.09.26.16.06.49;	author garga;	state Exp;
branches;
next	1.1;

1.1
date	2005.09.13.12.36.50;	author garga;	state Exp;
branches;
next	;


desc
@@


1.18
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312150
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Hubert Tournier <hubert@@frbsd.org>
# $FreeBSD: head/www/geneweb/Makefile 312150 2013-02-13 09:43:37Z rm $

PORTNAME=	geneweb
PORTVERSION=	6.06
CATEGORIES=	www
MASTER_SITES=	http://opensource.geneanet.org/attachments/download/211/
DISTNAME=	gw-${PORTVERSION}-src
EXTRACT_SUFX=	.tgz

MAINTAINER=	alex@@stangl.us
COMMENT=	Advanced genealogy software

LICENSE=	GPLv2

BUILD_DEPENDS=	ocamlc:${PORTSDIR}/lang/ocaml \
		camlp5:${PORTSDIR}/devel/ocaml-camlp5

HAS_CONFIGURE=	yes

OPTIONS_DEFINE=	GTK2

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MGTK2}
BUILD_DEPENDS+=	ocaml-lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2
MAKE_ENV+=	ENABLE_GUI=yes
PLIST_SUB+=	GUI=""
.else
PLIST_SUB+=	GUI="@@comment "
.endif

MAN1=		ged2gwb.1 gwb2ged.1 gwc.1 gwc2.1 gwu.1 gwd.1 consang.1 gwsetup.1

SUB_FILES+=	pkg-message
USE_RC_SUBR=	gwd

post-install:
	(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} distrib)
	${INSTALL_DATA} ${WRKSRC}/etc/a.gwf ${PREFIX}/share/geneweb
	${MKDIR} ${PREFIX}/share/geneweb/distribution
	${CP} -a ${WRKSRC}/distribution ${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.17
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310269
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/www/geneweb/Makefile 310269 2013-01-12 12:16:03Z rm $
d5 1
a5 1
PORTVERSION=	6.05
d7 1
a7 1
MASTER_SITES=	http://opensource.geneanet.org/attachments/download/190/
d21 12
@


1.16
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/307994
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307994 | jhale | 2012-11-30 07:27:45 +0000 (Fri, 30 Nov 2012) | 8 lines
## SVN ##
## SVN ## - Pass maintainership to new volunteer [1]
## SVN ## - Remove indefinite article from COMMENT
## SVN ## - Trim Makefile header
## SVN ## - Remove SVN tag from pkg-plist
## SVN ##
## SVN ## Submitted by:	Alex Stangl <alex@@stangl.us> (via ports@@ ML)
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d2 1
a2 1
# $FreeBSD: head/www/geneweb/Makefile 307994 2012-11-30 07:27:45Z jhale $
d5 1
a5 1
PORTVERSION=	5.02
d7 2
a8 1
MASTER_SITES=	ftp://ftp.inria.fr/INRIA/Projects/cristal/geneweb/Src/
d14 2
a18 2
BROKEN=		does not build

d24 1
d27 1
d29 2
@


1.15
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	geneweb
# Date created:				10 septembre 2005
# Whom:					Hubert Tournier <hubert@@frbsd.org>
#
# $FreeBSD: head/www/geneweb/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d10 2
a11 2
MAINTAINER=	ports@@FreeBSD.org
COMMENT=	An advanced genealogy software
@


1.14
log
@Reset hubert@@frbsd.org: address rejecting email.

Hat:		portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@- Mark BROKEN: does not build
  camlp5r ./pa_lock.cmo ./pa_html.cmo pa_extend.cmo ../wserver/pa_macro5.cmo -DUNIX -o srcfile.ppo srcfile.ml
  ocamlopt.opt -I ../wserver -I ../dag2html -I +camlp5 -c -impl srcfile.ppo
  File "srcfile.ml", line 195, characters 4-56:
  Error: Unbound constructor Stdpp.Exc_located
  *** Error code 2

Reported by:	pointyhat
Feature safe:	yes
@
text
@d14 1
a14 1
MAINTAINER=	hubert@@frbsd.org
@


1.12
log
@- Update to 5.02

PR:		ports/156732
Submitted by:	Hubert Tournier <hubert@@tournier.org> (maintainer)
@
text
@d20 2
@


1.11
log
@- Mark BROKEN: does not build

Reported by:	pointyhat
@
text
@d9 1
a9 1
PORTVERSION=	5.01
a19 2
BROKEN=		does not build

@


1.10
log
@Update to 5.01

PR:		ports/130696
Submitted by:	Hubert Tournier <hubert@@frbsd.org>
@
text
@d20 2
@


1.9
log
@- Set for expiration in one month: has been broken for more than 6 months
@
text
@d9 1
a9 2
PORTVERSION=	4.10
PORTREVISION=	4
d12 1
a12 1
DISTNAME=	${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}-1${DISTVERSIONSUFFIX}
d17 2
a18 1
BUILD_DEPENDS=	ocamlc:${PORTSDIR}/lang/ocaml
d20 1
a20 3
BROKEN=		does not build with new ocaml
DEPRECATED=	has been broken for more than 6 months
EXPIRATION_DATE=2009-01-19
d22 1
a22 1
MAN1=		ged2gwb.1 gwb2ged.1 gwc.1 gwu.1
d29 1
@


1.8
log
@- Mark BROKEN: Camlp4: Uncaught exception: DynLoader.Error ("pa_ifdef.cmo",
  "file not found in path")

Reported by:	pointyhat
@
text
@d21 2
@


1.7
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d20 2
@


1.6
log
@- Chase distinfo; tarball rerolled with corrected permissions

PR:		ports/91446
Submitted by:	Hubert Tournier <hubert@@frbsd.org> (maintainer)
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.5
log
@- Fix permissions on datafiles
- Add SHA256

PR:		ports/91350
Submitted by:	Hubert Tournier <hubert@@frbsd.org> (maintainer)
@
text
@a19 1
WRKSRC=		${WRKDIR}/${PORTNAME}
a26 1
	${FIND} ${DATADIR} -type f | ${XARGS} ${CHMOD} go+r
@


1.4
log
@Update port: www/geneweb upgrade to version 4.10-1

	Upgrade to a new version of GeneWeb fixing the recent
	compilation problems with ocaml 3.0.9

PR:		ports/91288
Submitted by:	Tournier <hubert@@frbsd.org>
@
text
@d10 1
a10 1
PORTREVISION=	2
d28 1
@


1.3
log
@BROKEN: Does not build
@
text
@d10 1
a10 1
PORTREVISION=	1
d13 1
d20 1
a20 2
BROKEN=		Does not build

d27 1
a27 1
	${INSTALL_SCRIPT} files/install.sh ${PREFIX}/share/geneweb
@


1.2
log
@- Fix friend/wizard sessions and images upload.
- Bump PORTREVISION

PR:		ports/86568
Submitted by:	maintainer
@
text
@d19 2
@


1.1
log
@Add geneweb 4.10, an advanced genealogy software.

PR:		ports/85957
Submitted by:	Hubert Tournier <hubert@@frbsd.org>
@
text
@d10 1
@

