pkgsrc-WIP-changes archive

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

enet: Moved to pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Oct 19 21:18:30 2016 +0200
Changeset:	cf73a108f9ae4a23392c43bff9a547c3cf5c7636

Removed Files:
	enet/DESCR
	enet/Makefile
	enet/PLIST
	enet/buildlink3.mk
	enet/distinfo

Log Message:
enet: Moved to pkgsrc

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

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

diffstat:
 enet/DESCR         |  6 ------
 enet/Makefile      | 16 ----------------
 enet/PLIST         | 12 ------------
 enet/buildlink3.mk | 12 ------------
 enet/distinfo      |  6 ------
 5 files changed, 52 deletions(-)

diffs:
diff --git a/enet/DESCR b/enet/DESCR
deleted file mode 100644
index 840075b..0000000
--- a/enet/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-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.
diff --git a/enet/Makefile b/enet/Makefile
deleted file mode 100644
index 7063322..0000000
--- a/enet/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2012/09/28 22:07:34 asau 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
-USE_LANGUAGES=	c
-GNU_CONFIGURE=	yes
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/enet/PLIST b/enet/PLIST
deleted file mode 100644
index e84ee2b..0000000
--- a/enet/PLIST
+++ /dev/null
@@ -1,12 +0,0 @@
-@comment $NetBSD$
-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
diff --git a/enet/buildlink3.mk b/enet/buildlink3.mk
deleted file mode 100644
index 9f16700..0000000
--- a/enet/buildlink3.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	enet
-
-.if !defined(ENET_BUILDLINK3_MK)
-ENET_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.enet+=	enet>=1.3.13
-BUILDLINK_PKGSRCDIR.enet?=	../../wip/enet
-.endif	# ENET_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-enet
diff --git a/enet/distinfo b/enet/distinfo
deleted file mode 100644
index 6623617..0000000
--- a/enet/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/01/22 04:28:42 pseudo_anim 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