summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorIsmael Luceno2021-09-18 18:55:52 +0200
committerIsmael Luceno2021-09-18 21:28:16 +0200
commiteb32cbc911ca0799fa64c0b37ba0a62e53beea0c (patch)
tree6c9e634792c6fb0bc555e00948453bcfe7e089ae /utils
parent08ebf1f66df26710c22ddbe90dfa4b72378e331e (diff)
netbsd-gencat: new spell, gencat implementation from NetBSD
Diffstat (limited to 'utils')
-rwxr-xr-xutils/netbsd-gencat/BUILD1
-rwxr-xr-xutils/netbsd-gencat/CONFLICTS1
-rwxr-xr-xutils/netbsd-gencat/DEPENDS2
-rwxr-xr-xutils/netbsd-gencat/DETAILS15
-rw-r--r--utils/netbsd-gencat/HISTORY2
-rwxr-xr-xutils/netbsd-gencat/INSTALL1
6 files changed, 22 insertions, 0 deletions
diff --git a/utils/netbsd-gencat/BUILD b/utils/netbsd-gencat/BUILD
new file mode 100755
index 0000000000..18de1f232c
--- /dev/null
+++ b/utils/netbsd-gencat/BUILD
@@ -0,0 +1 @@
+bmake
diff --git a/utils/netbsd-gencat/CONFLICTS b/utils/netbsd-gencat/CONFLICTS
new file mode 100755
index 0000000000..5384967f6c
--- /dev/null
+++ b/utils/netbsd-gencat/CONFLICTS
@@ -0,0 +1 @@
+conflicts glibc
diff --git a/utils/netbsd-gencat/DEPENDS b/utils/netbsd-gencat/DEPENDS
new file mode 100755
index 0000000000..2c8de05d30
--- /dev/null
+++ b/utils/netbsd-gencat/DEPENDS
@@ -0,0 +1,2 @@
+depends bmake &&
+depends libbsd
diff --git a/utils/netbsd-gencat/DETAILS b/utils/netbsd-gencat/DETAILS
new file mode 100755
index 0000000000..2f872b6c0e
--- /dev/null
+++ b/utils/netbsd-gencat/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=netbsd-gencat
+ VERSION=0.1
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]="https://github.com/ismaell/$SPELL/archive/refs/tags/v$VERSION.tar.gz"
+ SOURCE_HASH=sha512:cc50973c447dc35f8593093cf28e44d45425d8caaf082cb530349d6b6edc627fc2508619eae082edf30265ba9c2b321b762935cfeea4bb95743042ce41d526ea
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://github.com/ismaell/netbsd-gencat"
+ LICENSE[0]="BSD-2-Clause"
+ ENTERED=20210918
+ KEYWORDS=""
+ SHORT="gencat implementation from NetBSD"
+cat << EOF
+This is the gencat implementation extracted from NetBSD, to be used on
+other systems.
+EOF
diff --git a/utils/netbsd-gencat/HISTORY b/utils/netbsd-gencat/HISTORY
new file mode 100644
index 0000000000..8dfb58921b
--- /dev/null
+++ b/utils/netbsd-gencat/HISTORY
@@ -0,0 +1,2 @@
+2021-09-18 Ismael Luceno <ismael@sourcemage.org>
+ * BUILD, CONFLICTS, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/utils/netbsd-gencat/INSTALL b/utils/netbsd-gencat/INSTALL
new file mode 100755
index 0000000000..b62cda3edf
--- /dev/null
+++ b/utils/netbsd-gencat/INSTALL
@@ -0,0 +1 @@
+bmake install