From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 13 22:30:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 31B2B106566B for ; Sun, 13 May 2012 22:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 09AF38FC1B for ; Sun, 13 May 2012 22:30:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4DMU2dj028754 for ; Sun, 13 May 2012 22:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4DMU2hL028751; Sun, 13 May 2012 22:30:02 GMT (envelope-from gnats) Resent-Date: Sun, 13 May 2012 22:30:02 GMT Resent-Message-Id: <201205132230.q4DMU2hL028751@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Richard Kojedzinszky Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3E42D106566B for ; Sun, 13 May 2012 22:20:18 +0000 (UTC) (envelope-from krichy@pi.nmdps.net) Received: from pi.nmdps.net (pi.nmdps.net [IPv6:2a01:be00:10:201:0:80:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id C5E018FC0C for ; Sun, 13 May 2012 22:20:17 +0000 (UTC) Received: by pi.nmdps.net (Postfix, from userid 1001) id 5AF0613A0C; Mon, 14 May 2012 00:20:08 +0200 (CEST) Message-Id: <20120513222008.5AF0613A0C@pi.nmdps.net> Date: Mon, 14 May 2012 00:20:08 +0200 (CEST) From: Richard Kojedzinszky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/167852: New port: devel/libjson++ C++ interface for JSON serialized data X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Richard Kojedzinszky List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2012 22:30:03 -0000 >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 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: