blob: d9c8b63c1ca8065997006433d42b25a35720afc8 [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 Afanasyeve4850262014-08-15 12:57:12 -07007github.setup named-data repo-ng d02b72e529726fd2539af7a7069f2c9de27e24a4
8checksums rmd160 6f76f4fccc59a104acbb59e2b586a090aebc78b6 \
9 sha256 726471805cca05bbb7986bc793bdf4167f5b77f395639e8a67c40c35cfbcd666
Alexander Afanasyev5a3cf642014-05-07 01:39:10 -070010
11name repo-ng
12homepage https://github.com/named-data/repo-ng
13license GPL-3+
Alexander Afanasyeve4850262014-08-15 12:57:12 -070014version 0.0.4
Alexander Afanasyevb36ad1f2014-07-30 12:55:08 -070015revision 1
Alexander Afanasyev5a3cf642014-05-07 01:39:10 -070016
17categories net
18platforms darwin
19maintainers ucla.edu:alexander.afanasyev
20
21description Next generation of NDN repository
22
23long_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
27depends_lib-append port:ndn-cxx \
28 port:sqlite3
29
30depends_build-append port:pkgconfig
31
32use_configure yes
33
34configure.cmd ./waf configure
35
36build.cmd ./waf
37build.target build
38
39destroot.cmd ./waf
40destroot.target install
41destroot.destdir --destdir=${destroot}