Alexander Afanasyev | 4c59013 | 2012-08-24 22:19:03 -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 |
Alexander Afanasyev | 9291faa | 2012-08-27 15:00:11 -0700 | [diff] [blame] | 5 | PortGroup github 1.0 |
Alexander Afanasyev | 4c59013 | 2012-08-24 22:19:03 -0700 | [diff] [blame] | 6 | |
Alexander Afanasyev | 4c59013 | 2012-08-24 22:19:03 -0700 | [diff] [blame] | 7 | name ndndump |
Alexander Afanasyev | 4c59013 | 2012-08-24 22:19:03 -0700 | [diff] [blame] | 8 | homepage https://github.com/cawka/ndndump |
Alexander Afanasyev | 9291faa | 2012-08-27 15:00:11 -0700 | [diff] [blame] | 9 | license GNU-3+ |
| 10 | version 0.1 |
| 11 | revision 0 |
Alexander Afanasyev | 4c59013 | 2012-08-24 22:19:03 -0700 | [diff] [blame] | 12 | |
Alexander Afanasyev | 9291faa | 2012-08-27 15:00:11 -0700 | [diff] [blame] | 13 | categories net ccnx |
| 14 | platforms darwin |
| 15 | maintainers ucla.edu:alexander.afanasyev |
Alexander Afanasyev | 4c59013 | 2012-08-24 22:19:03 -0700 | [diff] [blame] | 16 | |
Alexander Afanasyev | 9291faa | 2012-08-27 15:00:11 -0700 | [diff] [blame] | 17 | description tcpdump for NDN |
Alexander Afanasyev | 4c59013 | 2012-08-24 22:19:03 -0700 | [diff] [blame] | 18 | |
Alexander Afanasyev | 9291faa | 2012-08-27 15:00:11 -0700 | [diff] [blame] | 19 | long_description A simple tcpdump-like program that decodes and print out \ |
| 20 | ccnb-formatted packets (see www.ccnx.org). |
| 21 | |
| 22 | use_autoreconf yes |
| 23 | |
| 24 | github.setup cawka ndndump v0.1 |
| 25 | checksums rmd160 05320e661ff050a7dcb188299091f7321ac8e008 \ |
| 26 | sha256 f7b09b67b19f89026e92a86d642205d5f674cce54605ae100cc045bc0e4d9634 |
| 27 | |
| 28 | depends_lib-append port:ccnx \ |
| 29 | port:boost \ |
| 30 | port:libpcap |
| 31 | |
| 32 | configure.args-append --with-ccnx=${prefix} \ |
| 33 | --with-boost=${prefix} |