summaryrefslogtreecommitdiffstats
path: root/sysutils/mktool
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2002-05-31 00:19:51 +0000
committerpetef <petef@FreeBSD.org>2002-05-31 00:19:51 +0000
commit80dc71b0ef655f9d7f9c4aa7ce116883ca43e28c (patch)
tree2455866b18b69467dbadf16906c8720e598bdecc /sysutils/mktool
parent6c796ebf87bc43cde45428a1e685dd43ec4fb09d (diff)
downloadFreeBSD-ports-80dc71b0ef655f9d7f9c4aa7ce116883ca43e28c.zip
FreeBSD-ports-80dc71b0ef655f9d7f9c4aa7ce116883ca43e28c.tar.gz
Add mktool 0.0.7, portable tools to manage processes and networked
services. PR: 38674 Submitted by: Jos Backus <jos@catnook.com>
Diffstat (limited to 'sysutils/mktool')
-rw-r--r--sysutils/mktool/Makefile25
-rw-r--r--sysutils/mktool/distinfo1
-rw-r--r--sysutils/mktool/pkg-comment1
-rw-r--r--sysutils/mktool/pkg-descr13
-rw-r--r--sysutils/mktool/pkg-plist7
5 files changed, 47 insertions, 0 deletions
diff --git a/sysutils/mktool/Makefile b/sysutils/mktool/Makefile
new file mode 100644
index 0000000..1e2d6c7
--- /dev/null
+++ b/sysutils/mktool/Makefile
@@ -0,0 +1,25 @@
+# ports collection makefile for: mktool
+# Date created: 2002/05/28
+# Whom: Jos Backus <jos@catnook.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mktool
+PORTVERSION= 0.0.7
+CATEGORIES= sysutils
+MASTER_SITES= http://www.io.com/~manoj/file/
+
+MAINTAINER= jos@catnook.com
+
+WRKSRC= ${WRKDIR}/mktool
+
+USE_GMAKE= yes
+
+post-extract:
+ @${PERL} -pi -e 's,^OPT=.*,OPT=${CFLAGS},; \
+ s,=gcc,?=gcc,; \
+ s,^bindir=.*,bindir=${PREFIX}/bin,; \
+ s,cp -a,install -m ${BINMODE},' ${WRKSRC}/Makefile
+
+.include <bsd.port.mk>
diff --git a/sysutils/mktool/distinfo b/sysutils/mktool/distinfo
new file mode 100644
index 0000000..715d0a4
--- /dev/null
+++ b/sysutils/mktool/distinfo
@@ -0,0 +1 @@
+MD5 (mktool-0.0.7.tar.gz) = cb2d4c919dca5c0a9e4fbf1a1b91d736
diff --git a/sysutils/mktool/pkg-comment b/sysutils/mktool/pkg-comment
new file mode 100644
index 0000000..afb3be2
--- /dev/null
+++ b/sysutils/mktool/pkg-comment
@@ -0,0 +1 @@
+Portable tools to manage processes and networked services
diff --git a/sysutils/mktool/pkg-descr b/sysutils/mktool/pkg-descr
new file mode 100644
index 0000000..22e0fb7
--- /dev/null
+++ b/sysutils/mktool/pkg-descr
@@ -0,0 +1,13 @@
+Tools to manage processes and networked services, modeled after Daniel
+Bernsteins daemontools and ucspi-tcp packages. The tools are written to be
+portable to a wide variety of platforms that support POSIX services.
+
+babysit Supervises a program, allowing it to started/stopped automatically
+bsok Check if a program is being babysat
+envuidgid Sets environment variables based on user, then runs a program
+setugid Sets uid and gid, then runs a program
+tcpaccept Accepts connections on stdin, then runs a program
+tcplisten Connects a network port to another program's stdin
+execlp Allows argv[0] to be set when running a program
+
+WWW: http://www.io.com/~manoj/file/
diff --git a/sysutils/mktool/pkg-plist b/sysutils/mktool/pkg-plist
new file mode 100644
index 0000000..4465af4
--- /dev/null
+++ b/sysutils/mktool/pkg-plist
@@ -0,0 +1,7 @@
+bin/babysit
+bin/bsok
+bin/envuidgid
+bin/execlp
+bin/setugid
+bin/tcpaccept
+bin/tcplisten
OpenPOWER on IntegriCloud