pkgsrc-WIP-changes archive

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

creduce-git: remove



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Jan 24 11:17:26 2025 +0100
Changeset:	e8c5bfae986dcaf5fea2ca148ffb3ea7a79ce322

Modified Files:
	Makefile
Removed Files:
	creduce-git/DESCR
	creduce-git/Makefile
	creduce-git/PLIST

Log Message:
creduce-git: remove

Dead upstream

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

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

diffstat:
 Makefile             |  1 -
 creduce-git/DESCR    |  5 -----
 creduce-git/Makefile | 36 ------------------------------------
 creduce-git/PLIST    | 19 -------------------
 4 files changed, 61 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 61636cdeb7..0396f10757 100644
--- a/Makefile
+++ b/Makefile
@@ -592,7 +592,6 @@ SUBDIR+=	cqlsh
 SUBDIR+=	crchack-git
 SUBDIR+=	creal
 SUBDIR+=	cream
-SUBDIR+=	creduce-git
 SUBDIR+=	crispy-doom
 SUBDIR+=	crm114
 SUBDIR+=	cronolog-devel
diff --git a/creduce-git/DESCR b/creduce-git/DESCR
deleted file mode 100644
index 3480477e1b..0000000000
--- a/creduce-git/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-C-Reduce is a tool that takes a large C or C++ program that has a
-property of interest (such as triggering a compiler bug) and
-automatically produces a much smaller C/C++ program that has the
-same property.  It is intended for use by people who discover and
-report bugs in compilers and other tools that process C/C++ code.
diff --git a/creduce-git/Makefile b/creduce-git/Makefile
deleted file mode 100644
index 438475b874..0000000000
--- a/creduce-git/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2015/03/04 18:38:19 tnn2 Exp $
-
-DISTNAME=	creduce-2.2.1
-CATEGORIES=	devel
-MASTER_SITES=	http://embed.cs.utah.edu/creduce/
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://embed.cs.utah.edu/creduce/
-COMMENT=	Reduce compiler-breaking C program to minimal one
-LICENSE=	modified-bsd
-
-DEPENDS+=	astyle-[0-9]*:../../devel/astyle
-DEPENDS+=	delta-[0-9]*:../../devel/delta
-DEPENDS+=	gindent-[0-9]*:../../devel/gindent
-DEPENDS+=	p5-Benchmark-Timer-[0-9]*:../../benchmarks/p5-Benchmark-Timer
-DEPENDS+=	p5-Exporter-Lite-[0-9]*:../../devel/p5-Exporter-Lite
-DEPENDS+=	p5-File-Which-[0-9]*:../../devel/p5-File-Which
-DEPENDS+=	p5-Getopt-Tabular-[0-9]*:../../devel/p5-Getopt-Tabular
-DEPENDS+=	p5-Regexp-Common-[0-9]*:../../textproc/p5-Regexp-Common
-DEPENDS+=	p5-Sys-CPU-[0-9]*:../../sysutils/p5-Sys-CPU
-
-GNU_CONFIGURE=	yes
-USE_LANGUAGES=	c c++
-USE_TOOLS+=	flex gmake perl:run
-
-GIT_REPOSITORIES=	creduce
-GIT_REPO.creduce=	https://github.com/csmith-project/creduce.git
-WRKSRC=			${WRKDIR}/creduce
-
-pre-configure:
-	${LN} -s ${LLVM_CONFIG_PATH} ${TOOLS_DIR}/bin/llvm-config
-
-.include "../../lang/libLLVM/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../wip/mk/git-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/creduce-git/PLIST b/creduce-git/PLIST
deleted file mode 100644
index 33244beb1c..0000000000
--- a/creduce-git/PLIST
+++ /dev/null
@@ -1,19 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/09/06 21:13:44 thomasklausner Exp $
-bin/creduce
-libexec/clang_delta
-libexec/clex
-libexec/strlex
-share/creduce/perl/creduce_config.pm
-share/creduce/perl/creduce_regexes.pm
-share/creduce/perl/creduce_utils.pm
-share/creduce/perl/pass_balanced.pm
-share/creduce/perl/pass_blank.pm
-share/creduce/perl/pass_clang.pm
-share/creduce/perl/pass_clang_binsrch.pm
-share/creduce/perl/pass_clex.pm
-share/creduce/perl/pass_indent.pm
-share/creduce/perl/pass_ints.pm
-share/creduce/perl/pass_lines.pm
-share/creduce/perl/pass_peep.pm
-share/creduce/perl/pass_special.pm
-share/creduce/perl/pass_ternary.pm


Home | Main Index | Thread Index | Old Index