| # -*- 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 ndndump 0.3 |
| checksums rmd160 a9ea465429f2fb8421398349f79f850009264aaf \ |
| sha256 0aad19b8b9f0f915fd60bbc10c8ade387b86b28767385c35669d17e9fdb01a72 |
| |
| name ndndump |
| homepage https://github.com/named-data/ndndump |
| license GNU-3+ |
| revision 0 |
| |
| categories net ccnx |
| platforms darwin |
| maintainers ucla.edu:alexander.afanasyev |
| |
| description tcpdump for NDN |
| |
| long_description A simple tcpdump-like program that decodes and print out \ |
| ccnb-formatted packets (see www.ccnx.org). |
| |
| depends_lib-append port:ccnx \ |
| port:boost \ |
| port:libpcap |
| |
| configure.args-append --ccnx=${prefix} \ |
| --boost-includes=${prefix}/include --boost-libs=${prefix}/lib |