Initial import of fastjar-0.9.

fastjar is a Sun JDK's `jar' command written entirely in C.

Submitted by:	Dan Harnett <danh@nfol.com>
This commit is contained in:
kevlo 2000-07-07 03:17:59 +00:00
parent bdfe35e8c5
commit d327f2280a
5 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2000/07/07 03:17:59 kevlo Exp $
# $FreeBSD: ports/archivers/fastjar/Makefile,v 1.4 2000/04/24 15:51:08 knu Exp $
DISTNAME= fastjar-0.90
CATEGORIES= archivers
NEED_VERSION= 1.310
HOMEPAGE= http://fastjar.sourceforge.net/
MAINTAINER= danh@nfol.com
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://download.sourceforge.net/fastjar/
EXTRACT_SUFX= .tgz
CONFIGURE_STYLE= gnu dest
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (fastjar-0.90.tgz) = e17723206263a314b937055c6c91607a
RMD160 (fastjar-0.90.tgz) = e6db3bb0a1356af0206504c045283286a48ef0e9
SHA1 (fastjar-0.90.tgz) = bf88e42e10f66ed8a142833a93c5bc59c3ef9d84

View File

@ -0,0 +1 @@
Sun JDK's `jar' command written entirely in C

View File

@ -0,0 +1,5 @@
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: ${HOMEPAGE}

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/07/07 03:18:00 kevlo Exp $
bin/fastjar