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: Portfile 122412 2014-07-22 12:41:54Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name libotr |
---|
7 | version 4.1.1 |
---|
8 | revision 1 |
---|
9 | categories security |
---|
10 | license LGPL-2+ GPL-2+ |
---|
11 | maintainers reifferscheid.org:rsync openmaintainer |
---|
12 | description Off-the-Record Messaging Library |
---|
13 | long_description Off-the-Record (OTR) Messaging allows you to have \ |
---|
14 | private conversations over instant messaging. |
---|
15 | homepage http://www.cypherpunks.ca/otr/ |
---|
16 | platforms darwin |
---|
17 | |
---|
18 | master_sites ${homepage} |
---|
19 | checksums rmd160 528c5ad4ba89f3225bebf5b5ecadf815239fed88 \ |
---|
20 | sha256 8b3b182424251067a952fb4e6c7b95a21e644fbb27fbd5f8af2b2ed87ca419f5 |
---|
21 | |
---|
22 | depends_lib port:libgcrypt |
---|
23 | |
---|
24 | configure.args --mandir=${prefix}/share/man |
---|
25 | |
---|
26 | livecheck.type regex |
---|
27 | livecheck.url ${homepage} |
---|
28 | livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)" \ |
---|