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 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | name libgfshare |
---|
6 | version 1.0.5 |
---|
7 | categories security |
---|
8 | platforms darwin |
---|
9 | maintainers bialkiewicz.fr:joel-alexis |
---|
10 | description utilities for multi-way secret sharing |
---|
11 | long_description libgfshare is an implementation of the Shamir's \ |
---|
12 | secret sharing algorithm. It allows to break a \ |
---|
13 | password or a secret key into several components, \ |
---|
14 | a predefined number of which is necessary to \ |
---|
15 | reconstruct it. |
---|
16 | homepage https://packages.debian.org/source/stable/libgfshare |
---|
17 | master_sites http://ftp.de.debian.org/debian/pool/main/libg/libgfshare/ |
---|
18 | distfiles libgfshare_1.0.5.orig.tar.bz2 |
---|
19 | checksums rmd160 b95284bd5c531de89f7fa07bf5faaa22afc38c52 \ |
---|
20 | sha256 77af2f94be8572b36d6d0580c3651edcb7b90ca48d507bfb8c09fdb013984d9c |
---|
21 | configure.args --disable-linker-optimisations |
---|
22 | |
---|