diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-07 12:51:16 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-07 12:51:16 +0000 |
commit | 435b06d4d6611336696ad34034f9cdfd45414c58 (patch) | |
tree | dc4c60e131844e1d671c3ddb8967a0145ef2acc5 /math/miracl | |
parent | 41febab5ad7bd402942bea3dafe97690f400423f (diff) |
Notes
Diffstat (limited to 'math/miracl')
-rw-r--r-- | math/miracl/Makefile | 14 | ||||
-rw-r--r-- | math/miracl/distinfo | 6 | ||||
-rw-r--r-- | math/miracl/pkg-descr | 4 |
3 files changed, 10 insertions, 14 deletions
diff --git a/math/miracl/Makefile b/math/miracl/Makefile index 7a5da12fd017..d734f2cbdf6b 100644 --- a/math/miracl/Makefile +++ b/math/miracl/Makefile @@ -6,28 +6,26 @@ # PORTNAME= miracl -DISTVERSION= 4.85 -PORTREVISION= 3 +PORTVERSION= 5.21 CATEGORIES= math -MASTER_SITES= ftp://ftp.computing.dcu.ie/pub/crypto/ \ - http://indigo.ie/~mscott/ +MASTER_SITES= ftp://ftp.computing.dcu.ie/pub/crypto/ DISTNAME= ${PORTNAME} +DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Multiprecision Integer and Rational Arithmetic C/C++ Library USE_ZIP= yes -NO_WRKSUBDIR= ys +NO_WRKSUBDIR= yes EXTRACT_BEFORE_ARGS= -j -aa -L -PLIST_FILES= \ - lib/libmiracl.a +PLIST_FILES= lib/libmiracl.a .include <bsd.port.pre.mk> .if ${ARCH} != "i386" -BROKEN= "Does not build on !i386" +BROKEN= Does not build on !i386 .endif post-patch: diff --git a/math/miracl/distinfo b/math/miracl/distinfo index 536f36877a16..b59e5eeb1c29 100644 --- a/math/miracl/distinfo +++ b/math/miracl/distinfo @@ -1,3 +1,3 @@ -MD5 (miracl.zip) = 06fc449d12cd1143254a2f78499669dc -SHA256 (miracl.zip) = cb217ba736f37838f139db14d4fe9abf93a3750cf9a3b292fe586537c14b10df -SIZE (miracl.zip) = 1439797 +MD5 (miracl/5.21/miracl.zip) = 95bd353d8d919f4a0b0e7cc4f5fad6ec +SHA256 (miracl/5.21/miracl.zip) = 484761b551b957b3d4db43f3a67b6980393ab00853c7190471799cc3c971d07a +SIZE (miracl/5.21/miracl.zip) = 1444226 diff --git a/math/miracl/pkg-descr b/math/miracl/pkg-descr index 65f4b135e1da..ae8d97fbbeec 100644 --- a/math/miracl/pkg-descr +++ b/math/miracl/pkg-descr @@ -15,6 +15,4 @@ implemented as a C library, a well-thought out C++ wrapper is provided, which greatly simplifies program development. Most example programs (25+ of them) are provided in both C and C++ versions. -WWW: http://indigo.ie/~mscott/ - --- lioux@FreeBSD.org +WWW: http://www.shamus.ie/ |