[Lunar-commits] r24121 - in moonbase/trunk/net: . socat

Dennis Veatch stumbles at lunar-linux.org
Wed Apr 18 15:07:07 CEST 2007


Author: stumbles
Date: 2007-04-18 15:07:07 +0200 (Wed, 18 Apr 2007)
New Revision: 24121

Added:
   moonbase/trunk/net/socat/
   moonbase/trunk/net/socat/DETAILS
Log:

Initial import. A potentially handy tool. Its much like
nc and netcat but seems to be more capable than the 
prior two.



Added: moonbase/trunk/net/socat/DETAILS
===================================================================
--- moonbase/trunk/net/socat/DETAILS	                        (rev 0)
+++ moonbase/trunk/net/socat/DETAILS	2007-04-18 13:07:07 UTC (rev 24121)
@@ -0,0 +1,18 @@
+          MODULE=socat
+         VERSION=1.6.0.0
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://www.dest-unreach.org/$MODULE/download/
+      SOURCE_VFY=sha1:fc35e11e4daf6862daaca498ee117d89f18aaf33
+        WEB_SITE=http://www.dest-unreach.org/$MODULE/
+         ENTERED=20070418
+         UPDATED=20070718
+           SHORT="SOcket CAT"
+
+cat << EOF
+Socat is a command line based utility that establishes two bidirectional byte
+streams and transfers data between them. Because the streams can be
+constructed from a large set of different types of data sinks and sources
+(see address types), and because lots of address options may be applied to the
+streams, socat can be used for many different purposes. It might be one of the
+tools that one has already needed.
+EOF



More information about the Lunar-commits mailing list