head	1.15;
access;
symbols
	PRE_XORG_7:1.12
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4;
locks; strict;
comment	@# @;


1.15
date	2007.06.22.08.06.11;	author beech;	state dead;
branches;
next	1.14;

1.14
date	2007.06.14.22.30.59;	author beech;	state Exp;
branches;
next	1.13;

1.13
date	2007.05.19.20.05.06;	author flz;	state Exp;
branches;
next	1.12;

1.12
date	2007.04.09.09.07.58;	author sat;	state Exp;
branches;
next	1.11;

1.11
date	2007.02.25.05.31.48;	author linimon;	state Exp;
branches;
next	1.10;

1.10
date	2007.02.12.23.25.40;	author sat;	state Exp;
branches;
next	1.9;

1.9
date	2007.01.29.00.00.27;	author shaun;	state Exp;
branches;
next	1.8;

1.8
date	2006.06.19.20.06.52;	author shaun;	state Exp;
branches;
next	1.7;

1.7
date	2006.04.15.16.29.25;	author scrappy;	state Exp;
branches;
next	1.6;

1.6
date	2006.04.08.07.52.25;	author thierry;	state Exp;
branches;
next	1.5;

1.5
date	2006.03.15.22.39.11;	author thierry;	state Exp;
branches;
next	1.4;

1.4
date	2006.01.06.00.38.11;	author thierry;	state Exp;
branches;
next	1.3;

1.3
date	2005.12.06.20.49.40;	author thierry;	state Exp;
branches;
next	1.2;

1.2
date	2005.10.08.19.08.34;	author thierry;	state Exp;
branches;
next	1.1;

1.1
date	2005.08.28.09.36.29;	author thierry;	state Exp;
branches;
next	;


desc
@@


1.15
log
@- Ports renamed for consistency

PR:		ports/112327
Repocopy by:	marcus
Approved by:	sat (maintainer)
@
text
@# Ports collection makefile for:  Gollem
# Date created:			  Sun Dec 16, 2001
# Whom:				  Thierry Thomas (<thierry@@pompo.net>)
#
# $FreeBSD: ports/ftp/gollem/Makefile,v 1.14 2007/06/14 22:30:59 beech Exp $
#

PORTNAME=	gollem
PORTVERSION=	1.0.2
PORTREVISION=	2
CATEGORIES=	ftp www

MAINTAINER=	beech@@FreeBSD.org
COMMENT=	Gollem is the Horde web-based File Manager

USE_HORDE=	base
USE_GETTEXT=	yes
PORTDOCS=	README CHANGES CREDITS INSTALL RELEASE_NOTES TODO

.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
.include <bsd.port.mk>
@


1.14
log
@- Update maintainer address.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d13 1
a13 1
MAINTAINER=	beech@@alaskaparadise.com
@


1.12
log
@- Convert the rest of horde ports to bsd.horde.mk

Approved by:	Beech Rintoul <beech@@alaskaparadise.com> (maintainer, implicit)
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.11
log
@Fix index breakage due to move of www/horde to www/horde-base.

PR:		ports/109512
Submitted by:	"Josef M." jm dot public at gmail dot com
Pointy hat to:	sat
@
text
@a11 2
MASTER_SITES=	HORDE
DISTNAME=	${PORTNAME}-h3-${PORTVERSION}
d16 1
a16 3
RUN_DEPENDS=	${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde-base

NO_BUILD=	yes
d18 1
a18 51
USE_APACHE=	1.3+	# needed to test APACHE_VERSION

PLIST_SUB=	GOLLEMDIR=${LGOLLEMDIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||}
PKGMESSAGE=	${WRKDIR}/pkg-message
PKGDEINSTALL=	${WRKDIR}/pkg-deinstall
SUB_FILES=	pkg-message pkg-install pkg-deinstall
SUB_LIST=	GOLLEMDIR=${GOLLEMDIR}

DOCS=		README docs/CHANGES docs/CREDITS docs/INSTALL	\
		docs/RELEASE_NOTES docs/TODO
CONFFILE=	backends.php credentials.php menu.php mime_drivers.php motd.php	\
		prefs.php
SUB_DIRS=	config js lib locale po templates themes

LHORDEDIR?=	www/horde
LGOLLEMDIR?=	${LHORDEDIR}/gollem

GOLLEMDIR=	${PREFIX}/${LGOLLEMDIR}
CONFDIR=	${GOLLEMDIR}/config

.include <bsd.port.pre.mk>

.if ${APACHE_VERSION} >= 20
HORDE_INC=	${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes
.else
HORDE_INC=	${LOCALBASE}/etc/horde
.endif

pre-configure:
	@@${SED} -e "s:/home/httpd/html/horde/gollem:${GOLLEMDIR}:g"		\
		${FILESDIR}/httpd.conf.gollem > ${WRKDIR}/httpd-gollem.conf

do-install:
	@@${MKDIR}  ${GOLLEMDIR}
	@@${CP} -Rp ${SUB_DIRS:S|^|${WRKSRC}/|} ${GOLLEMDIR}
	@@${CP} -p  ${WRKSRC}/*.php ${GOLLEMDIR}

	@@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${GOLLEMDIR}
	@@${CHMOD} -R o-rwx ${CONFDIR}
	@@${INSTALL_DATA} ${WRKDIR}/httpd-gollem.conf ${HORDE_INC}
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	@@${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
	@@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif

post-install:
	@@${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
	@@${ECHO_MSG}
	@@${CAT} ${PKGMESSAGE}
	@@${ECHO_MSG}
d20 2
a21 1
.include <bsd.port.post.mk>
@


1.10
log
@- Use horde mirrors from bsd.sites.mk

Approved by:	Beech Rintoul <freebsd@@alaskaparadise.com> (maintainer)
@
text
@d18 1
a18 1
RUN_DEPENDS=	${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde
@


1.9
log
@- Update nag to 2.1.2. [1]
- Update mnemo to 2.1.1. [2]
- Hand over maintainership of all the Horde ports to Beech Rintoul.

PR:		ports/108380 [1], ports/108384 [2]
Submitted by:	Beech Rintoul <beech@@alaskaparadise.com> [1] [2]
@
text
@d12 1
a12 8
MASTER_SITES=	ftp://ftp.horde.org/pub/gollem/				\
		ftp://ftp.planetmirror.com/pub/horde/gollem/		\
		ftp://ftp.be.horde.org/gollem/				\
		ftp://ftp.es.horde.org/pub/gollem/			\
		ftp://ftp.it.horde.org/pub/mirror/horde.org/gollem/	\
		ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/gollem/	\
		ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/gollem/\
		http://ftp.horde.org/pub/gollem/
@


1.8
log
@Switch to my @@FreeBSD.org address.

Approved by:	ahze (mentor)
@
text
@d22 1
a22 1
MAINTAINER=	shaun@@FreeBSD.org
@


1.7
log
@After a recent discussion on freebsd-ports, I have modified the Horde
ports, so that they now do not overwrite existing configuration files.
Rather than backing up the old ones and allowing the user to merge the
files by hand, config files are left untouched.

PR:
Submitted by:   Shaun Amott <shaun@@inerd.com>
@
text
@d22 1
a22 1
MAINTAINER=	shaun@@inerd.com
@


1.6
log
@Release maintainership.
@
text
@d10 1
d22 1
a22 1
MAINTAINER=	ports@@FreeBSD.org
d34 1
a34 1
SUB_FILES=	pkg-message pkg-deinstall
d65 1
a65 5
.for FILE in ${CONFFILE}
	@@if [ ! -f ${CONFDIR}/${FILE} ]; then \
	  ${CP} ${CONFDIR}/${FILE}.dist ${CONFDIR}/${FILE} ; \
	fi
.endfor
d76 1
@


1.5
log
@Upgrade to 1.0.2.

Changelog at
<http://cvs.horde.org/diff.php/gollem/docs/CHANGES?r1=1.114.2.16&r2=1.114.2.28&ty=h>
@
text
@d21 1
a21 1
MAINTAINER=	thierry@@FreeBSD.org
@


1.4
log
@- Replace WITH_APACHE2 by USE_APACHE, rename httpd.conf.xxx to
  httpd-xxx.conf and fix configuration if APACHE_VERSION > 20.

- Don't use the MCAL back-end by default for Kronolith, it is
  deprecated.

- Deinstall bug reported by John Nielsen <john (at) jnielsen.net>:
  respect LHORDEDIR.

- Fix horde-passwd installation / deinstallation.

- Don't bump PORTREVISION, because running installations are not
  concerned.
@
text
@d9 1
a9 1
PORTVERSION=	1.0.1
d27 1
d40 1
a40 1
SUB_DIRS=	config lib locale po templates themes
@


1.3
log
@Upgrade to 1.0.1.

Changelog at
<http://cvs.horde.org/diff.php/gollem/docs/CHANGES?r1=1.114&r2=1.114.2.16&ty=h>
@
text
@d27 1
a27 1
USE_REINPLACE=	yes
d29 1
a29 1
PLIST_SUB=	GOLLEMDIR=${LGOLLEMDIR}
d31 2
a32 1
SUB_FILES=	pkg-message
d47 5
d53 1
d57 1
a57 1
		${FILESDIR}/httpd.conf.gollem > ${WRKDIR}/httpd.conf.gollem
d70 1
a70 1
	@@${INSTALL_DATA} ${WRKDIR}/httpd.conf.gollem ${HORDE_INC}
d82 1
a82 1
.include <bsd.port.mk>
@


1.2
log
@Fix plist.

Reported by:	pointyhat via Kris
@
text
@d9 1
a9 2
PORTVERSION=	1.0
PORTREVISION=	1
@


1.1
log
@Add gollem 1.0, the Horde web-based File Manager.
@
text
@d10 1
@

