| # -*- 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 |
| # $Id$ |
| |
| PortSystem 1.0 |
| PortGroup github 1.0 |
| |
| github.setup named-data repo-ng b7e8a817c042e7fccf496d033194251bff9e58d5 |
| checksums rmd160 6cc40c43efed76a2f5917272c92e1fd530be9c2a \ |
| sha256 2e54b5bb3456d79391e399460aa7f21ff502be084a045c5bab1e13acf257f37e |
| |
| name repo-ng |
| homepage https://github.com/named-data/repo-ng |
| license GPL-3+ |
| version 0.0.3 |
| |
| categories net |
| platforms darwin |
| maintainers ucla.edu:alexander.afanasyev |
| |
| description Next generation of NDN repository |
| |
| long_description repo-ng is an implementation of a Named Data Networking data repository. \ |
| The repo-ng follows Repo protocol of NDN. The specification of repo protocol \ |
| is: http://redmine.named-data.net/projects/repo-ng/wiki |
| |
| depends_lib-append port:ndn-cxx \ |
| port:sqlite3 |
| |
| depends_build-append port:pkgconfig |
| |
| use_configure yes |
| |
| configure.cmd ./waf configure |
| |
| build.cmd ./waf |
| build.target build |
| |
| destroot.cmd ./waf |
| destroot.target install |
| destroot.destdir --destdir=${destroot} |