Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2013 22:59:50 -0700 (PDT)
From:      Waitman Gobble <uzimac@da3m0n8t3r.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/180452: New Port: devel/libbson
Message-ID:  <20130711055950.2B97F36F4AF5@dx.burplex.com>
Resent-Message-ID: <201307110610.r6B6A0Z5084321@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         180452
>Category:       ports
>Synopsis:       New Port: devel/libbson
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 11 06:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Waitman Gobble
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
Waitman Gobble
>Environment:
System: FreeBSD dx.burplex.com 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r252355: Fri Jun 28 16:39:19 PDT 2013 root@dx.burplex.com:/usr/obj/usr/src/sys/FURAHA amd64


	
>Description:
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.

**********************************************************************
Development version.

The autotools build has been cut and replaced with a BSD-style Makefile.
The sources have not been altered, however at the moment the python library
extension has been omitted from this build. To use the original build 
system with the python extensions, please visit the GIT repository page
at the following URL:

https://github.com/mongodb/libbson

Port tested to build with clang or gcc

TESTS AND EXAMPLES have been removed from this repository.
See https://github.com/waitman/libbson-tests

Thank you

**********************************************************************
>How-To-Repeat:
	
>Fix:

	

--- libbson.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	libbson
#	libbson/pkg-descr
#	libbson/Makefile
#	libbson/distinfo
#	libbson/pkg-plist
#
echo c - libbson
mkdir -p libbson > /dev/null 2>&1
echo x - libbson/pkg-descr
sed 's/^X//' >libbson/pkg-descr << '3811454f86cde81e3889141a01c9ef54'
XLibrary for building, parsing, and iterating BSON documents.
X
Xlibbson is a library providing useful routines related to building, parsing,
Xand iterating BSON documents.  It is a useful base for those wanting to write
Xhigh-performance C extensions to higher level languages such as python, ruby,
Xor perl.
X
XDevelopment version.
X
XFor tests and examples please see:
Xhttps://github.com/waitman/libbson-tests
X
XWWW: https://github.com/mongodb/libbson
XWWW: https://github.com/waitman/libbson
3811454f86cde81e3889141a01c9ef54
echo x - libbson/Makefile
sed 's/^X//' >libbson/Makefile << '72e921b90d0e61e21a353553c0484874'
X# Created by: "Waitman Gobble" <uzimac@da3m0n8t3r.com>
X# $FreeBSD$
X# New ports collection makefile for: libbson
X# Date created: 10 July 2013
X
XPORTNAME=	libbson
XPORTVERSION=	0.1.0
XCATEGORIES=	devel
XMASTER_SITES=	GH
X
XMAINTAINER=	waitman@waitman.net
XCOMMENT=	Library for building, parsing, and iterating BSON documents
X
XLICENSE=	AL2
XLICENSE_FILE=	${WRKSRC}/COPYING
X
XUSE_GITHUB=	yes
XGH_ACCOUNT=	waitman
XGH_TAGNAME=	${GH_COMMIT}
XGH_COMMIT=	2197a6c
X
X.include <bsd.port.mk>
72e921b90d0e61e21a353553c0484874
echo x - libbson/distinfo
sed 's/^X//' >libbson/distinfo << '080b9fa2d362c0e0ab7ee32e605de038'
XSHA256 (libbson-0.1.0.tar.gz) = 047aa11879ff5ce4ea559983f09b65324c128caed05170c04d59228342f0f176
XSIZE (libbson-0.1.0.tar.gz) = 54530
080b9fa2d362c0e0ab7ee32e605de038
echo x - libbson/pkg-plist
sed 's/^X//' >libbson/pkg-plist << '82b9c8ef28d41ee9140fbaa66b0f127d'
Xinclude/bson/b64_ntop.h
Xinclude/bson/bson-clock.h
Xinclude/bson/bson-context-private.h
Xinclude/bson/bson-context.h
Xinclude/bson/bson-endian.h
Xinclude/bson/bson-error.h
Xinclude/bson/bson-iter.h
Xinclude/bson/bson-keys.h
Xinclude/bson/bson-macros.h
Xinclude/bson/bson-md5.h
Xinclude/bson/bson-memory.h
Xinclude/bson/bson-oid.h
Xinclude/bson/bson-private.h
Xinclude/bson/bson-reader.h
Xinclude/bson/bson-string.h
Xinclude/bson/bson-thread.h
Xinclude/bson/bson-types.h
Xinclude/bson/bson-utf8.h
Xinclude/bson/bson-writer.h
Xinclude/bson/bson.h
Xinclude/bson/bson-stdint.h
Xinclude/bson/bson-version.h
Xlib/libbson.a
Xlib/libbson.so
X@dirrm include/bson
82b9c8ef28d41ee9140fbaa66b0f127d
exit
--- libbson.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130711055950.2B97F36F4AF5>