Bug 161266

Summary: New port: databases/ldb
Product: Ports & Packages Reporter: aweits
Component: Individual Port(s)Assignee: Ryan Steinmetz <zi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description aweits 2011-10-04 01:10:09 UTC
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.

Fix: Patch attached with submission follows:
Comment 1 Ryan Steinmetz freebsd_committer freebsd_triage 2011-10-04 01:11:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->zi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-10-04 17:04:16 UTC
zi          2011-10-04 16:04:07 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/ldb        Makefile distinfo pkg-descr pkg-plist 
    databases/ldb/files  patch-wscript 
  Log:
  New port: databases/ldb
  
  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.
  
  WWW: http://ldb.samba.org/
  
  PR:             ports/161266
  Submitted by:   Andrew Elble <aweits@rit.edu>
  
  Revision  Changes    Path
  1.1033    +1 -0      ports/databases/Makefile
  1.1       +39 -0     ports/databases/ldb/Makefile (new)
  1.1       +2 -0      ports/databases/ldb/distinfo (new)
  1.1       +19 -0     ports/databases/ldb/files/patch-wscript (new)
  1.1       +9 -0      ports/databases/ldb/pkg-descr (new)
  1.1       +31 -0     ports/databases/ldb/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-10-04 17:06:47 UTC
zi          2011-10-04 16:06:39 UTC

  FreeBSD ports repository

  Modified files:
    net/samba4-devel     Makefile 
  Log:
  Note CONFLICT with databases/ldb
  
  PR:             ports/161266
  Submitted by:   Andrew Elble <aweits@rit.edu>
  
  Revision  Changes    Path
  1.12      +1 -1      ports/net/samba4-devel/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Ryan Steinmetz freebsd_committer freebsd_triage 2011-10-04 17:12:27 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!