blob: 57b786a3c1504d977d21a06e443fcbffc192a774 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
# $FreeBSD$
PORTNAME= fluentd
PORTVERSION= 0.10.61
PORTREVISION= 1
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 010
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Fluent event collector
LICENSE= APACHE20
RUN_DEPENDS= \
rubygem-cool.io>=1.1.1:devel/rubygem-cool.io \
rubygem-http_parser.rb>=0.5.1:net/rubygem-http_parser.rb \
rubygem-json>=1.4.3:devel/rubygem-json \
rubygem-msgpack>=0.5.4:devel/rubygem-msgpack \
rubygem-sigdump>=0.2.2:devel/rubygem-sigdump \
rubygem-yajl-ruby>=1.0:devel/rubygem-yajl-ruby \
rubygem-tzinfo>=1.0.0:devel/rubygem-tzinfo \
rubygem-tzinfo-data>=1.0.0:devel/rubygem-tzinfo-data
BROKEN= Error: RubyGem dependency msgpack < 0.6.0 is not satisfied
DEPRECATED= Broken for more than 5 months
EXPIRATION_DATE= 2018-08-20
USE_RUBY= yes
PLIST_FILES= bin/fluent-cat bin/fluent-debug bin/fluent-gem bin/fluentd \
"@sample etc/fluentd/fluent.conf.sample"
PLIST_DIRS= etc/fluentd/plugin
USES= gem
USE_RC_SUBR= fluentd
USERS= fluentd
GROUPS= fluentd
SUB_LIST+= USER=${USERS} GROUP=${GROUPS} RUBY=${RUBY}
NO_ARCH= YES
post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/etc/fluentd/plugin
${CP} ${WRKSRC}/fluent.conf.sample ${STAGEDIR}${PREFIX}/etc/fluentd/
.include <bsd.port.mk>
|