pkgsrc-WIP-changes archive

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

pbosh: Import wip/pbosh based on schilytools-2018-09-26



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Thu Sep 27 17:30:19 2018 +0200
Changeset:	ff84812a857c70576a824e243058b83947f404b7

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

Log Message:
pbosh: Import wip/pbosh based on schilytools-2018-09-26

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

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

diffstat:
 pbosh/DESCR    | 11 +++++++++++
 pbosh/Makefile | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 pbosh/PLIST    |  3 +++
 pbosh/distinfo |  6 ++++++
 4 files changed, 71 insertions(+)

diffs:
diff --git a/pbosh/DESCR b/pbosh/DESCR
new file mode 100644
index 0000000000..b79f971896
--- /dev/null
+++ b/pbosh/DESCR
@@ -0,0 +1,11 @@
+The Schily Bourne Shell
+
+The Schily Bourne Shell was derived from the Bourne Shell sources from
+OpenSolaris.
+
+The Schily Bourne Shell is actively maintained and enhanced on a regular base.
+It can be compiled into three variants:
+- The non-POSIX SVr4/OpenSolaris variant (obosh)
+- The minimal POSIX compliant variant (pbosh)
+- The POSIX compliant extended variant (bosh)
+This package contains the second variant.
diff --git a/pbosh/Makefile b/pbosh/Makefile
new file mode 100644
index 0000000000..31965943bf
--- /dev/null
+++ b/pbosh/Makefile
@@ -0,0 +1,51 @@
+# $NetBSD$
+
+DISTNAME=	schily-2018-09-26
+PKGNAME=	pbosh-20180926
+CATEGORIES=	shells
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=schilytools/}
+EXTRACT_SUFX=	.tar.bz2
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://schilytools.sourceforge.net/bosh.html
+COMMENT=	The Schily Bourne Shell
+LICENSE=	cddl-1.0
+
+MAKE_JOBS_SAFE=	no
+
+USE_TOOLS+=	tbl
+TOOL_DEPENDS+=	smake-[0-9]*:../../wip/smake
+SMAKE=		MAKEFLAGS= smake
+
+PKG_SHELL=	bin/bosh
+INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1
+
+.include "../../mk/bsd.prefs.mk"
+
+# Shared platform specific code for schilytools (provided by smake package)
+.include "../../wip/smake/Makefile.common"
+
+do-configure:
+	cd ${WRKSRC}/inc && ${SMAKE}
+
+do-build:
+	cd ${WRKSRC} && for library in					\
+		libschily libxtermcap libfind libgetopt libshedit;	\
+	do								\
+		cd ${WRKSRC}/$${library} && ${SMAKE};			\
+	done
+	cd ${WRKSRC}/pbosh && ${SMAKE}
+
+# Process tables in manpage
+post-build:
+	cd ${WRKSRC} && ${TBL} sh/sh.1 >sh/sh.1.tmp;			\
+		${MV} -f sh/sh.1.tmp sh/pbosh.1
+
+do-install:
+	cd ${WRKSRC}/sh &&						\
+		${INSTALL_PROGRAM} ${WRKSRC}/pbosh/OBJ/*/pbosh		\
+			${DESTDIR}${PREFIX}/bin/pbosh;			\
+		${INSTALL_MAN} ${WRKSRC}/sh/pbosh.1 			\
+			${DESTDIR}${PREFIX}/${PKGMANDIR}/man1;		\
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/pbosh/PLIST b/pbosh/PLIST
new file mode 100644
index 0000000000..c5a87aed61
--- /dev/null
+++ b/pbosh/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/pbosh
+man/man1/pbosh.1
diff --git a/pbosh/distinfo b/pbosh/distinfo
new file mode 100644
index 0000000000..f797e286dc
--- /dev/null
+++ b/pbosh/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (schily-2018-09-26.tar.bz2) = 41693b863f5badc96f23f8c8f83390fbe7df539e
+RMD160 (schily-2018-09-26.tar.bz2) = 2c8a70c712960a3f77c0faf632bf9d76969a5518
+SHA512 (schily-2018-09-26.tar.bz2) = 5670bee370ca9408ebb827f5017f2d1505d25c2981c70bfe5e8e8648beba4228d778c2290ce623dcc9361a752e977cccf40b3174598e0a1c616171ce79af5885
+Size (schily-2018-09-26.tar.bz2) = 4297286 bytes


Home | Main Index | Thread Index | Old Index