[Mud-builder-commits] r214 - in trunk: . packages packages/patch

keesj at garage.maemo.org keesj at garage.maemo.org
Tue Dec 4 13:52:37 EET 2007


Author: keesj
Date: 2007-12-04 13:52:36 +0200 (Tue, 04 Dec 2007)
New Revision: 214

Added:
   trunk/packages/olsrd-plugins.xml
   trunk/packages/olsrd.xml
   trunk/packages/patch/olsrd-plugins.patch
Modified:
   trunk/AUTHORS
Log:
#1716: Add olsrd (contributed by adam p).
#1716: Add olsrd-plugins (contributed by adam p).


Modified: trunk/AUTHORS
===================================================================
--- trunk/AUTHORS	2007-11-21 21:03:59 UTC (rev 213)
+++ trunk/AUTHORS	2007-12-04 11:52:36 UTC (rev 214)
@@ -11,3 +11,6 @@
 
 nasm
         Jeff Buchbinder <jeff at freemedsoftware.org>
+
+olsrd, olsdr-plugins
+	Adam p <rip at users.garage.maemo.org>

Added: trunk/packages/olsrd-plugins.xml
===================================================================
--- trunk/packages/olsrd-plugins.xml	                        (rev 0)
+++ trunk/packages/olsrd-plugins.xml	2007-12-04 11:52:36 UTC (rev 214)
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<package>
+ <fetch type="tarball">
+  <url>http://www.olsr.org/releases/0.5/olsrd-0.5.4.tar.gz</url>
+ </fetch>
+ <deb>
+ <section>user/libs</section>
+ <description>
+   Olsrd plugins,bmf dot_draw dyn_gw dyn_gw_plain httpinfo mini nameservice pgraph secure txtinfo
+  </description>
+ </deb>
+</package>

Added: trunk/packages/olsrd.xml
===================================================================
--- trunk/packages/olsrd.xml	                        (rev 0)
+++ trunk/packages/olsrd.xml	2007-12-04 11:52:36 UTC (rev 214)
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<package>
+  <fetch type="tarball">
+          <url>http://www.olsr.org/releases/0.5/olsrd-0.5.4.tar.gz</url>
+  </fetch>
+  <deb>
+          <section>user/communication</section>
+          <description>
+The olsr.org OLSR daemon is an implementation of the Optimized Link State Routing protocol. OLSR is a routing protocol for mobile ad-hoc networks. The protocol is pro-active, table driven and utilizes a technique called multipoint relaying for message flooding. olsrd also implements a popular optional link quality extension. Currently the implementation compiles on GNU/Linux, Windows, OS X, FreeBSD, OpenBSD and NetBSD systems.
+Olsrd is ment to be a well structured and well coded implementation that should be easy to maintain, expand and port to other platforms. The implementation is RFC3626 compliant with respect to both core and auxiliary functioning.
+Olsrd supports use of loadable plugins. These can be used to to handle and generate custom packettypes to be carried by OLSRs MPR flooding scheme or for any other desired functioning.
+
+          </description>
+  </deb>
+</package>

Added: trunk/packages/patch/olsrd-plugins.patch
===================================================================
--- trunk/packages/patch/olsrd-plugins.patch	                        (rev 0)
+++ trunk/packages/patch/olsrd-plugins.patch	2007-12-04 11:52:36 UTC (rev 214)
@@ -0,0 +1,20 @@
+--- Makefile            2007-10-20 20:57:59.000000000 +0930
++++ Makefile.patch      2007-12-02 04:06:13.000000000 +0930
+@@ -57,7 +57,7 @@
+ CFGDEPS =      $(wildcard $(CFGDIR)/*.[ch]) $(CFGDIR)/oparse.y $(CFGDIR)/oscan.lex
+ TAG_SRCS =     $(SRCS) $(HDRS) $(wildcard $(CFGDIR)/*.[ch] $(SWITCHDIR)/*.[ch])
+
+-default_target: cfgparser $(EXENAME)
++default_target: libs
+
+ $(EXENAME):    $(OBJS) $(CFGOBJS) src/builddata.o
+                $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
+@@ -97,7 +97,7 @@
+                $(MAKECMD) -C $(CFGDIR) uberclean
+                $(MAKECMD) -C $(SWITCHDIR) clean
+
+-install: install_olsrd
++install: libs_install install_libs
+
+ install_bin:
+                mkdir -p $(SBINDIR)



More information about the Mud-builder-commits mailing list