summaryrefslogtreecommitdiff
path: root/textproc/jtc/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update MAINTAINER fields for myself (lcook)Lewis Cook2021-01-221-1/+1
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D28279 Notes: svn path=/head/; revision=562287
* - Update to 1.76Hiroki Tagato2020-05-151-6/+20
| | | | | | | | | | | | | - Add compiler configuration options - Import patches from upstream to address build failures PR: 246441 Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer) Approved by: ehaupt (mentor) Changelog: https://github.com/ldn-softdev/jtc/releases/1.76 Notes: svn path=/head/; revision=535256
* textproc/jtc: unbreak with clang 10.0.0Fernando ApesteguĂ­a2020-03-181-1/+1
| | | | | | | | | | Additionally, use PORTVERSION instead of DISTVERSION PR: 244797 Submitted by: vulcan@wired.sh (maintainer) Notes: svn path=/head/; revision=528627
* New port: textproc/jtc: CLI tool to extract, manipulate and transform JSONKurt Jaeger2020-03-071-0/+36
Simple but efficient cli utility tool to manipulate JSON data. Offering a powerful way to select one or multiple elements from a source JSON and apply various actions on the selected elements at once, e.g. wrap selected elements into a new JSON, filter in/out, sort elements, update elements, insert new elements, remove, copy, move, compare, transform, swap around and many other operations. WWW: https://github.com/ldn-softdev/jtc PR: 244643 Submitted by: Lewis Cook <vulcan@wired.sh> Notes: svn path=/head/; revision=527923