head	1.6;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2012.12.18.08.04.12;	author svnexp;	state Exp;
branches;
next	1.5;

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

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

1.3
date	2011.07.21.05.02.24;	author linimon;	state Exp;
branches;
next	1.2;

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

1.1
date	2007.10.24.13.21.22;	author ale;	state Exp;
branches;
next	;


desc
@@


1.6
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
@# Created by: Alex Dupre <ale@@FreeBSD.org>
# $FreeBSD: head/archivers/javatar/Makefile 309150 2012-12-18 07:57:31Z danfe $

PORTNAME=	javatar
PORTVERSION=	2.5
PORTREVISION=	1
CATEGORIES=	archivers java
MASTER_SITES=	http://www.gjt.org/download/time/java/tar/ \
		ftp://ftp.gjt.org/pub/time/java/tar/

MAINTAINER=	ale@@FreeBSD.org
COMMENT=	Java tar archive I/O package

RUN_DEPENDS=	${JAVALIBDIR}/activation.jar:${PORTSDIR}/java/jaf

USE_JAVA=	yes
JAVA_VERSION=	1.6+

NO_BUILD=	yes

PORTDOCS=	api LICENSE License.html readme.html tarman.html

JARFILES=	tar.jar
PLIST_FILES=	${JARFILES:S,^,%%JAVAJARDIR%%/,}

do-install:
	@@${ECHO_MSG} -n ">> Install JAR file in ${JAVAJARDIR}..."
	@@${INSTALL_DATA} ${WRKSRC}/jars/tar.jar ${JAVAJARDIR}/
	@@${ECHO_MSG} " [ DONE ]"
.if !defined(NOPORTDOCS)
	@@${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..."
	@@${MKDIR} ${DOCSDIR}
	@@cd ${WRKSRC}/doc && ${FIND} ${PORTDOCS} \
	  | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} > /dev/null 2>&1
	@@${ECHO_MSG} " [ DONE ]"
.endif

.include <bsd.port.mk>
@


1.5
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/javatar/Makefile 308604 2012-12-10 13:18:28Z bapt $
d12 1
a12 1
COMMENT=	A Java tar archive io package
@


1.4
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:    Java Tar
# Date created:				24 Oct 2007
# Whom:				Alex Dupre <ale@@FreeBSD.org>
#
# $FreeBSD: head/archivers/javatar/Makefile 300895 2012-07-14 12:56:14Z beat $
#
d17 1
a17 1
JAVA_VERSION=	1.5+
@


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


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
@d21 1
a21 1
JAVA_VERSION=	1.4+
@


1.1
log
@The package com.ice.tar implements a tar archive io package.
This package allows you to create, and extract tar archives.
Since the package uses InputStream and OutputStream, it is possible
to combine this package with the java.util.zip package to handle
.tar.gz files.

WWW: http://www.trustice.com/java/tar/
@
text
@d10 1
@

