aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-fluent-mixin-plaintextformatter
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-271-1/+1
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-271-2/+1
| | | | | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070 Notes: svn path=/head/; revision=414118
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Add LICENSE [1]Sunpoet Po-Chuan Hsieh2015-06-132-1/+3
| | | | | | | | | | - Update WWW Approved by: portmgr (blanket) [1] With hat: ruby Notes: svn path=/head/; revision=389453
* Support stageBaptiste Daroussin2014-04-071-1/+0
| | | | Notes: svn path=/head/; revision=350511
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* Fluent::Mixin::PlainTextFormatter is a mix-in module, that providesJun Kuriyama2013-06-063-0/+27
'#format' instance method and its configurations to Fluentd BufferedOutput Plugin and TimeSlicedOutput Plugin, to output plain text data (to file, REST storages, KVSs ...). WWW: https://rubygems.org/gems/fluent-mixin-plaintextformatter Notes: svn path=/head/; revision=320042