summaryrefslogtreecommitdiff
path: root/devel/awless
diff options
context:
space:
mode:
Diffstat (limited to 'devel/awless')
-rw-r--r--devel/awless/Makefile38
-rw-r--r--devel/awless/distinfo5
-rw-r--r--devel/awless/files/patch-vendor_github.com_boltdb_bolt_bolt__riscv64.go16
-rw-r--r--devel/awless/pkg-descr9
-rw-r--r--devel/awless/pkg-message11
5 files changed, 0 insertions, 79 deletions
diff --git a/devel/awless/Makefile b/devel/awless/Makefile
deleted file mode 100644
index 3a030c3dbb30..000000000000
--- a/devel/awless/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-PORTNAME= awless
-DISTVERSIONPREFIX= v
-DISTVERSION= 0.1.11
-PORTREVISION= 27
-CATEGORIES= devel
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Fast, powerful and easy-to-use CLI for AWS
-WWW= https://github.com/wallix/awless
-
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Abandoned upstream
-EXPIRATION_DATE=2025-05-31
-
-USES= go
-
-USE_GITHUB= yes
-GH_ACCOUNT= wallix
-GH_SUBDIR= src/github.com/wallix/${PORTNAME}
-GH_TUPLE= golang:sys:v0.6.0:golang_sys
-
-PLIST_FILES= bin/awless
-PORTDOCS= README.md CHANGELOG.md
-
-OPTIONS_DEFINE= DOCS
-
-# freebsd/arm64 needs golang.org/x/sys@33540a1f6037 or later
-post-patch:
- ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys
- ${RLN} ${WRKSRC_golang_sys} ${WRKSRC}/vendor/golang.org/x/sys
-
-do-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/devel/awless/distinfo b/devel/awless/distinfo
deleted file mode 100644
index 04c942fc4a6d..000000000000
--- a/devel/awless/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-TIMESTAMP = 1680114704
-SHA256 (wallix-awless-v0.1.11_GH0.tar.gz) = 1a78636face8753cb983a5e4c1e3bfc9e1940e7eb932aa01fe2cbded46fd4292
-SIZE (wallix-awless-v0.1.11_GH0.tar.gz) = 11725608
-SHA256 (golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54
-SIZE (golang-sys-v0.6.0_GH0.tar.gz) = 1434234
diff --git a/devel/awless/files/patch-vendor_github.com_boltdb_bolt_bolt__riscv64.go b/devel/awless/files/patch-vendor_github.com_boltdb_bolt_bolt__riscv64.go
deleted file mode 100644
index 8b11be4f4104..000000000000
--- a/devel/awless/files/patch-vendor_github.com_boltdb_bolt_bolt__riscv64.go
+++ /dev/null
@@ -1,16 +0,0 @@
---- /dev/null 2023-03-29 16:51:35 UTC
-+++ vendor/github.com/boltdb/bolt/bolt_riscv64.go
-@@ -0,0 +1,13 @@
-+//go:build riscv64
-+// +build riscv64
-+
-+package bolt
-+
-+// maxMapSize represents the largest mmap size supported by Bolt.
-+const maxMapSize = 0xFFFFFFFFFFFF // 256TB
-+
-+// maxAllocSize is the size used when creating array pointers.
-+const maxAllocSize = 0x7FFFFFFF
-+
-+// are unaligned reads/writes not supported?
-+var brokenUnaligned = false
diff --git a/devel/awless/pkg-descr b/devel/awless/pkg-descr
deleted file mode 100644
index 3068118bb9f6..000000000000
--- a/devel/awless/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-awless is a fast, powerful and easy-to-use command line interface (CLI) to
-manage Amazon Web Services. It will help you
-
- - Run frequent actions by using simple commands
- - Easily explore your infrastructure and cloud resources via CLI
- - Ensure smart defaults & security best practices
- - Manage resources through robust runnable & scriptable templates
- - Explore, analyse and query your infrastructure offline
- - Explore, analyse and query your infrastructure through time
diff --git a/devel/awless/pkg-message b/devel/awless/pkg-message
deleted file mode 100644
index 5001bc97a719..000000000000
--- a/devel/awless/pkg-message
+++ /dev/null
@@ -1,11 +0,0 @@
-[
-{ type: install
- message: <<EOM
-Setup your AWS account by exporting AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY
-environment variables.
-
-If you have previously used aws CLI or aws-shell, your credentials will be
-automatically loaded by awless from the ~/.aws/credentials folder.
-EOM
-}
-]