head	1.20;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.12
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.3;
locks; strict;
comment	@# @;


1.20
date	2013.01.16.20.21.06;	author svnexp;	state Exp;
branches;
next	1.19;

1.19
date	2012.11.17.06.02.31;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2012.10.17.19.23.20;	author glarkin;	state Exp;
branches;
next	1.17;

1.17
date	2012.09.26.00.58.17;	author glarkin;	state Exp;
branches;
next	1.16;

1.16
date	2012.09.04.22.27.55;	author ohauer;	state Exp;
branches;
next	1.15;

1.15
date	2012.08.18.14.29.08;	author ohauer;	state Exp;
branches;
next	1.14;

1.14
date	2011.08.20.17.27.37;	author ohauer;	state Exp;
branches;
next	1.13;

1.13
date	2010.09.16.00.07.48;	author glarkin;	state Exp;
branches;
next	1.12;

1.12
date	2010.03.15.17.07.24;	author glarkin;	state Exp;
branches;
next	1.11;

1.11
date	2010.01.27.16.52.41;	author glarkin;	state Exp;
branches;
next	1.10;

1.10
date	2010.01.14.19.55.46;	author glarkin;	state Exp;
branches;
next	1.9;

1.9
date	2009.11.10.22.23.22;	author glarkin;	state Exp;
branches;
next	1.8;

1.8
date	2009.05.07.04.12.19;	author glarkin;	state Exp;
branches;
next	1.7;

1.7
date	2008.12.23.14.24.51;	author glarkin;	state Exp;
branches;
next	1.6;

1.6
date	2008.11.21.21.23.30;	author glarkin;	state Exp;
branches;
next	1.5;

1.5
date	2008.10.16.13.26.12;	author glarkin;	state Exp;
branches;
next	1.4;

1.4
date	2008.07.18.21.05.19;	author glarkin;	state Exp;
branches;
next	1.3;

1.3
date	2008.05.21.01.43.38;	author beech;	state Exp;
branches;
next	1.2;

1.2
date	2008.04.15.01.28.22;	author beech;	state Exp;
branches;
next	1.1;

1.1
date	2008.02.13.22.11.28;	author beech;	state Exp;
branches;
next	;


desc
@@


1.20
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310521
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/www/dojo/Makefile 310521 2013-01-16 19:49:14Z glarkin $

PORTNAME=		dojo
PORTVERSION=		1.8.3
CATEGORIES=		www
MASTER_SITES=		http://download.dojotoolkit.org/release-${PORTVERSION}/
DISTNAME=		dojo-release-${PORTVERSION}

MAINTAINER=		glarkin@@FreeBSD.org
COMMENT=		Open-source DHTML toolkit written in JavaScript

NO_BUILD=		yes

OPTIONS_DEFINE=		APACHE

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MAPACHE}
USE_APACHE_RUN=		22+
CONFDIR=		${PREFIX}/${CONFDIR_REL}
CONFDIR_REL=		${APACHEETCDIR}/Includes
PLIST_SUB+=		NOAPACHE="" CONFDIR=${CONFDIR_REL}

CONF=			dojo.conf
SUB_FILES+=		pkg-message ${CONF}
.else
PLIST_SUB+=		NOAPACHE="@@comment "
.endif

do-install:
	@@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR}
	@@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
	@@${ECHO_CMD} '@@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} \
		${WWWDIR:S|^${PREFIX}/|%D/|}' >> ${TMPPLIST}
	@@${FIND} ${WWWDIR} -type f -print0 | ${XARGS} -0 ${CHMOD} 644
	@@${ECHO_CMD} '@@exec ${FIND} ${WWWDIR} -type f -print0 | \
		${XARGS} -0 ${CHMOD} 644' >> ${TMPPLIST}
	@@${FIND} ${WWWDIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 755
	@@${ECHO_CMD} '@@exec ${FIND} ${WWWDIR} -type d -print0 | \
		${XARGS} -0 ${CHMOD} 755' >> ${TMPPLIST}

.if defined(WITH_APACHE)
post-install:
	@@if [ -d "${CONFDIR}" ]; then \
	  ${CP} ${WRKDIR}/${CONF} ${CONFDIR}/dojo.conf; \
	else \
	  ${ECHO_MSG} "" ; \
	  ${ECHO_MSG} "Please check your Apache 2.x installation -" ; \
	  ${ECHO_MSG} "${CONFDIR} doesn't exist," ; \
	  ${ECHO_MSG} "so I cannot install ${CONF} there!" ; \
	  ${ECHO_MSG} "" ; \
	  ${FALSE} ; \
	fi
	@@${CAT} ${PKGMESSAGE}
.endif

.include <bsd.port.mk>
@


1.19
log
@Switch exporter over
@
text
@d1 1
a1 1
# $FreeBSD: head/www/dojo/Makefile 306036 2012-10-17 19:23:20Z glarkin $
d4 1
a4 1
PORTVERSION=		1.8.1
d10 1
a10 1
COMMENT=		An open-source DHTML toolkit written in JavaScript
@


1.18
log
@SVN rev 306036 on 2012-10-17 19:23:20Z by glarkin

- Updated to 1.8.1

PR:		ports/172638
Submitted by:	William Grzybowski <william88@@gmail.com>
Feature safe:	yes
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.17
log
@SVN rev 304868 on 2012-09-26 00:58:17Z by glarkin

- Updated to 1.8.0 [1]
- Converted to OptionsNG
- Removed references to demos from pkg-message

PR:		ports/170653 [1]
Submitted by:	William Grzybowski <william88@@gmail.com> [1]
@
text
@d4 1
a4 1
PORTVERSION=		1.8.0
@


1.16
log
@SVN rev 303678 on 2012-09-04 22:27:55Z by ohauer

- unbreak build
  since the port has NO_BUILD set use s/USE_APACHE/USE_APACHE_RUN/

with hat apache@@
@
text
@d4 1
a4 1
PORTVERSION=		1.5.0
d6 1
a6 2
MASTER_SITES=		http://download.dojotoolkit.org/release-${PORTVERSION}/ \
			LOCAL/glarkin
d14 1
a14 1
OPTIONS=		APACHE  "Configure for Apache-2.x" off
d16 1
a16 1
.include <bsd.port.pre.mk>
d18 1
a18 1
.if defined(WITH_APACHE)
d57 1
a57 1
.include <bsd.port.post.mk>
@


1.15
log
@SVN rev 302724 on 2012-08-18 14:29:08Z by ohauer

- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@@
@
text
@a0 4
# New ports collection makefile for:	dojo
# Date created:		2008-01-29
# Whom:			Greg Larkin <glarkin@@FreeBSD.org>
#
a1 1
#
d20 1
a20 1
USE_APACHE=		22+
@


1.14
log
@ - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
@
text
@d25 1
a25 1
USE_APACHE=		20+
@


1.13
log
@- Updated to 1.5.0

  Release notes: http://docs.dojocampus.org/releasenotes/1.5

PR:		ports/150480
Submitted by:	jpaetzel
@
text
@d25 1
a25 1
USE_APACHE=		2.0+
@


1.12
log
@- Updated to 1.4.2
@
text
@d9 1
a9 1
PORTVERSION=		1.4.2
@


1.11
log
@- Updated to 1.4.1
@
text
@d9 1
a9 1
PORTVERSION=		1.4.1
@


1.10
log
@- Updated to 1.4.0
@
text
@d9 1
a9 1
PORTVERSION=		1.4.0
@


1.9
log
@- Updated to 1.3.2
@
text
@d9 1
a9 1
PORTVERSION=		1.3.2
@


1.8
log
@- Update to 1.3.1
@
text
@d9 1
a9 1
PORTVERSION=		1.3.1
@


1.7
log
@- Updated to 1.2.3
@
text
@d9 1
a9 1
PORTVERSION=		1.2.3
@


1.6
log
@- Updated to 1.2.2
@
text
@d9 1
a9 1
PORTVERSION=		1.2.2
@


1.5
log
@- Updated to 1.2.0

Approved by:	beech (mentor, implicit)
@
text
@d9 1
a9 1
PORTVERSION=		1.2.0
@


1.4
log
@Changed my MAINTAINER address to
glarkin@@FreeBSD.org.

Approved by:	beech (mentor)
@
text
@d9 1
a9 1
PORTVERSION=		1.1.1
d12 1
a12 1
			LOCAL/beech
d38 1
a38 1
	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
d41 1
a41 1
	${FIND} ${WWWDIR} -type f -print0 | ${XARGS} -0 ${CHMOD} 644
d44 1
a44 1
	${FIND} ${WWWDIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 755
@


1.3
log
@- Update to 1.1.1

PR:		ports/123839
Submitted by:	Greg Larkin <glarkin@@sourcehosting.net> (maintainer)
@
text
@d3 1
a3 1
# Whom:			Greg Larkin <glarkin@@sourcehosting.net>
d15 1
a15 1
MAINTAINER=		glarkin@@sourcehosting.net
@


1.2
log
@- Update to 1.1.0

PR:		ports/122655
Submitted by:	Greg Larkin <glarkin@@sourcehosting.net> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=		1.1.0
@


1.1
log
@Dojo is an Open Source DHTML toolkit written in JavaScript. It
builds on several contributed code bases (nWidgets, Burstlib, f(m)),
which is why we refer to it sometimes as a "unified" toolkit. Dojo
aims to solve some long-standing historical problems with DHTML
which prevented mass adoption of dynamic web application development.

PR:		ports/120132
Submitted by:	Greg Larkin <glarkin at sourcehosting.net> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=		1.0.2
@

