Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jan 2010 12:32:01 GMT
From:      Alberto Villa <villa.alberto@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/142307: New port: devel/qjson Qt-based library that maps JSON data to QVariant objects
Message-ID:  <201001041232.o04CW1AE029835@www.freebsd.org>
Resent-Message-ID: <201001041240.o04Ce0UB048897@freefall.freebsd.org>

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

>Number:         142307
>Category:       ports
>Synopsis:       New port: devel/qjson Qt-based library that maps JSON data to QVariant objects
>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:   Mon Jan 04 12:40:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Alberto Villa
>Release:        FreeBSD 9.0-CURRENT i386
>Organization:
>Environment:
FreeBSD echo.hoth 9.0-CURRENT FreeBSD 9.0-CURRENT #4: Tue Dec 29 17:05:23 CET 2009     root@echo.hoth:/usr/obj/usr/src/sys/TPR60  i386
>Description:
JSON (JavaScript Object Notation) is a lightweight data-interchange
format. It can represent integers, real numbers, strings, an ordered
sequence of values, and a collection of name/value pairs.

QJson is a Qt-based library that maps JSON data to QVariant objects.
JSON arrays will be mapped to QVariantList instances, while JSON's
objects will be mapped to QVariantMap.

WWW: http://qjson.sourceforge.net
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	qjson
#	qjson/pkg-descr
#	qjson/distinfo
#	qjson/Makefile
#	qjson/pkg-plist
#
echo c - qjson
mkdir -p qjson > /dev/null 2>&1
echo x - qjson/pkg-descr
sed 's/^X//' >qjson/pkg-descr << '12cfb4df70f2f78ec882a678ffe9b740'
XJSON (JavaScript Object Notation) is a lightweight data-interchange
Xformat. It can represent integers, real numbers, strings, an ordered
Xsequence of values, and a collection of name/value pairs.
X
XQJson is a Qt-based library that maps JSON data to QVariant objects.
XJSON arrays will be mapped to QVariantList instances, while JSON's
Xobjects will be mapped to QVariantMap.
X
XWWW: http://qjson.sourceforge.net
12cfb4df70f2f78ec882a678ffe9b740
echo x - qjson/distinfo
sed 's/^X//' >qjson/distinfo << '03f60fe345fcfd1002193962fd48406e'
XMD5 (qjson-0.7.1.tar.bz2) = 5a833ad606c164ed8aa69f0873366ace
XSHA256 (qjson-0.7.1.tar.bz2) = 3b8e94345fe846171c4b4d7d3518891d5fc864fda1e0c10d935bdb77bd3db994
XSIZE (qjson-0.7.1.tar.bz2) = 38075
03f60fe345fcfd1002193962fd48406e
echo x - qjson/Makefile
sed 's/^X//' >qjson/Makefile << 'b01dbf636f8ecf38287cba135c0cd879'
X# New ports collection makefile for:	qjson
X# Date created:				19 December 2009
X# Whom:					Alberto Villa <villa.alberto@gmail.com>
X#
X# $FreeBSD$
X
XPORTNAME=	qjson
XPORTVERSION=	0.7.1
XCATEGORIES=	devel
XMASTER_SITES=	SF
X
XMAINTAINER=	villa.alberto@gmail.com
XCOMMENT=	Qt-based library that maps JSON data to QVariant objects
X
XUSE_BZIP2=	yes
XUSE_QT_VER=	4
XQT_COMPONENTS=	corelib moc_build qmake_build rcc_build uic_build
XMAKE_JOBS_SAFE=	yes
XUSE_CMAKE=	yes
XUSE_LDCONFIG=	yes
X
XWRKSRC=		${WRKDIR}/${PORTNAME}
X
Xpre-configure:
X	@${REINPLACE_CMD} -e '/pkgconfig/ s/$${LIB_SUFFIX}/data/' \
X		${WRKSRC}/CMakeLists.txt
X
X.include <bsd.port.mk>
b01dbf636f8ecf38287cba135c0cd879
echo x - qjson/pkg-plist
sed 's/^X//' >qjson/pkg-plist << '44cea17ef23fba9d5efcb4f624ddf3d1'
Xinclude/qjson/parser.h
Xinclude/qjson/parserrunnable.h
Xinclude/qjson/qjson_export.h
Xinclude/qjson/qobjecthelper.h
Xinclude/qjson/serializer.h
Xinclude/qjson/serializerrunnable.h
Xlib/libqjson.so
Xlib/libqjson.so.0
Xlib/libqjson.so.0.7.1
Xlibdata/pkgconfig/QJson.pc
Xshare/apps/cmake/modules/FindQJSON.cmake
X@dirrmtry share/apps/cmake/modules
X@dirrmtry share/apps/cmake
X@dirrmtry share/apps
X@dirrm include/qjson
44cea17ef23fba9d5efcb4f624ddf3d1
exit



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



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