[Lunar-commits] CVS: moonbase/libs/roadrunner DETAILS,1.1,1.2
Moritz Heiber
moe at lunar-linux.org
Sat Apr 17 18:11:09 GMT 2004
Update of /var/cvs/lunar/moonbase/libs/roadrunner
In directory dbguin.lunar-linux.org:/tmp/cvs-serv10635
Modified Files:
DETAILS
Log Message:
Complete rework of the details file. Whoever wrote it in the
first place must have been drunk AND on drugs. Also bumped to
0.9.1, tested with gcc 3.3.3, 2.5.6
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/roadrunner/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS 8 Dec 2002 18:39:20 -0000 1.1
+++ DETAILS 17 Apr 2004 18:11:06 -0000 1.2
@@ -1,23 +1,18 @@
-MODULE=roadrunner
-VERSION=0.9
-
-SOURCE=$MODULE-$VERSION.tar.gz
+ MODULE=roadrunner
+ VERSION=0.9.1
+ SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
-SOURCE_URL[0]=ftp://ftp.codefactory.se/pub/RoadRunner/source/roadrunner/$SOURCE
-
-ENTERED=20021205
-UPDATED=20021205
-
-WEB_SITE=http://rr.codefactory.se
-SHORT="RoadRunner is a full-featured, robust implementation of the BEEP protocol written in C."
-
-# Long Description
+ SOURCE_URL[0]=ftp://ftp.codefactory.se/pub/RoadRunner/source/roadrunner/$SOURCE
+ ENTERED=20021205
+ UPDATED=20021205
+ WEB_SITE=http://rr.codefactory.se
+ SHORT="RoadRunner is an implementation of the BEEP protocol written in C."
cat << EOF
-RoadRunner is a complete application toolkit library implementing the BEEP (Blocks Extensible Exchange Protocol) for use in developing network applications.
-
-
-BEEP is a connection based protocol, where a single BEEP connection can contain multiple channels in which messages are transmitted. Messages on different channels are transmitted independently of each other.
-
-
-Apart from a core BEEP framework, RoadRunner also consists of a useful set of profiles, readily available and usable in applications.
+RoadRunner is a complete application toolkit library implementing the BEEP
+(Blocks Extensible Exchange Protocol) for use in developing network applications.
+BEEP is a connection based protocol, where a single BEEP connection can contain
+multiple channels in which messages are transmitted. Messages on different channels
+are transmitted independently of each other.
+Apart from a core BEEP framework, RoadRunner also consists of a useful set of
+profiles, readily available and usable in applications.
EOF
More information about the Lunar-commits
mailing list