mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
. 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.
This commit is contained in:
parent
ff2863e5da
commit
cc519a1423
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142824
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user