Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  7 Jan 2014 23:04:55 +0100 (CET)
From:      Johan Ström <johan@stromnet.se>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        blep@users.sourceforge.net
Subject:   ports/185592: New port: devel/jsoncpp - C++ library for dealing with JSON
Message-ID:  <20140107220456.0EB0A3093@back-1.stromnet.se>
Resent-Message-ID: <201401082030.s08KU2Ln074478@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         185592
>Category:       ports
>Synopsis:       New port: devel/jsoncpp - C++ library for dealing with JSON
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 08 20:30:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Johan Ström
>Release:        FreeBSD 8.4-RELEASE-p4 amd64
>Organization:
>Environment:
System: FreeBSD back-1.stromnet.se 8.4-RELEASE-p4 FreeBSD 8.4-RELEASE-p4 #0: Mon Sep 9 23:16:13 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
Most recent released version of the jsoncpp library

(CC to original developer)
>How-To-Repeat:
>Fix:

--- jsoncpp.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	jsoncpp
#	jsoncpp/Makefile
#	jsoncpp/pkg-descr
#	jsoncpp/distinfo
#	jsoncpp/pkg-plist
#
echo c - jsoncpp
mkdir -p jsoncpp > /dev/null 2>&1
echo x - jsoncpp/Makefile
sed 's/^X//' >jsoncpp/Makefile << 'bda941563f80fef47b51f8146d81e138'
X# Created by: Johan Ström <johna@stromnet.se>
X# $FreeBSD$
X
XPORTNAME=		jsoncpp
XDISTVERSION=	0.6.0-rc2
XCATEGORIES=		devel
XMASTER_SITES=	SF/${PORTNAME}/jsoncpp/${DISTVERSION}
XDISTNAME=	jsoncpp-src-${DISTVERSION}
X
XMAINTAINER=	johan@stromnet.se
XCOMMENT=		A JSON reader and writer library for C++
X
XLICENSE=		MIT
X
XUSE_LDCONFIG=	yes
XUSE_SCONS=yes
X
XSCONS_ARGS=platform=linux-gcc
X
Xdo-install:
X	${MKDIR} ${STAGEDIR}${PREFIX}/include/jsoncpp
X	${MKDIR} ${STAGEDIR}${PREFIX}/lib
X	(cd ${WRKSRC}/include/ && ${COPYTREE_SHARE} json/ ${STAGEDIR}${PREFIX}/include/jsoncpp/)
X	(cd ${WRKSRC}/libs/linux-gcc-*/ && ${INSTALL_LIB} libjson_linux-gcc-*_libmt.a ${STAGEDIR}${PREFIX}/lib/libjsoncpp.a)
X	(cd ${WRKSRC}/libs/linux-gcc-*/ && ${INSTALL_LIB} libjson_linux-gcc-*_libmt.so ${STAGEDIR}${PREFIX}/lib/libjsoncpp.so.0)
X	(cd ${STAGEDIR}${PREFIX}/lib/ && /bin/ln -s libjsoncpp.so.0 libjsoncpp.so )
X
X.include <bsd.port.mk>
bda941563f80fef47b51f8146d81e138
echo x - jsoncpp/pkg-descr
sed 's/^X//' >jsoncpp/pkg-descr << '5abc312f59597720e505470c2eec46ab'
XParaphrasing the website:
X	jsoncpp is an implementation of a JSON (http://json.org) reader and writer in
X	C++.
X	JSON (JavaScript Object Notation) is a lightweight data-interchange format.
X	It is easy for humans to read and write.
X	It is easy for machines to parse and generate.
X
XAuthor: Baptiste Lepilleur <blep@users.sourceforge.net>
XWWW: http://jsoncpp.sourceforge.net/
5abc312f59597720e505470c2eec46ab
echo x - jsoncpp/distinfo
sed 's/^X//' >jsoncpp/distinfo << 'd132aae4d7bc3b31912330c5c6dcedf8'
XSHA256 (jsoncpp-src-0.6.0-rc2.tar.gz) = d4d193d163f520b08b9155cba978615892ca1359d77e3fb261fce2f86d09b283
XSIZE (jsoncpp-src-0.6.0-rc2.tar.gz) = 117661
d132aae4d7bc3b31912330c5c6dcedf8
echo x - jsoncpp/pkg-plist
sed 's/^X//' >jsoncpp/pkg-plist << 'de7d41540cef8e5e9480cdfba7c1a246'
Xlib/libjsoncpp.so.0
Xlib/libjsoncpp.so
Xlib/libjsoncpp.a
Xinclude/jsoncpp/json/writer.h
Xinclude/jsoncpp/json/json.h
Xinclude/jsoncpp/json/forwards.h
Xinclude/jsoncpp/json/config.h
Xinclude/jsoncpp/json/value.h
Xinclude/jsoncpp/json/reader.h
Xinclude/jsoncpp/json/features.h
Xinclude/jsoncpp/json/autolink.h
X@dirrm include/jsoncpp/json
X@dirrm include/jsoncpp
de7d41540cef8e5e9480cdfba7c1a246
exit
--- jsoncpp.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140107220456.0EB0A3093>