From 194880c9fea3b774fba3b1918a4542e4498b4545 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 26 May 2024 13:49:35 +0100 Subject: [PATCH 1/2] Add Bun port --- devel/bun/bun/Portfile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 devel/bun/bun/Portfile diff --git a/devel/bun/bun/Portfile b/devel/bun/bun/Portfile new file mode 100644 index 000000000000..0519caf90bf6 --- /dev/null +++ b/devel/bun/bun/Portfile @@ -0,0 +1,23 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 + +PortSystem 1.0 +PortGroup npm 1.0 + +name bun +version 1.1.10 +maintainers johnlindop.com:git +revision 0 + +description JavaScript runtime built from scratch to serve the modern JavaScript ecosystem + +long_description Bun is an all-in-one JavaScript runtime & toolkit designed for \ + speed, complete with a bundler, test runner, and Node.js-compatible \ + package manager + +categories devel +homepage https://bun.sh +license MIT + +checksums rmd160 b7c118e527f587e5832b7b096780d60d6120bfc6 \ + sha256 17e4deb24dc9d328c5a5b37fc1e58187e1d8587134378e9abf7e5f94379bf2f9 \ + size 5455 \ No newline at end of file From 35d616d2e3211fe5e28a5c61815d92a6a1f7469c Mon Sep 17 00:00:00 2001 From: John Date: Tue, 28 May 2024 10:08:56 +0100 Subject: [PATCH 2/2] Implement suggestions from @ryandesign Also moved Portfile from devel/bun/bun to devel/bun --- devel/bun/{bun => }/Portfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename devel/bun/{bun => }/Portfile (89%) diff --git a/devel/bun/bun/Portfile b/devel/bun/Portfile similarity index 89% rename from devel/bun/bun/Portfile rename to devel/bun/Portfile index 0519caf90bf6..ac2a31ef29d6 100644 --- a/devel/bun/bun/Portfile +++ b/devel/bun/Portfile @@ -5,7 +5,7 @@ PortGroup npm 1.0 name bun version 1.1.10 -maintainers johnlindop.com:git +maintainers {johnlindop.com:git @JLindop} openmaintainer revision 0 description JavaScript runtime built from scratch to serve the modern JavaScript ecosystem @@ -20,4 +20,4 @@ license MIT checksums rmd160 b7c118e527f587e5832b7b096780d60d6120bfc6 \ sha256 17e4deb24dc9d328c5a5b37fc1e58187e1d8587134378e9abf7e5f94379bf2f9 \ - size 5455 \ No newline at end of file + size 5455