Commits
Frank Schima authored c93f72ba962
1 - | PortSystem 1.0 |
2 - | name beecrypt |
3 - | version 4.2.1 |
4 - | revision 5 |
5 - | platforms darwin freebsd |
6 - | license LGPL-2.1+ |
7 - | categories devel |
8 - | maintainers nomaintainer |
9 - | description cryptography toolkit |
1 + | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 + | |
3 + | PortSystem 1.0 |
4 + | |
5 + | name beecrypt |
6 + | version 4.2.1 |
7 + | revision 5 |
8 + | platforms darwin freebsd |
9 + | license LGPL-2.1+ |
10 + | categories devel |
11 + | maintainers nomaintainer |
12 + | |
13 + | description cryptography toolkit |
10 14 | long_description \ |
11 - | BeeCrypt is an ongoing project to provide a strong and \ |
12 - | fast cryptography toolkit. Includes entropy sources, \ |
13 - | random generators, block ciphers, hash functions, \ |
14 - | message authentication codes, multiprecision integer \ |
15 - | routines, and public key primitives. |
16 - | homepage http://sourceforge.net/projects/beecrypt/ |
17 - | master_sites sourceforge:project/beecrypt/beecrypt/${version} |
18 - | checksums md5 8441c014170823f2dff97e33df55af1e \ |
19 - | sha1 b1c62c2480c79302a8ca5c09063b3d654275eae0 \ |
20 - | rmd160 2602b07bdd28d8d4a352199eca3d17b771098d66 |
15 + | BeeCrypt is an ongoing project to provide a strong and \ |
16 + | fast cryptography toolkit. Includes entropy sources, \ |
17 + | random generators, block ciphers, hash functions, \ |
18 + | message authentication codes, multiprecision integer \ |
19 + | routines, and public key primitives. |
20 + | |
21 + | homepage https://sourceforge.net/projects/beecrypt/ |
22 + | master_sites sourceforge:project/beecrypt/beecrypt/${version} |
23 + | |
24 + | checksums rmd160 2602b07bdd28d8d4a352199eca3d17b771098d66 \ |
25 + | sha256 286f1f56080d1a6b1d024003a5fa2158f4ff82cae0c6829d3c476a4b5898c55d |
21 26 | |
22 - | configure.args --disable-openmp \ |
23 - | --without-cplusplus \ |
24 - | --without-java \ |
25 - | --without-python |
27 + | configure.args --disable-openmp \ |
28 + | --without-cplusplus \ |
29 + | --without-java \ |
30 + | --without-python |