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