pkgsrc-WIP-changes archive

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

-runit



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%NetBSD.org@localhost>
Pushed By:	bsiegert
Date:		Thu Oct 19 19:01:34 2023 +0200
Changeset:	37933d9094f30cf0610df5081f5d8fa83b30db68

Modified Files:
	Makefile
Removed Files:
	runit/DESCR
	runit/Makefile
	runit/PLIST
	runit/TODO
	runit/distinfo

Log Message:
-runit

New location: sysutils/runit

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

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

diffstat:
 Makefile       |  1 -
 runit/DESCR    |  4 ----
 runit/Makefile | 47 ----------------------------------------
 runit/PLIST    | 67 ----------------------------------------------------------
 runit/TODO     |  1 -
 runit/distinfo |  5 -----
 6 files changed, 125 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 31f9c71241..94c995efb0 100644
--- a/Makefile
+++ b/Makefile
@@ -5064,7 +5064,6 @@ SUBDIR+=	ruby-xmpp4r
 SUBDIR+=	ruby-yaml_waml
 SUBDIR+=	runas
 SUBDIR+=	runcpm
-SUBDIR+=	runit
 SUBDIR+=	rust
 SUBDIR+=	rust-analyzer
 SUBDIR+=	rust-synapse-compress-state
diff --git a/runit/DESCR b/runit/DESCR
deleted file mode 100644
index 50c477a2cd..0000000000
--- a/runit/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-runit is a cross-platform Unix init scheme with service supervision,
-a replacement for sysvinit, and other init schemes. It runs on
-GNU/Linux, *BSD, MacOSX, Solaris, and can easily be adapted to
-other Unix operating systems.
diff --git a/runit/Makefile b/runit/Makefile
deleted file mode 100644
index 3f015a6c00..0000000000
--- a/runit/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# $NetBSD: Makefile,v 1.15 2014/06/19 11:22:34 fhajny Exp $
-
-DISTNAME=	runit-2.1.2
-CATEGORIES=	sysutils
-MASTER_SITES=	${HOMEPAGE}
-
-MAINTAINER=	neil%daikokuya.co.uk@localhost
-HOMEPAGE=	http://smarden.org/runit/
-COMMENT=	UNIX init scheme with service supervision
-LICENSE=	modified-bsd
-
-WRKSRC=		${WRKDIR}/admin/${DISTNAME}
-CMDDIR=		${WRKSRC}/command
-PKGDOCDIR=	${PREFIX}/share/doc/${PKGBASE}
-PKGEXAMPLEDIR=	${PREFIX}/share/examples/${PKGBASE}
-
-USE_TOOLS+=		pax
-BUILD_DEFS+=		VARBASE
-DJB_SLASHPACKAGE=	YES
-
-SERVICEDIR?=	${VARBASE}/spool/service
-OWN_DIRS_PERMS=	${SERVICEDIR} ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0755
-
-DOCS=		package/CHANGES package/COPYING package/README \
-		package/THANKS package/TODO doc/*.html
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin"
-SUBST_CLASSES+=		static
-SUBST_STAGE.static=	pre-configure
-SUBST_MESSAGE.static=	Disable static linking on SunOS
-SUBST_FILES.static=	src/Makefile
-SUBST_SED.static=	-e 's/-static//'
-.endif
-
-INSTALLATION_DIRS+=	${PKGMANDIR} ${PKGMANDIR}/man8 sbin share/examples/runit
-
-do-install:
-	${INSTALL_PROGRAM} ${CMDDIR}/* ${DESTDIR}${PREFIX}/sbin
-	${INSTALL_MAN} ${WRKSRC}/man/*.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
-	cd ${WRKSRC}/etc && ${PAX} -rwppm . ${DESTDIR}${PKGEXAMPLEDIR}
-	${INSTALL_DATA_DIR} ${DESTDIR}${PKGDOCDIR}
-	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DESTDIR}${PKGDOCDIR}
-
-.include "../../mk/djbware.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/runit/PLIST b/runit/PLIST
deleted file mode 100644
index bd51ad1fed..0000000000
--- a/runit/PLIST
+++ /dev/null
@@ -1,67 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2009/10/11 10:45:15 thomasklausner Exp $
-man/man8/chpst.8
-man/man8/runit-init.8
-man/man8/runit.8
-man/man8/runsv.8
-man/man8/runsvchdir.8
-man/man8/runsvdir.8
-man/man8/sv.8
-man/man8/svlogd.8
-man/man8/utmpset.8
-sbin/chpst
-sbin/runit
-sbin/runit-init
-sbin/runsv
-sbin/runsvchdir
-sbin/runsvdir
-sbin/sv
-sbin/svlogd
-sbin/utmpset
-share/doc/runit/CHANGES
-share/doc/runit/COPYING
-share/doc/runit/README
-share/doc/runit/THANKS
-share/doc/runit/TODO
-share/doc/runit/benefits.html
-share/doc/runit/chpst.8.html
-share/doc/runit/dependencies.html
-share/doc/runit/faq.html
-share/doc/runit/index.html
-share/doc/runit/install.html
-share/doc/runit/replaceinit.html
-share/doc/runit/runit-init.8.html
-share/doc/runit/runit.8.html
-share/doc/runit/runlevels.html
-share/doc/runit/runscripts.html
-share/doc/runit/runsv.8.html
-share/doc/runit/runsvchdir.8.html
-share/doc/runit/runsvdir.8.html
-share/doc/runit/sv.8.html
-share/doc/runit/svlogd.8.html
-share/doc/runit/upgrade.html
-share/doc/runit/usedietlibc.html
-share/doc/runit/useinit.html
-share/doc/runit/utmpset.8.html
-share/examples/runit/2
-share/examples/runit/debian/1
-share/examples/runit/debian/2
-share/examples/runit/debian/3
-share/examples/runit/debian/ctrlaltdel
-share/examples/runit/debian/getty-tty5/finish
-share/examples/runit/debian/getty-tty5/run
-share/examples/runit/freebsd/1
-share/examples/runit/freebsd/2
-share/examples/runit/freebsd/3
-share/examples/runit/freebsd/ctrlaltdel
-share/examples/runit/freebsd/getty-ttyv4/finish
-share/examples/runit/freebsd/getty-ttyv4/run
-share/examples/runit/macosx/2
-share/examples/runit/macosx/StartupItems/StartupParameters.plist
-share/examples/runit/macosx/StartupItems/runit
-share/examples/runit/macosx/org.smarden.runit.plist
-share/examples/runit/openbsd/1
-share/examples/runit/openbsd/2
-share/examples/runit/openbsd/3
-share/examples/runit/openbsd/ctrlaltdel
-share/examples/runit/openbsd/getty-ttyC4/finish
-share/examples/runit/openbsd/getty-ttyC4/run
diff --git a/runit/TODO b/runit/TODO
deleted file mode 100644
index 060d6d9b00..0000000000
--- a/runit/TODO
+++ /dev/null
@@ -1 +0,0 @@
-Add rc.d script (and let rc.d-boot handle system-specific bringup)
diff --git a/runit/distinfo b/runit/distinfo
deleted file mode 100644
index 60e6610465..0000000000
--- a/runit/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.5 2008/12/31 08:11:39 akihabara Exp $
-
-BLAKE2s (runit-2.1.2.tar.gz) = 5ada95c1ed1ac5c01158ae110faf655e4dd6b44690ce09fe3404df889bcf54e6
-SHA512 (runit-2.1.2.tar.gz) = a18773ebf1aa22305dd89ed67363165b9fcf86c192b2be4e268d08005dd82d51265160c637abe072f2f2e378c4b315a75bd3d3e602c3e75bdd451a3b0190f8cf
-Size (runit-2.1.2.tar.gz) = 110916 bytes


Home | Main Index | Thread Index | Old Index