pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/c++gsl



Module Name:    pkgsrc
Committed By:   minskim
Date:           Fri Jul 20 11:32:25 UTC 2018

Added Files:
        pkgsrc/devel/c++gsl: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/c++gsl/DESCR pkgsrc/devel/c++gsl/Makefile \
    pkgsrc/devel/c++gsl/PLIST pkgsrc/devel/c++gsl/distinfo

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

Added files:

Index: pkgsrc/devel/c++gsl/DESCR
diff -u /dev/null pkgsrc/devel/c++gsl/DESCR:1.1
--- /dev/null   Fri Jul 20 11:32:25 2018
+++ pkgsrc/devel/c++gsl/DESCR   Fri Jul 20 11:32:25 2018
@@ -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.
Index: pkgsrc/devel/c++gsl/Makefile
diff -u /dev/null pkgsrc/devel/c++gsl/Makefile:1.1
--- /dev/null   Fri Jul 20 11:32:25 2018
+++ pkgsrc/devel/c++gsl/Makefile        Fri Jul 20 11:32:25 2018
@@ -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"
Index: pkgsrc/devel/c++gsl/PLIST
diff -u /dev/null pkgsrc/devel/c++gsl/PLIST:1.1
--- /dev/null   Fri Jul 20 11:32:25 2018
+++ pkgsrc/devel/c++gsl/PLIST   Fri Jul 20 11:32:25 2018
@@ -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
Index: pkgsrc/devel/c++gsl/distinfo
diff -u /dev/null pkgsrc/devel/c++gsl/distinfo:1.1
--- /dev/null   Fri Jul 20 11:32:25 2018
+++ pkgsrc/devel/c++gsl/distinfo        Fri Jul 20 11:32:25 2018
@@ -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