Bug 111996 - [NEW PORT] net/p5-MogileFS-Server: MogileFS (distributed filesystem) server
Summary: [NEW PORT] net/p5-MogileFS-Server: MogileFS (distributed filesystem) server
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-22 07:50 UTC by gslin
Modified: 2007-05-04 03:00 UTC (History)
1 user (show)

See Also:


Attachments
p5-MogileFS-Server-2.09.shar (4.91 KB, text/plain)
2007-04-22 07:50 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2007-04-22 07:50:04 UTC
http://en.wikipedia.org/wiki/MogileFS:

MogileFS was created by Danga Interactive for use with LiveJournal. It
is similar to the Andrew File System in its design goal. It is different
than a traditional filesystem in that the user has to access files via
an API. However, it's possible to implement the file system in user
space using FUSE, or a similar package.

MogileFS enables horizontal scaling of storage across any number of
machines. Files are replicated between machines according to
customizable rules such that at any time a number of drives or machines
could be lost without data becoming unavailable. It is designed for high
volume applications, such as high traffic websites, to spread storage
across cheaper machines without relying on technologies such as NFS.

WWW:	http://search.cpan.org/dist/mogilefs-server/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-04-22 07:50:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-05-04 02:53:01 UTC
clsung      2007-05-04 01:52:56 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/p5-mogilefs-server Makefile distinfo pkg-descr 
                                pkg-plist 
  Log:
  Add p5-mogilefs-server 2.10.919, mogileFS (distributed filesystem)
  server.
  
  PR:             ports/111996
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.912     +1 -0      ports/sysutils/Makefile
  1.1       +40 -0     ports/sysutils/p5-mogilefs-server/Makefile (new)
  1.1       +3 -0      ports/sysutils/p5-mogilefs-server/distinfo (new)
  1.1       +16 -0     ports/sysutils/p5-mogilefs-server/pkg-descr (new)
  1.1       +55 -0     ports/sysutils/p5-mogilefs-server/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 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-05-04 02:56:17 UTC
State Changed
From-To: open->closed

New port added in sysutils/. Thank you.