summaryrefslogtreecommitdiff
path: root/net/soup/DESCR
diff options
context:
space:
mode:
authorwiz <wiz>2007-05-13 14:39:15 +0000
committerwiz <wiz>2007-05-13 14:39:15 +0000
commit51f5a3f093da696b898c152930275d7b24a689d9 (patch)
tree71f066a0429be8cacd4570957c318bbbffe78fe1 /net/soup/DESCR
parent3d77ab09e0ec3c4e74ea3752672ffecf113c80f9 (diff)
downloadpkgsrc-51f5a3f093da696b898c152930275d7b24a689d9.tar.gz
Remove some GNOME1 packages that are unmaintained upstream and/or in
pkgsrc, in preparation for gnome1-libs removal(*). There was no feedback for keeping these packages after my HEADS UP mail to pkgsrc-users a week ago. (*) More to come before that can happen, though.
Diffstat (limited to 'net/soup/DESCR')
-rw-r--r--net/soup/DESCR15
1 files changed, 0 insertions, 15 deletions
diff --git a/net/soup/DESCR b/net/soup/DESCR
deleted file mode 100644
index f85af23ac59..00000000000
--- a/net/soup/DESCR
+++ /dev/null
@@ -1,15 +0,0 @@
-Soup is a SOAP (Simple Object Access Protocol) implementation in C.
-
-It provides an queued asynchronous callback-based mechanism for sending and
-servicing SOAP requests, and a WSDL (Web Service Definition Language) to C
-compiler which generates client stubs and server skeletons for easily calling
-and implementing SOAP methods.
-
-It uses the Glib main loop and is designed to work well with GTK
-applications. This enables GNOME applications to access SOAP servers
-on the network in a completely asynchronous fashion, very similar to the
-Gtk+ programming model (a synchronous operation mode is also supported
-for those who want it).
-
-The WSDL compiler will help you make your applications interoperate
-with services that expose their descriptions through WSDL.