Libtom* is back online at libtomcrypt.com. Point the ports back at
Tom's web server instead of fetching distfiles from freebsd.org.
This commit is contained in:
parent
f9cad23575
commit
7a6bd03a3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157515
6 changed files with 7 additions and 11 deletions
|
@ -8,8 +8,7 @@
|
|||
PORTNAME= libtommath
|
||||
PORTVERSION= 0.38
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= cperciva/libtom
|
||||
MASTER_SITES= http://math.libtomcrypt.com/files/
|
||||
DISTNAME= ltm-${PORTVERSION}
|
||||
|
||||
MAINTAINER= wxs@csh.rit.edu
|
||||
|
|
|
@ -2,4 +2,4 @@ LibTomMath provides highly optimized and portable routines for a vast
|
|||
majority of integer based number theoretic applications (including
|
||||
public key cryptography).
|
||||
|
||||
WWW: http://math.libtomcrypt.org
|
||||
WWW: http://math.libtomcrypt.com
|
||||
|
|
|
@ -8,8 +8,7 @@
|
|||
PORTNAME= tomsfastmath
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= cperciva/libtom
|
||||
MASTER_SITES= http://libtomcrypt.com/tfm/files/
|
||||
DISTNAME= tfm-${PORTVERSION}
|
||||
|
||||
MAINTAINER= wxs@csh.rit.edu
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
TomsFastMath is a portable fixed precision math library designed for
|
||||
very fast exponentiations.
|
||||
|
||||
WWW: http://www.libtomcrypt.org/tfm
|
||||
WWW: http://www.libtomcrypt.com/tfm
|
||||
|
|
|
@ -8,12 +8,10 @@
|
|||
PORTNAME= libtomcrypt
|
||||
PORTVERSION= 1.09
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= cperciva/libtom
|
||||
MASTER_SITES= http://libtomcrypt.com/files/
|
||||
DISTNAME= crypt-${PORTVERSION}
|
||||
|
||||
PATCH_SITES= ${MASTER_SITE_LOCAL}
|
||||
PATCH_SITE_SUBDIR= cperciva/libtom
|
||||
PATCH_SITES= http://libtomcrypt.com/files/patch-1.09/
|
||||
PATCHFILES= lrw_process.c.patch
|
||||
|
||||
MAINTAINER= wxs@csh.rit.edu
|
||||
|
|
|
@ -2,4 +2,4 @@ LibTomCrypt is a portable ANSI C cryptographic library that supports symmetric
|
|||
ciphers, one-way hashes, pseudo-random number generators, public key
|
||||
cryptography (via RSA,DH or ECC/DH) and a plethora of support routines.
|
||||
|
||||
WWW: http://www.libtomcrypt.org
|
||||
WWW: http://www.libtomcrypt.com
|
||||
|
|
Loading…
Reference in a new issue