summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2005-09-15 15:24:38 +0000
committerGreg Lewis <glewis@FreeBSD.org>2005-09-15 15:24:38 +0000
commitcc519a1423293f6b65ed42cb80bf2c6c299b9180 (patch)
tree392b61c993cf8c8eb9585aeda1b3a1537e0ec7b2 /java
parentAdd exrtools 0.4, utilities for manipulating with HDR (diff)
. Update to 20050328.
. Remove RESTRICTED, the licence is BSD-like and the web site now claims it is fine for production use. . Update pkg-descr and include the web site.
Notes
Notes: svn path=/head/; revision=142824
Diffstat (limited to 'java')
-rw-r--r--java/cryptix-jce/Makefile14
-rw-r--r--java/cryptix-jce/distinfo4
-rw-r--r--java/cryptix-jce/pkg-descr21
-rw-r--r--java/cryptix-jce/pkg-plist2
4 files changed, 15 insertions, 26 deletions
diff --git a/java/cryptix-jce/Makefile b/java/cryptix-jce/Makefile
index 4eaf73a091e1..52a0bfe2faee 100644
--- a/java/cryptix-jce/Makefile
+++ b/java/cryptix-jce/Makefile
@@ -6,21 +6,18 @@
#
PORTNAME= cryptix-jce
-PORTVERSION= 20011118
+PORTVERSION= 20050328
CATEGORIES= java security
-MASTER_SITES= http://opensores.thebunker.net/pub/mirrors/cryptix/dist/ \
- http://www.mirrors.wiretapped.net/security/cryptography/libraries/cryptix/cryptix-jce/ \
- ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= znerd
+MASTER_SITES= http://www.cryptix.org/
DISTNAME= ${PORTNAME}-${PORTVERSION}-snap
MAINTAINER= ports@FreeBSD.org
COMMENT= JCE (Java Cryptography Extension) by Cryptix
USE_JAVA= yes
+JAVA_VERSION= 1.1+
USE_ZIP= yes
NO_BUILD= yes
-RESTRICTED= Testing purpose only (from README.TXT).
do-install:
@${MKDIR} ${JAVAJARDIR}
@@ -28,5 +25,10 @@ do-install:
${INSTALL_DATA} ${WRKDIR}/bin/${PORTNAME}-compat.jar ${JAVAJARDIR}/
${INSTALL_DATA} ${WRKDIR}/bin/${PORTNAME}-provider.jar ${JAVAJARDIR}/
${INSTALL_DATA} ${WRKDIR}/bin/${PORTNAME}-tests.jar ${JAVAJARDIR}/
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKDIR}/README.TXT ${DOCSDIR}/
+ ${INSTALL_DATA} ${WRKDIR}/LICENCE.TXT ${DOCSDIR}/
+.endif
.include <bsd.port.mk>
diff --git a/java/cryptix-jce/distinfo b/java/cryptix-jce/distinfo
index 9b74763da5e0..fa2cc987148d 100644
--- a/java/cryptix-jce/distinfo
+++ b/java/cryptix-jce/distinfo
@@ -1,2 +1,2 @@
-MD5 (cryptix-jce-20011118-snap.zip) = c2636f5cb8c2da3a1bdc639b0ff60909
-SIZE (cryptix-jce-20011118-snap.zip) = 784903
+MD5 (cryptix-jce-20050328-snap.zip) = 8f03564528e305043217de48be5ca40d
+SIZE (cryptix-jce-20050328-snap.zip) = 937255
diff --git a/java/cryptix-jce/pkg-descr b/java/cryptix-jce/pkg-descr
index cb3f9748c095..467adab623b3 100644
--- a/java/cryptix-jce/pkg-descr
+++ b/java/cryptix-jce/pkg-descr
@@ -1,19 +1,4 @@
-Cryptix JCE currently supports:
+The Cryptix JCE Provider is a cryptography plugin for Sun Microsystems'
+Java Cryptography Extensions (JCE) framework.
-JDKs
- 1.1 and 1.2
-Ciphers
- Blowfish, CAST5, DES, IDEA, MARS, RC2, RC4, RC6, Rijndael,
- Serpent, SKIPJACK, Square, TripleDES, Twofish
-KeyAgreements
- Diffie-Hellman
-Modes
- CBC, ECB, OFB
-Hashes
- MD2, MD4, RIPEMD-128, RIPEMD-160, SHA-0, SHA-1, Tiger
-MACs
- HMAC-* (for all hashes mentioned above + MD5)
-Signatures
- RawDSA, RSA
-Assymetric ciphers
- ElGamal, RSA
+WWW: http://www.cryptix.org/
diff --git a/java/cryptix-jce/pkg-plist b/java/cryptix-jce/pkg-plist
index 36e394906d61..2adce4cca6d5 100644
--- a/java/cryptix-jce/pkg-plist
+++ b/java/cryptix-jce/pkg-plist
@@ -2,3 +2,5 @@
%%JAVAJARDIR%%/cryptix-jce-compat.jar
%%JAVAJARDIR%%/cryptix-jce-provider.jar
%%JAVAJARDIR%%/cryptix-jce-tests.jar
+%%PORTDOCS%%%%DOCSDIR%%/README.TXT
+%%PORTDOCS%%%%DOCSDIR%%/LICENCE.TXT