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 | PortSystem 1.0 |
---|
4 | name gnomint |
---|
5 | version 1.2.1 |
---|
6 | categories security |
---|
7 | platforms darwin |
---|
8 | maintainers phlo.org:fgp |
---|
9 | description Single-user PKI with graphical (GTK) and CLI interface |
---|
10 | long_description gnoMint provides a GUI and a CLI to manage a simple PKI. \ |
---|
11 | Supports multiple root certificates, intermediate certificates, \ |
---|
12 | creating/importing and signing of CSRs and certificate \ |
---|
13 | revokation. Stores the whole PKI in a single sqlite file. |
---|
14 | homepage http://gnomint.sourceforge.net/ |
---|
15 | master_sites sourceforge:gnomint |
---|
16 | checksums rmd160 6a55b7329aa81c895a6f9bfb04b82d9759f5a10f \ |
---|
17 | sha256 6186ca6073e912bad5e0b026bc704430098a54392f3741d62929cc6fca3c38b0 |
---|
18 | depends_lib port:readline \ |
---|
19 | port:gettext \ |
---|
20 | port:zlib \ |
---|
21 | port:sqlite3 \ |
---|
22 | port:libgcrypt \ |
---|
23 | port:gnutls \ |
---|
24 | port:glib2 \ |
---|
25 | port:gconf \ |
---|
26 | port:gtk2 |
---|
27 | |
---|
28 | patchfiles patch-configure.in.diff \ |
---|
29 | patch-src-Makefile.am.diff \ |
---|
30 | patch-src-import.c.diff |
---|
31 | |
---|
32 | use_autoreconf yes |
---|
33 | configure.args --prefix=${prefix} |
---|