aboutsummaryrefslogtreecommitdiff
path: root/textproc/jshon
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Update to 20131105Martin Wilke2015-12-153-15/+13
| | | | | | | | | | PR: 205224 Submitted by: Ports Fury Approved by: mat (mentor) Differential Revision: D4583 Notes: svn path=/head/; revision=403782
* Drop maintainershipBryan Drewery2015-07-271-1/+1
| | | | Notes: svn path=/head/; revision=393009
* For the new USE_GITHUB with only GH_TAGNAME set default DISTNAME toBryan Drewery2015-03-201-2/+2
| | | | | | | | | | | | | include GH_PROJECT/GH_ACCOUNT/GH_TAGNAME. This prevents the distfile having the same name despite changing one of these values and causing a bad checksum. Differential Revision: https://reviews.freebsd.org/D2103 Reviewed by: mat With hat: bdrewery Notes: svn path=/head/; revision=381777
* Convert my ports to the new USE_GITHUBBryan Drewery2015-03-202-4/+3
| | | | Notes: svn path=/head/; revision=381704
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-08-031-1/+1
| | | | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories T-V. CR: D509 Approved by: portmgr (antoine) Notes: svn path=/head/; revision=363904
* - Switch devel/jansson to libtool, drop .la filesDmitry Marakasov2014-06-231-1/+1
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=358938
* 1: Upgrade jansson to 2.6.Vanilla I. Shu2014-05-011-1/+1
| | | | | | | 2: bump revision due shared library version. Notes: svn path=/head/; revision=352709
* Take maintainershipBryan Drewery2013-12-161-1/+1
| | | | Notes: svn path=/head/; revision=336661
* Drop maintainershipBaptiste Daroussin2013-12-161-1/+1
| | | | Notes: svn path=/head/; revision=336648
* bump version due jansson shlib change.Vanilla I. Shu2013-09-261-1/+2
| | | | Notes: svn path=/head/; revision=328349
* Unmute installation commandsBaptiste Daroussin2013-09-231-2/+2
| | | | | | | Reported by: danfe Notes: svn path=/head/; revision=327963
* Use stageBaptiste Daroussin2013-09-231-5/+4
| | | | Notes: svn path=/head/; revision=327936
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* Convert to USES=gmakeBaptiste Daroussin2013-07-051-1/+1
| | | | Notes: svn path=/head/; revision=322325
* jshon parses, reads and creates JSON. It is designed to be as usable as possibleBaptiste Daroussin2013-01-233-0/+39
from within the shell and replaces fragile adhoc parsers made from grep/sed/awk as well as heavyweight one-line parsers made from perl/python. WWW: http://kmkeen.com/jshon/ Notes: svn path=/head/; revision=310867