ports/161266: New port: databases/ldb

Andrew Elble aweits at rit.edu
Tue Oct 4 00:10:10 UTC 2011


>Number:         161266
>Category:       ports
>Synopsis:       New port: databases/ldb
>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:   Tue Oct 04 00:10:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Elble
>Release:        8.2-RELEASE
>Organization:
RIT
>Environment:
FreeBSD scorched.rit.edu 8.2-RELEASE FreeBSD 8.2-RELEASE #17: Fri Feb 25 17:10:12 EST 2011     root at scorched.rit.edu:/usr/obj/usr/src/sys/scorched  i386
>Description:
ldb is a LDAP-like embedded database.

ldb provides a fast database with an LDAP-like API
designed to be used within an application.

In some ways it can be seen as a intermediate solution
between key-value pair databases and a real LDAP database.


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	ldb
#	ldb/distinfo
#	ldb/Makefile
#	ldb/pkg-descr
#	ldb/pkg-plist
#
echo c - ldb
mkdir -p ldb > /dev/null 2>&1
echo x - ldb/distinfo
sed 's/^X//' >ldb/distinfo << '697eb3bdef541b6ced9da4416463f7cd'
XSHA256 (ldb-1.1.0.tar.gz) = 84f3841a69f8b3bba30b70f6d548b145a0b87cfef13c21f8c776f4aec490347e
XSIZE (ldb-1.1.0.tar.gz) = 839912
697eb3bdef541b6ced9da4416463f7cd
echo x - ldb/Makefile
sed 's/^X//' >ldb/Makefile << '51a992e035f98ed80ce84a08fe42e4d0'
X# New ports collection makefile for:    ldb
X# Date created:         Sep 6 2011
X# Whom:                 Ryan Steinmetz <zi at FreeBSD.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ldb
XDISTVERSION=	1.1.0
XCATEGORIES=	databases
XMASTER_SITES=	SAMBA
XMASTER_SITE_SUBDIR=	../../ftp/pub/${PORTNAME}
X
XMAINTAINER=	aweits at rit.edu
XCOMMENT=	An LDAP-like embedded database
X
XLICENSE=	LGPL3
X
XLIB_DEPENDS=	talloc.2:${PORTSDIR}/devel/talloc \
X		tevent.0:${PORTSDIR}/devel/tevent \
X		tdb.1:${PORTSDIR}/databases/tdb \
X		xslt.2:${PORTSDIR}/textproc/libxslt
X
XCONFLICTS=	samba4-devel-4*
X
XCONFIGURE_ARGS=	--with-modulesdir=${PREFIX}/lib
XCFLAGS+=	-L${LOCALBASE}/lib
X
XHAS_CONFIGURE=	yes
XUSE_PYTHON=	yes
XUSE_LDCONFIG=	yes
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|..LIBDIR}/pkgconfig|${PREFIX}/libdata/pkgconfig|g' ${WRKSRC}/wscript
X
X.include <bsd.port.mk>
51a992e035f98ed80ce84a08fe42e4d0
echo x - ldb/pkg-descr
sed 's/^X//' >ldb/pkg-descr << '76331888389dc8d6c8f19ff13d82f9ba'
Xldb is a LDAP-like embedded database.
X
Xldb provides a fast database with an LDAP-like API
Xdesigned to be used within an application.
X
XIn some ways it can be seen as a intermediate solution
Xbetween key-value pair databases and a real LDAP database.
X
XWWW: http://ldb.samba.org/
76331888389dc8d6c8f19ff13d82f9ba
echo x - ldb/pkg-plist
sed 's/^X//' >ldb/pkg-plist << '5e8d70bc15b37793490004727f88bf86'
Xbin/ldbadd
Xbin/ldbdel
Xbin/ldbedit
Xbin/ldbmodify
Xbin/ldbrename
Xbin/ldbsearch
Xinclude/ldb.h
Xinclude/ldb_errors.h
Xinclude/ldb_handlers.h
Xinclude/ldb_module.h
Xinclude/ldb_version.h
Xinclude/pyldb.h
Xlib/ldb/libpopt.so
Xlib/ldb/libldb-cmdline.so
Xlib/ldb/paged_results.so
Xlib/ldb/asq.so
Xlib/ldb/server_sort.so
Xlib/ldb/paged_searches.so
Xlib/ldb/rdn_name.so
Xlib/ldb/sample.so
Xlib/ldb/skel.so
Xlib/ldb/tdb.so
Xlib/libldb.so
Xlib/libldb.so.1
Xlib/libldb.so.1.1.0
Xlib/libpyldb-util.so
Xlib/libpyldb-util.so.1
Xlib/libpyldb-util.so.1.1.0
X at dirrm lib/ldb
Xlibdata/pkgconfig/pyldb-util.pc
Xlibdata/pkgconfig/ldb.pc
X at dirrmtry libdata/pkgconfig
Xlib/%%PYTHON_VERSION%%/site-packages/ldb.so
X at dirrmtry lib/ldb
5e8d70bc15b37793490004727f88bf86
exit



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



More information about the freebsd-ports-bugs mailing list