head	1.5;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.5
date	2012.12.10.13.48.09;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.11.17.06.02.36;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.01.09.15.41.05;	author tabthorpe;	state Exp;
branches;
next	1.2;

1.2
date	2011.07.21.05.03.00;	author linimon;	state Exp;
branches;
next	1.1;

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


desc
@@


1.5
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/htmlcompressor/Makefile 308605 2012-12-10 13:43:43Z bapt $

PORTNAME=	htmlcompressor
PORTVERSION=	0.9.4
CATEGORIES=	www java
MASTER_SITES=	GOOGLE_CODE
DISTNAME=	${PORTNAME}-${PORTVERSION}-src

MAINTAINER=	skv@@FreeBSD.org
COMMENT=	HTML/XML Compressor

LICENSE=	AL2
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

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

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

.include <bsd.port.pre.mk>

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

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


1.4
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	htmlcompressor
# Date created:	   20 Nov 2010
# Whom:		   Sergey Skvortsov <skv@@protey.ru>
#
# $FreeBSD: head/www/htmlcompressor/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d18 1
a18 1
JAVA_VERSION=	1.5+
@


1.3
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
@d5 1
a5 1
# $FreeBSD$
@


1.2
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
@d17 1
a17 1
LICENSE=	ASL
@


1.1
log
@Add htmlcompressor 0.9.4, HTML/XML Compressor.
@
text
@d22 1
a22 1
JAVA_VERSION=	1.4+
@

