[103885] trunk/dports/net

yeled at macports.org yeled at macports.org
Sat Mar 9 05:12:48 PST 2013


Revision: 103885
          https://trac.macports.org/changeset/103885
Author:   yeled at macports.org
Date:     2013-03-09 05:12:48 -0800 (Sat, 09 Mar 2013)
Log Message:
-----------
import exabgp, a robust BGP daemon

Added Paths:
-----------
    trunk/dports/net/exabgp/
    trunk/dports/net/exabgp/Portfile

Added: trunk/dports/net/exabgp/Portfile
===================================================================
--- trunk/dports/net/exabgp/Portfile	                        (rev 0)
+++ trunk/dports/net/exabgp/Portfile	2013-03-09 13:12:48 UTC (rev 103885)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python 1.0
+
+name                exabgp
+version             3.1.6
+categories          net
+license             BSD
+platforms           darwin
+supported_archs     noarch
+maintainers         yeled
+description         A BGP engine and route injector
+long_description    Control your network using BGP from any commodity servers \
+                     and reap the benefit of software defined networking without OpenFlow \
+                     \
+                     Receive parsed BGP updates in a friendly form (plain text or JSON) \
+                     and manipulate them with shell script, for example this looking glass \
+                     use ExaBGP, PHP and MySQL and let you see how a prefix is routed \
+                     through your network.
+
+homepage        https://code.google.com/p/exabgp/
+master_sites    https://exabgp.googlecode.com/files/
+checksums       md5 1d09588425dc32221217fcf5ec8ed22c
+extract.suffix  .tgz
+
+python.default_version  27
+python.move_binaries    no
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130309/52bf1b68/attachment.html>


More information about the macports-changes mailing list