diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-25 15:26:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-25 15:26:05 +0000 |
commit | b3a62a14bf601f154d8f06df6795e8c427ac421b (patch) | |
tree | c061e08614cc5c7b8ad990a426da61d5611b575f /security/p5-Crypt-Cryptix | |
parent | - Refresh MASTER_SITES (diff) |
- Fix MASTER_SITES [1]
- Add WWW
PR: ports/67181 [1]
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Notes
Notes:
svn path=/head/; revision=109986
Diffstat (limited to 'security/p5-Crypt-Cryptix')
-rw-r--r-- | security/p5-Crypt-Cryptix/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Crypt-Cryptix/pkg-descr | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/security/p5-Crypt-Cryptix/Makefile b/security/p5-Crypt-Cryptix/Makefile index 6e8426363931..9e36ff7e137d 100644 --- a/security/p5-Crypt-Cryptix/Makefile +++ b/security/p5-Crypt-Cryptix/Makefile @@ -8,7 +8,9 @@ PORTNAME= Cryptix PORTVERSION= 1.16 CATEGORIES= security perl5 -MASTER_SITES= http://www.cryptix.org/dist/ +MASTER_SITES= http://www.ntua.gr/cryptix/dist/ \ + ftp://opensores.thebunker.net/pub/mirrors/cryptix/master.cryptix.org/dist/ \ + http://www.cypherpunks.to/~cryptix/dist/ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org diff --git a/security/p5-Crypt-Cryptix/pkg-descr b/security/p5-Crypt-Cryptix/pkg-descr index 0b3017833858..2d5e16a60ab1 100644 --- a/security/p5-Crypt-Cryptix/pkg-descr +++ b/security/p5-Crypt-Cryptix/pkg-descr @@ -1 +1,3 @@ Perl5 interface to the Cryptix Crypto Library (Blowfish, DES and IDEA) + +WWW: http://www.cypherpunks.to/~cryptix/ |