aboutsummaryrefslogtreecommitdiff
path: root/net/libgnetwork/pkg-descr
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-03 08:32:58 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-03 08:32:58 +0000
commita50225470362fed8b02a7c7d31a5489983e1cb6d (patch)
tree881907a0e087de3be2d10049a9d8d2f61b5cb646 /net/libgnetwork/pkg-descr
parent9b079b4d1528c86452ffdcfa65470111d77c5684 (diff)
Add libgnetwork, a glib-2 network abstraction API.
Notes
Notes: svn path=/head/; revision=97200
Diffstat (limited to 'net/libgnetwork/pkg-descr')
-rw-r--r--net/libgnetwork/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/libgnetwork/pkg-descr b/net/libgnetwork/pkg-descr
new file mode 100644
index 000000000000..2a8487b69f22
--- /dev/null
+++ b/net/libgnetwork/pkg-descr
@@ -0,0 +1,11 @@
+GNetwork is a networking wrapper written in pure C against the Glib/GObject
+object framework.
+
+The intention here is to provide a useful and easy-to-develop-against sockets
+wrapper for GNOME2 & GTK+ 2.0 programs which require TCP/IP connection
+capabilities. It can be used by programs which do not use GNOME or GTK+
+anyways,however. It is NOT recommended or intended for high-load server
+situations, just user applications which need TCP/IP networking. Proxies are
+supported completely transparently, using the same settings as gnome-vfs.
+
+-- The libgnetwork README