pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

oksh: updated to 7.4



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By:	nuclearkev
Date:		Tue Nov 28 21:45:23 2023 -0500
Changeset:	a480b244658fcdc5c5505b5200fdc6d4a54781bb

Added Files:
	oksh/DESCR
	oksh/Makefile
	oksh/PLIST
	oksh/distinfo

Log Message:
oksh: updated to 7.4

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a480b244658fcdc5c5505b5200fdc6d4a54781bb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 oksh/DESCR    |  1 +
 oksh/Makefile | 18 ++++++++++++++++++
 oksh/PLIST    |  3 +++
 oksh/distinfo |  5 +++++
 4 files changed, 27 insertions(+)

diffs:
diff --git a/oksh/DESCR b/oksh/DESCR
new file mode 100644
index 0000000000..d38631adf3
--- /dev/null
+++ b/oksh/DESCR
@@ -0,0 +1 @@
+Portable OpenBSD ksh(1).
diff --git a/oksh/Makefile b/oksh/Makefile
new file mode 100644
index 0000000000..df105aecd6
--- /dev/null
+++ b/oksh/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.12 2023/08/24 15:47:03 schmonz Exp $
+
+DISTNAME=		oksh-7.4
+CATEGORIES=		shells
+MASTER_SITES=		${MASTER_SITE_GITHUB:=ibara/}
+GITHUB_TAG=		${DISTNAME}
+
+MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=		https://github.com/ibara/oksh/
+COMMENT=		Portable OpenBSD ksh(1)
+LICENSE=		original-bsd
+
+WRKSRC=			${WRKDIR}/oksh-${PKGNAME_NOREV}
+
+GNU_CONFIGURE=		yes
+PKG_SHELL=		${PREFIX}/bin/oksh
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/oksh/PLIST b/oksh/PLIST
new file mode 100644
index 0000000000..f4096c8377
--- /dev/null
+++ b/oksh/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2018/11/09 22:15:12 maya Exp $
+bin/oksh
+man/man1/oksh.1
diff --git a/oksh/distinfo b/oksh/distinfo
new file mode 100644
index 0000000000..07b4eae616
--- /dev/null
+++ b/oksh/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.11 2023/08/24 15:46:18 schmonz Exp $
+
+BLAKE2s (oksh-7.4.tar.gz) = bd836a43e363c1e219383a15e09f85a03f551eb37c8eb7ac9be59ce9d995be82
+SHA512 (oksh-7.4.tar.gz) = c6b97242abf1a2c68570dfbc3a47badf7b622788a35b9971929a235e195fbdf9f6cfc8019b975394f2e79b35b8a89a762619eddb6966052a64551289aee240f2
+Size (oksh-7.4.tar.gz) = 308650 bytes


Home | Main Index | Thread Index | Old Index