pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
+usrsctp: A portable SCTP userland stack
Module Name: pkgsrc-wip
Committed By: AcidBear <jake.slazenger%yandex.com@localhost>
Pushed By: jakeSlaz
Date: Wed Feb 24 23:24:36 2021 +0300
Changeset: 8e87e44828e32d622654f9d30c790031fc1ba2d6
Added Files:
usrsctp/DESCR
usrsctp/Makefile
usrsctp/PLIST
usrsctp/buildlink3.mk
usrsctp/distinfo
Log Message:
+usrsctp: A portable SCTP userland stack
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8e87e44828e32d622654f9d30c790031fc1ba2d6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
usrsctp/DESCR | 1 +
usrsctp/Makefile | 23 +++++++++++++++++++++++
usrsctp/PLIST | 4 ++++
usrsctp/buildlink3.mk | 14 ++++++++++++++
usrsctp/distinfo | 6 ++++++
5 files changed, 48 insertions(+)
diffs:
diff --git a/usrsctp/DESCR b/usrsctp/DESCR
new file mode 100644
index 0000000000..e27269b3fb
--- /dev/null
+++ b/usrsctp/DESCR
@@ -0,0 +1 @@
+This is a userland SCTP stack supporting FreeBSD, Linux, Mac OS X and Windows.
diff --git a/usrsctp/Makefile b/usrsctp/Makefile
new file mode 100644
index 0000000000..cbf4cfe040
--- /dev/null
+++ b/usrsctp/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+GITHUB_PROJECT= usrsctp
+GITHUB_TAG= 0.9.5.0
+DISTNAME= 0.9.5.0
+PKGNAME= ${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_GITHUB:=sctplab/}
+DIST_SUBDIR= ${GITHUB_PROJECT}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/sctplab/usrsctp/
+COMMENT= A portable SCTP userland stack
+LICENSE= modified-bsd
+
+WRKSRC= ${WRKDIR}/usrsctp-0.9.5.0
+USE_CMAKE= yes
+USE_TOOLS+= pkg-config
+
+PKGCONFIG_OVERRIDE+= usrsctp.pc.in
+
+#.include "../../devel/meson/build.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/usrsctp/PLIST b/usrsctp/PLIST
new file mode 100644
index 0000000000..d499c3acaa
--- /dev/null
+++ b/usrsctp/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+include/usrsctp.h
+lib/libusrsctp.a
+lib/pkgconfig/usrsctp.pc
diff --git a/usrsctp/buildlink3.mk b/usrsctp/buildlink3.mk
new file mode 100644
index 0000000000..e6f58f2a2a
--- /dev/null
+++ b/usrsctp/buildlink3.mk
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= usrsctp
+
+.if !defined(USRSCTP_BUILDLINK3_MK)
+USRSCTP_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.usrsctp+= usrsctp>=0.9.5.0
+BUILDLINK_PKGSRCDIR.usrsctp?= ../../wip/usrsctp
+
+BUILDLINK_DEPMETHOD.usrsctp?= build
+.endif # USRSCTP_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -usrsctp
diff --git a/usrsctp/distinfo b/usrsctp/distinfo
new file mode 100644
index 0000000000..ad8b044d80
--- /dev/null
+++ b/usrsctp/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (usrsctp/0.9.5.0.tar.gz) = a71e5ff2276a9fa47edb843cbbb9fb7d138a5f19
+RMD160 (usrsctp/0.9.5.0.tar.gz) = 5bf305d668dab0b05d308340821e06d0334eddbb
+SHA512 (usrsctp/0.9.5.0.tar.gz) = 7b28706449f9365ba9750fd39925e7171516a1e3145d123ec69a12486637ae2393ad4c587b056403298dc13c149f0b01a262cbe4852abca42e425d7680c77ee3
+Size (usrsctp/0.9.5.0.tar.gz) = 771701 bytes
Home |
Main Index |
Thread Index |
Old Index