# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # perp # perp/files # perp/files/patch-conf.mk # perp/pkg-plist # perp/pkg-descr # perp/Makefile # perp/distinfo # echo c - perp mkdir -p perp > /dev/null 2>&1 echo c - perp/files mkdir -p perp/files > /dev/null 2>&1 echo x - perp/files/patch-conf.mk sed 's/^X//' >perp/files/patch-conf.mk << '6199c153cba3ddb4acab4c2d492688c1' X--- conf.mk.orig 2013-01-11 15:10:32 UTC X+++ conf.mk X@@ -3,9 +3,10 @@ X # wcm, 2009.09.14 - 2013.01.08 X # === X X+ X ## build configuration, standard gcc + libc: X-CC = gcc X-CFLAGS = -Wall -Wextra -Wshadow -DNDEBUG -O2 X+CC? = cc X+CFLAGS += -Wall -Wextra -Wshadow -DNDEBUG -O2 -DPERP_BASE_DEFAULT="\"/usr/local/etc/perp\"" X #CFLAGS = -Wall -Wextra -Wshadow -O2 X X ## build configuration, dietlibc: X@@ -17,8 +18,8 @@ STRIP = strip X #STRIP = /some/other/stripper X X ## install configuration: X-BINDIR = /usr/bin X-SBINDIR = /usr/sbin X-MANDIR = /usr/share/man X+BINDIR = /usr/local/bin X+SBINDIR = /usr/local/sbin X+MANDIR = /usr/local/man X X ### EOF (conf.mk) 6199c153cba3ddb4acab4c2d492688c1 echo x - perp/pkg-plist sed 's/^X//' >perp/pkg-plist << '8d1badf77fdc54ce893bd9066a6f6ebf' Xman/man5/perpetrate.5.gz Xman/man8/perp-setup.8.gz Xman/man8/perp_intro.8.gz Xman/man8/perpboot.8.gz Xman/man8/perpctl.8.gz Xman/man8/perpd.8.gz Xman/man8/perpetrate.8.gz Xman/man8/perphup.8.gz Xman/man8/perpls.8.gz Xman/man8/perpok.8.gz Xman/man8/perpstat.8.gz Xman/man8/runargs.8.gz Xman/man8/runargv0.8.gz Xman/man8/runchoom.8.gz Xman/man8/rundetach.8.gz Xman/man8/rundeux.8.gz Xman/man8/runenv.8.gz Xman/man8/runfile.8.gz Xman/man8/runlimit.8.gz Xman/man8/runlock.8.gz Xman/man8/runpause.8.gz Xman/man8/runsession.8.gz Xman/man8/runtool.8.gz Xman/man8/runtools_intro.8.gz Xman/man8/runtrap.8.gz Xman/man8/runuid.8.gz Xman/man8/sissylog.8.gz Xman/man8/tinylog.8.gz Xsbin/perp-setup Xsbin/perpboot Xsbin/perpctl Xsbin/perpd Xsbin/perphup Xsbin/perpls Xsbin/perpok Xsbin/perpstat Xsbin/runargs Xsbin/runargv0 Xsbin/runchoom Xsbin/rundetach Xsbin/rundeux Xsbin/runenv Xsbin/runfile Xsbin/runlimit Xsbin/runlock Xsbin/runpause Xsbin/runsession Xsbin/runtool Xsbin/runtrap Xsbin/runuid Xsbin/sissylog Xsbin/tinylog Xsbin/tinylog_run 8d1badf77fdc54ce893bd9066a6f6ebf echo x - perp/pkg-descr sed 's/^X//' >perp/pkg-descr << '7a7d7c6199c2f81ed3c6e834deffd1fe' XThe perp package provides a set of daemons and utilities to reliably start, Xmonitor, log, and control a collection of persistent processes. X XA "persistent process" is any program intended to be long-running, highly Xavailable, and purpose critical. Also known and often described as a "service", Xa persistent process normally provides some essential, on-demand system Xservice. Programs that serve email, domain name queries, and http requests are Xall examples of services that are normally run as persistent processes. X XThese are the programs that you want to start at system boot, and to continue Xrunning for as long as the system itself. These are the programs you need Xrunning in uninterrupted service, day and night, forever and ever. X Xperp helps make sure that they do. X XWWW: http://b0llix.net/perp/ 7a7d7c6199c2f81ed3c6e834deffd1fe echo x - perp/Makefile sed 's/^X//' >perp/Makefile << 'a31a873647a8172b97801756397d4e24' X# $FreeBSD$ X XPORTNAME= perp XPORTVERSION= 2.07 XPORTREVISION= 0 XCATEGORIES= sysutils X XMAINTAINER= ports@jpmens.net XCOMMENT= Persistent process supervisor & service managment framework for un!x X XLICENSE= UNKNOWN XLICENSE_NAME= unknown XLICENSE_FILE= ${WRKSRC}/LICENSE XLICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept X XMASTER_SITES = http://b0llix.net/perp/distfiles/perp-2.07.tar.gz X Xpre-install: X cd ${WRKSRC} && $(MAKE) strip X X.include a31a873647a8172b97801756397d4e24 echo x - perp/distinfo sed 's/^X//' >perp/distinfo << '066235890d88a1db6f5b9643538d71c7' XTIMESTAMP = 1577951030 XSHA256 (perp-2.07.tar.gz) = 1222fe31c16014d8b2a78416f93ba9f8c31eddbc381adc9021fa5d9764475815 XSIZE (perp-2.07.tar.gz) = 211568 066235890d88a1db6f5b9643538d71c7 exit