GNU Crypto, a GPL implementation of the Java Cryptography Extension (JCE).
This commit is contained in:
parent
dfdf08be3c
commit
3b79b1942a
4 changed files with 48 additions and 0 deletions
8
security/gnu-crypto/DESCR
Normal file
8
security/gnu-crypto/DESCR
Normal file
|
@ -0,0 +1,8 @@
|
|||
GNU Crypto, part of the GNU project, released under the aegis of GNU, aims
|
||||
at providing free, versatile, high-quality, and provably correct
|
||||
implementations of cryptographic primitives and tools in the Java
|
||||
programming language for use by programmers and end-users.
|
||||
|
||||
GNU Crypto is licensed under the terms of the GNU General Public License,
|
||||
with the "library exception" which permits its use as a library in
|
||||
conjunction with non-Free software.
|
26
security/gnu-crypto/Makefile
Normal file
26
security/gnu-crypto/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/04/16 16:17:37 tv Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gnu-crypto-2.0.1-bin
|
||||
PKGNAME= ${DISTNAME:S/-bin$//}
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ftp://ftp.gnupg.org/GnuPG/gnu-crypto/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= tv@duh.org
|
||||
HOMEPAGE= http://www.gnu.org/software/gnu-crypto/
|
||||
COMMENT= GPL implementation of the Java Crypto Extensions
|
||||
|
||||
USE_BUILDLINK3= yes
|
||||
USE_JAVA2= run
|
||||
|
||||
do-build: # do nothing
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/lib/java
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/lib/java/gnu-crypto
|
||||
${INSTALL_DATA} ${WRKSRC}/lib/*.jar ${PREFIX}/lib/java/gnu-crypto/
|
||||
${INSTALL_MAN} ${WRKSRC}/docs/*.info* ${PREFIX}/info/
|
||||
|
||||
.include "../../mk/java-vm.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
10
security/gnu-crypto/PLIST
Normal file
10
security/gnu-crypto/PLIST
Normal file
|
@ -0,0 +1,10 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/16 16:17:37 tv Exp $
|
||||
info/gnu-crypto.info
|
||||
info/gnu-crypto.info-1
|
||||
info/gnu-crypto.info-2
|
||||
info/gnu-crypto.info-3
|
||||
info/gnu-crypto.info-4
|
||||
lib/java/gnu-crypto/gnu-crypto.jar
|
||||
lib/java/gnu-crypto/javax-crypto.jar
|
||||
lib/java/gnu-crypto/javax-security.jar
|
||||
@dirrm lib/java/gnu-crypto
|
4
security/gnu-crypto/distinfo
Normal file
4
security/gnu-crypto/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/04/16 16:17:37 tv Exp $
|
||||
|
||||
SHA1 (gnu-crypto-2.0.1-bin.tar.bz2) = a35fca0e8ea559f41dccdd5422cc64a0a8b02619
|
||||
Size (gnu-crypto-2.0.1-bin.tar.bz2) = 1083808 bytes
|
Loading…
Reference in a new issue