head	1.19;
access;
symbols
	RELEASE_8_3_0:1.17
	RELEASE_9_0_0:1.17
	RELEASE_7_4_0:1.17
	RELEASE_8_2_0:1.17
	RELEASE_6_EOL:1.17
	RELEASE_8_1_0:1.17
	RELEASE_7_3_0:1.17
	RELEASE_8_0_0:1.17
	RELEASE_7_2_0:1.17
	RELEASE_7_1_0:1.17
	RELEASE_6_4_0:1.17
	RELEASE_5_EOL:1.17
	RELEASE_7_0_0:1.16
	RELEASE_6_3_0:1.16
	PRE_XORG_7:1.16
	RELEASE_4_EOL:1.16
	RELEASE_6_2_0:1.16
	RELEASE_6_1_0:1.11
	RELEASE_5_5_0:1.11
	RELEASE_6_0_0:1.11
	RELEASE_5_4_0:1.11
	RELEASE_4_11_0:1.11
	RELEASE_5_3_0:1.11
	RELEASE_4_10_0:1.11
	RELEASE_5_2_1:1.9
	RELEASE_5_2_0:1.9
	RELEASE_4_9_0:1.8
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.5
	RELEASE_4_6_2:1.5
	RELEASE_4_6_1:1.5
	RELEASE_4_6_0:1.5
	RELEASE_5_0_DP1:1.5
	RELEASE_4_5_0:1.5
	RELEASE_4_4_0:1.5
	RELEASE_4_3_0:1.5
	RELEASE_4_2_0:1.5
	RELEASE_4_1_1:1.5
	RELEASE_4_1_0:1.5
	RELEASE_3_5_0:1.5
	v0_90:1.1.1.1
	KNU:1.1.1;
locks; strict;
comment	@# @;


1.19
date	2012.12.21.07.21.51;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2012.11.17.05.54.20;	author svnexp;	state Exp;
branches;
next	1.17;

1.17
date	2008.03.20.09.19.32;	author pav;	state Exp;
branches;
next	1.16;

1.16
date	2006.09.02.04.09.07;	author maho;	state Exp;
branches;
next	1.15;

1.15
date	2006.08.31.16.13.33;	author kris;	state Exp;
branches;
next	1.14;

1.14
date	2006.08.10.05.31.36;	author maho;	state Exp;
branches;
next	1.13;

1.13
date	2006.08.09.00.10.34;	author maho;	state Exp;
branches;
next	1.12;

1.12
date	2006.04.01.12.29.08;	author edwin;	state Exp;
branches;
next	1.11;

1.11
date	2004.02.27.12.10.36;	author clement;	state Exp;
branches;
next	1.10;

1.10
date	2004.02.04.05.18.19;	author marcus;	state Exp;
branches;
next	1.9;

1.9
date	2003.10.26.21.47.10;	author kris;	state Exp;
branches;
next	1.8;

1.8
date	2003.08.18.15.25.41;	author ache;	state Exp;
branches;
next	1.7;

1.7
date	2003.08.16.20.04.54;	author knu;	state Exp;
branches;
next	1.6;

1.6
date	2003.02.18.04.17.41;	author knu;	state Exp;
branches;
next	1.5;

1.5
date	2000.06.14.13.20.59;	author sobomax;	state Exp;
branches;
next	1.4;

1.4
date	2000.04.24.15.51.08;	author knu;	state Exp;
branches;
next	1.3;

1.3
date	2000.04.08.23.17.42;	author mharo;	state Exp;
branches;
next	1.2;

1.2
date	2000.04.04.19.03.21;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2000.03.25.00.12.36;	author knu;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.03.25.00.12.36;	author knu;	state Exp;
branches;
next	;


desc
@@


1.19
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309343
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309343 | danfe | 2012-12-21 07:09:03 +0000 (Fri, 21 Dec 2012) | 9 lines
## SVN ##
## SVN ## - Trim Makefile header per new bylaws
## SVN ## - Drop indefinite article from COMMENT
## SVN ## - Define LICENSE (GPLv2), install couple of extra docs
## SVN ## - Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS
## SVN ## - Remove pretty obvious pkg-message, sort some knobs
## SVN ## - Reformat port description
## SVN ##
## SVN ## Approved by:	maintainer (maho)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Akinori MUSHA aka knu <knu@@idaemons.org>
# $FreeBSD: head/archivers/fastjar/Makefile 309343 2012-12-21 07:09:03Z danfe $

PORTNAME=	fastjar
PORTVERSION=	0.93.20060808
CATEGORIES=	archivers java
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	maho/fastjar

MAINTAINER=	maho@@FreeBSD.org
COMMENT=	Version of JDK's `jar' command written entirely in C

LICENSE=	GPLv2

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_PERL5_BUILD=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}
PORTDOCS=	CHANGES ChangeLog NEWS README
PLIST_FILES=	bin/fastjar bin/grepjar

INFO=		fastjar
MAN1=		fastjar.1 grepjar.1

OPTIONS_DEFINE=	DOCS

.include <bsd.port.options.mk>

post-install:
.if ${PORT_OPTIONS:MDOCS}
	@@${MKDIR} ${DOCSDIR}
	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.18
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	fastjar
# Date created:		18 March 2000
# Whom:			Akinori MUSHA aka knu <knu@@idaemons.org>
#
# $FreeBSD: head/archivers/fastjar/Makefile 300895 2012-07-14 12:56:14Z beat $
#
d11 3
a13 1
COMMENT=	A version of JDK's `jar' command written entirely in C
d16 1
d18 2
d21 1
a21 2
GNU_CONFIGURE=	yes
PORTDOCS=	CHANGES README
a22 3
SUB_FILES=	pkg-message
PKGMESSAGE=	${WRKDIR}/pkg-message
USE_PERL5_BUILD=	yes
d27 4
d32 3
a34 4
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
	@@${CAT} ${PKGMESSAGE}
@


1.17
log
@- Remove USE_GETOPT_LONG which is a no-op since March 2007
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.16
log
@* Fix pkg-plist (actually Makefile)
* make portlint happy

Submitted by:	kris [1]
@
text
@a17 1
USE_GETOPT_LONG=yes
@


1.15
log
@BROKEN: Incomplete pkg-plist

Also add missing USE_GETOPT_LONG to hopefully fix 4.x build apart from
this.
@
text
@a16 2
BROKEN=		Incomplete pkg-plist

d19 1
a20 1
USE_GMAKE=	yes
d28 3
@


1.14
log
@A build fix via pointyhat.

Submitted by:	kris
@
text
@d17 2
d20 1
@


1.13
log
@* Update to 20060808 cvs checkout of fastjar proect
  which was forked from gcc4 (http://savannah.nongnu.org/projects/fastjar/)
  (According to http://gcc.gnu.org/java/
   April 4, 2006
    fastjar has been removed from the GCC source tree and made into a
   separate project....)

* FastJar from gcc4 (now at savannah) seems to be the superset
of FastJar 0.93 at sourceforge and this doesn't seem to updated for long time.

   According fastjar-0.93/CHANGES
> 0.93          01/11/2001      Integrated GNU gcc patches to mainline fastjar
>                               codebase.  Should compile on more platforms.
>                               Ignore nutty errors.

* gcc42 will depend on this jar
* take over the maintainer ship until this situation become settle.
@
text
@d25 1
@


1.12
log
@Use SUB_FILES
@
text
@d9 1
a9 2
PORTVERSION=	0.93
PORTREVISION=	1
d11 2
a12 3
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
EXTRACT_SUFX=	.tgz
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
d17 3
a20 1
USE_GMAKE=	yes
@


1.11
log
@- Pacify portlint and use misc macros
- remove pkg-plist (fastjar and stuffit)
@
text
@d23 2
@


1.10
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
@
text
@d21 2
d26 2
a27 2
	${MKDIR} ${PREFIX}/share/doc/fastjar
	cd ${WRKSRC} && ${INSTALL_DATA} CHANGES README ${PREFIX}/share/doc/fastjar/
@


1.9
log
@portlint (fix whitespace)
@
text
@d10 1
@


1.8
log
@Upgrade to 0.93
@
text
@d9 1
a9 1
PORTVERSION=    0.93
d18 2
a19 2
GNU_CONFIGURE=  yes
USE_GMAKE=      yes
@


1.7
log
@Drop maintainership.  Feel free to update the port. (fastjar is now
maintained in the gcc repository without being released separately,
though)
@
text
@d9 1
a9 1
PORTVERSION=	0.90
d18 2
a19 1
GNU_CONFIGURE=	YES
@


1.6
log
@De-pkg-comment.
@
text
@d15 1
a15 1
MAINTAINER=	knu@@FreeBSD.org
@


1.5
log
@Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.
@
text
@d5 1
a5 1
# $FreeBSD: ports/archivers/fastjar/Makefile,v 1.4 2000/04/24 15:51:08 knu Exp $
d16 1
@


1.4
log
@Change MAINTAINER addresses from knu@@idaemons.org to knu@@FreeBSD.org
so as to make it clear that a FreeBSD committer maintains them.
@
text
@d5 1
a5 1
# $FreeBSD: ports/archivers/fastjar/Makefile,v 1.3 2000/04/08 23:17:42 mharo Exp $
d11 2
a12 1
MASTER_SITES=	http://download.sourceforge.net/fastjar/
@


1.3
log
@update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/archivers/fastjar/Makefile,v 1.2 2000/04/04 19:03:21 knu Exp $
d14 1
a14 1
MAINTAINER=	knu@@idaemons.org
@


1.2
log
@Style fix:
  - Remove post-install information from DESCR's.
  - Replace /usr/local with ${PREFIX} in DESCR's and MESSAGE's.
  - Remove unnecessary whitespace.

Pointed out by:	portlint
@
text
@a1 1
# Version required:     0.90
d5 1
a5 1
# $FreeBSD: ports/archivers/fastjar/Makefile,v 1.1.1.1 2000/03/25 00:12:36 knu Exp $
d8 2
a9 1
DISTNAME=	fastjar-0.90
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $FreeBSD$
d22 1
a23 1
	@@${CAT} ${PKGMESSAGE}
@


1.1.1.1
log
@Initial import of fastjar.

FastJar is a version of JDK's `jar' utility written entirely in C,
and therefore quite a bit faster.  Currently some features such as
updating archive are unimplemented, but enough seems implemented.

WWW:	http://fastjar.sourceforge.net

Obtained from:	NetBSD pkgsrc
@
text
@@
