A simple, intuitive C++ library to handle JSON serialized data.
WWW: http://git.cflinux.hu/?p=libjson.git;a=summary PR: ports/167852 Submitted by: Richard Kojedzinszky <krichy@cflinux.hu> Approved by: crees (mentor)
This commit is contained in:
parent
264ebfd79a
commit
b89f4fe3ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296859
5 changed files with 41 additions and 0 deletions
|
@ -901,6 +901,7 @@
|
|||
SUBDIR += libiqxmlrpc
|
||||
SUBDIR += libisofs
|
||||
SUBDIR += libixp
|
||||
SUBDIR += libjson++
|
||||
SUBDIR += libk8055
|
||||
SUBDIR += liblas
|
||||
SUBDIR += libleaftag
|
||||
|
|
20
devel/libjson++/Makefile
Normal file
20
devel/libjson++/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# New ports collection makefile for: libjson++
|
||||
# Date created: 15 May 2012
|
||||
# Whom: krichy
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libjson++
|
||||
PORTVERSION= 0.3.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.cflinux.hu/pub/
|
||||
|
||||
MAINTAINER= krichy@tvnetwork.hu
|
||||
COMMENT= Small C++ library to handle JSON serialized data
|
||||
|
||||
USE_CMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/libjson++/distinfo
Normal file
2
devel/libjson++/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (libjson++-0.3.1.tar.gz) = 682e8dd99b318be93cdfc3b49677889f1765bfc81e7262e6309c992669cd679b
|
||||
SIZE (libjson++-0.3.1.tar.gz) = 25158
|
3
devel/libjson++/pkg-descr
Normal file
3
devel/libjson++/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
A simple, intuitive C++ library to handle JSON serialized data.
|
||||
|
||||
WWW: http://git.cflinux.hu/?p=libjson.git;a=summary
|
15
devel/libjson++/pkg-plist
Normal file
15
devel/libjson++/pkg-plist
Normal file
|
@ -0,0 +1,15 @@
|
|||
include/json/iarray.hpp
|
||||
include/json/ibool.hpp
|
||||
include/json/inumeric.hpp
|
||||
include/json/iobject.hpp
|
||||
include/json/iscalar.hpp
|
||||
include/json/istring.hpp
|
||||
include/json/ivalue.hpp
|
||||
include/json/refcounted.hpp
|
||||
include/json/util.hpp
|
||||
include/json/value.hpp
|
||||
lib/libjson++.a
|
||||
lib/libjson++.so
|
||||
lib/libjson++.so.0
|
||||
lib/libjson++.so.0.3.1
|
||||
@dirrm include/json
|
Loading…
Reference in a new issue