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


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

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

1.9
date	2012.07.29.11.17.02;	author cs;	state Exp;
branches;
next	1.8;

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

1.7
date	2009.08.22.00.12.53;	author amdmi3;	state Exp;
branches;
next	1.6;

1.6
date	2008.06.06.13.02.29;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2007.05.19.19.57.42;	author flz;	state Exp;
branches;
next	1.4;

1.4
date	2005.01.28.22.56.54;	author hq;	state Exp;
branches;
next	1.3;

1.3
date	2004.07.09.22.53.43;	author glewis;	state Exp;
branches;
next	1.2;

1.2
date	2004.02.05.20.36.51;	author trevor;	state Exp;
branches;
next	1.1;

1.1
date	2003.12.24.06.17.31;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.11
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
@# Created by: Ying-Chieh Liao <ijliao@@FreeBSD.org>
# $FreeBSD: head/archivers/jzip.org/Makefile 308604 2012-12-10 13:18:28Z bapt $

PORTNAME=	jzip.org
PORTVERSION=	0.2.0
PORTREVISION=	2
CATEGORIES=	archivers java
MASTER_SITES=	SF/jzipdotorg/jzipdotorg/${PORTVERSION}
DISTNAME=	${PORTNAME}${PORTVERSION}.src

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	WinZip like program written in Java

RUN_DEPENDS=	java:${PORTSDIR}/java/javavmwrapper

PLIST_FILES=	%%JAVAJARDIR%%/jzip.org.jar bin/${PORTNAME}
USE_ZIP=	yes
USE_JAVA=	yes
JAVA_VERSION=	1.6+
WRKSRC=		${WRKDIR}/${PORTNAME}.${PORTVERSION}.src

SUB_FILES=	${PORTNAME}.sh

do-build:
	@@cd ${WRKSRC} && ${JAVAC} -d bin src/*.java && \
	 cd bin && ${JAR} cvfm jzip.org.jar manifest/MANIFEST.MF \
			i18n/*.properties jzipdotorg/*.class images/*.png

do-install:
	@@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
	@@${INSTALL_DATA} ${WRKSRC}/bin/${PORTNAME}.jar ${JAVAJARDIR}

.include <bsd.port.mk>
@


1.10
log
@Switch exporter over
@
text
@d1 2
a2 7
# ex:ts=8
# Ports collection makefile for:	jzip.org
# Date created:			Dec 24, 2003
# Whom:				ijliao
#
# $FreeBSD: head/archivers/jzip.org/Makefile 301684 2012-07-29 11:17:02Z cs $
#
d19 1
a19 1
JAVA_VERSION=	1.5+
@


1.9
log
@SVN rev 301684 on 2012-07-29 11:17:02Z by cs

Fix typos in COMMENT

Approved by:	portmgr@@ (implicit)
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.8
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
COMMENT=	A WinZip like program written in java
@


1.7
log
@- Switch SourceForge ports to the new File Release System: categories starting with A
@
text
@d24 1
a24 1
JAVA_VERSION=	1.2+
@


1.6
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
@d13 1
a13 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	jzipdotorg
@


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


1.4
log
@- Update to bsd.java.mk 2.0
- Add 'java' category
- Add a launcher shell script: 'jzip.org'
@
text
@d11 1
@


1.3
log
@. Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk sets it.
@
text
@d11 1
a11 1
CATEGORIES=	archivers
d19 3
a21 1
PLIST_FILES=	%%JAVAJARDIR%%/jzip.org.jar
d23 2
a24 2
USE_JAVA=	1.2+
NEED_JAVAC=	yes
d27 2
d35 1
@


1.2
log
@Use PLIST_FILES.

Reviewed by:	marcus
@
text
@d19 1
a19 1
PLIST_FILES=	share/java/classes/jzip.org.jar
@


1.1
log
@add jzip.org 0.2.0
A WinZip like program written in java
@
text
@d19 1
@

