pkgsrc-WIP-changes archive

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

-esbuild



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%NetBSD.org@localhost>
Pushed By:	bsiegert
Date:		Thu Oct 19 12:23:16 2023 +0200
Changeset:	594b2f2037a6fca1ba149f2242914f376d51f9b6

Modified Files:
	Makefile
Removed Files:
	esbuild/DESCR
	esbuild/Makefile
	esbuild/PLIST
	esbuild/distinfo
	esbuild/go-modules.mk

Log Message:
-esbuild

Now in www/esbuild

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

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

diffstat:
 Makefile              |  1 -
 esbuild/DESCR         | 14 --------------
 esbuild/Makefile      | 18 ------------------
 esbuild/PLIST         |  2 --
 esbuild/distinfo      | 11 -----------
 esbuild/go-modules.mk |  4 ----
 6 files changed, 50 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index ec731f60fe..31f9c71241 100644
--- a/Makefile
+++ b/Makefile
@@ -794,7 +794,6 @@ SUBDIR+=	erlang-git
 SUBDIR+=	err113
 SUBDIR+=	es40-cvs
 SUBDIR+=	es40-firmware
-SUBDIR+=	esbuild
 SUBDIR+=	esdl
 SUBDIR+=	espeak-ng
 SUBDIR+=	et
diff --git a/esbuild/DESCR b/esbuild/DESCR
deleted file mode 100644
index b03b4f3503..0000000000
--- a/esbuild/DESCR
+++ /dev/null
@@ -1,14 +0,0 @@
-The main goal of the esbuild bundler project is to bring about a new era
-of build tool performance, and create an easy-to-use modern bundler
-along the way.
-
-Major features:
-
-* Extreme speed without needing a cache
-* ES6 and CommonJS modules
-* Tree shaking of ES6 modules
-* An API for JavaScript and Go
-* TypeScript and JSX syntax
-* Source maps
-* Minification
-* Plugins
diff --git a/esbuild/Makefile b/esbuild/Makefile
deleted file mode 100644
index b0fd7bf634..0000000000
--- a/esbuild/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	esbuild-0.19.5
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-CATEGORIES=	www
-MASTER_SITES=	${MASTER_SITE_GITHUB:=evanw/}
-
-MAINTAINER=	bsiegert%NetBSD.org@localhost
-HOMEPAGE=	https://esbuild.github.io/
-COMMENT=	Fast JavaScript bundler and minifier
-LICENSE=	mit
-
-GO_BUILD_PATTERN=	./cmd/...
-
-.include "go-modules.mk"
-
-.include "../../lang/go/go-module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/esbuild/PLIST b/esbuild/PLIST
deleted file mode 100644
index f8cb6e9c57..0000000000
--- a/esbuild/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-bin/esbuild
diff --git a/esbuild/distinfo b/esbuild/distinfo
deleted file mode 100644
index 2cdb3ef125..0000000000
--- a/esbuild/distinfo
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD$
-
-BLAKE2s (esbuild-0.19.5.tar.gz) = 151a849e9d252331cd389ec546038e7afbf4f978d6a55fe50418c96c56c283c2
-SHA512 (esbuild-0.19.5.tar.gz) = b406e3997db8f47d9497c185d9e71ec2fdadaf35d1196e8317d0f1ce36a44bb0436e339edfc9c4adbf800880359772abb85676cc420250856a37219ee1c1f80d
-Size (esbuild-0.19.5.tar.gz) = 1770512 bytes
-BLAKE2s (golang.org_x_sys_@v_v0.0.0-20220715151400-c0bba94af5f8.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
-SHA512 (golang.org_x_sys_@v_v0.0.0-20220715151400-c0bba94af5f8.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
-Size (golang.org_x_sys_@v_v0.0.0-20220715151400-c0bba94af5f8.mod) = 33 bytes
-BLAKE2s (golang.org_x_sys_@v_v0.0.0-20220715151400-c0bba94af5f8.zip) = 87c4cd3324bf5ab2a4a5711e3135c2e4457516e6b792d8d83782987ece9ed764
-SHA512 (golang.org_x_sys_@v_v0.0.0-20220715151400-c0bba94af5f8.zip) = f1e8d9e05286a796ddf5c35dfc2478c6bbd031f868373eea883633c91e8227a2fbf81f0665780e35edd324599b1f9e5c18c24c91f6134a8273ade428ce853a8a
-Size (golang.org_x_sys_@v_v0.0.0-20220715151400-c0bba94af5f8.zip) = 1798284 bytes
diff --git a/esbuild/go-modules.mk b/esbuild/go-modules.mk
deleted file mode 100644
index e8cdfea62c..0000000000
--- a/esbuild/go-modules.mk
+++ /dev/null
@@ -1,4 +0,0 @@
-# $NetBSD$
-
-GO_MODULE_FILES+=	golang.org/x/sys/@v/v0.0.0-20220715151400-c0bba94af5f8.mod
-GO_MODULE_FILES+=	golang.org/x/sys/@v/v0.0.0-20220715151400-c0bba94af5f8.zip


Home | Main Index | Thread Index | Old Index