summaryrefslogtreecommitdiff
path: root/network/ucspi-tcp/slack-desc
diff options
context:
space:
mode:
authorDavid Miller <dave@frop.net>2010-05-13 01:00:24 +0200
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-13 01:00:24 +0200
commitba151ca3adc55d9a5a5f4a6526289a3196674c07 (patch)
tree6681d92ec39023e2c2aadb6c7109f256f017c052 /network/ucspi-tcp/slack-desc
parent064e0a87ac641068af11484f7de49d42685c6ee4 (diff)
downloadslackbuilds-ba151ca3adc55d9a5a5f4a6526289a3196674c07.tar.gz
network/ucspi-tcp: Added to 13.0 repository
Diffstat (limited to 'network/ucspi-tcp/slack-desc')
-rw-r--r--network/ucspi-tcp/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/network/ucspi-tcp/slack-desc b/network/ucspi-tcp/slack-desc
new file mode 100644
index 0000000000..185188f4ce
--- /dev/null
+++ b/network/ucspi-tcp/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
+
+ |-----handy-ruler-----------------------------------------------------|
+ucspi-tcp: ucspi-tcp (djb's TCP client-server command-line tools)
+ucspi-tcp:
+ucspi-tcp: ucspi-tcp includes several programs. tcpserver waits for incoming
+ucspi-tcp: connections and, for each connection, runs a program of your
+ucspi-tcp: choice, it provides useful environment variables, resource limits,
+ucspi-tcp: and access control features. tcpclient makes a TCP connection and
+ucspi-tcp: runs a program of your choice. It sets up the same environment
+ucspi-tcp: variables as tcpserver.
+ucspi-tcp:
+ucspi-tcp: Also included are recordio, a tool that monitors all the input
+ucspi-tcp: and output of a server, and several sample clients.