pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/libmpack: import libmpack-1.0.5



Module Name:	pkgsrc-wip
Committed By:	Jonathan Buschmann <jonthn+pkgsrc%pinacea.com@localhost>
Pushed By:	jonthn
Date:		Wed Jan 1 22:20:04 2020 +0800
Changeset:	403476512b6a0882a9e826514eb6fcbd3a3637c8

Added Files:
	libmpack/DESCR
	libmpack/Makefile
	libmpack/PLIST
	libmpack/buildlink3.mk
	libmpack/distinfo

Log Message:
wip/libmpack: import libmpack-1.0.5

libmpack is a small binary serialization/RPC library that implements both
the msgpack and msgpack-rpc specifications.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=403476512b6a0882a9e826514eb6fcbd3a3637c8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libmpack/DESCR         |  2 ++
 libmpack/Makefile      | 17 +++++++++++++++++
 libmpack/PLIST         |  4 ++++
 libmpack/buildlink3.mk | 11 +++++++++++
 libmpack/distinfo      |  6 ++++++
 5 files changed, 40 insertions(+)

diffs:
diff --git a/libmpack/DESCR b/libmpack/DESCR
new file mode 100644
index 0000000000..b3949e7933
--- /dev/null
+++ b/libmpack/DESCR
@@ -0,0 +1,2 @@
+libmpack is a small binary serialization/RPC library that implements both
+the msgpack and msgpack-rpc specifications.
diff --git a/libmpack/Makefile b/libmpack/Makefile
new file mode 100644
index 0000000000..68590f0587
--- /dev/null
+++ b/libmpack/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	libmpack-1.0.5
+PKGNAME=	${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=libmpack/}
+GITHUB_PROJECT=	libmpack
+
+HOMEPAGE=	https://github.com/libmpack/libmpack
+COMMENT=	Simple implementation of msgpack in C
+LICENSE=	mit
+
+USE_LANGUAGES=	c
+USE_LIBTOOL=	yes
+USE_TOOLS+=	gmake
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/libmpack/PLIST b/libmpack/PLIST
new file mode 100644
index 0000000000..e4651ba54d
--- /dev/null
+++ b/libmpack/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+include/mpack.h
+lib/libmpack.la
+lib/pkgconfig/mpack.pc
diff --git a/libmpack/buildlink3.mk b/libmpack/buildlink3.mk
new file mode 100644
index 0000000000..56f68315ce
--- /dev/null
+++ b/libmpack/buildlink3.mk
@@ -0,0 +1,11 @@
+# $NetBSD$
+BUILDLINK_TREE+=	libmpack
+
+.if !defined(LIBMPACK_BUILDLINK3_MK)
+LIBMPACK_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libmpack+=	libmpack>=1.0.0
+BUILDLINK_PKGSRCDIR.libmpack?=		../../wip/libmpack
+.endif	# LIBMPACK_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-libmpack
diff --git a/libmpack/distinfo b/libmpack/distinfo
new file mode 100644
index 0000000000..8f431d4d30
--- /dev/null
+++ b/libmpack/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.3 2015/08/10 22:13:59 jonthn Exp $
+
+SHA1 (libmpack-1.0.5.tar.gz) = 5b496b6a59285c56053f0337ed4b4f923b2d1fa2
+RMD160 (libmpack-1.0.5.tar.gz) = 9fe75c368af72d7b96fc6ea03b07ef8daeb41d87
+SHA512 (libmpack-1.0.5.tar.gz) = 6e30edafcacfb580b410bc6749ed7fe8f18b3be0cb98959339853e77bc3ec0cda6df08a0f1f22768cfc773458a2ea6bcef4f0421eea55cf56c58981d13711a04
+Size (libmpack-1.0.5.tar.gz) = 32966 bytes


Home | Main Index | Thread Index | Old Index