summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2018-07-20 11:32:25 +0000
committerminskim <minskim@pkgsrc.org>2018-07-20 11:32:25 +0000
commitccacea87c08e9cb936b65260f7fc93428070c1be (patch)
treebec5060a69f238bf2c2ca9acfdf6a80d6938b90a /devel
parentc7eb97738c7e147a1a3c421156285b41faf4077c (diff)
downloadpkgsrc-ccacea87c08e9cb936b65260f7fc93428070c1be.tar.gz
devel/c++gsl: Import version 1.0.0
The Guideline Support Library (GSL) contains functions and types that are suggested for use by the C++ Core Guidelines maintained by the Standard C++ Foundation. This package contains Microsoft's implementation of GSL.
Diffstat (limited to 'devel')
-rw-r--r--devel/c++gsl/DESCR4
-rw-r--r--devel/c++gsl/Makefile21
-rw-r--r--devel/c++gsl/PLIST10
-rw-r--r--devel/c++gsl/distinfo6
4 files changed, 41 insertions, 0 deletions
diff --git a/devel/c++gsl/DESCR b/devel/c++gsl/DESCR
new file mode 100644
index 00000000000..dcafb4b0408
--- /dev/null
+++ b/devel/c++gsl/DESCR
@@ -0,0 +1,4 @@
+The Guideline Support Library (GSL) contains functions and types that
+are suggested for use by the C++ Core Guidelines maintained by the
+Standard C++ Foundation. This package contains Microsoft's
+implementation of GSL.
diff --git a/devel/c++gsl/Makefile b/devel/c++gsl/Makefile
new file mode 100644
index 00000000000..81747969efb
--- /dev/null
+++ b/devel/c++gsl/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2018/07/20 11:32:25 minskim Exp $
+
+DISTNAME= GSL-1.0.0
+PKGNAME= c++${DISTNAME:tl}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=Microsoft/}
+GITHUB_PROJECT= GSL
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= minskim@NetBSD.org
+HOMEPAGE= https://github.com/Microsoft/GSL
+COMMENT= C++ Core Guidelines support library
+LICENSE= mit
+
+NO_BUILD= yes
+USE_CMAKE= yes
+USE_LANGUAGES+= c c++14
+
+CMAKE_ARGS+= -DGSL_TEST=False
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/c++gsl/PLIST b/devel/c++gsl/PLIST
new file mode 100644
index 00000000000..0649f8174cb
--- /dev/null
+++ b/devel/c++gsl/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2018/07/20 11:32:25 minskim Exp $
+include/gsl/gsl
+include/gsl/gsl_algorithm
+include/gsl/gsl_assert
+include/gsl/gsl_byte
+include/gsl/gsl_util
+include/gsl/multi_span
+include/gsl/pointers
+include/gsl/span
+include/gsl/string_span
diff --git a/devel/c++gsl/distinfo b/devel/c++gsl/distinfo
new file mode 100644
index 00000000000..953b70e3374
--- /dev/null
+++ b/devel/c++gsl/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/07/20 11:32:25 minskim Exp $
+
+SHA1 (GSL-1.0.0.tar.gz) = 35a52c304cea62254453e22a285815bf4a719f88
+RMD160 (GSL-1.0.0.tar.gz) = 82912a73953e33108bc196b9199c95b42554028f
+SHA512 (GSL-1.0.0.tar.gz) = cde55df9540fd08ca8d29a74b2cff360686aa75b01ee1c48bd9782a2d70d1b6eae712a51eaf9b60453f859e466df00345b0a2893137d16490cea8ee54362f7da
+Size (GSL-1.0.0.tar.gz) = 58920 bytes