6f33 FreshPorts -- net/scribe
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
scribe 2.2.2012.01.07_2 net on this many watch lists=2 search for ports that depend on this port
Aggregating log data streamed in real time
Maintained by: jnlin@csie.nctu.edu.tw search for ports maintained by this maintainer
Port Added: 02 Aug 2010 20:55:45
License: not specified in port


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
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/fb303
  2. lang/python27
  3. devel/gmake
  4. devel/automake
  5. devel/autoconf
Required To Run:
  1. devel/p5-Class-Accessor
  2. devel/p5-Thrift
  3. devel/py-thrift
  4. lang/python27
Required Libraries:
  1. devel/boost-libs
  2. devel/libevent
  3. devel/thrift
There are no ports dependent upon this port

To install the port: cd /usr/ports/net/scribe/ && make install clean
To add the package: pkg_add -r scribe


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. https://github.com/facebook/scribe/tarball/63e4824/

Number of commits found: 17

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
31 Jan 2013 13:38:43
Original commit files touched by this commit  2.2.2012.01.07_2
bapt search for other commits by this committer
Chase boost update
05 Aug 2012 06:02:30
Original commit files touched by this commit  2.2.2012.01.07_1
miwi search for other commits by this committer
- Unbreak build

PR:		169505
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
Approved by:	maintainer
30 May 2012 22:07:56
Original commit files touched by this commit  2.2.2012.01.07
pav search for other commits by this committer
- Mark BROKEN: does not compile
  file.cpp: In member function 'virtual void StdFile::listImpl(const
std::string&, std::vector<std::basic_string<char, std::char_traits<char>,
std::allocator<char> >, std::allocator<std::basic_string<char,
std::char_traits<char>, std::allocator<char> > > >&)':
  file.cpp:248: error: 'class boost::filesystem3::directory_entry' has no member
named 'filename'

Reported by:    pointyhat
05 Feb 2012 16:15:40
Original commit files touched by this commit  2.2.2012.01.07
lwhsu search for other commits by this committer
- Update to 2.2.2012.01.07 snapshot
- Fix the problem of Log::Scribe::Dispatch error

PR:             ports/164704
Submitted by:   Stephon Chen <stephon@gmail.com>
Approved by:    maintainer via irc
14 Jan 2012 08:57:23
Original commit files touched by this commit  2.2.2011.07.27
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
12 Jan 2012 09:25:04
Original commit files touched by this commit  2.2.2011.07.27
lwhsu search for other commits by this committer
- Unbreak
- Update to 2011.07.27 snapshot

PR:             ports/163150
Submitted by:   Valery Komaorv <komarov@valerka.net>
Approved by:    maintainer
04 Jan 2012 21:24:27
Original commit files touched by this commit  2.2_3
pav search for other commits by this committer
- Mark BROKEN: does not compile
  In file included from store.cpp:27:
  scribe_server.h:45: error: conflicting return type specified for 'virtual
scribe::thrift::ResultCode scribeHandler::Log(const
std::vector<scribe::thrift::LogEntry, std::allocator<scribe::thrift::LogEntry>
>&)'
  ../src/gen-cpp/scribe.h:18: error:   overriding 'virtual
scribe::thrift::ResultCode::type scribe::thrift::scribeIf::Log(const
std::vector<scribe::thrift::LogEntry, std::allocator<scribe::thrift::LogEntry>
>&)'

Reported by:    pointyhat
19 May 2011 01:32:18
Original commit files touched by this commit  2.2_3
glarkin search for other commits by this committer
- Added shutdown keyword to rc.d script and other stylistic improvements
- Bumped PORTREVISION

Suggested by:   dougb (via email)
Approved by:    jnlin@csie.nctu.edu.tw (maintainer, implicit)
18 May 2011 20:45:14
Original commit files touched by this commit  2.2_2
glarkin search for other commits by this committer
- Fixed the dependency tuple for py-thrift so it's detected correctly

Submitted by:   Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
Pointyhat to:   glarkin
15 May 2011 02:49:17
Original commit files touched by this commit  2.2_2
dougb search for other commits by this committer
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
13 May 2011 13:53:55
Original commit files touched by this commit  2.2_2
glarkin search for other commits by this committer
- Fixed rc.d script so it adheres to rc.conf setting [1]
- Added missing dependency on devel/py-thrift
- Bumped PORTREVISION

PR:             ports/154942 (based on)
Submitted by:   Erik Steigler <erik@okcupid.com> [1]
Approved by:    maintainer timeout (18 days)
20 Mar 2011 12:54:45
Original commit files touched by this commit  2.2_1
miwi search for other commits by this committer
- Get Rid MD5 support
04 Dec 2010 07:34:27
Original commit files touched by this commit  2.2_1
ade search for other commits by this committer
Sync to new bsd.autotools.mk
16 Oct 2010 11:52:47
Original commit files touched by this commit  2.2_1
ade search for other commits by this committer
Punt autoconf267->autoconf268
05 Oct 2010 19:57:56
Original commit files touched by this commit  2.2_1
ade search for other commits by this committer
Round one migration of ports from automake{19,110} to automake111
15 Sep 2010 18:35:24
Original commit files touched by this commit  2.2_1
ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
02 Aug 2010 20:55:31
Original commit files touched by this commit  2.2
lwhsu search for other commits by this committer
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>

Number of commits found: 17

28a9
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
asterisk*Jun 19
asterisk10*Jun 19
clamav*Jun 19
clamav-devel*Jun 19
cyrus-imspd*Jun 19
glpi*Jun 19
otrsJun 19
otrsJun 19
tshark*Jun 19
tshark-lite*Jun 19
wireshark*Jun 19
wireshark-lite*Jun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18

15 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24572
Broken 187
Deprecated 454
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 48
Set to expire 439
Interactive 33
new 24 hours 6
new 48 hours12
new 7 days29
new fortnight84
new month177

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0