summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Zhu Qun-Ying <zhu.qunying@gmail.com>2024-10-17 15:54:51 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-10-17 16:58:44 +0700
commit6143366cd4d7bf470a2d1a0348160fcd15d7f852 (patch)
tree4362fed431ae3694ec59a7d4f679655c13aef350
parent1682c90b8ffc781575a778fb606d77ba7d568a5d (diff)
downloadslackbuilds-6143366cd4d7bf470a2d1a0348160fcd15d7f852.tar.gz
slackbuilds-6143366cd4d7bf470a2d1a0348160fcd15d7f852.tar.xz
development/ada-2022-rm: Added (ADA Reference Manual).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/ada-2022-rm/README4
-rw-r--r--development/ada-2022-rm/ada-2022-rm.SlackBuild61
-rw-r--r--development/ada-2022-rm/ada-2022-rm.info10
-rw-r--r--development/ada-2022-rm/slack-desc19
4 files changed, 94 insertions, 0 deletions
diff --git a/development/ada-2022-rm/README b/development/ada-2022-rm/README
new file mode 100644
index 0000000000..6deb5b9417
--- /dev/null
+++ b/development/ada-2022-rm/README
@@ -0,0 +1,4 @@
+Ada 2022 Language Reference Manual
+
+The 2022 Edition of the Ada Reference Manual, corresponding to
+the International Standard (ISO/IEC 8652:2023(E))
diff --git a/development/ada-2022-rm/ada-2022-rm.SlackBuild b/development/ada-2022-rm/ada-2022-rm.SlackBuild
new file mode 100644
index 0000000000..30dd3e1f94
--- /dev/null
+++ b/development/ada-2022-rm/ada-2022-rm.SlackBuild
@@ -0,0 +1,61 @@
+#!/bin/bash
+
+# Slackware build script for ARM
+
+# Copyright 2014-2024 Zhu Qun-Ying
+# All rights reserved.
+#
+# Redistribution and use of this script, with or without modification, is
+# permitted provided that the following conditions are met:
+#
+# 1. Redistributions of this script must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
+# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+cd $(dirname $0) ; CWD=$(pwd)
+
+PRGNAM=ada-2022-rm
+VERSION=${VERSION:-1}
+BUILD=${BUILD:-1}
+TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
+
+ARCH=noarch
+
+if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
+ echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
+ exit 0
+fi
+
+TMP=${TMP:-/tmp/SBo}
+PKG=$TMP/package-$PRGNAM
+OUTPUT=${OUTPUT:-/tmp}
+
+set -e
+
+rm -rf $PKG
+mkdir -p $TMP $PKG $OUTPUT
+cd $TMP
+
+mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/html
+unzip $CWD/RM-*.zip -d $PKG/usr/doc/$PRGNAM-$VERSION/html
+
+cp $CWD/$PRGNAM.SlackBuild $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+
+chown -R root:root $PKG/
+
+mkdir -p $PKG/install
+cat $CWD/slack-desc > $PKG/install/slack-desc
+
+cd $PKG
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
diff --git a/development/ada-2022-rm/ada-2022-rm.info b/development/ada-2022-rm/ada-2022-rm.info
new file mode 100644
index 0000000000..69a44f0028
--- /dev/null
+++ b/development/ada-2022-rm/ada-2022-rm.info
@@ -0,0 +1,10 @@
+PRGNAM="ada-2022-rm"
+VERSION="1"
+HOMEPAGE="https://www.adaic.org/ada-resources/standards/ada22/"
+DOWNLOAD="https://www.adaic.org/resources/add_content/standards/22rm/RM-22-Html.zip"
+MD5SUM="e097448d13ecd9b01f13eadd158d7ff5"
+DOWNLOAD_x86_64=""
+MD5SUM_x86_64=""
+REQUIRES=""
+MAINTAINER="Zhu Qun-Ying"
+EMAIL="zhu.qunying@gmail.com"
diff --git a/development/ada-2022-rm/slack-desc b/development/ada-2022-rm/slack-desc
new file mode 100644
index 0000000000..52a0d3d21b
--- /dev/null
+++ b/development/ada-2022-rm/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+ada-2022-rm: ada-2022-rm (Ada 2022 Language Reference Manual)
+ada-2022-rm:
+ada-2022-rm: The 2022 Edition of the Ada Reference Manual, corresponding to
+ada-2022-rm: the International Standard (ISO/IEC 8652:2023(E))
+ada-2022-rm:
+ada-2022-rm:
+ada-2022-rm:
+ada-2022-rm:
+ada-2022-rm:
+ada-2022-rm:
+ada-2022-rm: