head	1.10;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.10
date	2012.12.10.13.48.09;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.11.17.06.03.13;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.05.07.15.26.28;	author skv;	state Exp;
branches;
next	1.7;

1.7
date	2011.07.21.05.03.02;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2011.05.05.05.41.08;	author skv;	state Exp;
branches;
next	1.5;

1.5
date	2008.11.22.10.10.13;	author skv;	state Exp;
branches;
next	1.4;

1.4
date	2008.11.06.16.35.52;	author skv;	state Exp;
branches;
next	1.3;

1.3
date	2008.07.30.07.53.36;	author skv;	state Exp;
branches;
next	1.2;

1.2
date	2008.06.06.14.07.23;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2008.04.25.11.59.49;	author skv;	state Exp;
branches;
next	;


desc
@@


1.10
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308605
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308605 | bapt | 2012-12-10 13:43:43 +0000 (Mon, 10 Dec 2012) | 3 lines
## SVN ##
## SVN ## Decommissioning java 1.5 (EOLed since October 2009):
## SVN ## suppress any reference to JAVA_VERSION=	1.5+ (part3)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Sergey Skvortsov <skv@@protey.ru>
# $FreeBSD: head/www/yuicompressor/Makefile 308605 2012-12-10 13:43:43Z bapt $

PORTNAME=	yuicompressor
PORTVERSION=	2.4.7
CATEGORIES=	www java
MASTER_SITES=	http://yui.zenfs.com/releases/yuicompressor/

MAINTAINER=	skv@@FreeBSD.org
COMMENT=	The Yahoo! JavaScript and CSS Compressor

USE_ZIP=	yes
USE_JAVA=	yes
JAVA_VERSION=	1.6+
NO_BUILD=	yes

PLIST_FILES=	bin/yuicompressor %%DATADIR%%/yuicompressor.jar
PLIST_DIRS=	%%DATADIR%%
SUB_FILES=	yuicompressor

PORTDOCS=	README

.include <bsd.port.pre.mk>

do-install:
	@@${MKDIR} ${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/build/yuicompressor-${PORTVERSION}.jar ${DATADIR}/yuicompressor.jar
	${INSTALL_SCRIPT} ${WRKDIR}/yuicompressor ${PREFIX}/bin

post-install:
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/doc/README ${DOCSDIR}
.endif

.include <bsd.port.post.mk>
@


1.9
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	yuicompressor
# Date created:	   25 Apr 2008
# Whom:		   Sergey Skvortsov <skv@@protey.ru>
#
# $FreeBSD: head/www/yuicompressor/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d14 1
a14 1
JAVA_VERSION=	1.5+
@


1.8
log
@Update to 2.4.7

Changes:	https://github.com/yui/yuicompressor/blob/776ace98b6c167aee6611d546adcba3272ea6931/doc/CHANGELOG
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:		ports/158969
Submitted by:	rene
Tested on:	pointyhat-west -exp
@
text
@d9 1
a9 1
PORTVERSION=	2.4.6
@


1.6
log
@Update to 2.4.6

Changes:	https://github.com/yui/yuicompressor/blob/master/doc/CHANGELOG
@
text
@d18 1
a18 1
JAVA_VERSION=	1.4+
@


1.5
log
@Update to 2.4.2

Changes: 	http://www.julienlecomte.net/yuicompressor/CHANGELOG
@
text
@d9 1
a9 1
PORTVERSION=	2.4.2
d11 1
a11 1
MASTER_SITES=	http://www.julienlecomte.net/yuicompressor/
@


1.4
log
@Update to 2.4.1

Changes:	http://www.julienlecomte.net/yuicompressor/
@
text
@d9 1
a9 1
PORTVERSION=	2.4.1
@


1.3
log
@Update to 2.3.6
@
text
@d9 1
a9 1
PORTVERSION=	2.3.6
@


1.2
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d9 1
a9 2
PORTVERSION=	2.3.5
PORTREVISION=	1
@


1.1
log
@Add yuicompressor 2.3.5, the Yahoo! JavaScript and CSS Compressor.
@
text
@d10 1
@

