pkgsrc-WIP-changes archive

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

Added the 2020.0.1 version of AT&T ksh93 shell



Module Name:	pkgsrc-wip
Committed By:	astr0b4by <astr0b4by%gmail.com@localhost>
Pushed By:	astr0b4by
Date:		Mon Jun 1 22:45:58 2020 +0000
Changeset:	f3abc98abda59d246456ffb494d08f159abf69d6

Added Files:
	ast-ksh/DESCR
	ast-ksh/Makefile
	ast-ksh/PLIST
	ast-ksh/distinfo

Log Message:
Added the 2020.0.1 version of AT&T ksh93 shell

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

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

diffstat:
 ast-ksh/DESCR    | 15 +++++++++++++++
 ast-ksh/Makefile | 27 +++++++++++++++++++++++++++
 ast-ksh/PLIST    |  5 +++++
 ast-ksh/distinfo |  6 ++++++
 4 files changed, 53 insertions(+)

diffs:
diff --git a/ast-ksh/DESCR b/ast-ksh/DESCR
new file mode 100644
index 0000000000..5511a04dbf
--- /dev/null
+++ b/ast-ksh/DESCR
@@ -0,0 +1,15 @@
+# KSH93
+
+This repository contains the AT&T Software Technology (AST) toolkit
+from AT&T Research.  As of November 2017 the development focus has
+been shifted to the `ksh` (or `ksh93`) command and supporting code required
+to build it.
+
+The non-ksh code of the AST project is no longer being actively
+maintained. If you are interested in the non-ksh code see below for
+details on which branches contain the full AST code base.
+
+The project only supports systems where the compiler and underlying
+hardware is ASCII compatible. This includes Linux on IBM zSeries but not
+z/OS. The nascent, incomplete, support for EBCDIC has been removed. See
+[issue #742](https://github.com/att/ast/issues/742).
diff --git a/ast-ksh/Makefile b/ast-ksh/Makefile
new file mode 100644
index 0000000000..50865eed43
--- /dev/null
+++ b/ast-ksh/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	ast
+GITHUB_TAG=	2020.0.0
+DISTNAME=	2020.0.0
+PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES=	shells
+MASTER_SITES=	${MASTER_SITE_GITHUB:=att/}
+DIST_SUBDIR=	${GITHUB_PROJECT}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/att/ast/
+COMMENT=	Official AT&T release of KornShell 93
+LICENSE=	epl-v1.0
+
+USE_TOOLS+=	pkg-config msgfmt
+USE_LANGUAGES=	c c++
+
+
+WRKSRC=	${WRKDIR}/ast-2020.0.0
+
+do-install:
+	cp ${WRKSRC}/output/src/cmd/ksh93/ksh 			\
+	${DESTDIR}${PREFIX}/bin/ksh93;                          \
+
+.include "../../devel/meson/build.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ast-ksh/PLIST b/ast-ksh/PLIST
new file mode 100644
index 0000000000..172e58e409
--- /dev/null
+++ b/ast-ksh/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+bin/ksh
+bin/ksh93
+bin/shcomp
+man/man1/ksh.1
diff --git a/ast-ksh/distinfo b/ast-ksh/distinfo
new file mode 100644
index 0000000000..871095182a
--- /dev/null
+++ b/ast-ksh/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (ast/2020.0.0.tar.gz) = eeafab127fd008663b3c4cf68eeffd0a336c4aa0
+RMD160 (ast/2020.0.0.tar.gz) = 1df7ae37037d89a6bb16cc7accbfe7035336a8f6
+SHA512 (ast/2020.0.0.tar.gz) = 68f9bfc47255f6c7846827d4b4fbd4bfa88f1498e22a44efdf344e6c4ecf55990ea7d26a9127aa8f077f845924714ff34a4c16e6dcb82788db54da80e2943623
+Size (ast/2020.0.0.tar.gz) = 2022861 bytes


Home | Main Index | Thread Index | Old Index