pkgsrc-WIP-changes archive

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

mruby: remove, it was unfinished and I have no use for it anymore.



Module Name:	pkgsrc-wip
Committed By:	Frederic Cambus <fred%statdns.com@localhost>
Pushed By:	fcambus
Date:		Thu Jan 14 22:32:23 2021 +0100
Changeset:	cfdfffc6288969fe96c0122828f286efb60a8bf0

Modified Files:
	Makefile
Removed Files:
	mruby/DESCR
	mruby/Makefile
	mruby/PLIST
	mruby/TODO
	mruby/distinfo
	mruby/patches/patch-build__config.rb

Log Message:
mruby: remove, it was unfinished and I have no use for it anymore.

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

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

diffstat:
 Makefile                             |  1 -
 mruby/DESCR                          |  7 ------
 mruby/Makefile                       | 36 -------------------------------
 mruby/PLIST                          | 41 ------------------------------------
 mruby/TODO                           |  2 --
 mruby/distinfo                       |  7 ------
 mruby/patches/patch-build__config.rb | 24 ---------------------
 7 files changed, 118 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 75c848a96a..05fc0ac13a 100644
--- a/Makefile
+++ b/Makefile
@@ -2309,7 +2309,6 @@ SUBDIR+=	mppp
 SUBDIR+=	mpq-tools
 SUBDIR+=	mps-youtube
 SUBDIR+=	mpv-git
-SUBDIR+=	mruby
 SUBDIR+=	msgpack-git
 SUBDIR+=	msworkbench
 SUBDIR+=	mtd-utils
diff --git a/mruby/DESCR b/mruby/DESCR
deleted file mode 100644
index 0f92458e95..0000000000
--- a/mruby/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-mruby is the lightweight implementation of the Ruby language complying to
-(part of) the ISO standard.
-
-mruby can be linked and embedded within your application. We provide the
-interpreter program "mruby" and the interactive mruby shell "mirb" as
-examples. You can also compile Ruby programs into compiled byte code using
-the mruby compiler "mrbc".
diff --git a/mruby/Makefile b/mruby/Makefile
deleted file mode 100644
index fb5f52b219..0000000000
--- a/mruby/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	mruby-2.1.0
-CATEGORIES=	lang
-MASTER_SITES=	${MASTER_SITE_GITHUB:=mruby/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://mruby.org/
-COMMENT=	Lightweight implementation of the Ruby language
-LICENSE=	mit
-
-USE_LANGUAGES=	c c++
-USE_TOOLS+=	bison pax
-
-DEPENDS+=	${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR}
-
-REPLACE_RUBY=	minirake
-
-DOCDIR=		share/doc/mruby
-
-INSTALLATION_DIRS+=	bin ${DOCDIR}
-
-do-build:
-	cd ${WRKSRC} && ${PKGSRC_SETENV} ${MAKE_ENV} ./minirake --verbose
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/bin/* ${DESTDIR}${PREFIX}/bin
-	cd ${WRKSRC}/include && ${PAX} -wr *  ${DESTDIR}${PREFIX}/include
-	${INSTALL_DATA} ${WRKSRC}/doc/guides/* ${DESTDIR}${PREFIX}/${DOCDIR}
-
-do-test:
-	cd ${WRKSRC} && RUBY=${RUBY} ${RUBY} ./minirake test
-
-.include "../../lang/ruby/replace.mk"
-.include "../../lang/ruby/rubyversion.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/mruby/PLIST b/mruby/PLIST
deleted file mode 100644
index 625f3de983..0000000000
--- a/mruby/PLIST
+++ /dev/null
@@ -1,41 +0,0 @@
-@comment $NetBSD$
-bin/mirb
-bin/mrbc
-bin/mrdb
-bin/mruby
-bin/mruby-strip
-include/mrbconf.h
-include/mruby.h
-include/mruby/array.h
-include/mruby/boxing_nan.h
-include/mruby/boxing_no.h
-include/mruby/boxing_word.h
-include/mruby/class.h
-include/mruby/common.h
-include/mruby/compile.h
-include/mruby/data.h
-include/mruby/debug.h
-include/mruby/dump.h
-include/mruby/error.h
-include/mruby/gc.h
-include/mruby/hash.h
-include/mruby/irep.h
-include/mruby/istruct.h
-include/mruby/khash.h
-include/mruby/numeric.h
-include/mruby/object.h
-include/mruby/opcode.h
-include/mruby/ops.h
-include/mruby/proc.h
-include/mruby/range.h
-include/mruby/re.h
-include/mruby/string.h
-include/mruby/throw.h
-include/mruby/value.h
-include/mruby/variable.h
-include/mruby/version.h
-share/doc/mruby/compile.md
-share/doc/mruby/debugger.md
-share/doc/mruby/gc-arena-howto.md
-share/doc/mruby/mrbconf.md
-share/doc/mruby/mrbgems.md
diff --git a/mruby/TODO b/mruby/TODO
deleted file mode 100644
index 4a3ba6fbfb..0000000000
--- a/mruby/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-This package has known vulnerabilities, please investigate and fix if possible:
-  CVE-2020-6838, CVE-2020-6839, CVE-2020-6840, CVE-2020-15866
diff --git a/mruby/distinfo b/mruby/distinfo
deleted file mode 100644
index d8c2920df0..0000000000
--- a/mruby/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD$
-
-SHA1 (mruby-2.1.0.tar.gz) = 4ef030a2d31b1252ec8615bbb59e1379484ad1a7
-RMD160 (mruby-2.1.0.tar.gz) = 2e6d6e962b6c7015e71f56b066a5d99113a7f7d8
-SHA512 (mruby-2.1.0.tar.gz) = da28b5a078e121c75edf62fc68fad6d5810212bd53a3424d4f585ffe5bbd09f652393ffea0f4b3ddd802e5fe178554dc67040c39c9d5069bdfad4ef22ead7e8d
-Size (mruby-2.1.0.tar.gz) = 584901 bytes
-SHA1 (patch-build__config.rb) = 62c1122ebc2ef7a3dde7ca4cb8cad6b7475c9e78
diff --git a/mruby/patches/patch-build__config.rb b/mruby/patches/patch-build__config.rb
deleted file mode 100644
index fea9fa1737..0000000000
--- a/mruby/patches/patch-build__config.rb
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD$
-
-Avoid adding "-g3 -O0" to CFLAGS.
-
---- build_config.rb.orig	2020-03-16 14:38:56.753795981 +0000
-+++ build_config.rb
-@@ -95,7 +95,7 @@ MRuby::Build.new('host-debug') do |conf|
-     toolchain :gcc
-   end
- 
--  enable_debug
-+  # enable_debug
- 
-   # include the default GEMs
-   conf.gembox 'default'
-@@ -118,7 +118,7 @@ MRuby::Build.new('test') do |conf|
-     toolchain :gcc
-   end
- 
--  enable_debug
-+  # enable_debug
-   conf.enable_bintest
-   conf.enable_test
- 


Home | Main Index | Thread Index | Old Index