head	1.14;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.1;
locks; strict;
comment	@# @;


1.14
date	2013.03.22.15.52.26;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.11.17.06.02.32;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.08.02.02.48.14;	author sunpoet;	state Exp;
branches;
next	1.11;

1.11
date	2012.06.30.08.20.21;	author culot;	state Exp;
branches;
next	1.10;

1.10
date	2011.11.11.05.26.45;	author clsung;	state Exp;
branches;
next	1.9;

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

1.8
date	2011.05.29.07.40.11;	author culot;	state Exp;
branches;
next	1.7;

1.7
date	2011.05.16.17.12.52;	author culot;	state Exp;
branches;
next	1.6;

1.6
date	2010.12.09.06.28.55;	author wen;	state Exp;
branches;
next	1.5;

1.5
date	2010.10.14.03.10.35;	author sunpoet;	state Exp;
branches;
next	1.4;

1.4
date	2010.07.10.00.17.00;	author wen;	state Exp;
branches;
next	1.3;

1.3
date	2010.05.30.23.53.29;	author sylvio;	state Exp;
branches;
next	1.2;

1.2
date	2010.03.17.07.42.19;	author miwi;	state Exp;
branches;
next	1.1;

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


desc
@@


1.14
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314915
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Joe Horn <joehorn@@gmail.com>
# $FreeBSD: head/www/extjs/Makefile 314915 2013-03-22 11:53:34Z bapt $

PORTNAME=	extjs
PORTVERSION=	4.1.1
CATEGORIES=	www
MASTER_SITES=	http://cdn.sencha.io/ \
		http://extjs.cachefly.net/ \
		http://mirror.joehorn.idv.tw/extjs/
DISTNAME=	ext-${PORTVERSION}-gpl

MAINTAINER=	joehorn@@gmail.com
COMMENT=	A JavaScript platform for rapid development of cross-browser web apps

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/license.txt

WRKSRC=		${WRKDIR}/extjs-${PORTVERSION}

USE_ZIP=	yes
NO_BUILD=	yes

OPTIONS_DEFINE=	DOCS EXAMPLES

WWW_SUB=	"bootstrap.js build builds ext-all-debug-w-comments.js \
		 ext-all-debug.js ext-all-dev.js ext-all.js \
		 ext-debug-w-comments.js ext-debug.js ext-dev.js \
		 ext-neptune-debug-w-comments.js ext-neptune-debug.js \
		 ext-neptune.js	ext.js index.html license.txt locale \
		 pkgs release-notes.html resources src welcome"

.include <bsd.port.options.mk>

SUB_FILES+=	pkg-message

.if ${PORT_OPTIONS:MDOC}
SUB_LIST+=	COMMENTDOCS=
.else
SUB_LIST+=	COMMENTDOCS="\# "
.endif

.if ${PORT_OPTIONS:MEXAMPLE}
SUB_LIST+=	COMMENTEXAMPLES=
.else
SUB_LIST+=	COMMENTEXAMPLES="\# "
.endif

do-install:
	@@cd ${WRKSRC} && ${RM} -rf resources/sass/.sass-cache/*
	@@cd ${WRKSRC} && ${COPYTREE_SHARE} ${WWW_SUB} ${WWWDIR}
	@@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
.if ${PORT_OPTIONS:MDOCS}
	@@cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR}
.endif
.if ${PORT_OPTIONS:MNLS}
	@@cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
.endif

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

.include <bsd.port.mk>
@


1.13
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	extjs
# Date created:		2010-01-28
# Whom:			Joe Horn <joehorn@@gmail.com>
#
# $FreeBSD: head/www/extjs/Makefile 301845 2012-08-02 02:48:14Z sunpoet $
#
d23 1
a23 2
OPTIONS=	DOC	"Install with documents" on \
		EXAMPLE "Install with examples" on
d32 1
a32 1
.include <bsd.port.pre.mk>
d36 3
a38 2
.if !defined(WITH_DOC)
NOPORTDOCS=	YES
a39 2
.else
SUB_LIST+=	COMMENTDOCS=
d42 3
a44 2
.if !defined(WITH_EXAMPLE)
NOPORTEXAMPLES=	YES
a45 2
.else
SUB_LIST+=	COMMENTEXAMPLES=
d52 1
a52 1
.if !defined(NOPORTDOCS)
d55 1
a55 1
.if !defined(NOPORTEXAMPLES)
d62 1
a62 1
.include <bsd.port.post.mk>
@


1.12
log
@SVN rev 301845 on 2012-08-02 02:48:14Z by sunpoet

- Update to 4.1.1

PR:		ports/170298
Submitted by:	Joe Horn <joehorn@@gmail.com> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@- Update to 4.1.0

PR:		ports/169496
Submitted by:	Joe Horn <joehorn@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	4.1.0
@


1.10
log
@- Update to 4.0.7

PR:		ports/162459
Submitted by:	maintainer (Joe Horn)
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	4.0.7
d22 1
a22 1
WRKSRC=		${WRKDIR}/ext-${PORTVERSION}-gpl
d31 4
a34 2
		 ext-all-debug.js ext-all-dev.js ext-all.js ext-debug.js \
		 ext-dev.js ext.js index.html jsbuilder license.txt locale \
d56 1
@


1.9
log
@- Update to 4.0.2a

PR:		158434
Submitted by:	Joe Horn <joehorn@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	4.0.2a
d11 2
a12 1
MASTER_SITES=	http://extjs.cachefly.net/ \
d22 1
a22 1
WRKSRC=		${WRKDIR}/ext-${PORTVERSION}
d33 1
a33 1
		 overview pkgs release-notes.html resources src welcome"
@


1.8
log
@- Update to 4.0.1

PR:		ports/157387
Submitted by:	Joe Horn <joehorn@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	4.0.1
a17 2
WRKSRC=		${WRKDIR}/ext-${PORTVERSION}

d21 2
d30 3
a32 3
		 ext-all-debug.js ext-all.js ext-debug.js ext.js index.html \
		 jsbuilder license.txt locale overview pkgs release-notes.html \
		 resources src welcome"
@


1.7
log
@- Update to 4.0.0

PR:		ports/157090
Submitted by:	Joe Horn <joehorn@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	4.0.0
d29 4
a32 3
WWW_SUB=	"bootstrap.js builds ext-all-debug-w-comments.js ext-all-debug.js \
		 ext-all.js ext-debug.js ext.js index.html license.txt locale \
		 overview pkgs release-notes.html resources src welcome"
@


1.6
log
@- Update to 3.3.1
- Add LICENSE & LICENSE_FILE (in Makefile)
- Change MASTER_SITES

PR:		ports/152748
Submitted by:	Joe Horn <joehorn@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	3.3.1
d11 1
a11 1
MASTER_SITES=	http://downloads.sencha.com/extjs/ \
d13 1
a13 1
DISTNAME=	ext-${PORTVERSION}
d18 1
a18 1
WRKSRC=		${WRKDIR}/${DISTNAME}
d29 3
a31 3
WWW_SUB=	"INCLUDE_ORDER.txt adapter ext-all-debug-w-comments.js \
		 ext-all-debug.js ext-all.js ext.jsb2 gpl-3.0.txt index.html \
		 license.txt pkgs release-notes.html resources src test welcome"
@


1.5
log
@- Update to 3.3.0
- Update MASTER_SITES

Changes:	http://www.sencha.com/products/js/CHANGES_ext-3.3.0.html
PR:		ports/151410
Submitted by:	Joe Horn <joehorn@@gmail.com> (maintainer)
Approved by:	pgollucci (mentor, implicit)
@
text
@d9 1
a9 1
PORTVERSION=	3.3.0
d12 1
a12 1
		http://mirror.joehorn.idv.tw/
d20 3
d31 1
a31 1
		 license.txt pkgs resources src test welcome"
@


1.4
log
@- Update MASTER_SITES

PR:		ports/148452
Submitted by:	Joe Horn <joehorn@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	3.2.1
d11 1
a11 1
MASTER_SITES=	http://extjs.cachefly.net/ \
a50 8
	@@${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}
@


1.3
log
@- Update to 3.2.1

PR:		ports/147216
Submitted by:	Joe Horn <joehorn@@gmail.com> (maintainer)
@
text
@d11 2
a12 1
MASTER_SITES=	http://www.extjs.com/deploy/
@


1.2
log
@- Update to 3.1.1

PR:		144703
Submitted by:	Joe Horn <joehorn@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	3.1.1
d25 3
a27 3
WWW_SUB=	"INCLUDE_ORDER.txt adapter ext-all-debug.js ext-all.js \
		 ext.jsb2 index.html gpl-3.0.txt license.txt \
		 pkgs resources src welcome"
@


1.1
log
@Ext JS is a cross-browser JavaScript library for building
rich internet applications.It includes:

* High performance, customizable UI widgets.
* Well designed and extensible Component model.
* An intuitive, easy to use API.

WWW:    http://www.extjs.com/products/extjs/

PR:		ports/143317
Submitted by:	Joe Horn <joehorn at gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	3.1.0
d25 3
a27 2
WWW_SUB=	"CHANGES_ext-3.1.0.html INCLUDE_ORDER.txt adapter ext-all-debug.js \
		 ext-all.js ext.jsb2 gpl-3.0.txt license.txt pkgs resources src"
@

