From c557a4e1e806e35f1c7ca2b7cb7634f368337051 Mon Sep 17 00:00:00 2001 From: glewis Date: Thu, 15 Sep 2005 15:24:38 +0000 Subject: . 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. --- java/cryptix-jce/Makefile | 14 ++++++++------ java/cryptix-jce/distinfo | 4 ++-- java/cryptix-jce/pkg-descr | 21 +++------------------ java/cryptix-jce/pkg-plist | 2 ++ 4 files changed, 15 insertions(+), 26 deletions(-) (limited to 'java/cryptix-jce') diff --git a/java/cryptix-jce/Makefile b/java/cryptix-jce/Makefile index 4eaf73a..52a0bfe 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 diff --git a/java/cryptix-jce/distinfo b/java/cryptix-jce/distinfo index 9b74763..fa2cc98 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 cb3f974..467adab 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 36e3949..2adce4c 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 -- cgit v1.1