head	1.27;
access;
symbols
	RELEASE_8_3_0:1.23
	RELEASE_9_0_0:1.21
	RELEASE_7_4_0:1.19
	RELEASE_8_2_0:1.19
	RELEASE_6_EOL:1.18
	RELEASE_8_1_0:1.18
	RELEASE_7_3_0:1.17
	RELEASE_8_0_0:1.15
	RELEASE_7_2_0:1.12
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.3;
locks; strict;
comment	@# @;


1.27
date	2013.02.14.08.09.26;	author svnexp;	state Exp;
branches;
next	1.26;

1.26
date	2012.11.17.06.02.34;	author svnexp;	state Exp;
branches;
next	1.25;

1.25
date	2012.10.17.06.16.43;	author jgh;	state Exp;
branches;
next	1.24;

1.24
date	2012.09.11.12.05.13;	author jadawin;	state Exp;
branches;
next	1.23;

1.23
date	2012.02.20.09.50.42;	author jadawin;	state Exp;
branches;
next	1.22;

1.22
date	2012.02.10.10.09.51;	author jadawin;	state Exp;
branches;
next	1.21;

1.21
date	2011.09.22.16.55.36;	author jlaffaye;	state Exp;
branches;
next	1.20;

1.20
date	2011.07.12.11.27.33;	author jadawin;	state Exp;
branches;
next	1.19;

1.19
date	2010.12.06.08.34.51;	author jadawin;	state Exp;
branches;
next	1.18;

1.18
date	2010.03.16.10.11.18;	author gahr;	state Exp;
branches;
next	1.17;

1.17
date	2010.01.06.12.14.32;	author jadawin;	state Exp;
branches;
next	1.16;

1.16
date	2009.10.29.15.53.09;	author jadawin;	state Exp;
branches;
next	1.15;

1.15
date	2009.09.07.11.25.23;	author jadawin;	state Exp;
branches;
next	1.14;

1.14
date	2009.07.22.14.49.39;	author jadawin;	state Exp;
branches;
next	1.13;

1.13
date	2009.07.02.12.27.54;	author jadawin;	state Exp;
branches;
next	1.12;

1.12
date	2009.01.30.08.57.14;	author beech;	state Exp;
branches;
next	1.11;

1.11
date	2009.01.28.05.22.03;	author pgollucci;	state Exp;
branches;
next	1.10;

1.10
date	2008.12.03.11.03.19;	author beech;	state Exp;
branches;
next	1.9;

1.9
date	2008.09.26.09.40.52;	author miwi;	state Exp;
branches;
next	1.8;

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

1.7
date	2008.06.10.11.50.32;	author chinsan;	state Exp;
branches;
next	1.6;

1.6
date	2008.01.29.14.03.56;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2007.12.31.18.29.57;	author lme;	state Exp;
branches;
next	1.4;

1.4
date	2007.08.27.12.40.09;	author rafan;	state Exp;
branches;
next	1.3;

1.3
date	2007.03.24.16.43.27;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2007.02.12.14.58.32;	author rafan;	state Exp;
branches;
next	1.1;

1.1
date	2007.02.11.23.16.49;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.27
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312199
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by:	Mathias Monnerville <mathias@@monnerville.com>
#
# $FreeBSD: head/www/glpi/Makefile 312199 2013-02-14 07:38:34Z miwi $

PORTNAME=	glpi
PORTVERSION=	0.83.7
PORTEPOCH=	1
CATEGORIES=	www
MASTER_SITES=	http://droidng.free.fr/freebsd/ \
		http://glpi-project.org/IMG/gz/

MAINTAINER=	mathias@@monnerville.com
COMMENT=	Free IT and asset management software

USE_PHP=	mysql mbstring pcre session xml json ctype
WANT_PHP_WEB=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}
NO_BUILD=	yes
PKGMESSAGE=	${WRKDIR}/pkg-message
CPIOARGS=	--quiet -pdum -R

GLPIDIR?=	www/${PORTNAME}

OPTIONS_DEFINE=	LDAP IMAP
IMAP_DESC=	IMAP support

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MLDAP}
USE_PHP+=	ldap
.endif

.if ${PORT_OPTIONS:MIMAP}
USE_PHP+=	imap
.endif

post-extract:
	@@${FIND} ${WRKSRC} -name '*~' -delete

post-configure:
	@@${SED} -e 's,%%PREFIX%%,${PREFIX},g' \
	  -e 's,%%GLPIDIR%%,${GLPIDIR},g' pkg-message > ${PKGMESSAGE}

do-install:
	@@${MKDIR} -m 0755 ${PREFIX}/${GLPIDIR}
	@@cd ${WRKSRC} && ${FIND} * -print | ${CPIO} ${CPIOARGS} ${WWWOWN}:${WWWGRP} ${PREFIX}/${GLPIDIR}
	@@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${GLPIDIR}

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.26
log
@Switch exporter over
@
text
@d3 1
a3 1
# $FreeBSD: head/www/glpi/Makefile 306001 2012-10-17 06:16:43Z jgh $
d6 1
a6 1
PORTVERSION=	0.83.5
@


1.25
log
@SVN rev 306001 on 2012-10-17 06:16:43Z by jgh

- update to 0.83.5, adopt optionsNG
- while here pet portlint

PR:		172788
Submitted by:	maintainer, mathias@@monnerville.com
Feature safe:	yes
@
text
@d3 1
a3 1
# $FreeBSD$
@


1.24
log
@SVN rev 304090 on 2012-09-11 12:05:13Z by jadawin

- Update to 0.83.4

PR:		ports/170818
Submitted by:	Mathias Monnerville <mathias _AT_ monnerville.com>
@
text
@d1 1
a1 3
# New ports collection makefile for:	glpi
# Date created:			9 February 2007
# Whom:				Mathias Monnerville <mathias@@monnerville.com>
a3 1
#
d6 1
a6 1
PORTVERSION=	0.83.4
d15 1
a15 1
USE_PHP=	mysql mbstring pcre session xml json
d25 2
a26 2
OPTIONS=	LDAP "With LDAP support" off \
		IMAP "With imap support" off
d28 1
a28 1
.include <bsd.port.pre.mk>
d30 1
a30 1
.if defined(WITH_LDAP)
d34 1
a34 1
.if defined(WITH_IMAP)
d53 1
a53 1
.include <bsd.port.post.mk>
@


1.23
log
@- Update to 0.80.7

PR:		ports/165203
Submitted by:	Mathias Monnerville <mathias [AT] monnerville.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.80.7
@


1.22
log
@- Update to 0.80.2 due to CVE-2011-2720

PR:		ports/164904
Submitted by:	Mathias Monnerville <mathias _AT_ monnerville.com> (maintainer)
@
text
@d9 2
a10 2
DISTVERSION=	0.80.61
PORTREVISION=	1
@


1.21
log
@Update to 0.80.2

PR:		ports/160841
Submitted by:	Mathias Monnerville <mathias@@monnerville.com> (maintainer)
@
text
@d9 1
a9 1
DISTVERSION=	0.80.2
@


1.20
log
@- Add mbstring dependency
- Add options ldap and imap support

PR:		ports/158795
Submitted by:	Gvozdikov Veniamin <g.veniamin _AT_ googlemail.com>
Approved by:	maintainer
@
text
@d9 1
a9 1
DISTVERSION=	0.78.1
d12 2
a13 2
MASTER_SITES=	http://glpi-project.org/IMG/gz/ \
		http://download.gna.org/kanicule/freebsd/distfiles/
@


1.19
log
@- Update to 0.78.1

PR:		ports/152782
Submitted by:	Mathias Monnerville <mathias AT monnerville.com>
@
text
@d10 1
d18 1
a18 1
USE_PHP=	mysql pcre session xml json
d28 3
d33 8
@


1.18
log
@- Update to 0.72.4

PR:		144783
Submitted by:	Mathias Monnerville <mathias@@monnerville.com> (maintainer)
@
text
@d9 1
a9 2
DISTVERSION=	0.72.4
PORTREVISION=	1
@


1.17
log
@- Add php5-json dependency
- Bump PORTREVISION

PR:		ports/142364
Submitted by:	Serg <mail_of_sergey mail.ru>
Approved by:	maintainer
@
text
@d9 1
a9 1
DISTVERSION=	0.72.3
@


1.16
log
@- Update to 0.72.3
- Changelog at <http://www.glpi-project.org/spip.php?page=annonce&id_breve=183&lang=en>

PR:		ports/140085
Submitted by:	Mathias Monnerville <mathias _AT_ monnerville.com> (maintainer)
@
text
@d10 1
d18 1
a18 1
USE_PHP=	mysql pcre session xml
@


1.15
log
@- Update to 0.72.2

PR:		ports/138608
Submitted by:	Mathias Monnerville <mathias monnerville.com>
@
text
@d9 1
a9 1
DISTVERSION=	0.72.2
@


1.14
log
@- Update to 0.72

PR:		ports/136990
Submitted by:	Mathias Monnerville <mathias monnerville.com> (maintainer)
@
text
@d9 1
a9 1
DISTVERSION=	0.72
@


1.13
log
@- Update to 0.71.6

PR:		ports/136241
Submitted by:	Mathias Monnerville <mathias monnerville.com> (maintainer)
@
text
@d9 1
a9 1
DISTVERSION=	0.71.6
@


1.12
log
@- Update to 0.71.5

See: http://www.glpi-project.org/spip.php?page=annonce&id_breve=163&lang=en

PR:		ports/131076
Submitted by:	Mathias Monnerville <mathias@@monnerville.com> (maintainer)
@
text
@d9 1
a9 1
DISTVERSION=	0.71.5
@


1.11
log
@- update to 0.71.4

PR:             ports/131011
Submitted by:   Mathias Monnerville <mathias@@monnerville.com> (maintainer)
Security:       http://www.vuxml.org/freebsd/2ffb1b0d-ecf5-11dd-abae-00219b0fc4d8.html
@
text
@d9 1
a9 1
DISTVERSION=	0.71.4
@


1.10
log
@- GLPI upgrade to 0.71.3

PR:		ports/129387
Submitted by:	Mathias Monnerville <mathias@@monnerville.com> (maintainer)
@
text
@d9 1
a9 1
DISTVERSION=	0.71.3
@


1.9
log
@- Update to 0.71.2

PR:		127622
Submitted by:	Mathias Monnerville <mathias@@monnerville.com> (maintainer)
@
text
@d9 1
a9 1
DISTVERSION=	0.71.2
@


1.8
log
@- Update to 0.71

PR:		ports/125615
Submitted by:	Mathias Monnerville <mathias@@monnerville.com> (maintainer)
@
text
@d9 1
a9 1
DISTVERSION=	0.71
@


1.7
log
@- Update to 0.70.2

PR:		ports/124429
Submitter:	maintainer
@
text
@d9 1
a9 1
DISTVERSION=	0.70.2
@


1.6
log
@- Update to 0.70.1.a

PR:		119889
Submitted by:	Mathias Monnerville <mathias@@monnerville.com> (maintainer)
@
text
@d9 1
a9 1
DISTVERSION=	0.70.1a
@


1.5
log
@- Update to 0.70

PR:		ports/119153
Submitted by:	Mathias Monnerville <mathias (AT) monnerville.com>
@
text
@d9 1
a9 1
DISTVERSION=	0.70
@


1.4
log
@- Update to 0.68.3.2
- Remove editor backup files

PR:		ports/115828
Submitted by:	Mathias Monnerville <mathias.monnerville at paris-sorbonne.fr> (maintainer)
@
text
@d9 1
a9 1
DISTVERSION=	0.68.3-2
d39 1
a39 1
	@@${CHOWN} ${WWWOWN}:${WWWGRP} ${PREFIX}/${GLPIDIR}
@


1.3
log
@- WWWOWN and WWWGRP are defined in bsd.port.mk
@
text
@d9 1
a9 2
PORTVERSION=	0.68.3
PORTREVISION=	1
d12 1
a12 1
		http://download.gna.org/kanicule/
d29 3
@


1.2
log
@- GLPI does not use gettext for i18n
- Bump PORTREVISION

PR:		ports/109088
Submitted by:	Mathias Monnerville <mathias at monnerville.com> (maintainer)
@
text
@a26 2
WWWOWN?=	www
WWWGRP?=	www
@


1.1
log
@GLPI is an Information Resource-Manager with an additional
Administration- Interface. You can use it to build up a
database with an inventory for your company (computer,
software, printers...). It has enhanced functions to make
the daily life for the administrators easier, like a job-
tracking-system with mail-notification and methods to build
a database with basic information about your network-topology.

WWW: http://glpi-project.org/

PR:		ports/109055
Submitted by:	Mathias Monnerville <mathias at monnerville.com>
@
text
@d10 1
d18 1
a18 1
USE_PHP=	gettext mysql pcre session xml
@

