diff options
author | tv <tv@pkgsrc.org> | 2004-04-16 16:17:37 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-04-16 16:17:37 +0000 |
commit | 3b79b1942a3fb7c4a5e2a396b2294f7af38491ff (patch) | |
tree | b173c9c2e4b9bab9aedd672d74a7938dd9f2e0e5 /security | |
parent | dfdf08be3c0dbe4bb773308af10b94532936d80b (diff) | |
download | pkgsrc-3b79b1942a3fb7c4a5e2a396b2294f7af38491ff.tar.gz |
GNU Crypto, a GPL implementation of the Java Cryptography Extension (JCE).
Diffstat (limited to 'security')
-rw-r--r-- | security/gnu-crypto/DESCR | 8 | ||||
-rw-r--r-- | security/gnu-crypto/Makefile | 26 | ||||
-rw-r--r-- | security/gnu-crypto/PLIST | 10 | ||||
-rw-r--r-- | security/gnu-crypto/distinfo | 4 |
4 files changed, 48 insertions, 0 deletions
diff --git a/security/gnu-crypto/DESCR b/security/gnu-crypto/DESCR new file mode 100644 index 00000000000..44377fc8edf --- /dev/null +++ b/security/gnu-crypto/DESCR @@ -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. diff --git a/security/gnu-crypto/Makefile b/security/gnu-crypto/Makefile new file mode 100644 index 00000000000..a08cb567c6f --- /dev/null +++ b/security/gnu-crypto/Makefile @@ -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" diff --git a/security/gnu-crypto/PLIST b/security/gnu-crypto/PLIST new file mode 100644 index 00000000000..657c45ec8a5 --- /dev/null +++ b/security/gnu-crypto/PLIST @@ -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 diff --git a/security/gnu-crypto/distinfo b/security/gnu-crypto/distinfo new file mode 100644 index 00000000000..aced34a7f2d --- /dev/null +++ b/security/gnu-crypto/distinfo @@ -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 |