Alexander Afanasyev | 00e7660 | 2014-07-02 12:06:19 -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 | 58d6113 | 2015-07-01 19:23:01 -0700 | [diff] [blame] | 5 | PortGroup obsolete 1.0 |
Alexander Afanasyev | 00e7660 | 2014-07-02 12:06:19 -0700 | [diff] [blame] | 6 | |
| 7 | name ndndump |
Alexander Afanasyev | 58d6113 | 2015-07-01 19:23:01 -0700 | [diff] [blame] | 8 | version 0.6-deprecated |
Alexander Afanasyev | 00e7660 | 2014-07-02 12:06:19 -0700 | [diff] [blame] | 9 | license GPL3+ |
Alexander Afanasyev | 55409f3 | 2015-05-12 23:24:26 -0700 | [diff] [blame] | 10 | revision 2 |
Alexander Afanasyev | 00e7660 | 2014-07-02 12:06:19 -0700 | [diff] [blame] | 11 | |
Alexander Afanasyev | 58d6113 | 2015-07-01 19:23:01 -0700 | [diff] [blame] | 12 | replaced_by ndn-tools |
| 13 | |
Alexander Afanasyev | 00e7660 | 2014-07-02 12:06:19 -0700 | [diff] [blame] | 14 | categories net |
| 15 | platforms darwin |