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