aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-fluent-plugin-config-expander
Commit message (Collapse)AuthorAgeFilesLines
* 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-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* 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
* ConfigExpanderInput and ConfigExpanderOutput plugins provide simpleJun Kuriyama2013-06-073-0/+26
configuration template to write items repeatedly. In section, you can write actual configuration for actual input/output plugin, with special directives for loop controls. WWW: https://github.com/tagomoris/fluent-plugin-config-expander Notes: svn path=/head/; revision=320207