Alexander Afanasyev | 9944ebc | 2012-08-20 18:40:12 -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 | |
Alexander Afanasyev | d9b5aad | 2012-08-27 14:16:37 -0700 | [diff] [blame] | 4 | PortSystem 1.0 |
Alexander Afanasyev | d600ea9 | 2012-09-24 13:39:43 -0700 | [diff] [blame] | 5 | |
Alexander Afanasyev | d9b5aad | 2012-08-27 14:16:37 -0700 | [diff] [blame] | 6 | name ccnx |
| 7 | homepage http://www.ccnx.org/ |
| 8 | license GPL-2+ LGPL-2.1+ |
Alexander Afanasyev | 3d7b19d | 2013-05-20 11:28:37 -0700 | [diff] [blame] | 9 | version 0.7.2.ndn.1 |
Alexander Afanasyev | 8e85028 | 2012-08-23 10:04:58 -0700 | [diff] [blame] | 10 | |
Alexander Afanasyev | dcb61ae | 2013-02-18 09:22:45 -0800 | [diff] [blame] | 11 | categories net |
Alexander Afanasyev | d9b5aad | 2012-08-27 14:16:37 -0700 | [diff] [blame] | 12 | maintainers ucla.edu:alexander.afanasyev |
Alexander Afanasyev | b41f850 | 2013-02-14 14:02:57 -0800 | [diff] [blame] | 13 | |
Alexander Afanasyev | d9b5aad | 2012-08-27 14:16:37 -0700 | [diff] [blame] | 14 | description ProjectCCNx implementation of Content Centric Networking (CCN) / \ |
| 15 | Named Data Networking (NDN) architecture |
Alexander Afanasyev | b41f850 | 2013-02-14 14:02:57 -0800 | [diff] [blame] | 16 | |
Alexander Afanasyev | d9b5aad | 2012-08-27 14:16:37 -0700 | [diff] [blame] | 17 | long_description Project CCNx(r) exists to develop, promote, and evaluate a new \ |
| 18 | approach to communication architecture we call content-centric \ |
| 19 | networking. We seek to carry out this mission by creating and \ |
| 20 | publishing open protocol specifications and an open source \ |
| 21 | software reference implementation of those protocols. We provide \ |
| 22 | support for a community of people interested in experimentation, \ |
| 23 | research, and building applications with this technology, all \ |
Alexander Afanasyev | b41f850 | 2013-02-14 14:02:57 -0800 | [diff] [blame] | 24 | contributing to its evolution. |
| 25 | |
Alexander Afanasyev | 302550c | 2014-01-17 12:17:01 -0800 | [diff] [blame^] | 26 | replaced_by ndnx |
| 27 | PortGroup obsolete 1.0 |