pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/c++gsl devel/c++gsl: Import version 1.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65059b6ec60d
branches:  trunk
changeset: 310686:65059b6ec60d
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Jul 20 11:32:25 2018 +0000

description:
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:

 devel/c++gsl/DESCR    |   4 ++++
 devel/c++gsl/Makefile |  21 +++++++++++++++++++++
 devel/c++gsl/PLIST    |  10 ++++++++++
 devel/c++gsl/distinfo |   6 ++++++
 4 files changed, 41 insertions(+), 0 deletions(-)

diffs (57 lines):

diff -r c6bfbd22a0b1 -r 65059b6ec60d devel/c++gsl/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/c++gsl/DESCR        Fri Jul 20 11:32:25 2018 +0000
@@ -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 -r c6bfbd22a0b1 -r 65059b6ec60d devel/c++gsl/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/c++gsl/Makefile     Fri Jul 20 11:32:25 2018 +0000
@@ -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@localhost
+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 -r c6bfbd22a0b1 -r 65059b6ec60d devel/c++gsl/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/c++gsl/PLIST        Fri Jul 20 11:32:25 2018 +0000
@@ -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 -r c6bfbd22a0b1 -r 65059b6ec60d devel/c++gsl/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/c++gsl/distinfo     Fri Jul 20 11:32:25 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index