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:
parent
bdfe35e8c5
commit
d327f2280a
21
archivers/fastjar/Makefile
Normal file
21
archivers/fastjar/Makefile
Normal 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>
|
3
archivers/fastjar/files/md5
Normal file
3
archivers/fastjar/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (fastjar-0.90.tgz) = e17723206263a314b937055c6c91607a
|
||||
RMD160 (fastjar-0.90.tgz) = e6db3bb0a1356af0206504c045283286a48ef0e9
|
||||
SHA1 (fastjar-0.90.tgz) = bf88e42e10f66ed8a142833a93c5bc59c3ef9d84
|
1
archivers/fastjar/pkg/COMMENT
Normal file
1
archivers/fastjar/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
Sun JDK's `jar' command written entirely in C
|
5
archivers/fastjar/pkg/DESCR
Normal file
5
archivers/fastjar/pkg/DESCR
Normal 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}
|
2
archivers/fastjar/pkg/PLIST
Normal file
2
archivers/fastjar/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/07/07 03:18:00 kevlo Exp $
|
||||
bin/fastjar
|
Loading…
x
Reference in New Issue
Block a user