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)
Sun, Mar 10, 6:55 AM
Unknown Object (File)
Thu, Mar 7, 7:16 PM
Unknown Object (File)
Thu, Mar 7, 3:55 PM
Unknown Object (File)
Jan 5 2024, 12:18 AM
Unknown Object (File)
Jan 3 2024, 5:59 PM
Unknown Object (File)
Dec 20 2023, 4:00 AM
Unknown Object (File)
Nov 21 2023, 9:40 PM
Unknown Object (File)
Oct 15 2023, 5:52 PM
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.