ports/181765: New port: sysutils/daemontols-encore
Uffe Jakobsen
uffe at uffe.org
Mon Sep 2 20:40:00 UTC 2013
>Number: 181765
>Category: ports
>Synopsis: New port: sysutils/daemontols-encore
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon Sep 02 20:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Uffe Jakobsen
>Release: FreeBSD 9.1
>Organization:
>Environment:
FreeBSD asus-u32u 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013 root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
New port: sysutils/daemontols-encore
daemontools-encore is a collection of tools for managing UNIX services.
It is derived from the public-domain release of daemontools by D. J. Bernstein.
daemontools-encore adds numerous enhancements above what daemontools could do
while maintaining backwards compatibility with daemontools.
See the CHANGES file for more details on what features have been added.
WWW: http://untroubled.org/daemontools-encore/
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
# 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:
#
# daemontools-encore
# daemontools-encore/Makefile
# daemontools-encore/pkg-descr
# daemontools-encore/distinfo
#
echo c - daemontools-encore
mkdir -p daemontools-encore > /dev/null 2>&1
echo x - daemontools-encore/Makefile
sed 's/^X//' >daemontools-encore/Makefile << '3e28d1b41c31da3cdbb8529f777a65fe'
X# Created by: Uffe Jakobsen <uffe at uffe.org>
X# $FreeBSD: $
X
XPORTNAME= daemontools-encore
XPORTVERSION= 1.06
XCATEGORIES= sysutils
XMASTER_SITES= http://untroubled.org/daemontools-encore/
X
XMAINTAINER= uffe at uffe.org
XCOMMENT= Daemontools-encore is a collection of tools for managing UNIX services
X
XUSES= gmake
X
XALL_TARGET= default
X
XPLIST_FILES= \
X bin/envdir \
X bin/envuidgid \
X bin/fghack \
X bin/multilog \
X bin/pgrphack \
X bin/readproctitle \
X bin/setlock \
X bin/setuidgid \
X bin/softlimit \
X bin/supervise \
X bin/svc \
X bin/svok \
X bin/svscan \
X bin/svscanboot \
X bin/svstat \
X bin/svup \
X bin/tai64n \
X bin/tai64nlocal \
X %%DOCSDIR%%/README \
X %%DOCSDIR%%/LICENSE \
X %%DOCSDIR%%/CHANGES \
X %%DOCSDIR%%/CHANGES.djb
X
XMAN8= \
X envdir.8 \
X envuidgid.8 \
X fghack.8 \
X multilog.8 \
X pgrphack.8 \
X readproctitle.8 \
X setlock.8 \
X setuidgid.8 \
X softlimit.8 \
X supervise.8 \
X svc.8 \
X svok.8 \
X svscan.8 \
X svscanboot.8 \
X svstat.8 \
X svup.8 \
X tai64n.8 \
X tai64nlocal.8
X
Xdo-install:
X ${INSTALL_SCRIPT} ${WRKSRC}/svscanboot ${PREFIX}/bin/
X.for binfile in envdir envuidgid fghack multilog pgrphack readproctitle setlock setuidgid softlimit supervise svc svok svscan svstat svup tai64n tai64nlocal
X ${INSTALL_PROGRAM} ${WRKSRC}/${binfile} ${PREFIX}/bin/
X.endfor
X.for docfile in README LICENSE CHANGES CHANGES.djb
X ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
X.endfor
X.for manfile in ${MAN8}
X ${INSTALL_MAN} ${WRKSRC}/${manfile} ${MAN1PREFIX}/man/man8/
X.endfor
X
X.include <bsd.port.mk>
3e28d1b41c31da3cdbb8529f777a65fe
echo x - daemontools-encore/pkg-descr
sed 's/^X//' >daemontools-encore/pkg-descr << '62710f0e3a8b76505e10ee3ef9df1379'
Xdaemontools-encore is a collection of tools for managing UNIX services.
XIt is derived from the public-domain release of daemontools by D. J. Bernstein.
Xdaemontools-encore adds numerous enhancements above what daemontools could do
Xwhile maintaining backwards compatibility with daemontools.
XSee the CHANGES file for more details on what features have been added.
X
XWWW: http://untroubled.org/daemontools-encore/
62710f0e3a8b76505e10ee3ef9df1379
echo x - daemontools-encore/distinfo
sed 's/^X//' >daemontools-encore/distinfo << '4dbc67d4525c54a3e656f4a1d91eb9b8'
XSHA256 (daemontools-encore-1.06.tar.gz) = c4176cfa6ee368170f91f0b6c4006f26f2c3c30a5d2179e92ff316d2227367e6
XSIZE (daemontools-encore-1.06.tar.gz) = 81717
4dbc67d4525c54a3e656f4a1d91eb9b8
exit
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list