diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-03-08 15:03:42 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-03-08 15:03:42 +0000 |
commit | 5534934ba65e1c07f672089726d74ccad6d7e785 (patch) | |
tree | 8352c305f0529cc71cfe28fafb7b16a5182d0c28 /lang/vala-vapigen | |
parent | 2d58c74481d2a67a11939804b07484b58f9cc4ab (diff) | |
download | ports-5534934ba65e1c07f672089726d74ccad6d7e785.tar.gz ports-5534934ba65e1c07f672089726d74ccad6d7e785.zip |
Notes
Diffstat (limited to 'lang/vala-vapigen')
-rw-r--r-- | lang/vala-vapigen/Makefile | 1 | ||||
-rw-r--r-- | lang/vala-vapigen/pkg-descr | 18 |
2 files changed, 3 insertions, 16 deletions
diff --git a/lang/vala-vapigen/Makefile b/lang/vala-vapigen/Makefile index dab13decc2f8..98681f75dde6 100644 --- a/lang/vala-vapigen/Makefile +++ b/lang/vala-vapigen/Makefile @@ -17,5 +17,4 @@ PLIST= ${.CURDIR}/pkg-plist VALA_SLAVE= yes -NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/lang/vala-vapigen/pkg-descr b/lang/vala-vapigen/pkg-descr index 1ec2bfea440f..715f54ef3b48 100644 --- a/lang/vala-vapigen/pkg-descr +++ b/lang/vala-vapigen/pkg-descr @@ -1,16 +1,4 @@ -Soup is a SOAP (Simple Object Access Protocol) implementation in C. +vapigen is a utility which generates Vala API (vapi) from +gobject-introspection (GI) files. -It provides a queued asynchronous callback-based mechanism for sending and -servicing SOAP requests, and a WSDL (Web Service Definition Language) for C -compilers which generates client stubs and server skeletons for easily -calling and implementing SOAP methods. It uses GLib and is designed to work -well with GTK applications. - -Features: - * Completely Asynchronous - * Connection cache - * HTTP chunked transfer and persistent connections - * Authenticated HTTP, SOCKS4, and SOCKS5 proxy support - * SSL Support using OpenSSL - * Apache module server support - * Client digest authentication +WWW: https://wiki.gnome.org/Projects/Vala |