pkgsrc-WIP-changes archive

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

cheat: Import version 1.0.4



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Mon Feb 10 13:13:37 2025 +0100
Changeset:	381ed1036d33166a82625c4362f17e3f4d2d2b43

Modified Files:
	Makefile
Added Files:
	cheat/COMMIT_MSG
	cheat/DESCR
	cheat/Makefile
	cheat/PLIST
	cheat/distinfo

Log Message:
cheat: Import version 1.0.4

CHEAT stands for C Header Embedded Automated Testing or something like that.
It is a convenient unit testing framework for the C programming language.

It has no dependencies and requires no installation or configuration.
Only a header file and a test case is needed.

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

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

diffstat:
 Makefile         |  1 +
 cheat/COMMIT_MSG |  7 +++++++
 cheat/DESCR      |  5 +++++
 cheat/Makefile   | 25 +++++++++++++++++++++++++
 cheat/PLIST      |  3 +++
 cheat/distinfo   |  5 +++++
 6 files changed, 46 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 7e61d59785..24b37d588f 100644
--- a/Makefile
+++ b/Makefile
@@ -454,6 +454,7 @@ SUBDIR+=	chapel
 SUBDIR+=	chartsrv
 SUBDIR+=	charybdis
 SUBDIR+=	chbg
+SUBDIR+=	cheat
 SUBDIR+=	check-update
 SUBDIR+=	checkstyle
 SUBDIR+=	chemeq
diff --git a/cheat/COMMIT_MSG b/cheat/COMMIT_MSG
new file mode 100644
index 0000000000..c160a822ee
--- /dev/null
+++ b/cheat/COMMIT_MSG
@@ -0,0 +1,7 @@
+devel/cheat: Import version 1.0.4
+
+CHEAT stands for C Header Embedded Automated Testing or something like that.
+It is a convenient unit testing framework for the C programming language.
+
+It has no dependencies and requires no installation or configuration.
+Only a header file and a test case is needed.
diff --git a/cheat/DESCR b/cheat/DESCR
new file mode 100644
index 0000000000..ae3cb1afbb
--- /dev/null
+++ b/cheat/DESCR
@@ -0,0 +1,5 @@
+CHEAT stands for C Header Embedded Automated Testing or something like that.
+It is a convenient unit testing framework for the C programming language.
+
+It has no dependencies and requires no installation or configuration.
+Only a header file and a test case is needed.
diff --git a/cheat/Makefile b/cheat/Makefile
new file mode 100644
index 0000000000..146d2d2080
--- /dev/null
+++ b/cheat/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD$
+
+DISTNAME=	cheat-1.0.4
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=Tuplanolla/}
+GITHUB_PROJECT=	cheat
+GITHUB_TAG=	${PKGVERSION_NOREV}
+
+OWNER=		micha%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/Tuplanolla/cheat/
+COMMENT=	Convenient unit testing framework for the C programming language
+LICENSE=	2-clause-bsd
+
+USE_LANGUAGES=	#
+NO_CONFIGURE=	yes
+NO_BUILD=	yes
+
+INSTALLATION_DIRS=	include man/man7
+
+do-install:
+	cd ${WRKSRC} && ${INSTALL_DATA} cheat.h ${DESTDIR}${PREFIX}/include
+	cd ${WRKSRC} && ${INSTALL_MAN} cheat.7 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man7
+
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/cheat/PLIST b/cheat/PLIST
new file mode 100644
index 0000000000..97b7a86804
--- /dev/null
+++ b/cheat/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+include/cheat.h
+man/man7/cheat.7
diff --git a/cheat/distinfo b/cheat/distinfo
new file mode 100644
index 0000000000..02d4d38f4f
--- /dev/null
+++ b/cheat/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (cheat-1.0.4.tar.gz) = f0b8c740b476f8b43b4ca57737aaf45428d51fe41c0ea40535c4db217a8b20f2
+SHA512 (cheat-1.0.4.tar.gz) = 9a30355edc08d9eeba3fe30e00f91632b32fa189bd5cf999bfc6248370e81dc7bee83d65633f6ce36143b0a5e4ab126bbe33bd489888fde9e8e8f79f5caa9bf8
+Size (cheat-1.0.4.tar.gz) = 84126 bytes


Home | Main Index | Thread Index | Old Index