From 478452d5739e76e1f04d8e50c4f0a98d1042ee18 Mon Sep 17 00:00:00 2001 From: odidev Date: Mon, 23 Sep 2024 10:26:04 +0000 Subject: [PATCH] Add groff and postman files Signed-off-by: odidev --- content/opensource_packages/groff.md | 29 ++++++++++++++++++++++++++ content/opensource_packages/postman.md | 29 ++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 content/opensource_packages/groff.md create mode 100644 content/opensource_packages/postman.md diff --git a/content/opensource_packages/groff.md b/content/opensource_packages/groff.md new file mode 100644 index 00000000..4c7a0365 --- /dev/null +++ b/content/opensource_packages/groff.md @@ -0,0 +1,29 @@ +--- +name: Groff +category: Compilers/Tools +description: Groff (GNU roff) is a text-processing tool that includes formatting commands to generate typeset documents, aligning it with the description of build tools and utilities that aid in generating readable or optimized output. +download_url: https://ftp.gnu.org/gnu/groff/ +works_on_arm: true +supported_minimum_version: + version_number: 1.22.2 + release_date: 2013/02/07 + + +optional_info: + homepage_url: https://www.gnu.org/software/groff/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://www.gnu.org/software/groff/manual/groff.html#Installation + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: Linux/ARM64 release notes are not available. Installation and Testing are done using "apt install groff". Kindly refer [this](https://launchpad.net/ubuntu/+source/groff). The minimum version of groff v1.22.2 corresponds to ubuntu:14.04 and v1.22.4 to ubuntu:22.04. + +--- diff --git a/content/opensource_packages/postman.md b/content/opensource_packages/postman.md new file mode 100644 index 00000000..adace915 --- /dev/null +++ b/content/opensource_packages/postman.md @@ -0,0 +1,29 @@ +--- +name: Postman +category: Content mgmt platforms +description: Postman is a platform for managing and building APIs. It allows users to manage different environments (e.g., development, staging, production) for their APIs. +download_url: https://www.postman.com/downloads/ +works_on_arm: true +supported_minimum_version: + version_number: 10.24.26 + release_date: 2024/06/03 + + +optional_info: + homepage_url: https://www.postman.com/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://learning.postman.com/docs/getting-started/installation/installation-and-updates/#install-postman-on-linux + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: Linux/ARM64 release notes are not available, but the tar is released for the latest version only. Kindly refer [this](https://www.postman.com/downloads/). Installation and Testing are done using "snap install postman". + +---