pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/enet



Module Name:    pkgsrc
Committed By:   kamil
Date:           Wed Oct 19 19:15:22 UTC 2016

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

Log Message:
Import enet-1.3.13 as net/enet.

ENet's purpose is to provide a relatively thin, simple and robust network
communication layer on top of UDP (User Datagram Protocol). The primary
feature it provides is optional reliable, in-order delivery of packets.
ENet is NOT intended to be a general purpose high level networking library
that handles authentication, lobbying, server discovery, compression,
encryption and other high level, often application level or dependent tasks.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/enet/DESCR pkgsrc/net/enet/Makefile \
    pkgsrc/net/enet/PLIST pkgsrc/net/enet/buildlink3.mk \
    pkgsrc/net/enet/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/enet/DESCR
diff -u /dev/null pkgsrc/net/enet/DESCR:1.1
--- /dev/null   Wed Oct 19 19:15:22 2016
+++ pkgsrc/net/enet/DESCR       Wed Oct 19 19:15:22 2016
@@ -0,0 +1,6 @@
+ENet's purpose is to provide a relatively thin, simple and robust network
+communication layer on top of UDP (User Datagram Protocol). The primary
+feature it provides is optional reliable, in-order delivery of packets.
+ENet is NOT intended to be a general purpose high level networking library
+that handles authentication, lobbying, server discovery, compression,
+encryption and other high level, often application level or dependent tasks.
Index: pkgsrc/net/enet/Makefile
diff -u /dev/null pkgsrc/net/enet/Makefile:1.1
--- /dev/null   Wed Oct 19 19:15:22 2016
+++ pkgsrc/net/enet/Makefile    Wed Oct 19 19:15:22 2016
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2016/10/19 19:15:22 kamil Exp $
+
+DISTNAME=      enet-1.3.13
+CATEGORIES=    net
+MASTER_SITES=  http://enet.bespin.org/download/
+
+MAINTAINER=    Pseudo.Statistic%gmail.com@localhost
+HOMEPAGE=      http://enet.bespin.org/
+COMMENT=       Network communication layer that runs on top of UDP
+LICENSE=       mit
+
+USE_TOOLS+=    gmake
+GNU_CONFIGURE= yes
+
+CONFIGURE_ARGS.NetBSD+=        ac_cv_func_gethostbyname_r=no
+CONFIGURE_ARGS.NetBSD+=        ac_cv_func_gethostbyaddr_r=no
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/enet/PLIST
diff -u /dev/null pkgsrc/net/enet/PLIST:1.1
--- /dev/null   Wed Oct 19 19:15:22 2016
+++ pkgsrc/net/enet/PLIST       Wed Oct 19 19:15:22 2016
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2016/10/19 19:15:22 kamil Exp $
+include/enet/callbacks.h
+include/enet/enet.h
+include/enet/list.h
+include/enet/protocol.h
+include/enet/time.h
+include/enet/types.h
+include/enet/unix.h
+include/enet/utility.h
+include/enet/win32.h
+lib/libenet.la
+lib/pkgconfig/libenet.pc
Index: pkgsrc/net/enet/buildlink3.mk
diff -u /dev/null pkgsrc/net/enet/buildlink3.mk:1.1
--- /dev/null   Wed Oct 19 19:15:22 2016
+++ pkgsrc/net/enet/buildlink3.mk       Wed Oct 19 19:15:22 2016
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1 2016/10/19 19:15:22 kamil Exp $
+
+BUILDLINK_TREE+=       enet
+
+.if !defined(ENET_BUILDLINK3_MK)
+ENET_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.enet+=   enet>=1.3.13
+BUILDLINK_PKGSRCDIR.enet?=     ../../net/enet
+.endif # ENET_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -enet
Index: pkgsrc/net/enet/distinfo
diff -u /dev/null pkgsrc/net/enet/distinfo:1.1
--- /dev/null   Wed Oct 19 19:15:22 2016
+++ pkgsrc/net/enet/distinfo    Wed Oct 19 19:15:22 2016
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/10/19 19:15:22 kamil Exp $
+
+SHA1 (enet-1.3.13.tar.gz) = 5bcf9aa1a8f2e54cc85c1435d7dac0970d382b7e
+RMD160 (enet-1.3.13.tar.gz) = 202cee748eabecf30d08e5b7e68f02bcc395ab99
+SHA512 (enet-1.3.13.tar.gz) = 82501c0248330a3a6bcac907907760e59b18cb662ebb42fe2c91e1557f1bc8ab452bf3fe7477dc01fa7a6e3b6124e1eb8eac46382d5bbebb2394879f9568b5df
+Size (enet-1.3.13.tar.gz) = 669090 bytes



Home | Main Index | Thread Index | Old Index