blob: f342547d342d6bbca851f08bdcb92a7626613335 [file] [log] [blame]
Alexander Afanasyev5a3cf642014-05-07 01:39:10 -07001# -*- 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
4PortSystem 1.0
5PortGroup github 1.0
6
Alexander Afanasyev098a6782014-07-02 12:06:04 -07007github.setup named-data repo-ng 91fb4f2e5067d2fd6a591d885353a449bc65b399
8checksums rmd160 766929a4d29607fe9774761773fc09bbd1a100be \
9 sha256 89a67ee7c415420cb557645cfd60822e6a47eca9da961a8ecfac384e3367723a
Alexander Afanasyev5a3cf642014-05-07 01:39:10 -070010
11name repo-ng
12homepage https://github.com/named-data/repo-ng
13license GPL-3+
Alexander Afanasyev098a6782014-07-02 12:06:04 -070014version 0.0.2
Alexander Afanasyev5a3cf642014-05-07 01:39:10 -070015
16categories net
17platforms darwin
18maintainers ucla.edu:alexander.afanasyev
19
20description Next generation of NDN repository
21
22long_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
26depends_lib-append port:ndn-cxx \
27 port:sqlite3
28
29depends_build-append port:pkgconfig
30
31use_configure yes
32
33configure.cmd ./waf configure
34
35build.cmd ./waf
36build.target build
37
38destroot.cmd ./waf
39destroot.target install
40destroot.destdir --destdir=${destroot}