summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@FreeBSD.org>1999-04-26 18:44:37 +0000
committerRalf S. Engelschall <rse@FreeBSD.org>1999-04-26 18:44:37 +0000
commitf7aee77b807caf7ceea6288ebc4d7758f96453f2 (patch)
tree27a3d8c23c1b31300ecb7e0adf1732b9b7c04709 /devel
parentUpgrade to MM Shared Memory Library, Version 1.0.2 (diff)
Import of shtool, version 1.1.0
his is a compilation of small but very stable and portable shell scripts into a single shell tool. All ingredients were in successful use over many years in various Open Source projects. The compiled shtool program is intended to be used inside the source tree of Open Source packages. There it can overtake various non-portable tasks related to the building and installation of an Open Source package. It currently contains the following tools: echo Print command with optional construct expansion fixperm Fix file permission inside a source tree guessos Simple OS/Platform guesser install Install a program, script or datafile mkdir Make a directory mkshadow Create a shadow tree move Move files, but if files are the same just delete the source path Deal with $PATH variables prop Display a process indication though a running propeller slo Separate Linker Options by library class table Pretty print a field-sperarated list as a table version Generate and maintain a version information file The homepage with the latest release can be found on http://www.engelschall.com/sw/shtool/
Notes
Notes: svn path=/head/; revision=18139
Diffstat (limited to 'devel')
-rw-r--r--devel/shtool/Makefile22
-rw-r--r--devel/shtool/distinfo1
-rw-r--r--devel/shtool/pkg-comment1
-rw-r--r--devel/shtool/pkg-descr12
-rw-r--r--devel/shtool/pkg-plist1
5 files changed, 37 insertions, 0 deletions
diff --git a/devel/shtool/Makefile b/devel/shtool/Makefile
new file mode 100644
index 000000000000..4b1bbda94602
--- /dev/null
+++ b/devel/shtool/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: shtool
+# Version required: 1.1.0
+# Date created: 26-Apr-1999
+# Whom: Ralf S. Engelschall
+#
+# $Id$
+#
+
+DISTNAME= shtool-1.1.0
+CATEGORIES= devel
+MASTER_SITES= http://www.engelschall.com/sw/shtool/ \
+ ftp://ftp.engelschall.com/sw/shtool/
+
+MAINTAINER= rse@engelschall.com
+
+USE_PERL5= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --prefix=${PREFIX}
+
+MAN1= shtool.1
+
+.include <bsd.port.mk>
diff --git a/devel/shtool/distinfo b/devel/shtool/distinfo
new file mode 100644
index 000000000000..553eaf555499
--- /dev/null
+++ b/devel/shtool/distinfo
@@ -0,0 +1 @@
+MD5 (shtool-1.1.0.tar.gz) = 94d4cf4503587c58e57c4b6db77b14f0
diff --git a/devel/shtool/pkg-comment b/devel/shtool/pkg-comment
new file mode 100644
index 000000000000..1bfb17376f78
--- /dev/null
+++ b/devel/shtool/pkg-comment
@@ -0,0 +1 @@
+Portable Shell Tool
diff --git a/devel/shtool/pkg-descr b/devel/shtool/pkg-descr
new file mode 100644
index 000000000000..a8557ba3895b
--- /dev/null
+++ b/devel/shtool/pkg-descr
@@ -0,0 +1,12 @@
+shtool -- Portable Shell Tool
+Copyright (c) 1994-1999 Ralf S. Engelschall, All rights reserved.
+
+This is a compilation of small but very stable and portable shell scripts
+into a single shell tool. All ingredients were in successful use over many
+years in various Open Source projects. The compiled shtool program is
+intended to be used inside the source tree of Open Source packages. There
+it can overtake various non-portable tasks related to the building and
+installation of an Open Source package.
+
+The homepage with the latest release can be found on
+http://www.engelschall.com/sw/shtool/
diff --git a/devel/shtool/pkg-plist b/devel/shtool/pkg-plist
new file mode 100644
index 000000000000..079bf52ab4d5
--- /dev/null
+++ b/devel/shtool/pkg-plist
@@ -0,0 +1 @@
+bin/shtool