Ticket #42671: Portfile

File Portfile, 925 bytes (added by joel-alexis@…, 10 years ago)
Line 
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
4PortSystem              1.0
5name                    libgfshare
6version                 1.0.5
7categories              security
8platforms               darwin
9maintainers             bialkiewicz.fr:joel-alexis
10description             utilities for multi-way secret sharing
11long_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.
16homepage                https://packages.debian.org/source/stable/libgfshare
17master_sites            http://ftp.de.debian.org/debian/pool/main/libg/libgfshare/
18distfiles               libgfshare_1.0.5.orig.tar.bz2
19checksums               rmd160 b95284bd5c531de89f7fa07bf5faaa22afc38c52 \
20                        sha256 77af2f94be8572b36d6d0580c3651edcb7b90ca48d507bfb8c09fdb013984d9c
21configure.args          --disable-linker-optimisations
22