mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
ISC cron, successor of Vixie Cron
WWW: ftp://ftp.isc.org/isc/cron/
This commit is contained in:
parent
08feb35772
commit
c787d04663
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218174
5 changed files with 56 additions and 0 deletions
|
@ -331,6 +331,7 @@
|
|||
SUBDIR += ipmi-kmod
|
||||
SUBDIR += ipmitool
|
||||
SUBDIR += ipsc
|
||||
SUBDIR += isc-cron
|
||||
SUBDIR += isomaster
|
||||
SUBDIR += isomd5sum
|
||||
SUBDIR += ispman
|
||||
|
|
41
sysutils/isc-cron/Makefile
Normal file
41
sysutils/isc-cron/Makefile
Normal file
|
@ -0,0 +1,41 @@
|
|||
# New ports collection makefile for: isc-cron
|
||||
# Date created: 7 August 2008
|
||||
# Whom: Edwin Groothuis <edwin@mavetju.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= isc-cron
|
||||
PORTVERSION= 4.1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_ISC}
|
||||
DISTNAME= cron_${PORTVERSION}.shar
|
||||
EXTRACT_SUFX=
|
||||
|
||||
MAINTAINER= edwin@mavetju.org
|
||||
COMMENT= ISC Cron, former Vixie Cron
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
SUB_FILES= pkg-message
|
||||
PLIST_FILES= sbin/cron bin/crontab
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
MAN1= crontab.1
|
||||
MAN5= crontab.5
|
||||
MAN8= cron.8
|
||||
|
||||
do-extract:
|
||||
${MKDIR} ${WRKSRC}
|
||||
cd ${WRKSRC} && ${SH} ${DISTDIR}/${DISTNAME}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/cron ${PREFIX}/sbin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/crontab ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/crontab.1 ${PREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKSRC}/crontab.5 ${PREFIX}/man/man5
|
||||
${INSTALL_MAN} ${WRKSRC}/cron.8 ${PREFIX}/man/man8
|
||||
|
||||
post-install:
|
||||
${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/isc-cron/distinfo
Normal file
3
sysutils/isc-cron/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (cron_4.1.shar) = 5e1be9dbde66295821ac7899f2e1f561
|
||||
SHA256 (cron_4.1.shar) = c445837756fb988f2c95db8dc55d7937d14bca0cdfa292de81322ca2556ec39a
|
||||
SIZE (cron_4.1.shar) = 205506
|
8
sysutils/isc-cron/files/pkg-message.in
Normal file
8
sysutils/isc-cron/files/pkg-message.in
Normal file
|
@ -0,0 +1,8 @@
|
|||
Please add
|
||||
|
||||
cron_program="%%PREFIX%%/sbin/cron"
|
||||
|
||||
to your /etc/rc.conf to enable the ISC cron instead of the base
|
||||
Vixie cron.
|
||||
|
||||
Please use %%PREFIX%%/bin/crontab to edit the users crontab.
|
3
sysutils/isc-cron/pkg-descr
Normal file
3
sysutils/isc-cron/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
ISC cron, replacement for Vixie cron.
|
||||
|
||||
WWW: ftp://ftp.isc.org/isc/cron/
|
Loading…
Add table
Reference in a new issue