head	1.13;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2;
locks; strict;
comment	@# @;


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

1.12
date	2012.12.31.15.26.50;	author svnexp;	state Exp;
branches;
next	1.11;

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

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

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

1.8
date	2011.10.26.02.22.01;	author wen;	state Exp;
branches;
next	1.7;

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

1.6
date	2008.06.15.19.01.18;	author lioux;	state Exp;
branches;
next	1.5;

1.5
date	2008.06.06.13.02.30;	author edwin;	state Exp;
branches;
next	1.4;

1.4
date	2007.05.19.19.57.43;	author flz;	state Exp;
branches;
next	1.3;

1.3
date	2005.08.28.22.42.46;	author lioux;	state Exp;
branches;
next	1.2;

1.2
date	2005.01.03.01.59.10;	author lioux;	state Exp;
branches;
next	1.1;

1.1
date	2004.12.31.14.33.16;	author lioux;	state Exp;
branches;
next	;


desc
@@


1.13
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312169
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Mario Sergio Fujikawa Ferreira <lioux@@FreeBSD.org>
# $FreeBSD: head/archivers/jzlib/Makefile 312169 2013-02-13 18:37:58Z lippe $

PORTNAME=	jzlib
PORTVERSION=	1.1.1
CATEGORIES=	archivers java
MASTER_SITES=	http://www.jcraft.com/jzlib/

MAINTAINER=	danilogondolfo@@gmail.com
COMMENT=	Reimplementation of zlib in pure Java

USE_ZIP=	yes
USE_JAVA=	yes
JAVA_VERSION=	1.6+

JAR_FILE=	${WRKSRC}/src/main/java/${PORTNAME}.jar

DOC_FILES=	\
		ChangeLog \
		LICENSE.txt \
		README
PORTDOCS=	${DOC_FILES}

OPTIONS_DEFINE=	DOCS EXAMPLES

EXAMPLE_FILES=	\
		README \
		test_deflate_inflate.java \
		test_dict_deflate_inflate.java \
		test_flush_sync.java \
		test_gzip_deflate_inflate.java \
		test_gzip_inflate.java \
		test_large_deflate_inflate.java \
		test_stream_deflate_inflate.java

PLIST_FILES+=	%%JAVAJARDIR%%/${PORTNAME}.jar

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MEXAMPLES}
. for file in ${EXAMPLE_FILES}
PLIST_FILES+=	%%EXAMPLESDIR%%/${file}
. endfor
PLIST_DIRS+=	%%EXAMPLESDIR%%
.endif

do-build:
	@@cd ${WRKSRC}/src/main/java && ${FIND} com -name "*.java" | \
		${XARGS} -n 10 -x \
		${JAVAC} -classpath ${WRKSRC}/src/main/java
	@@cd ${WRKSRC}/src/main/java && ${FIND} com -name "*class" | \
		${XARGS} \
		${JAR} -cf ${PORTNAME}.jar

do-install:
# docs
.if ${PORT_OPTIONS:MDOCS}
	@@${MKDIR} ${DOCSDIR}
. for file in ${DOC_FILES}
	@@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
. endfor
.endif
# examples
.if ${PORT_OPTIONS:MEXAMPLES}
	@@${MKDIR} ${EXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/example/* ${EXAMPLESDIR}
.endif
# jar
	${INSTALL_DATA} ${JAR_FILE} ${JAVAJARDIR}/${PORTNAME}.jar

.include <bsd.port.mk>
@


1.12
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309740
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309740 | bapt | 2012-12-31 14:05:59 +0000 (Mon, 31 Dec 2012) | 2 lines
## SVN ##
## SVN ## Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d2 1
a2 1
# $FreeBSD: head/archivers/jzlib/Makefile 309740 2012-12-31 14:05:59Z bapt $
d5 1
a5 1
PORTVERSION=	1.1.0
d9 1
a9 1
MAINTAINER=	ports@@FreeBSD.org
d12 1
d24 2
d38 4
a41 1
.for file in ${EXAMPLE_FILES}
d43 3
a45 4
.endfor

PLIST_DIRS+=	\
		%%EXAMPLESDIR%%
a46 1
.include <bsd.port.options.mk>
d64 1
d67 1
@


1.11
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309150
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309150 | danfe | 2012-12-18 07:57:31 +0000 (Tue, 18 Dec 2012) | 4 lines
## SVN ##
## SVN ## For a number of ports in archives category, trim the header and drop leading
## SVN ## indefinite article from COMMENT line; also fix few noticed styles bugs while
## SVN ## I am here.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d2 1
a2 1
# $FreeBSD: head/archivers/jzlib/Makefile 309150 2012-12-18 07:57:31Z danfe $
d42 1
d53 1
a53 1
.ifndef(NOPORTDOCS)
@


1.10
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308604
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308604 | bapt | 2012-12-10 13:18:28 +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+ (part2)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d2 1
a2 1
# $FreeBSD: head/archivers/jzlib/Makefile 308604 2012-12-10 13:18:28Z bapt $
d10 1
a10 1
COMMENT=	A re-implementation of zlib in pure Java
d60 1
a60 1
	@@${INSTALL_DATA} ${WRKSRC}/example/* ${EXAMPLESDIR}
d62 1
a62 1
	@@${INSTALL_DATA} ${JAR_FILE} ${JAVAJARDIR}/${PORTNAME}.jar
@


1.9
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	jzlib
# Date created:		Fri Dec 31 14:28:16 UTC 2004
# Whom:                 Mario Sergio Fujikawa Ferreira <lioux@@FreeBSD.org>
#
# $FreeBSD: head/archivers/jzlib/Makefile 300895 2012-07-14 12:56:14Z beat $
#
d13 1
a13 1
JAVA_VERSION=	1.5+
@


1.8
log
@- Update to 1.1.0
@
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 2
PORTVERSION=	1.0.7
PORTREVISION=	2
d19 1
a19 1
JAR_FILE=	${WRKSRC}/${PORTNAME}.jar
d32 2
d47 1
a47 1
	@@cd ${BUILD_WRKSRC} && ${FIND} com -name "*.java" | \
d49 2
a50 2
		${JAVAC} -classpath ${BUILD_WRKSRC}
	@@cd ${BUILD_WRKSRC} && ${FIND} com -name "*class" | \
@


1.6
log
@Drop maintainership.
@
text
@d18 1
a18 1
JAVA_VERSION=	1.4+
@


1.5
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
@d14 1
a14 1
MAINTAINER=	lioux@@FreeBSD.org
@


1.4
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.3
log
@Update to 1.0.7
@
text
@d10 1
@


1.2
log
@o Fix PLIST
o Bump PORTREVISION

Submitted by:	kris (pointyhat)
Approved by:	portmgr (kris)
@
text
@d9 1
a9 2
PORTVERSION=	1.0.5
PORTREVISION=	1
@


1.1
log
@New port jzlib version 1.0.5: A re-implementation of zlib in pure Java
@
text
@d10 1
d42 3
@

