pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import catch-1.3.4 as wip/catch.
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Wed Feb 24 03:33:47 2016 +0100
Changeset: a3b9198b5543fe99976e168a28f9d618b57ace05
Added Files:
catch/DESCR
catch/Makefile
catch/PLIST
catch/distinfo
Log Message:
Import catch-1.3.4 as wip/catch.
Catch stands for C++ Automated Test Cases in Headers and is a multi-paradigm
automated test framework for C++ and Objective-C (and, maybe, C). It is
implemented entirely in a set of header files, but is packaged up as a single
header for extra convenience.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a3b9198b5543fe99976e168a28f9d618b57ace05
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
catch/DESCR | 4 ++++
catch/Makefile | 24 ++++++++++++++++++++++++
catch/PLIST | 2 ++
catch/distinfo | 6 ++++++
4 files changed, 36 insertions(+)
diffs:
diff --git a/catch/DESCR b/catch/DESCR
new file mode 100644
index 0000000..14baed2
--- /dev/null
+++ b/catch/DESCR
@@ -0,0 +1,4 @@
+Catch stands for C++ Automated Test Cases in Headers and is a multi-paradigm
+automated test framework for C++ and Objective-C (and, maybe, C). It is
+implemented entirely in a set of header files, but is packaged up as a single
+header for extra convenience.
diff --git a/catch/Makefile b/catch/Makefile
new file mode 100644
index 0000000..b6f943e
--- /dev/null
+++ b/catch/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME= Catch-1.3.4
+PKGNAME= ${DISTNAME:tl}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=philsquared/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= ${MASTER_SITE_GITHUB:=philsquared/Catch/}
+COMMENT= C++-native, framework for unit-tests, TDD and BDD
+LICENSE= boost-license
+
+WRKSRC= ${WRKDIR}/${DISTNAME}
+
+NO_BUILD= yes
+
+AUTO_MKDIRS= yes
+
+do-install:
+ ${RUN} ${INSTALL_DATA} ${WRKSRC}/single_include/catch.hpp \
+ ${DESTDIR}${PREFIX}/include
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/catch/PLIST b/catch/PLIST
new file mode 100644
index 0000000..276ce50
--- /dev/null
+++ b/catch/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+include/catch.hpp
diff --git a/catch/distinfo b/catch/distinfo
new file mode 100644
index 0000000..c404e4b
--- /dev/null
+++ b/catch/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (Catch-1.3.4.tar.gz) = b1a270bb740e69763d0aa2b8b8ec226c9fdafead
+RMD160 (Catch-1.3.4.tar.gz) = 9f249fac7ee23b63b253fd34fa83c47c9ab23fc9
+SHA512 (Catch-1.3.4.tar.gz) = b84ff1f98e7423d04aedabb79e9a4dec8b041a323dd68b410079a473960cfec7a7f9ff173e91729b75a94ee8a453a5f98046aa84ed66cac67d04a709bd595a2e
+Size (Catch-1.3.4.tar.gz) = 309444 bytes
Home |
Main Index |
Thread Index |
Old Index