diff options
| author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-01 06:00:17 +0800 | 
|---|---|---|
| committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-01 06:00:17 +0800 | 
| commit | 2e4d2e942a99fbc51adebabc4cd543a91491ba37 (patch) | |
| tree | 5fb7c33c9eb700d394e22ec7c7faf4258b91ea3b /lang/vala-vapigen | |
| parent | 2d95636f2e1c4896bca367221f0b972b5903e72a (diff) | |
| download | marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.gz marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.zst marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.zip | |
Clean up after 2.32 got committed. Only gdm 2.32 isn't committed because of
focus issues. And it doesn't seem it getting any traction upstream.
Next stop GNOME 3.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14916 df743ca5-7f9a-e211-a948-0013205c9059
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, 0 insertions, 50 deletions
| diff --git a/lang/vala-vapigen/Makefile b/lang/vala-vapigen/Makefile deleted file mode 100644 index c8a2947b2..000000000 --- a/lang/vala-vapigen/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for:	vala-vapigen -# Date created:				 -# Whom:					Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -#   $MCom: ports/lang/vala-vapigen/Makefile,v 1.1 2010/06/08 08:57:38 kwm 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 deleted file mode 100644 index 1ec2bfea4..000000000 --- a/lang/vala-vapigen/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -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 deleted file mode 100644 index 175851d3a..000000000 --- a/lang/vala-vapigen/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -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 | 
