svn commit: r468627 - in head/devel: . shell-toolbox
Thomas Zander
riggs at FreeBSD.org
Sun Apr 29 13:01:26 UTC 2018
Author: riggs
Date: Sun Apr 29 13:01:25 2018
New Revision: 468627
URL: https://svnweb.freebsd.org/changeset/ports/468627
Log:
Add devel/shell-toolbox
PR: 227537
Submitted by: 0mp (maintainer)
Added:
head/devel/shell-toolbox/
head/devel/shell-toolbox/Makefile (contents, props changed)
head/devel/shell-toolbox/distinfo (contents, props changed)
head/devel/shell-toolbox/pkg-descr (contents, props changed)
head/devel/shell-toolbox/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sun Apr 29 12:37:37 2018 (r468626)
+++ head/devel/Makefile Sun Apr 29 13:01:25 2018 (r468627)
@@ -6002,6 +6002,7 @@
SUBDIR += shapelib
SUBDIR += shards
SUBDIR += shedskin
+ SUBDIR += shell-toolbox
SUBDIR += shflags
SUBDIR += shiboken
SUBDIR += shmap
Added: head/devel/shell-toolbox/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/shell-toolbox/Makefile Sun Apr 29 13:01:25 2018 (r468627)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= shell-toolbox
+DISTVERSION= 20180422
+CATEGORIES= devel
+
+MAINTAINER= 0mp at FreeBSD.org
+COMMENT= Collection of shell script development tools
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+NO_ARCH= yes
+
+GNU_CONFIGURE= yes
+USE_GITHUB= yes
+GH_ACCOUNT= kusalananda
+
+.include <bsd.port.mk>
Added: head/devel/shell-toolbox/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/shell-toolbox/distinfo Sun Apr 29 13:01:25 2018 (r468627)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1524426234
+SHA256 (kusalananda-shell-toolbox-20180422_GH0.tar.gz) = 959d208408779bca5762b092a332c1201ae7a8b3fd22f8d59f0a9e4361b5db8c
+SIZE (kusalananda-shell-toolbox-20180422_GH0.tar.gz) = 74290
Added: head/devel/shell-toolbox/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/shell-toolbox/pkg-descr Sun Apr 29 13:01:25 2018 (r468627)
@@ -0,0 +1,18 @@
+shell-toolbox is a collection of shell script development tools.
+
+Currently, the only included script is "shell", which is useful for testing
+things in an interactive environment other than your usual shell, or for
+testing things in a clean environment with automatic cleanup of any files left
+behind.
+
+It creates a "temporary interactive shell" with a temporary working directory
+(unless the "-d" flag is used to specify an existing directory) and clean
+environment. The working directory is removed when the shell exits
+(unless the "-k" or "-d" flag was used).
+
+The temporary working directory may also be pre-populated with the
+contents of an existing directory (using the "-s" flag).
+
+See "man 1 shell" after installation.
+
+WWW: https://github.com/kusalananda/shell-toolbox
Added: head/devel/shell-toolbox/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/shell-toolbox/pkg-plist Sun Apr 29 13:01:25 2018 (r468627)
@@ -0,0 +1,7 @@
+bin/shell
+man/man1/shell.1.gz
+%%PORTDOCS%%%%DOCSDIR%%/LICENSE
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/shell.md
+%%PORTDOCS%%%%DOCSDIR%%/shell.txt
More information about the svn-ports-all
mailing list