aboutsummaryrefslogtreecommitdiff
path: root/net/Sockets/pkg-descr
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-01-16 05:04:44 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-01-16 05:04:44 +0000
commit758b6a8fe39c2ca45ab9d7e33bf98ac9f5979113 (patch)
tree76084517eebd0d15621db1b4840a05ef58fcb790 /net/Sockets/pkg-descr
parente7f5b677c78de8fec69cf98f450f817a239403f2 (diff)
downloadports-758b6a8fe39c2ca45ab9d7e33bf98ac9f5979113.tar.gz
ports-758b6a8fe39c2ca45ab9d7e33bf98ac9f5979113.zip
New port Sockets version 1.7.1: A C++ wrapper for BSD-style sockets
Notes
Notes: svn path=/head/; revision=126544
Diffstat (limited to 'net/Sockets/pkg-descr')
-rw-r--r--net/Sockets/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/Sockets/pkg-descr b/net/Sockets/pkg-descr
new file mode 100644
index 000000000000..6be4156b8fdb
--- /dev/null
+++ b/net/Sockets/pkg-descr
@@ -0,0 +1,12 @@
+[ excerpt from developer's web site ]
+
+This is a GPL licensed C++ class library wrapping the berkeley
+sockets C API, and therefore works on most unixes and also win32.
+Features include, but are not limited to, SSL support, IPv6 support,
+tcp and udp sockets, encrypted tcp, http protocol, highly customizable
+error handling. Testing has been done on Linux and Windows 2000,
+and to some part on Solaris and Mac OS X.
+
+WWW: http://www.alhem.net/Sockets/index.html
+
+-- lioux@FreeBSD.org