- distfile was re-rolled, no changes against the old distfile

- fix ${WRKSRC}
- add LICENSE
- bump PORTREVISION
- adjust MASTER_SITE, WWW

Upstream Note:

Archived Repo
=============

This is an archived project and is no longer supported or updated by Facebook.
Please do not file issues or pull-requests. If you wish to continue to develop
this code yourself, we recommend you fork it.

PR:		191732
Submitted by:	gaod@hychen.org
This commit is contained in:
Olli Hauer 2014-08-03 16:57:22 +00:00
parent 2831625c5d
commit 86618e4d5e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363923
3 changed files with 18 additions and 12 deletions

View file

@ -3,14 +3,16 @@
PORTNAME= scribe
DISTVERSION= 2.2.2013.04.15
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= https://github.com/facebook/scribe/tarball/${GITVERSION}/
MASTER_SITES= https://github.com/facebookarchive/scribe/tarball/${GITVERSION}/
DISTNAME= facebook-scribe-${GITVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Aggregating log data streamed in real time
LICENSE= APACHE20
BUILD_DEPENDS= fb303>0:${PORTSDIR}/devel/fb303 \
thrift:${PORTSDIR}/devel/thrift
LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \
@ -21,7 +23,7 @@ RUN_DEPENDS= p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \
${PYTHON_SITELIBDIR}/thrift/__init__.py:${PORTSDIR}/devel/py-thrift
GITVERSION= 7359a09
WRKSRC= ${WRKDIR}/${DISTNAME}
WRKSRC= ${WRKDIR}/facebookarchive-${PORTNAME}-${GITVERSION}
ACLOCAL_ARGS= -I ./aclocal
AUTOMAKE_ARGS= -a
@ -41,8 +43,8 @@ post-build:
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/Scribe/Thrift
cd ${WRKSRC}/gen-perl && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}
(cd ${WRKSRC}/gen-perl && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${SITE_PERL_REL})
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
.include <bsd.port.mk>

View file

@ -1,2 +1,2 @@
SHA256 (facebook-scribe-7359a09.tar.gz) = c40168c9a77f0d95242a1142f050d6d84a5a202ce2883e0dbb93af8a7a3a9204
SIZE (facebook-scribe-7359a09.tar.gz) = 97261
SHA256 (facebook-scribe-7359a09.tar.gz) = 388a42077cac71bfd272c114365aa3397074b3a58b78d53d060ce78a0762ae3d
SIZE (facebook-scribe-7359a09.tar.gz) = 97250

View file

@ -1,6 +1,10 @@
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.
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
This is an archived project and is no longer supported or updated by Facebook.
Please do not file issues or pull-requests. If you wish to continue to develop
this code yourself, we recommend you fork it.
WWW: https://github.com/facebookarchive/scribe/