pkgsrc-WIP-changes archive

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

Remove wip/catch - Imported to pkgsrc as devel/catch



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Feb 25 00:10:00 2016 +0100
Changeset:	5c213b69a685df6538db3e27e556414d6f29072d

Removed Files:
	catch/DESCR
	catch/Makefile
	catch/PLIST
	catch/distinfo

Log Message:
Remove wip/catch - Imported to pkgsrc as devel/catch

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5c213b69a685df6538db3e27e556414d6f29072d

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 | 32 --------------------------------
 catch/PLIST    |  2 --
 catch/distinfo |  6 ------
 4 files changed, 44 deletions(-)

diffs:
diff --git a/catch/DESCR b/catch/DESCR
deleted file mode 100644
index 14baed2..0000000
--- a/catch/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-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
deleted file mode 100644
index dcab14f..0000000
--- a/catch/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $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}
-
-USE_TOOLS+=	gmake
-
-USE_LANGUAGES=	c c++
-
-NO_BUILD=	yes
-
-AUTO_MKDIRS=	yes
-
-do-install:
-	${RUN} ${INSTALL_DATA} ${WRKSRC}/single_include/catch.hpp \
-		${DESTDIR}${PREFIX}/include
-
-do-test:
-	${RUN} cd ${WRKSRC}/projects/SelfTest && \
-		${GMAKE} -f makefile && ./CatchSelfTest
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/catch/PLIST b/catch/PLIST
deleted file mode 100644
index 276ce50..0000000
--- a/catch/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-include/catch.hpp
diff --git a/catch/distinfo b/catch/distinfo
deleted file mode 100644
index c404e4b..0000000
--- a/catch/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$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