Bug 148631 - [NEW PORT] net/scribe: Aggregating log data streamed in real time
Summary: [NEW PORT] net/scribe: Aggregating log data streamed in real time
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-15 12:40 UTC by Jui-Nan Lin
Modified: 2010-08-02 22:00 UTC (History)
0 users

See Also:


Attachments
scribe-2.2.shar (7.73 KB, text/plain)
2010-07-15 12:40 UTC, Jui-Nan Lin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jui-Nan Lin 2010-07-15 12:40:09 UTC
Scribe is a server for aggregating log data streamed in real time
from a large number of servers. It is designed to be scalable,
extensible without client-side modification, and robust to failure of
the network or any specific machine.

WWW:	http://github.com/facebook/scribe

Generated with FreeBSD Port Tools 0.99
Comment 1 Jui-Nan Lin 2010-08-02 17:54:57 UTC
Hi,

Please try this shar: http://florence.tamama.org/~jnlin/scribe.shar
Thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-08-02 21:55:39 UTC
lwhsu       2010-08-02 20:55:31 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/scribe           Makefile distinfo pkg-descr pkg-plist 
    net/scribe/files     scribe.in scribe.pm.patch 
  Log:
  Add scribe 2.2, aggregating log data streamed in real time.
  
  PR:             ports/148631
  Submitted by:   Jui-Nan Lin <jnlin at csie.nctu.edu.tw>
  
  Revision  Changes    Path
  1.2228    +1 -0      ports/net/Makefile
  1.1       +50 -0     ports/net/scribe/Makefile (new)
  1.1       +3 -0      ports/net/scribe/distinfo (new)
  1.1       +20 -0     ports/net/scribe/files/scribe.in (new)
  1.1       +119 -0    ports/net/scribe/files/scribe.pm.patch (new)
  1.1       +6 -0      ports/net/scribe/pkg-descr (new)
  1.1       +27 -0     ports/net/scribe/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 Li-Wen Hsu freebsd_committer freebsd_triage 2010-08-02 21:57:05 UTC
State Changed
From-To: open->closed

New port added. Thanks!