Re: [OpenWrt-Devel] [PATCH2] Add Protobuf library (Second submit)

2011-06-09 Thread Obinou
e and simplify the Makefile. > > mirko Thanks mirko ! Obinou ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH2] Add Protobuf library (Second submit)

2011-06-09 Thread Obinou
Le Thu, 9 Jun 2011 12:33:19 +0200, Jonas Gorski a écrit : > One very minor nitpick (which doesn't warrant a new patch; the > committer can fix this): Haha ! Yes, sorry ! :-) I guess my other patches have the same nitpick Thanks for the review _

[OpenWrt-Devel] [PATCH2] Add Protobuf library (Second submit)

2011-06-09 Thread Obinou
answer to any questions, critics and wishes regarding the packaging of protobuf, tokyocabinet and Seeks. Obinou diff --git a/libs/protobuf/Makefile b/libs/protobuf/Makefile new file mode 100644 index 000..e0a6c1e --- /dev/null +++ b/libs/protobuf/Makefile @@ -0,0 +1,65 @@ +# +# Copyright (C) 2007 O

[OpenWrt-Devel] [PATCH] Add Seeks package

2011-06-07 Thread Obinou
the regulars seeks files in /etc/seeks: No effort has been made to add a UCI layer, although it's clearly a goal if the demand is here. I DO apply as the official maintainer for these packages (tokyocabinet, protobuf, seeks) for OpenWRT, and can be reached in particular on irc (#openwrt a

[OpenWrt-Devel] [PATCH] Add Protobuf library

2011-06-07 Thread Obinou
E_DIR)/package.mk + +define Package/protobuf + SECTION:=libs + CATEGORY:=Libraries + TITLE:=A structured data encoding library + URL:=http://code.google.com/p/protobuf/ + DEPENDS:=+zlib + MAINTAINER:=Obinou +endef + +define Package/protobuf/description + Protocol Buffers are a way of encoding st

[OpenWrt-Devel] [PATCH] Add TokyoCabinet library

2011-06-07 Thread Obinou
MAINTAINER:=Obinou +endef + +define Package/tokyocabinet/description + Tokyo Cabinet is a library of routines for managing a database. + The database is a simple data file containing records, each + is a pair of a key and a value. Every key and value is serial bytes + with variable length. Both binar