Alexander Afanasyev | 5a3cf64 | 2014-05-07 01:39:10 -0700 | [diff] [blame] | 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 | PortGroup github 1.0 |
| 6 | |
Alexander Afanasyev | d47ce3f | 2015-07-01 19:23:16 -0700 | [diff] [blame^] | 7 | github.setup named-data repo-ng 6e818129190497de8851a6f2d0ae57dfcccb0f49 |
| 8 | checksums rmd160 d236fe10892edaae80bd49fad77b9ae2f1cfd301 \ |
| 9 | sha256 9a2593bc3a68b418cb41f5a8bafa97c7724c842934b082a33e89d92f86328de1 |
Alexander Afanasyev | 5a3cf64 | 2014-05-07 01:39:10 -0700 | [diff] [blame] | 10 | |
| 11 | name repo-ng |
| 12 | homepage https://github.com/named-data/repo-ng |
| 13 | license GPL-3+ |
Alexander Afanasyev | d47ce3f | 2015-07-01 19:23:16 -0700 | [diff] [blame^] | 14 | version 0.0.8 |
Alexander Afanasyev | 5a3cf64 | 2014-05-07 01:39:10 -0700 | [diff] [blame] | 15 | |
| 16 | categories net |
| 17 | platforms darwin |
| 18 | maintainers ucla.edu:alexander.afanasyev |
| 19 | |
| 20 | description Next generation of NDN repository |
| 21 | |
| 22 | long_description repo-ng is an implementation of a Named Data Networking data repository. \ |
| 23 | The repo-ng follows Repo protocol of NDN. The specification of repo protocol \ |
| 24 | is: http://redmine.named-data.net/projects/repo-ng/wiki |
| 25 | |
| 26 | depends_lib-append port:ndn-cxx \ |
| 27 | port:sqlite3 |
| 28 | |
| 29 | depends_build-append port:pkgconfig |
| 30 | |
| 31 | use_configure yes |
| 32 | |
Alexander Afanasyev | f716e07 | 2014-12-18 14:24:20 -0800 | [diff] [blame] | 33 | configure.cxxflags-append -std=c++11 |
Alexander Afanasyev | e1a35c3 | 2015-02-20 14:12:38 -0800 | [diff] [blame] | 34 | configure.env-append PKG_CONFIG_PATH=${prefix}/lib/pkgconfig |
Alexander Afanasyev | 5a3cf64 | 2014-05-07 01:39:10 -0700 | [diff] [blame] | 35 | configure.cmd ./waf configure |
| 36 | |
| 37 | build.cmd ./waf |
| 38 | build.target build |
| 39 | |
| 40 | destroot.cmd ./waf |
| 41 | destroot.target install |
| 42 | destroot.destdir --destdir=${destroot} |