diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-11-20 15:37:08 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-11-20 15:37:08 +0000 |
commit | 3680f27ebff58ece429c4e032f9ad84fb1372114 (patch) | |
tree | 6c5ff4664c1a779ddad350ac887e5706dbfdd4eb /lang/vala-vapigen | |
parent | 02c6e6b485454dc3f5a27cbc887d9e4aaf376a36 (diff) | |
download | ports-3680f27ebff58ece429c4e032f9ad84fb1372114.tar.gz ports-3680f27ebff58ece429c4e032f9ad84fb1372114.zip |
Notes
Diffstat (limited to 'lang/vala-vapigen')
-rw-r--r-- | lang/vala-vapigen/Makefile | 26 | ||||
-rw-r--r-- | lang/vala-vapigen/pkg-descr | 16 | ||||
-rw-r--r-- | lang/vala-vapigen/pkg-plist | 8 |
3 files changed, 50 insertions, 0 deletions
diff --git a/lang/vala-vapigen/Makefile b/lang/vala-vapigen/Makefile new file mode 100644 index 000000000000..cce3836e0c56 --- /dev/null +++ b/lang/vala-vapigen/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: vala-vapigen +# Date created: +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/lang/vala-vapigen/Makefile,v 1.2 2010/08/31 14:51:44 avl Exp $ +# + +PORTREVISION= 0 +CATEGORIES= devel gnome +PKGNAMESUFFIX= -vapigen + +MAINTAINER= gnome@FreeBSD.org +COMMENT= The vapigen program from vala + +USE_GMAKE= yes + +MASTERDIR= ${.CURDIR}/../vala +BUILD_WRKSRC= ${WRKSRC}/vapigen +INSTALL_WRKSRC= ${WRKSRC}/vapigen +DESCR= ${.CURDIR}/pkg-descr +PLIST= ${.CURDIR}/pkg-plist + +VALA_SLAVE= yes + +.include "${MASTERDIR}/Makefile" diff --git a/lang/vala-vapigen/pkg-descr b/lang/vala-vapigen/pkg-descr new file mode 100644 index 000000000000..1ec2bfea440f --- /dev/null +++ b/lang/vala-vapigen/pkg-descr @@ -0,0 +1,16 @@ +Soup is a SOAP (Simple Object Access Protocol) implementation in C. + +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 diff --git a/lang/vala-vapigen/pkg-plist b/lang/vala-vapigen/pkg-plist new file mode 100644 index 000000000000..175851d3a862 --- /dev/null +++ b/lang/vala-vapigen/pkg-plist @@ -0,0 +1,8 @@ +bin/vala-gen-introspect +bin/vala-gen-introspect-0.10 +bin/vapicheck +bin/vapicheck-0.10 +bin/vapigen +bin/vapigen-0.10 +lib/vala-0.10/gen-introspect-0.10 +@dirrm lib/vala-0.10 |