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 | |
---|
6 | name osslsigncode |
---|
7 | version 1.6 |
---|
8 | categories devel security |
---|
9 | platforms darwin |
---|
10 | license GPL-3+ |
---|
11 | maintainers openmaintainer |
---|
12 | |
---|
13 | description OpenSSL-based signcode utility |
---|
14 | long_description Platform-independent tool for Authenticode signing of \ |
---|
15 | PE(EXE/SYS/DLL/etc), CAB and MSI files - uses OpenSSL \ |
---|
16 | and libcurl. It also supports timestamping (Authenticode \ |
---|
17 | and RFC3161). |
---|
18 | |
---|
19 | homepage http://sourceforge.net/projects/osslsigncode/ |
---|
20 | master_sites sourceforge |
---|
21 | checksums rmd160 69701543458d4c18cd1356272f9d88962a45a15d \ |
---|
22 | sha256 5edb969558d44efcc07a29e3975688d3e70acd941375a2bdd28a226d5db9d4ad |
---|
23 | |
---|
24 | depends_build port:pkgconfig |
---|
25 | depends_lib port:openssl port:curl |
---|