pkgsrc-WIP-changes archive

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

p5-JavaScript-SpiderMonkey: remove unmaintained package



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Sep 20 13:01:22 2017 +0200
Changeset:	9849a44cec526e9e902cd18cf0e9bc41b0faf531

Modified Files:
	Makefile
Removed Files:
	p5-JavaScript-SpiderMonkey/DESCR
	p5-JavaScript-SpiderMonkey/Makefile
	p5-JavaScript-SpiderMonkey/distinfo
	p5-JavaScript-SpiderMonkey/options.mk

Log Message:
p5-JavaScript-SpiderMonkey: remove unmaintained package

Even the latest version does not build against any recent
SpiderMonkey.

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

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

diffstat:
 Makefile                              |  1 -
 p5-JavaScript-SpiderMonkey/DESCR      |  1 -
 p5-JavaScript-SpiderMonkey/Makefile   | 37 -----------------------------------
 p5-JavaScript-SpiderMonkey/distinfo   |  5 -----
 p5-JavaScript-SpiderMonkey/options.mk | 13 ------------
 5 files changed, 57 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 4001720b4e..8469d27791 100644
--- a/Makefile
+++ b/Makefile
@@ -2424,7 +2424,6 @@ SUBDIR+=	p5-Imager
 SUBDIR+=	p5-Iterator
 SUBDIR+=	p5-Iterator-Util
 SUBDIR+=	p5-JSON-WebToken
-SUBDIR+=	p5-JavaScript-SpiderMonkey
 SUBDIR+=	p5-KyotoCabinet
 SUBDIR+=	p5-LWP-Protocol-socks
 SUBDIR+=	p5-Libencode-Arabic
diff --git a/p5-JavaScript-SpiderMonkey/DESCR b/p5-JavaScript-SpiderMonkey/DESCR
deleted file mode 100644
index bd05c80ce5..0000000000
--- a/p5-JavaScript-SpiderMonkey/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-A Perl module interface to the JavaScript Engine in C.
diff --git a/p5-JavaScript-SpiderMonkey/Makefile b/p5-JavaScript-SpiderMonkey/Makefile
deleted file mode 100644
index f3ff6cd551..0000000000
--- a/p5-JavaScript-SpiderMonkey/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2012/10/04 10:45:30 asau Exp $
-#
-
-DISTNAME=	JavaScript-SpiderMonkey-0.19
-PKGNAME=	p5-${DISTNAME}
-PKGREVISION=	1
-CATEGORIES=	lang perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=JavaScript/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://search.cpan.org/dist/JavaScript/SpiderMonkey/
-COMMENT=	Perl interface to the JavaScript Engine
-
-
-MAKE_PARAMS+=	INC=${PREFIX}/include
-
-SUBST_CLASSES+=		fix-lib
-SUBST_STAGE.fix-lib=	pre-configure
-SUBST_MESSAGE.fix-lib=	Fixing library detection
-SUBST_FILES.fix-lib=	Makefile.PL
-SUBST_SED.fix-lib=	-e 's,libmozjs.so,libjs.so,g'
-SUBST_SED.fix-lib+=	-e 's,/usr/local,${PREFIX},g'
-
-PTHREAD_AUTO_VARS=	yes
-
-.include "../../mk/pthread.buildlink3.mk"
-
-.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} != "none"
-MAKE_PARAMS+=	-JS_THREADSAFE
-.endif
-
-PERL5_PACKLIST=	auto/JavaScript/SpiderMonkey/.packlist
-
-.include "options.mk"
-.include "../../lang/spidermonkey/buildlink3.mk"
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/p5-JavaScript-SpiderMonkey/distinfo b/p5-JavaScript-SpiderMonkey/distinfo
deleted file mode 100644
index 9894102b94..0000000000
--- a/p5-JavaScript-SpiderMonkey/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/04/10 01:54:31 hitscan Exp $
-
-SHA1 (JavaScript-SpiderMonkey-0.19.tar.gz) = 4be7820ce5ebf7b55bf2e72dd55677e7061e8c1f
-RMD160 (JavaScript-SpiderMonkey-0.19.tar.gz) = 0cc3a5dc5aa3eb3f00a7c5926617047ea0cabfed
-Size (JavaScript-SpiderMonkey-0.19.tar.gz) = 18216 bytes
diff --git a/p5-JavaScript-SpiderMonkey/options.mk b/p5-JavaScript-SpiderMonkey/options.mk
deleted file mode 100644
index a181f13fe5..0000000000
--- a/p5-JavaScript-SpiderMonkey/options.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: options.mk,v 1.1.1.1 2008/04/10 01:54:31 hitscan Exp $
-#
-
-PKG_OPTIONS_VAR=	PKG_OPTIONS.JavaScript-SpiderMonkey
-PKG_SUPPORTED_OPTIONS=	e4x
-PKG_SUGGESTED_OPTIONS=	e4x
-
-.include "../../mk/bsd.options.mk"
-
-# E4X - ECMAScript for XML support
-.if !empty(PKG_OPTIONS:Me4x)
-MAKE_PARAMS+=	-E4X
-.endif


Home | Main Index | Thread Index | Old Index