Bug 140144

Summary: [NEW PORT] databases/mongodb: High-performance, non-SQL and document-oriented database
Product: Ports & Packages Reporter: Mirko Zinn <mail>
Component: Individual Port(s)Assignee: Wen Heping <wen>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
mongodb-1.0.1.shar none

Description Mirko Zinn 2009-10-31 16:00:10 UTC
Mongo is a high-performance, open source, schema-free, document-oriented 
database. A key goal of MongoDB is to bridge the gap between key/value stores 
(which are fast and highly scalable) and traditional RDBMS systems (which are 
deep in functionality).

WWW:	http://www.mongodb.org/

Generated with FreeBSD Port Tools 0.99
Comment 1 Wen Heping freebsd_committer freebsd_triage 2009-10-31 16:08:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-11-19 06:53:41 UTC
wen         2009-11-19 06:53:27 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/mongodb    Makefile distinfo pkg-deinstall pkg-descr 
                         pkg-install pkg-plist 
    databases/mongodb/files mongod.in 
  Log:
  Mongo (from "humongous") is a high-performance, open source,
  schema-free, document-oriented database. A common name in the
  "NOSQL" community.
  
  WWW: http://www.mongodb.org/
  
  PR:             ports/140144 [1]
                  ports/140257 [2]
                  ports/140489 [1]
  Submitted by:   Mirko Zinn <mail@derzinn.de> [1]
                  Ivan Voras <ivoras@FreeBSD.org> [2]
  
  Revision  Changes    Path
  1.811     +1 -0      ports/databases/Makefile
  1.1       +56 -0     ports/databases/mongodb/Makefile (new)
  1.1       +3 -0      ports/databases/mongodb/distinfo (new)
  1.1       +39 -0     ports/databases/mongodb/files/mongod.in (new)
  1.1       +15 -0     ports/databases/mongodb/pkg-deinstall (new)
  1.1       +5 -0      ports/databases/mongodb/pkg-descr (new)
  1.1       +43 -0     ports/databases/mongodb/pkg-install (new)
  1.1       +12 -0     ports/databases/mongodb/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 Wen Heping freebsd_committer freebsd_triage 2009-11-19 08:34:33 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!