head	1.8;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.06.02.30;	author svnexp;	state Exp;
branches;
next	1.7;

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

1.6
date	2012.01.09.15.41.05;	author tabthorpe;	state Exp;
branches;
next	1.5;

1.5
date	2011.09.18.11.07.25;	author jlaffaye;	state Exp;
branches;
next	1.4;

1.4
date	2011.09.10.21.05.22;	author jlaffaye;	state Exp;
branches;
next	1.3;

1.3
date	2011.06.08.16.52.29;	author jlaffaye;	state Exp;
branches;
next	1.2;

1.2
date	2011.03.05.22.06.17;	author sunpoet;	state Exp;
branches;
next	1.1;

1.1
date	2011.01.11.19.08.40;	author bapt;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	closure-linter
# Date created:		2011-01-10
# Whom:			Julien Laffaye <kimelto@@gmail.com>
#
# $FreeBSD: head/www/closure-linter/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	closure-linter
PORTVERSION=	2.3.5
CATEGORIES=	www devel
MASTER_SITES=	GOOGLE_CODE
DISTNAME=	closure_linter-${PORTVERSION}

MAINTAINER=	jlaffaye@@FreeBSD.org
COMMENT=	JavaScript linter

LICENSE=	AL2

RUN_DEPENDS=	${PYTHON_SITELIBDIR}/gflags:${PORTSDIR}/devel/py-gflags

USE_PYTHON=	-2.7
USE_PYDISTUTILS=easy_install

PLIST_FILES=	bin/fixjsstyle \
		bin/gjslint \
		%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%

.include <bsd.port.mk>
@


1.7
log
@- Update to 2.3.5
- Remove build depend

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


1.6
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 2
PORTVERSION=	2.3.1
PORTREVISION=	1
a18 1
BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/gflags:${PORTSDIR}/devel/py-gflags
@


1.5
log
@- Update distinfo because the distfile has been rerolled [1]
- Bump because the new distfile contains fixes

Reported by:	pointyhat via erwin [1]
@
text
@d18 1
a18 1
LICENSE=	ASL
@


1.4
log
@- Update to 2.3.1
- Pet portlint

PR:		ports/160641
Submitted by:	sunpoet
@
text
@d10 1
@


1.3
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=	2.2.7
d17 2
a21 2
LICENSE=	ASL

@


1.2
log
@- Update to 2.2.7
- Use GOOGLE_CODE macro
- Use = instead of += for *_DEPENDS
- Restrict USE_PYTHON range to 2.x
- Use PLIST_FILES instead of PLIST

Changes:	http://code.google.com/p/closure-linter/source/detail?r=7
PR:		ports/155248
Submitted by:	sunpoet (myself)
Approved by:	Julien Laffaye <kimelto@@gmail.com> (maintainer)
@
text
@d14 1
a14 1
MAINTAINER=	kimelto@@gmail.com
@


1.1
log
@Add closure-linter 2.2.6, javaScript linter.

The Closure Linter enforces the guidelines set by the Google JavaScript Style
Guide. The linter handles style issues so that you can focus on the code.

WWW:    http://code.google.com/p/closure-linter/

PR:		ports/153866
Submitted by:	Julien Laffaye <kimelto at gmail.com>
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	2.2.6
d11 1
a11 1
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
d17 2
a18 2
BUILD_DEPENDS+=	${PYTHON_SITELIBDIR}/gflags:${PORTSDIR}/devel/py-gflags
RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/gflags:${PORTSDIR}/devel/py-gflags
d22 1
a22 1
USE_PYTHON=	yes
d25 4
@

