mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Watch and restart daemons
WWW: http://watchmen.googlecode.com PR: ports/136816 Submitted by: Oleg Alexeenkov <proler at gmail.com>
This commit is contained in:
parent
b0c0c9ed65
commit
f9877f51a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238002
@ -825,6 +825,7 @@
|
||||
SUBDIR += wait_on
|
||||
SUBDIR += watchdog
|
||||
SUBDIR += watchfolder
|
||||
SUBDIR += watchmen
|
||||
SUBDIR += webjob
|
||||
SUBDIR += webmin
|
||||
SUBDIR += weedit
|
||||
|
39
sysutils/watchmen/Makefile
Normal file
39
sysutils/watchmen/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
# New ports collection makefile for: watchmen
|
||||
# Date created: 2009-07-16
|
||||
# Whom: Oleg Alexeenkov <proler@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= watchmen
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
|
||||
MAINTAINER= proler@gmail.com
|
||||
COMMENT= Watch and restart daemons
|
||||
|
||||
RUN_DEPENDS+= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
USE_PERL5_RUN= yes
|
||||
POD2MAN?= pod2man
|
||||
|
||||
MAN1= ${PORTNAME}.1
|
||||
PLIST_FILES= \
|
||||
bin/${PORTNAME} \
|
||||
etc/${PORTNAME}.conf.dist \
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/watchmen/.packlist
|
||||
PLIST_DIRS=%%SITE_PERL%%/%%PERL_ARCH%%/auto/watchmen
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500805
|
||||
RUN_DEPENDS+= p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf.dist ${PREFIX}/etc
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
sysutils/watchmen/distinfo
Normal file
3
sysutils/watchmen/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (watchmen-0.02.tar.gz) = 61769fcc12be45d6b754385d9f5ad5d3
|
||||
SHA256 (watchmen-0.02.tar.gz) = 53d650aaa431cc85a006138ffd6f99c675f4416efc53cb25a8b47ddfeef4af11
|
||||
SIZE (watchmen-0.02.tar.gz) = 10237
|
3
sysutils/watchmen/pkg-descr
Normal file
3
sysutils/watchmen/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Watch and restart daemons
|
||||
|
||||
WWW: http://watchmen.googlecode.com
|
Loading…
Reference in New Issue
Block a user