[Lunar-commits] r26168 - in moonbase/trunk/zbeta: . net6
Auke Kok
sofar at lunar-linux.org
Thu Oct 11 20:28:12 CEST 2007
Author: sofar
Date: 2007-10-11 20:28:12 +0200 (Thu, 11 Oct 2007)
New Revision: 26168
Added:
moonbase/trunk/zbeta/net6/
moonbase/trunk/zbeta/net6/DEPENDS
moonbase/trunk/zbeta/net6/DETAILS
Log:
First version of the module. It's needed for obby.
From: admin at tshw.de
Added: moonbase/trunk/zbeta/net6/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/net6/DEPENDS (rev 0)
+++ moonbase/trunk/zbeta/net6/DEPENDS 2007-10-11 18:28:12 UTC (rev 26168)
@@ -0,0 +1,2 @@
+depends gnutls
+depends libsigc++2
Added: moonbase/trunk/zbeta/net6/DETAILS
===================================================================
--- moonbase/trunk/zbeta/net6/DETAILS (rev 0)
+++ moonbase/trunk/zbeta/net6/DETAILS 2007-10-11 18:28:12 UTC (rev 26168)
@@ -0,0 +1,15 @@
+ MODULE=net6
+ VERSION=1.3.5
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=http://releases.0x539.de/net6/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:62807f3e2d932c087c99d1a10e9d0e515903e0ba
+ WEB_SITE="http://gobby.0x539.de"
+ ENTERED=20071004
+ UPDATED=20071004
+ SHORT="C++ netork packet framework"
+cat <<EOF
+net6 is an IP client/server library providing a flexible framework
+to send packets to each other using C++. It supports TCP and UDP,
+IPv4 and IPv6 and is thus a valuable base for network development.
+EOF
More information about the Lunar-commits
mailing list