Bug 161266 - New port: databases/ldb
Summary: New port: databases/ldb
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ryan Steinmetz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-04 01:10 UTC by aweits
Modified: 2011-10-04 17:12 UTC (History)
0 users

See Also:


Attachments
file.shar (2.77 KB, text/plain)
2011-10-04 01:10 UTC, aweits
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!