Date: Mon, 14 May 2012 00:20:08 +0200 (CEST) From: Richard Kojedzinszky <krichy@cflinux.hu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/167852: New port: devel/libjson++ C++ interface for JSON serialized data Message-ID: <20120513222008.5AF0613A0C@pi.nmdps.net> Resent-Message-ID: <201205132230.q4DMU2hL028751@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167852 >Category: ports >Synopsis: New port: devel/libjson++ C++ interface for JSON serialized data >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 13 22:30:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Richard Kojedzinszky >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: # 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: # # libjson++ # libjson++/Makefile # libjson++/distinfo # libjson++/pkg-descr # libjson++/pkg-plist # echo c - libjson++ mkdir -p libjson++ > /dev/null 2>&1 echo x - libjson++/Makefile sed 's/^X//' >libjson++/Makefile << '22e380f6505d65ec71e714362f41725c' X# New ports collection makefile for: libjson++ X# Date created: 15 May 2012 X# Whom: krichy X# X# $FreeBSD$ X# X XPORTNAME= libjson++ XPORTVERSION= 0.3.1 XCATEGORIES= devel XMASTER_SITES= ftp://ftp.cflinux.hu/pub/ X XMAINTAINER= krichy@tvnetwork.hu XCOMMENT= Small C++ library to handle JSON serialized data X XUSE_CMAKE= yes XUSE_LDCONFIG= yes X X.include <bsd.port.mk> 22e380f6505d65ec71e714362f41725c echo x - libjson++/distinfo sed 's/^X//' >libjson++/distinfo << '0c7a217eb8f1b5ffc46c02d1e9a010db' XSHA256 (libjson++-0.3.1.tar.gz) = 682e8dd99b318be93cdfc3b49677889f1765bfc81e7262e6309c992669cd679b XSIZE (libjson++-0.3.1.tar.gz) = 25158 0c7a217eb8f1b5ffc46c02d1e9a010db echo x - libjson++/pkg-descr sed 's/^X//' >libjson++/pkg-descr << '9386bdba99a3c35c36e613a9dc5fa905' XLibev is a high-performance event loop/event model with lots of features. XIt is modelled (very loosely) after libevent and the Event perl module, Xbut aims to be faster and more correct, and also more featureful. And Xalso smaller. X XWWW: http://software.schmorp.de/pkg/libev 9386bdba99a3c35c36e613a9dc5fa905 echo x - libjson++/pkg-plist sed 's/^X//' >libjson++/pkg-plist << 'f0b717b92c06f4fe16b0ca8a37e514fa' Xinclude/json/iarray.hpp Xinclude/json/ibool.hpp Xinclude/json/inumeric.hpp Xinclude/json/iobject.hpp Xinclude/json/iscalar.hpp Xinclude/json/istring.hpp Xinclude/json/ivalue.hpp Xinclude/json/refcounted.hpp Xinclude/json/util.hpp Xinclude/json/value.hpp Xlib/libjson++.a Xlib/libjson++.so Xlib/libjson++.so.0 Xlib/libjson++.so.0.3.1 X@dirrm include/json f0b717b92c06f4fe16b0ca8a37e514fa exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120513222008.5AF0613A0C>