pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
s6 moved to pkgsrc.
Module Name: pkgsrc-wip
Committed By: Amitai Schleier <schmonz-web-git%schmonz.com@localhost>
Pushed By: schmonz
Date: Thu Nov 19 21:01:34 2020 +0100
Changeset: 28f9ad4c5ee865cc61f550d5241c8b05f84c9102
Modified Files:
s6-networking/Makefile
Removed Files:
s6/DESCR
s6/Makefile
s6/PLIST
s6/buildlink3.mk
s6/distinfo
Log Message:
s6 moved to pkgsrc.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=28f9ad4c5ee865cc61f550d5241c8b05f84c9102
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
s6-networking/Makefile | 2 +-
s6/DESCR | 7 ------
s6/Makefile | 22 -----------------
s6/PLIST | 66 --------------------------------------------------
s6/buildlink3.mk | 15 ------------
s6/distinfo | 6 -----
6 files changed, 1 insertion(+), 117 deletions(-)
diffs:
diff --git a/s6-networking/Makefile b/s6-networking/Makefile
index 99e2b4e3cf..91d21dcff1 100644
--- a/s6-networking/Makefile
+++ b/s6-networking/Makefile
@@ -20,6 +20,6 @@ BUILDLINK_API_DEPENDS.skalibs+=skalibs>=2.9.3.0
BUILDLINK_API_DEPENDS.execline+=execline>=2.6.1.1
.include "../../lang/execline/buildlink3.mk"
.include "../../security/bearssl/buildlink3.mk"
-.include "../../wip/s6/buildlink3.mk"
+.include "../../sysutils/s6/buildlink3.mk"
.include "../../wip/s6-dns/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/s6/DESCR b/s6/DESCR
deleted file mode 100644
index 4b6d4b35cb..0000000000
--- a/s6/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-s6 is a small suite of programs for UNIX, designed to allow process
-supervision (a.k.a service supervision), in the line of daemontools and
-runit, as well as various operations on processes and daemons. It is meant
-to be a toolbox for low-level process and service administration, providing
-different sets of independent tools that can be used within or without the
-framework, and that can be assembled together to achieve powerful
-functionality with a very small amount of code.
diff --git a/s6/Makefile b/s6/Makefile
deleted file mode 100644
index 8fbc5c807e..0000000000
--- a/s6/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD$
-
-DISTNAME= s6-2.9.2.0
-CATEGORIES= sysutils
-MASTER_SITES= ${HOMEPAGE}
-
-MAINTAINER= cfkoch%edgebsd.org@localhost
-HOMEPAGE= https://skarnet.org/software/s6/
-COMMENT= The s6 supervision suite
-LICENSE= isc
-
-USE_TOOLS+= gmake
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS+= --prefix=${PREFIX}
-CONFIGURE_ARGS+= --with-sysdeps=${PREFIX}/lib/skalibs/sysdeps
-CONFIGURE_ARGS+= --with-lib=${PREFIX}/lib/execline
-CONFIGURE_ARGS+= --with-lib=${PREFIX}/lib/skalibs
-CONFIGURE_ARGS+= --with-include=${PREFIX}/include
-
-.include "../../devel/skalibs/buildlink3.mk"
-.include "../../lang/execline/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/s6/PLIST b/s6/PLIST
deleted file mode 100644
index e286c0d6fb..0000000000
--- a/s6/PLIST
+++ /dev/null
@@ -1,66 +0,0 @@
-@comment $NetBSD$
-bin/s6-accessrules-cdb-from-fs
-bin/s6-accessrules-fs-from-cdb
-bin/s6-applyuidgid
-bin/s6-cleanfifodir
-bin/s6-connlimit
-bin/s6-envdir
-bin/s6-envuidgid
-bin/s6-fdholder-daemon
-bin/s6-fdholder-delete
-bin/s6-fdholder-getdump
-bin/s6-fdholder-list
-bin/s6-fdholder-retrieve
-bin/s6-fdholder-setdump
-bin/s6-fdholder-store
-bin/s6-fdholder-transferdump
-bin/s6-fdholderd
-bin/s6-fghack
-bin/s6-ftrig-listen
-bin/s6-ftrig-listen1
-bin/s6-ftrig-notify
-bin/s6-ftrig-wait
-bin/s6-ftrigrd
-bin/s6-ioconnect
-bin/s6-ipcclient
-bin/s6-ipcserver
-bin/s6-ipcserver-access
-bin/s6-ipcserver-socketbinder
-bin/s6-ipcserverd
-bin/s6-log
-bin/s6-mkfifodir
-bin/s6-notifyoncheck
-bin/s6-permafailon
-bin/s6-setlock
-bin/s6-setsid
-bin/s6-setuidgid
-bin/s6-softlimit
-bin/s6-sudo
-bin/s6-sudoc
-bin/s6-sudod
-bin/s6-supervise
-bin/s6-svc
-bin/s6-svdt
-bin/s6-svdt-clear
-bin/s6-svlisten
-bin/s6-svlisten1
-bin/s6-svok
-bin/s6-svscan
-bin/s6-svscanctl
-bin/s6-svstat
-bin/s6-svwait
-bin/s6-tai64n
-bin/s6-tai64nlocal
-bin/s6lockd
-bin/ucspilogd
-include/s6/accessrules.h
-include/s6/compat.h
-include/s6/config.h
-include/s6/ftrigr.h
-include/s6/ftrigw.h
-include/s6/s6-fdholder.h
-include/s6/s6-supervise.h
-include/s6/s6.h
-include/s6/s6lock.h
-lib/s6/libs6.a
-libexec/s6lockd-helper
diff --git a/s6/buildlink3.mk b/s6/buildlink3.mk
deleted file mode 100644
index 5d6cb059c3..0000000000
--- a/s6/buildlink3.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+= s6
-
-.if !defined(S6_BUILDLINK3_MK)
-S6_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.s6+= s6>=2.9.2.0
-BUILDLINK_PKGSRCDIR.s6?= ../../wip/s6
-BUILDLINK_INCDIRS.s6+= include/s6
-BUILDLINK_LIBDIRS.s6+= lib/s6
-BUILDLINK_DEPMETHOD.s6?= build
-.endif # S6_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -s6
diff --git a/s6/distinfo b/s6/distinfo
deleted file mode 100644
index dff1648b56..0000000000
--- a/s6/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (s6-2.9.2.0.tar.gz) = 5c4371e7958daf0af2fa18adfe79c3a4c8fd0487
-RMD160 (s6-2.9.2.0.tar.gz) = 2f5a6376e75e17fb5a4e916a86dbb7005ddc32ea
-SHA512 (s6-2.9.2.0.tar.gz) = ef814c0426d00112c793d4f8bb99319cde8e4ab91c24e98401559bbd28eafdb11a66d446a31816a50f67d607ed1e8c55383362e9761abca21ca24b3598929eee
-Size (s6-2.9.2.0.tar.gz) = 205009 bytes
Home |
Main Index |
Thread Index |
Old Index