Commits
David B. Evans authored 1710eac712d
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name libepc |
6 - | version 0.4.4 |
7 - | revision 2 |
6 + | version 0.4.6 |
8 7 | license LGPL-2.1+ |
9 8 | set branch [join [lrange [split ${version} .] 0 1] .] |
10 9 | maintainers {devans @dbevans} openmaintainer |
11 10 | categories gnome |
12 11 | platforms darwin |
13 12 | description The Easy Publish and Consume Library |
14 13 | |
15 14 | long_description The Easy Publish and Consume library provides an easy method to \ |
16 15 | publish data per HTTPS, announce that information via DNS-SD, \ |
17 16 | find that information, and finally consume it. You can use this \ |
18 17 | library as a key/value store published to the network, using \ |
19 18 | encryption, authentication and service discovery. |
20 19 | |
21 20 | homepage https://wiki.gnome.org/Projects/libepc |
22 21 | master_sites gnome:sources/${name}/${branch}/ |
23 22 | use_xz yes |
24 23 | |
25 - | checksums rmd160 21eb62f94467c880c98a6717c64464a209f898d2 \ |
26 - | sha256 4f98fc306c0f9d361e1381484744246efd084053732924741078270c49afc33b |
24 + | checksums rmd160 b96222557cef72bc64f76875ebdc87f10bac6044 \ |
25 + | sha256 215990847a8526c85774cb74fbcaea4c46866df58281b21dce5a62aac5da7ae8 |
27 26 | |
28 27 | depends_build port:pkgconfig \ |
29 28 | port:intltool \ |
30 29 | port:gtk-doc \ |
31 30 | port:gnome-common \ |
32 31 | port:autoconf \ |
33 32 | port:automake \ |
34 33 | port:libtool |
35 34 | |
36 35 | depends_lib port:gtk3 \ |