head	1.11;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.06.02.30;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.06.27.21.15.31;	author jlaffaye;	state Exp;
branches;
next	1.9;

1.9
date	2012.01.09.15.41.05;	author tabthorpe;	state Exp;
branches;
next	1.8;

1.8
date	2011.09.06.15.46.59;	author jlaffaye;	state Exp;
branches;
next	1.7;

1.7
date	2011.06.08.16.52.29;	author jlaffaye;	state Exp;
branches;
next	1.6;

1.6
date	2011.05.12.17.31.12;	author sylvio;	state Exp;
branches;
next	1.5;

1.5
date	2011.01.09.20.53.01;	author dhn;	state Exp;
branches;
next	1.4;

1.4
date	2010.11.05.10.21.53;	author lwhsu;	state Exp;
branches;
next	1.3;

1.3
date	2010.03.02.03.10.34;	author nemoliu;	state Exp;
branches;
next	1.2;

1.2
date	2010.01.08.11.54.19;	author lwhsu;	state Exp;
branches;
next	1.1;

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


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for:	closure-compiler
# Date created:		2009-11-14
# Whom:			Gea-Suan Lin <gslin@@gslin.org>
#
# $FreeBSD: head/www/closure-compiler/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	closure-compiler
PORTVERSION=	20120430
CATEGORIES=	www java
MASTER_SITES=	GOOGLE_CODE
DISTNAME=	compiler-${PORTVERSION}

MAINTAINER=	jlaffaye@@FreeBSD.org
COMMENT=	Closure Compiler

LICENSE=	AL2

NO_BUILD=	yes
NO_WRKSUBDIR=	yes
SUB_FILES=	closure-compiler
SUB_LIST=	JAVA="${JAVA}"
USE_JAVA=	yes

PLIST_DIRSTRY=	%%DATADIR%%
PLIST_FILES=	bin/closure-compiler \
		%%DATADIR%%/compiler.jar

do-install:
	${MKDIR} ${DATADIR}/
	${INSTALL_DATA} ${WRKSRC}/compiler.jar ${DATADIR}/
	${INSTALL_SCRIPT} ${WRKSRC}/closure-compiler ${PREFIX}/bin/

.include <bsd.port.mk>
@


1.10
log
@- Update to 20120430

PR:		ports/169443
Submitted by:	Denis Generalov <gd@@rambler-co.ru>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@@ for generating the initial patch

PR:		ports/163521
Submitted by:	Pedro Giffuni <pfg apache.org>
Hat:		portmgr
Exp run by:	pav
@
text
@d9 1
a9 1
PORTVERSION=	20110811
@


1.8
log
@Update to 20110811

PR:		ports/160518
Submitted by:	sunpoet
@
text
@d17 1
a17 1
LICENSE=	ASL
@


1.7
log
@Update my e-mail to my FreeBSD one.
While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE}

Approved by:	bapt (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	20110119
d25 4
d30 3
a32 3
	${MKDIR} ${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/compiler.jar ${DATADIR}
	${INSTALL_SCRIPT} ${WRKSRC}/closure-compiler ${PREFIX}/bin
@


1.6
log
@- Update to 20110119

PR:		ports/155402
Submitted by:	Jui-Nan Lin <jnlin@@csie.nctu.edu.tw>
Approved by:	Julien Laffaye <kimelto@@gmail.com> (maintainer)
@
text
@d11 1
a11 1
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
d14 1
a14 1
MAINTAINER=	kimelto@@gmail.com
@


1.5
log
@- Pass maintainership to submitter
- Add License

PR:	ports/153799
Submitted by:	Julien Laffaye <kimelto@@gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	20100917
@


1.4
log
@- Update to 20100917

PR:		ports/151959
Submitted by:	Jui-Nan Lin <jnlin AT csie.nctu.edu.tw>
@
text
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
d17 2
@


1.3
log
@- Update to 20100201
- Reset maintainership to ports@@FreeBSD.org

PR:	ports/144395
Submitted by:	Gea-Suan Lin <gslin@@gslin.org> (maintainer)
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	20100201
@


1.2
log
@- Update to 20091217

PR:		ports/142239
Submitted by:	lwhsu
Approved by:	Gea-Suan Lin <gslin AT gslin.org> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	20091217
d14 1
a14 1
MAINTAINER=	gslin@@gslin.org
@


1.1
log
@Closure Compiler is a JavaScript optimizing compiler. It parses your
JavaScript, analyzes it, removes dead code and rewrites and minimizes
what's left. It also checks syntax, variable references, and types,
and warns about common JavaScript pitfalls. It is used in many of
Google's JavaScript apps, including Gmail, Google Web Search, Google
Maps, and Google Docs.

WWW:	http://code.google.com/closure/compiler/

PR:		ports/140556
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
@
text
@d9 1
a9 1
PORTVERSION=	20091113
@

