diff options
author | mef <mef@pkgsrc.org> | 2017-05-05 00:05:40 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2017-05-05 00:05:40 +0000 |
commit | a11d4b84c2711a690cd99f96f1b71493b79044b3 (patch) | |
tree | 050fca1294a381a76a3f45dfb60b2eb2a884e51e /ham | |
parent | e5e2379f6fa470955c022ffa9d0863d83d35ecc2 (diff) | |
download | pkgsrc-a11d4b84c2711a690cd99f96f1b71493b79044b3.tar.gz |
Import flxmlrpc-0.1.4 as ham/flxmlrpc.
This is flxmlrpc, an implementation of the XmlRpc protocol
written in C++, based upon XmlRpc++0.7 and modified to provide additional XmlRpc
Variable types. It is used in fldigi, flrig, flnet, flmsg, flarq, flamp, fllog;
a suite of programs written for amateur radio emergency communications.
flxmlrpc is designed to make it easy to incorporate xmlrpc client and server
support into C++ applications. Or use both client and server objects in your
application for easy peer-to-peer support.
Diffstat (limited to 'ham')
-rw-r--r-- | ham/flxmlrpc/DESCR | 8 | ||||
-rw-r--r-- | ham/flxmlrpc/Makefile | 15 | ||||
-rw-r--r-- | ham/flxmlrpc/PLIST | 16 | ||||
-rw-r--r-- | ham/flxmlrpc/buildlink3.mk | 13 | ||||
-rw-r--r-- | ham/flxmlrpc/distinfo | 6 |
5 files changed, 58 insertions, 0 deletions
diff --git a/ham/flxmlrpc/DESCR b/ham/flxmlrpc/DESCR new file mode 100644 index 00000000000..0c23133493c --- /dev/null +++ b/ham/flxmlrpc/DESCR @@ -0,0 +1,8 @@ +This is flxmlrpc, an implementation of the XmlRpc protocol +written in C++, based upon XmlRpc++0.7 and modified to provide additional XmlRpc +Variable types. It is used in fldigi, flrig, flnet, flmsg, flarq, flamp, fllog; +a suite of programs written for amateur radio emergency communications. + +flxmlrpc is designed to make it easy to incorporate xmlrpc client and server +support into C++ applications. Or use both client and server objects in your +application for easy peer-to-peer support. diff --git a/ham/flxmlrpc/Makefile b/ham/flxmlrpc/Makefile new file mode 100644 index 00000000000..75b220901cc --- /dev/null +++ b/ham/flxmlrpc/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2017/05/05 00:05:40 mef Exp $ + +DISTNAME= flxmlrpc-0.1.4 +CATEGORIES= ham +MASTER_SITES= https://sourceforge.net/projects/fldigi/files/flxmlrpc/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://sourceforge.net/projects/fldigi/files/flxmlrpc/ +COMMENT= XmlRpc protocol written in C++ for fl*, ham emergency communications +LICENSE= gnu-lgpl-v3 + +USE_LANGUAGES= c c++11 +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/ham/flxmlrpc/PLIST b/ham/flxmlrpc/PLIST new file mode 100644 index 00000000000..a571932746b --- /dev/null +++ b/ham/flxmlrpc/PLIST @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1 2017/05/05 00:05:40 mef Exp $ +include/flxmlrpc/XmlRpc.h +include/flxmlrpc/XmlRpcBase64.h +include/flxmlrpc/XmlRpcClient.h +include/flxmlrpc/XmlRpcDispatch.h +include/flxmlrpc/XmlRpcException.h +include/flxmlrpc/XmlRpcMutex.h +include/flxmlrpc/XmlRpcServer.h +include/flxmlrpc/XmlRpcServerConnection.h +include/flxmlrpc/XmlRpcServerMethod.h +include/flxmlrpc/XmlRpcSocket.h +include/flxmlrpc/XmlRpcSource.h +include/flxmlrpc/XmlRpcUtil.h +include/flxmlrpc/XmlRpcValue.h +lib/libflxmlrpc.la +lib/pkgconfig/flxmlrpc.pc diff --git a/ham/flxmlrpc/buildlink3.mk b/ham/flxmlrpc/buildlink3.mk new file mode 100644 index 00000000000..66b15a9a5a5 --- /dev/null +++ b/ham/flxmlrpc/buildlink3.mk @@ -0,0 +1,13 @@ +# $NetBSD: buildlink3.mk,v 1.1 2017/05/05 00:05:40 mef Exp $ + +BUILDLINK_TREE+= flxmlrpc + +.if !defined(FLXMLRPC_BUILDLINK3_MK) +FLXMLRPC_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.flxmlrpc+= flxmlrpc>=0.1.4 +BUILDLINK_PKGSRCDIR.flxmlrpc?= ../../ham/flxmlrpc + +.endif # FLXMLRPC_BUILDLINK3_MK + +BUILDLINK_TREE+= -flxmlrpc diff --git a/ham/flxmlrpc/distinfo b/ham/flxmlrpc/distinfo new file mode 100644 index 00000000000..07ae16ee071 --- /dev/null +++ b/ham/flxmlrpc/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/05/05 00:05:40 mef Exp $ + +SHA1 (flxmlrpc-0.1.4.tar.gz) = fc43cd2ebf7740ad09d3e65f534d79330f193631 +RMD160 (flxmlrpc-0.1.4.tar.gz) = dab11324460ff1ae9587740e5805ce6a9a6ad975 +SHA512 (flxmlrpc-0.1.4.tar.gz) = 00f0f508d947129475f1a7c691c11d3ffd6c5cc85ababc503bcb407c1110e04b878bb47de81cd675b05fd882d4e2e038da520acb005542f8f5aa94384a6c5f75 +Size (flxmlrpc-0.1.4.tar.gz) = 769747 bytes |