pkgsrc-WIP-changes archive

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

qbe: Remove, imported into pkgsrc as lang/qbe



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By:	cfkoch
Date:		Wed Jan 18 18:23:34 2023 -0800
Changeset:	496f22324e12729a44cb5d67f98705d86e414374

Modified Files:
	Makefile
	TODO
Removed Files:
	qbe/DESCR
	qbe/Makefile
	qbe/PLIST
	qbe/distinfo

Log Message:
qbe: Remove, imported into pkgsrc as lang/qbe

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

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

diffstat:
 Makefile     |  1 -
 TODO         |  1 -
 qbe/DESCR    |  5 -----
 qbe/Makefile | 22 ----------------------
 qbe/PLIST    |  2 --
 qbe/distinfo |  6 ------
 6 files changed, 37 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 2e6c5d14ed..05427cf1f4 100644
--- a/Makefile
+++ b/Makefile
@@ -5001,7 +5001,6 @@ SUBDIR+=	pywm
 SUBDIR+=	pyzor
 SUBDIR+=	q
 SUBDIR+=	q2pro
-SUBDIR+=	qbe
 SUBDIR+=	qbe-git
 SUBDIR+=	qcdloop
 SUBDIR+=	qemu-git
diff --git a/TODO b/TODO
index b230c48b42..09752a7d4b 100644
--- a/TODO
+++ b/TODO
@@ -192,7 +192,6 @@ Suggested ready to import packages
 	o pnmcurve
 	o py-csp [kamil; some tests hang but it seems good enough; need for wip/py-uuid]
 	o py-jswebkit
-	o qbe
 	o rar4
 	o send-pr
 	o tqsllib
diff --git a/qbe/DESCR b/qbe/DESCR
deleted file mode 100644
index 6d3a868967..0000000000
--- a/qbe/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-QBE aims to be a pure C embeddable backend that provides 70% of the
-performance of advanced compilers in 10% of the code. Its small size serves
-both its aspirations of correctness and our ability to understand, fix, and
-improve it. It also serves its users by providing trivial integration and
-great flexibility.
diff --git a/qbe/Makefile b/qbe/Makefile
deleted file mode 100644
index 32cee50395..0000000000
--- a/qbe/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	qbe-1.0
-CATEGORIES=	lang
-MASTER_SITES=	https://c9x.me/git/qbe.git/snapshot/
-
-MAINTAINER=	charlotte%NetBSD.org@localhost
-HOMEPAGE=	https://c9x.me/compile/
-COMMENT=	Compiler backend
-LICENSE=	mit
-
-CONFLICTS+=	qbe-git-[0-9]*
-
-USE_LANGUAGES=	c
-USE_TOOLS+=	gmake
-NO_CONFIGURE=	yes
-
-BUILD_TARGET=	qbe
-
-INSTALL_MAKE_FLAGS+=	BINDIR=${PREFIX}/bin
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/qbe/PLIST b/qbe/PLIST
deleted file mode 100644
index 2c6c6a59e3..0000000000
--- a/qbe/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-bin/qbe
diff --git a/qbe/distinfo b/qbe/distinfo
deleted file mode 100644
index 0cdaa29d0f..0000000000
--- a/qbe/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (qbe-1.0.tar.gz) = 74e80cdb613187f696f0e80166b4677959fabc5c
-RMD160 (qbe-1.0.tar.gz) = 257d0e0e665300d302cf37d8a7eb5b414708ddc2
-SHA512 (qbe-1.0.tar.gz) = 21d1a6a62b389073cb8ca9973144cdc8d075e56baea35e6323d6a98a3c0e891097e3404f3016f3466ba50da99627be11d43978c9f6c10ffff9b6be7740305875
-Size (qbe-1.0.tar.gz) = 351977 bytes


Home | Main Index | Thread Index | Old Index