From owner-svn-ports-head@FreeBSD.ORG Sat Nov 9 15:17:55 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E75C9C07; Sat, 9 Nov 2013 15:17:55 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D47AA2361; Sat, 9 Nov 2013 15:17:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA9FHtt2020441; Sat, 9 Nov 2013 15:17:55 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA9FHtIY020437; Sat, 9 Nov 2013 15:17:55 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311091517.rA9FHtIY020437@svn.freebsd.org> From: William Grzybowski Date: Sat, 9 Nov 2013 15:17:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333298 - in head/devel: . thrift-c_glib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Nov 2013 15:17:56 -0000 Author: wg Date: Sat Nov 9 15:17:54 2013 New Revision: 333298 URL: http://svnweb.freebsd.org/changeset/ports/333298 Log: devel/thrift-c_glib: C glib interface to Thrift WWW: http://thrift.apache.org/ PR: ports/183057 Submitted by: Valery Komarov Added: head/devel/thrift-c_glib/ head/devel/thrift-c_glib/Makefile (contents, props changed) head/devel/thrift-c_glib/pkg-descr (contents, props changed) head/devel/thrift-c_glib/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Nov 9 15:11:49 2013 (r333297) +++ head/devel/Makefile Sat Nov 9 15:17:54 2013 (r333298) @@ -4431,6 +4431,7 @@ SUBDIR += tex-kpathsea SUBDIR += tex-web2c SUBDIR += thrift + SUBDIR += thrift-c_glib SUBDIR += thrift-cpp SUBDIR += thunar-vcs-plugin SUBDIR += tide Added: head/devel/thrift-c_glib/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/thrift-c_glib/Makefile Sat Nov 9 15:17:54 2013 (r333298) @@ -0,0 +1,53 @@ +# Created by: Valery Komarov +# $FreeBSD$ + +PORTNAME= thrift +PORTVERSION= ${THRIFT_PORTVERSION} # to keep in sync with thrift +PORTEPOCH= 1 +CATEGORIES= devel + +MAINTAINER= komarov@valerka.net +COMMENT= C glib interface to Thrift + +PKGNAMESUFFIX= -c_glib + +MASTER_SITES= APACHE +MASTER_SITE_SUBDIR= /thrift/${PORTVERSION +DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo +DISTNAME= thrift-${PORTVERSION} + +BUILDIR= ${WRKDIR}/${DISTNAME}/lib/c_glib + +LIB_DEPENDS= libglib-2.0.so:${PORTSDIR}/devel/glib20 + +USE_AUTOTOOLS= autoconf autoheader:env aclocal automake libtool +ACLOCAL_ARGS= -I${WRKSRC}/aclocal +AUTOMAKE_ARGS= --foreign --add-missing --copy + +USES= pkgconfig gmake +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE= yes + +.include "../thrift/bsd.thrift.mk" + +CONFIGURE_ARGS+= \ + --with-c_glib \ + --without-cpp \ + --without-qt4 \ + --without-csharp \ + --without-erlang \ + --without-haskell \ + --without-java \ + --without-perl \ + --without-php \ + --without-php_extension \ + --without-python \ + --without-ruby + +NO_STAGE= yes + +post-patch: + @${REINPLACE_CMD} 's,^pkgconfigdir = .*,pkgconfigdir=$${prefix}/libdata/pkgconfig,' ${WRKSRC}/lib/c_glib/Makefile.am + +.include Added: head/devel/thrift-c_glib/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/thrift-c_glib/pkg-descr Sat Nov 9 15:17:54 2013 (r333298) @@ -0,0 +1,3 @@ +C glib interface to Thrift. + +WWW: http://thrift.apache.org/ Added: head/devel/thrift-c_glib/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/thrift-c_glib/pkg-plist Sat Nov 9 15:17:54 2013 (r333298) @@ -0,0 +1,30 @@ +include/thrift/c_glib/config.h +include/thrift/c_glib/processor/thrift_processor.h +include/thrift/c_glib/protocol/thrift_binary_protocol.h +include/thrift/c_glib/protocol/thrift_binary_protocol_factory.h +include/thrift/c_glib/protocol/thrift_protocol.h +include/thrift/c_glib/protocol/thrift_protocol_factory.h +include/thrift/c_glib/server/thrift_server.h +include/thrift/c_glib/server/thrift_simple_server.h +include/thrift/c_glib/thrift.h +include/thrift/c_glib/thrift_application_exception.h +include/thrift/c_glib/thrift_struct.h +include/thrift/c_glib/transport/thrift_buffered_transport.h +include/thrift/c_glib/transport/thrift_framed_transport.h +include/thrift/c_glib/transport/thrift_memory_buffer.h +include/thrift/c_glib/transport/thrift_server_socket.h +include/thrift/c_glib/transport/thrift_server_transport.h +include/thrift/c_glib/transport/thrift_socket.h +include/thrift/c_glib/transport/thrift_transport.h +include/thrift/c_glib/transport/thrift_transport_factory.h +lib/libthrift_c_glib.a +lib/libthrift_c_glib.la +lib/libthrift_c_glib.so +lib/libthrift_c_glib.so.0 +libdata/pkgconfig/thrift_c_glib.pc +@dirrm include/thrift/c_glib/transport +@dirrm include/thrift/c_glib/server +@dirrm include/thrift/c_glib/protocol +@dirrm include/thrift/c_glib/processor +@dirrm include/thrift/c_glib +@dirrm include/thrift