From owner-svn-ports-head@freebsd.org Fri Jul 3 04:12:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5F78994CBB; Fri, 3 Jul 2015 04:12:59 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6DDB2E93; Fri, 3 Jul 2015 04:12:59 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t634Cxfg024264; Fri, 3 Jul 2015 04:12:59 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t634CwRO024257; Fri, 3 Jul 2015 04:12:58 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201507030412.t634CwRO024257@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 3 Jul 2015 04:12:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391214 - in head/devel: . libbson 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.20 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: Fri, 03 Jul 2015 04:13:00 -0000 Author: wen Date: Fri Jul 3 04:12:57 2015 New Revision: 391214 URL: https://svnweb.freebsd.org/changeset/ports/391214 Log: libbson is a library providing useful routines related to building, parsing, and iterating BSON documents. It is a useful base for those wanting to write high-performance C extensions to higher level languages such as python, ruby, or perl. https://github.com/mongodb/libbson PR: 200338 Submitted by: pusateri@bangj.com Added: head/devel/libbson/ head/devel/libbson/Makefile (contents, props changed) head/devel/libbson/distinfo (contents, props changed) head/devel/libbson/pkg-descr (contents, props changed) head/devel/libbson/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Jul 3 01:12:09 2015 (r391213) +++ head/devel/Makefile Fri Jul 3 04:12:57 2015 (r391214) @@ -1042,6 +1042,7 @@ SUBDIR += libbobcat SUBDIR += libbonobo SUBDIR += libbonobo-reference + SUBDIR += libbson SUBDIR += libburn SUBDIR += libc++ SUBDIR += libccid Added: head/devel/libbson/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbson/Makefile Fri Jul 3 04:12:57 2015 (r391214) @@ -0,0 +1,26 @@ +# Created by: "Waitman Gobble" +# $FreeBSD$ + +PORTNAME= libbson +PORTVERSION= 1.1.9 +CATEGORIES= devel + +MAINTAINER= waitman@waitman.net +COMMENT= BSON utility library + +LICENSE= APACHE20 + +USE_GITHUB= yes +GH_ACCOUNT= mongodb + +USES= gmake pkgconfig autoreconf libtool +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USE_LDCONFIG= yes + +pre-configure: +# cd ${WRKSRC} && ./autogen.sh + +MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" + +.include Added: head/devel/libbson/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbson/distinfo Fri Jul 3 04:12:57 2015 (r391214) @@ -0,0 +1,2 @@ +SHA256 (mongodb-libbson-1.1.9_GH0.tar.gz) = 3d293f54902a59e38a2e6c5a84a781e1e4514d344927d69b3e054ebe7967a064 +SIZE (mongodb-libbson-1.1.9_GH0.tar.gz) = 4037659 Added: head/devel/libbson/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbson/pkg-descr Fri Jul 3 04:12:57 2015 (r391214) @@ -0,0 +1,6 @@ +libbson is a library providing useful routines related to building, +parsing, and iterating BSON documents. It is a useful base for those +wanting to write high-performance C extensions to higher level +languages such as python, ruby, or perl. + +https://github.com/mongodb/libbson Added: head/devel/libbson/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbson/pkg-plist Fri Jul 3 04:12:57 2015 (r391214) @@ -0,0 +1,31 @@ +include/libbson-1.0/bcon.h +include/libbson-1.0/bson-atomic.h +include/libbson-1.0/bson-clock.h +include/libbson-1.0/bson-compat.h +include/libbson-1.0/bson-config.h +include/libbson-1.0/bson-context.h +include/libbson-1.0/bson-endian.h +include/libbson-1.0/bson-error.h +include/libbson-1.0/bson-iter.h +include/libbson-1.0/bson-json.h +include/libbson-1.0/bson-keys.h +include/libbson-1.0/bson-macros.h +include/libbson-1.0/bson-md5.h +include/libbson-1.0/bson-memory.h +include/libbson-1.0/bson-oid.h +include/libbson-1.0/bson-reader.h +include/libbson-1.0/bson-stdint.h +include/libbson-1.0/bson-string.h +include/libbson-1.0/bson-types.h +include/libbson-1.0/bson-utf8.h +include/libbson-1.0/bson-value.h +include/libbson-1.0/bson-version.h +include/libbson-1.0/bson-writer.h +include/libbson-1.0/bson.h +lib/libbson-1.0.so +lib/libbson-1.0.so.0 +lib/libbson-1.0.so.0.0.0 +libdata/pkgconfig/libbson-1.0.pc +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README