Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#20097 closed submission (fixed)

new port: json-glib

Reported by: nefar@… Owned by: nerdling (Jeremy Lavergne)
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc:
Port: json-glib

Description

JSON-GLib is a library providing serialization and deserialization support for the JavaScript Object Notation (JSON) format described by RFC 4627.

Attachments (1)

Portfile (871 bytes) - added by nefar@… 15 years ago.

Download all attachments as: .zip

Change History (9)

Changed 15 years ago by nefar@…

Attachment: Portfile added

comment:1 Changed 15 years ago by tobypeterson

Portfile is missing some required keys, it's also not declaring any dependencies - configure fails badly without various things installed (glib2, maybe a json lib, etc)

comment:2 Changed 15 years ago by nerdling (Jeremy Lavergne)

Nefar, can you let us know if you'll be able to go through the portfile and make the necessary updates?

comment:3 Changed 15 years ago by nefar@…

uh sure. I will.

comment:4 Changed 15 years ago by nefar@…

# $Id
PortSystem          1.0
name                json-glib
version             0.6.2
categories          devel
maintainers         nefar@hotmail.com openmaintainer
homepage            http://live.gnome.org/JsonGlib
platforms           darwin
use_parallel_build  yes

description \
    JSON-GLib is a library providing serialization and deserialization support \
     for the JavaScript Object Notation (JSON) format described by RFC 4627._

depends_build       port:pkgconfig,port:gtk-doc
depends_lib         port:glib2
master_sites \
    http://folks.o-hand.com/~ebassi/sources/

checksums           md5     d98f5580035ad0b37fa11896053a57af \
                    sha1    de4d9b51cc507e97f3427e01a616a9b6fb7fe3cd \
                    rmd160  3e0f9748d64e6372609fdf106f49cf6c25133507

livecheck.check     regex
livecheck.url       http://folks.o-hand.com/~ebassi/sources/
livecheck.regex     ${name}-(\[0-9.\]+)\\.tar.gz

comment:5 Changed 15 years ago by nerdling (Jeremy Lavergne)

Owner: changed from macports-tickets@… to snc@…
Status: newassigned

comment:6 Changed 15 years ago by nerdling (Jeremy Lavergne)

Resolution: fixed
Status: assignedclosed

Committed in r55057.

Removed use_parallel_build yes as this is the default.

Changed maintainer format in r55058.

comment:7 in reply to:  6 Changed 15 years ago by blb@…

Replying to snc@…:

Removed use_parallel_build yes as this is the default.

Note that isn't the case with MacPorts 1.7, just with trunk.

comment:8 Changed 15 years ago by nerdling (Jeremy Lavergne)

Yea, but we're coming up on the next release fairly soon.

Note: See TracTickets for help on using tickets.