pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/gnu-crypto GNU Crypto, a GPL implementation o...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2b2cf60df9ff
branches: trunk
changeset: 473135:2b2cf60df9ff
user: tv <tv%pkgsrc.org@localhost>
date: Fri Apr 16 16:17:37 2004 +0000
description:
GNU Crypto, a GPL implementation of the Java Cryptography Extension (JCE).
diffstat:
security/gnu-crypto/DESCR | 8 ++++++++
security/gnu-crypto/Makefile | 26 ++++++++++++++++++++++++++
security/gnu-crypto/PLIST | 10 ++++++++++
security/gnu-crypto/distinfo | 4 ++++
4 files changed, 48 insertions(+), 0 deletions(-)
diffs (64 lines):
diff -r ab893450757f -r 2b2cf60df9ff security/gnu-crypto/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/gnu-crypto/DESCR Fri Apr 16 16:17:37 2004 +0000
@@ -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 -r ab893450757f -r 2b2cf60df9ff security/gnu-crypto/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/gnu-crypto/Makefile Fri Apr 16 16:17:37 2004 +0000
@@ -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@localhost
+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 -r ab893450757f -r 2b2cf60df9ff security/gnu-crypto/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/gnu-crypto/PLIST Fri Apr 16 16:17:37 2004 +0000
@@ -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 -r ab893450757f -r 2b2cf60df9ff security/gnu-crypto/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/gnu-crypto/distinfo Fri Apr 16 16:17:37 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index