pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/nanomsg



Module Name:    pkgsrc
Committed By:   kamil
Date:           Sat Jun 18 08:16:27 UTC 2016

Added Files:
        pkgsrc/net/nanomsg: DESCR Makefile PLIST buildlink3.mk distinfo

Log Message:
Import nanomsg-1.0.0 as net/nanomsg

nanomsg is a socket library that provides several common communication patterns.
It aims to make the networking layer fast, scalable, and easy to use.

Implemented in C, it works on a wide range of operating systems with no further
dependencies.

The communication patterns, also called "scalability protocols", are basic
blocks for building distributed systems.

By combining them you can create a vast array of distributed applications.

Originally packaged in pkgsrc-wip by:
- Remy Chibois,
- Tobias Nygren,
and
- myself.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/nanomsg/DESCR pkgsrc/net/nanomsg/Makefile \
    pkgsrc/net/nanomsg/PLIST pkgsrc/net/nanomsg/buildlink3.mk \
    pkgsrc/net/nanomsg/distinfo

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

Added files:

Index: pkgsrc/net/nanomsg/DESCR
diff -u /dev/null pkgsrc/net/nanomsg/DESCR:1.1
--- /dev/null   Sat Jun 18 08:16:27 2016
+++ pkgsrc/net/nanomsg/DESCR    Sat Jun 18 08:16:27 2016
@@ -0,0 +1,10 @@
+nanomsg is a socket library that provides several common communication patterns.
+It aims to make the networking layer fast, scalable, and easy to use.
+
+Implemented in C, it works on a wide range of operating systems with no further
+dependencies.
+
+The communication patterns, also called "scalability protocols", are basic
+blocks for building distributed systems.
+
+By combining them you can create a vast array of distributed applications.
Index: pkgsrc/net/nanomsg/Makefile
diff -u /dev/null pkgsrc/net/nanomsg/Makefile:1.1
--- /dev/null   Sat Jun 18 08:16:27 2016
+++ pkgsrc/net/nanomsg/Makefile Sat Jun 18 08:16:27 2016
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2016/06/18 08:16:27 kamil Exp $
+
+DISTNAME=      nanomsg-1.0.0
+CATEGORIES=    net
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=nanomsg/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://nanomsg.org/
+COMMENT=       Scalability protocols library
+LICENSE=       x11
+
+USE_CMAKE=     yes
+
+PKGCONFIG_OVERRIDE+=   libnanomsg.pc.in
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/nanomsg/PLIST
diff -u /dev/null pkgsrc/net/nanomsg/PLIST:1.1
--- /dev/null   Sat Jun 18 08:16:27 2016
+++ pkgsrc/net/nanomsg/PLIST    Sat Jun 18 08:16:27 2016
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1 2016/06/18 08:16:27 kamil Exp $
+bin/nanocat
+include/nanomsg/bus.h
+include/nanomsg/inproc.h
+include/nanomsg/ipc.h
+include/nanomsg/nn.h
+include/nanomsg/pair.h
+include/nanomsg/pipeline.h
+include/nanomsg/pubsub.h
+include/nanomsg/reqrep.h
+include/nanomsg/survey.h
+include/nanomsg/tcp.h
+include/nanomsg/ws.h
+lib/libnanomsg.so
+lib/libnanomsg.so.${PKGVERSION}
+lib/libnanomsg.so.5.0.0
+lib/pkgconfig/nanomsg.pc
Index: pkgsrc/net/nanomsg/buildlink3.mk
diff -u /dev/null pkgsrc/net/nanomsg/buildlink3.mk:1.1
--- /dev/null   Sat Jun 18 08:16:27 2016
+++ pkgsrc/net/nanomsg/buildlink3.mk    Sat Jun 18 08:16:27 2016
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1 2016/06/18 08:16:27 kamil Exp $
+
+BUILDLINK_TREE+=       nanomsg
+
+.if !defined(NANOMSG_BUILDLINK3_MK)
+NANOMSG_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.nanomsg+=        nanomsg>=1.0.0
+BUILDLINK_PKGSRCDIR.nanomsg?=  ../../net/nanomsg
+.endif # NANOMSG_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -nanomsg
Index: pkgsrc/net/nanomsg/distinfo
diff -u /dev/null pkgsrc/net/nanomsg/distinfo:1.1
--- /dev/null   Sat Jun 18 08:16:27 2016
+++ pkgsrc/net/nanomsg/distinfo Sat Jun 18 08:16:27 2016
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/06/18 08:16:27 kamil Exp $
+
+SHA1 (nanomsg-1.0.0.tar.gz) = 57f90778a9bb7b95a7fd73910fd41894f3ee9cab
+RMD160 (nanomsg-1.0.0.tar.gz) = fb5b2218aafe90951354d30baeaf0d06a6f9722a
+SHA512 (nanomsg-1.0.0.tar.gz) = 06fc4eadac29439024bd24230c73f43ddc46e6b6848ad75952b67bf301066be5752a844173597c1b42e55c1ebb66a2d2cb7693e4cbfc07584b4398597cbc9200
+Size (nanomsg-1.0.0.tar.gz) = 305040 bytes



Home | Main Index | Thread Index | Old Index