This is an alternative C driver for MongoDB, with slightly different goals

than the official one:

libmongo-client is meant to be a stable (API, ABI and quality alike), clean,
well documented and well tested shared library, that strives to make the most
common use cases as convenient as possible.

WWW: https://github.com/algernon/libmongo-client

PR:		ports/174652
Submitted by:	Denis Generalov <gd@rambler-co.ru>
This commit is contained in:
Pawel Pekala 2012-12-29 22:06:04 +00:00
parent 135efac4b6
commit e8a4f85fe2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309633
5 changed files with 62 additions and 0 deletions

View File

@ -170,6 +170,7 @@
SUBDIR += libiodbc
SUBDIR += libmemcache
SUBDIR += libmemcached
SUBDIR += libmongo-client
SUBDIR += libodbc++
SUBDIR += libpbl
SUBDIR += libsdb

View File

@ -0,0 +1,34 @@
# Created by: Denis Generalov <gd@rambler-co.ru>
# $FreeBSD$
PORTNAME= libmongo-client
PORTVERSION= 0.1.6.2
CATEGORIES= databases
MAINTAINER= gd@rambler-co.ru
COMMENT= Alternative C driver for MongoDB
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
USE_GITHUB= yes
GH_ACCOUNT= algernon
GH_TAGNAME= ${PORTNAME}-${PORTVERSION}
GH_COMMIT= 13cc0ee
USE_AUTOTOOLS= automake autoconf libtool
GNU_CONFIGURE= yes
USE_PKGCONFIG= build
USE_GMAKE= yes
USE_ICONV= yes
USE_GETTEXT= yes
USE_GNOME= glib20
USE_LDCONFIG= yes
CONFIGURE_ENV+= PKG_CONFIG_DIR=${LOCALBASE}/libdata/pkgconfig
run-autotools:
@${REINPLACE_CMD} 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' \
${WRKSRC}/src/Makefile.am
@cd ${CONFIGURE_WRKSRC} && \
${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} -i
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (libmongo-client-0.1.6.2.tar.gz) = dc68c3f6c508fce3d8bf295b77f2e244521b94be940deb32442553426cbcebee
SIZE (libmongo-client-0.1.6.2.tar.gz) = 120477

View File

@ -0,0 +1,8 @@
This is an alternative C driver for MongoDB, with slightly different goals
than the official one:
libmongo-client is meant to be a stable (API, ABI and quality alike), clean,
well documented and well tested shared library, that strives to make the most
common use cases as convenient as possible.
WWW: https://github.com/algernon/libmongo-client

View File

@ -0,0 +1,17 @@
include/mongo-client/bson.h
include/mongo-client/mongo-wire.h
include/mongo-client/mongo-client.h
include/mongo-client/mongo-utils.h
include/mongo-client/mongo-sync.h
include/mongo-client/mongo-sync-cursor.h
include/mongo-client/mongo-sync-pool.h
include/mongo-client/sync-gridfs.h
include/mongo-client/sync-gridfs-chunk.h
include/mongo-client/sync-gridfs-stream.h
include/mongo-client/mongo.h
lib/libmongo-client.so.3
lib/libmongo-client.so
lib/libmongo-client.la
lib/libmongo-client.a
libdata/pkgconfig/libmongo-client.pc
@dirrm include/mongo-client