pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/R-pbdZMQ net/R-pbdZMQ: Import version 0.3.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/3723944fc2af
branches: trunk
changeset: 375484:3723944fc2af
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon Feb 12 19:33:43 2018 +0000
description:
net/R-pbdZMQ: Import version 0.3.2
This package provides high level R wrapper functions to easily utilize
ZeroMQ. We mainly focus on interactive client/server programming
frameworks. A few wrapper functions compatible with 'rzmq' are also
provided.
diffstat:
net/R-pbdZMQ/DESCR | 4 ++++
net/R-pbdZMQ/Makefile | 29 +++++++++++++++++++++++++++++
net/R-pbdZMQ/distinfo | 6 ++++++
3 files changed, 39 insertions(+), 0 deletions(-)
diffs (51 lines):
diff -r 2dbdf6fe2ca7 -r 3723944fc2af net/R-pbdZMQ/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/R-pbdZMQ/DESCR Mon Feb 12 19:33:43 2018 +0000
@@ -0,0 +1,4 @@
+This package provides high level R wrapper functions to easily utilize
+ZeroMQ. We mainly focus on interactive client/server programming
+frameworks. A few wrapper functions compatible with 'rzmq' are also
+provided.
diff -r 2dbdf6fe2ca7 -r 3723944fc2af net/R-pbdZMQ/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/R-pbdZMQ/Makefile Mon Feb 12 19:33:43 2018 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2018/02/12 19:33:43 minskim Exp $
+
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER= minskim%NetBSD.org@localhost
+HOMEPAGE= http://r-pbd.org/
+COMMENT= Interface to ZeroMQ
+LICENSE= gnu-gpl-v3
+
+R_PKGNAME= pbdZMQ
+R_PKGVER= 0.3-2
+
+GNU_CONFIGURE= yes
+USE_LANGUAGES= c
+USE_TOOLS+= pkg-config sed
+
+CHECK_PORTABILITY_SKIP= src/zmqsrc/configure
+
+BUILDLINK_API_DEPENDS.R+= R>=3.2.0
+.include "../../math/R/Makefile.extension"
+.include "../../net/zeromq/buildlink3.mk"
+
+post-install:
+ sed -e 's,PKG_CONFIG.*,PKG_CONFIG = ${LOCALBASE}/bin/pkg-config,' \
+ ${WRKSRC}/src/Makeconf > \
+ ${DESTDIR}${PREFIX}/lib/R/library/pbdZMQ/etc/Makeconf
+
+.include "../../mk/bsd.pkg.mk"
diff -r 2dbdf6fe2ca7 -r 3723944fc2af net/R-pbdZMQ/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/R-pbdZMQ/distinfo Mon Feb 12 19:33:43 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/02/12 19:33:43 minskim Exp $
+
+SHA1 (R/pbdZMQ_0.3-2.tar.gz) = 152875362ddddca7f512e15aa1159836b864eb71
+RMD160 (R/pbdZMQ_0.3-2.tar.gz) = cd01d0021abc301114a9da16d22602651ff8486d
+SHA512 (R/pbdZMQ_0.3-2.tar.gz) = a4d88279f46ae648a2d7e0a563a9e43c53656f4d855b6e73221c04a852383b03d25d722bb3a42363b375e93996a50a4ae7d88444763cf82f1405fb7298239286
+Size (R/pbdZMQ_0.3-2.tar.gz) = 1052241 bytes
Home |
Main Index |
Thread Index |
Old Index