blob: a5a9d667d8e16f3d1d4d2da7f5a02183510c14c3 [file] [log] [blame]
# -*- 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 6e818129190497de8851a6f2d0ae57dfcccb0f49
checksums rmd160 d236fe10892edaae80bd49fad77b9ae2f1cfd301 \
sha256 9a2593bc3a68b418cb41f5a8bafa97c7724c842934b082a33e89d92f86328de1
name repo-ng
homepage https://github.com/named-data/repo-ng
license GPL-3+
version 0.0.8
revision 1
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.cxxflags-append -std=c++11
configure.env-append PKG_CONFIG_PATH=${prefix}/lib/pkgconfig
configure.cmd ./waf configure
build.cmd ./waf
build.target build
destroot.cmd ./waf
destroot.target install
destroot.destdir --destdir=${destroot}