mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
C++ Qt based JSON RPC2 library
WWW: http://bitbucket.org/devonit/qjsonrpc PR: ports/187070 Submitted by: Serguei Okladnikov <oklaspec@gmail.com>
This commit is contained in:
parent
deecb17f4c
commit
67f5645e57
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349551
@ -960,6 +960,7 @@
|
||||
SUBDIR += pyrad
|
||||
SUBDIR += pythondirector
|
||||
SUBDIR += qadsl
|
||||
SUBDIR += qjsonrpc
|
||||
SUBDIR += qoauth
|
||||
SUBDIR += qt4-network
|
||||
SUBDIR += qt5-network
|
||||
|
26
net/qjsonrpc/Makefile
Normal file
26
net/qjsonrpc/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# Created by: Serguei Okladnikov <oklaspec@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= qjsonrpc
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= net www devel
|
||||
MASTER_SITES= http://bitbucket.org/devonit/qjsonrpc/get/
|
||||
DISTNAME= v${PORTVERSION}
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= oklaspec@gmail.com
|
||||
COMMENT= C++ Qt based JSON RPC2 library
|
||||
|
||||
LICENSE= LGPL21
|
||||
|
||||
USES= qmake
|
||||
USE_QT4= moc_build network qmake_build qtestlib_build rcc_build
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/devonit-qjsonrpc-b138256fe2b8
|
||||
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} 's|lib/pkgconfig|libdata/pkgconfig|g' \
|
||||
${WRKSRC}/src/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/qjsonrpc/distinfo
Normal file
2
net/qjsonrpc/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (qjsonrpc/v1.0.1.tar.gz) = e0d4754796bb271b9eeaab30b52eaaadec0d1d102de27cd828a0b73175019921
|
||||
SIZE (qjsonrpc/v1.0.1.tar.gz) = 101571
|
7
net/qjsonrpc/files/patch-tests__tests.pro
Normal file
7
net/qjsonrpc/files/patch-tests__tests.pro
Normal file
@ -0,0 +1,7 @@
|
||||
--- ./tests/tests.pro.orig 2014-02-19 16:10:27.000000000 +0400
|
||||
+++ ./tests/tests.pro 2014-02-19 17:14:00.000000000 +0400
|
||||
@@ -1,3 +1,2 @@
|
||||
TEMPLATE = subdirs
|
||||
-SUBDIRS = auto \
|
||||
- manual
|
||||
+SUBDIRS = auto
|
3
net/qjsonrpc/pkg-descr
Normal file
3
net/qjsonrpc/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
C++ Qt based JSON RPC2 library
|
||||
|
||||
WWW: http://bitbucket.org/devonit/qjsonrpc
|
15
net/qjsonrpc/pkg-plist
Normal file
15
net/qjsonrpc/pkg-plist
Normal file
@ -0,0 +1,15 @@
|
||||
include/qjsonrpc/json/qjson_export.h
|
||||
include/qjsonrpc/json/qjsonarray.h
|
||||
include/qjsonrpc/json/qjsondocument.h
|
||||
include/qjsonrpc/json/qjsonobject.h
|
||||
include/qjsonrpc/json/qjsonvalue.h
|
||||
include/qjsonrpc/qjsonrpc_export.h
|
||||
include/qjsonrpc/qjsonrpcmessage.h
|
||||
include/qjsonrpc/qjsonrpcservice.h
|
||||
lib/libqjsonrpc.so
|
||||
lib/libqjsonrpc.so.1
|
||||
lib/libqjsonrpc.so.1.0
|
||||
lib/libqjsonrpc.so.1.0.0
|
||||
libdata/pkgconfig/qjsonrpc.pc
|
||||
@dirrm include/qjsonrpc/json
|
||||
@dirrm include/qjsonrpc
|
Loading…
Reference in New Issue
Block a user