Page MenuHomeFreeBSD

New port: textproc/go-simplejson
AbandonedPublic

Authored by sbz on Dec 20 2016, 1:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 17, 10:30 PM
Unknown Object (File)
Sep 10 2025, 9:32 AM
Unknown Object (File)
Aug 31 2025, 6:53 AM
Unknown Object (File)
Aug 28 2025, 8:46 AM
Unknown Object (File)
Aug 14 2025, 10:04 PM
Unknown Object (File)
Aug 14 2025, 9:19 PM
Unknown Object (File)
Aug 3 2025, 7:14 AM
Unknown Object (File)
Jul 28 2025, 10:13 AM
Subscribers

Details

Reviewers
jlaffaye
mat
Summary

Go package to interact with arbitrary JSON.

WWW: https://github.com/bitly/go-simplejson

Test Plan
  • portlint -a
  • poudriere testport -j 11i386 -p portsdir -o textproc/go-simplejson [1]
  • poudriere testport -j 11amd64 -p portsdir -o textproc/go-simplejson [2]

[1] http://62.210.142.226:8000/11i386-portsdir/latest/build.html
[2] http://62.210.142.226:8000/11amd64-portsdir/latest/build.html

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 6327
Build 6566: arc lint + arc unit

Event Timeline

sbz retitled this revision from to New port: textproc/go-simplejson.
sbz updated this object.
sbz edited the test plan for this revision. (Show Details)
sbz added reviewers: jlaffaye, mat.
mat added subscribers: bapt, swills.

All that being said, like @swills, @bapt and me have been saying, please, do not add more Go libraries to the ports tree, it is not the correct way.

textproc/go-simplejson/Makefile
4–7

PORTNAME should be go-simplejson, so that you don't need GH_PROJECT.

textproc/go-simplejson/pkg-descr
1

pkg-descr cannot be a copy of the COMMENT line, it must be a more in-depth description of the package.