Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (462693c0120699b1cac901ad656b46383ab9350d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (462693c0120699b1cac901ad656b46383ab9350d)
  • Date: Sat, 14 Apr 2012 06:37:11 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 1 +
libs/enet/DETAILS | 20 ++++++++++++++++++++
libs/enet/HISTORY | 3 +++
3 files changed, 24 insertions(+)

New commits:
commit 462693c0120699b1cac901ad656b46383ab9350d
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

libs/enet: new spell, a networking library

diff --git a/ChangeLog b/ChangeLog
index 54675c2..9f23fbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2012-04-14 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* libs/mygui: new spell, a GUI library
+ * libs/enet: new spell, a network communcation library

2013-04-08 Robin Cook <rcook AT wyrms.net>
* utils/bsdiff: new spell, binary patch tool
diff --git a/libs/enet/DETAILS b/libs/enet/DETAILS
new file mode 100755
index 0000000..d19ca57
--- /dev/null
+++ b/libs/enet/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=enet
+ VERSION=1.3.3
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://${SPELL}.bespin.org/download/${SOURCE}
+
SOURCE_HASH=sha512:2f75b59cc3c7c45df73a03fa4a98449d8ac06e5c7302035d7e2cf87f8520f51f74d7bdd1c1a9c1263e95296d2b3bf495fb12f05c7af08ba945234db76358806d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://enet.bespin.org/index.html";
+ LICENSE[0]=MIT
+ ENTERED=20120414
+ SHORT="a relatively thin, simple and robust network communication
layer on top of UDP"
+cat << EOF
+ENet's purpose is to provide a relatively thin, simple and robust network
+communication layer on top of UDP (User Datagram Protocol). The primary
+feature it provides is optional reliable, in-order delivery of packets.
+
+ENet omits certain higher level networking features such as authentication,
+lobbying, server discovery, encryption, or other similar tasks that are
+particularly application specific so that the library remains flexible,
+portable, and easily embeddable.
+EOF
diff --git a/libs/enet/HISTORY b/libs/enet/HISTORY
new file mode 100644
index 0000000..4738857
--- /dev/null
+++ b/libs/enet/HISTORY
@@ -0,0 +1,3 @@
+2012-04-14 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (462693c0120699b1cac901ad656b46383ab9350d), Florian Franzmann, 04/14/2012

Archive powered by MHonArc 2.6.24.

Top of Page