mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- 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:
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
|
@ -3,14 +3,16 @@
|
||||||
|
|
||||||
PORTNAME= scribe
|
PORTNAME= scribe
|
||||||
DISTVERSION= 2.2.2013.04.15
|
DISTVERSION= 2.2.2013.04.15
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= https://github.com/facebook/scribe/tarball/${GITVERSION}/
|
MASTER_SITES= https://github.com/facebookarchive/scribe/tarball/${GITVERSION}/
|
||||||
DISTNAME= facebook-scribe-${GITVERSION}
|
DISTNAME= facebook-scribe-${GITVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Aggregating log data streamed in real time
|
COMMENT= Aggregating log data streamed in real time
|
||||||
|
|
||||||
|
LICENSE= APACHE20
|
||||||
|
|
||||||
BUILD_DEPENDS= fb303>0:${PORTSDIR}/devel/fb303 \
|
BUILD_DEPENDS= fb303>0:${PORTSDIR}/devel/fb303 \
|
||||||
thrift:${PORTSDIR}/devel/thrift
|
thrift:${PORTSDIR}/devel/thrift
|
||||||
LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \
|
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
|
${PYTHON_SITELIBDIR}/thrift/__init__.py:${PORTSDIR}/devel/py-thrift
|
||||||
|
|
||||||
GITVERSION= 7359a09
|
GITVERSION= 7359a09
|
||||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
WRKSRC= ${WRKDIR}/facebookarchive-${PORTNAME}-${GITVERSION}
|
||||||
|
|
||||||
ACLOCAL_ARGS= -I ./aclocal
|
ACLOCAL_ARGS= -I ./aclocal
|
||||||
AUTOMAKE_ARGS= -a
|
AUTOMAKE_ARGS= -a
|
||||||
|
@ -41,8 +43,8 @@ post-build:
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/Scribe/Thrift
|
@${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}
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||||
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
|
(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (facebook-scribe-7359a09.tar.gz) = c40168c9a77f0d95242a1142f050d6d84a5a202ce2883e0dbb93af8a7a3a9204
|
SHA256 (facebook-scribe-7359a09.tar.gz) = 388a42077cac71bfd272c114365aa3397074b3a58b78d53d060ce78a0762ae3d
|
||||||
SIZE (facebook-scribe-7359a09.tar.gz) = 97261
|
SIZE (facebook-scribe-7359a09.tar.gz) = 97250
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
Scribe is a server for aggregating log data streamed in real time
|
Scribe is a server for aggregating log data streamed in real time from a large
|
||||||
from a large number of servers. It is designed to be scalable,
|
number of servers. It is designed to be scalable, extensible without
|
||||||
extensible without client-side modification, and robust to failure of
|
client-side modification, and robust to failure of the network or any specific
|
||||||
the network or any specific machine.
|
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/
|
||||||
|
|
Loading…
Add table
Reference in a new issue