[Midnightbsd-cvs] mports [15822] trunk/sysutils: add isc-cron port.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jan 5 23:17:31 EST 2014


Revision: 15822
          http://svnweb.midnightbsd.org/mports/?rev=15822
Author:   laffer1
Date:     2014-01-05 23:17:30 -0500 (Sun, 05 Jan 2014)
Log Message:
-----------
add isc-cron port.

Modified Paths:
--------------
    trunk/sysutils/Makefile

Added Paths:
-----------
    trunk/sysutils/isc-cron/
    trunk/sysutils/isc-cron/Makefile
    trunk/sysutils/isc-cron/distinfo
    trunk/sysutils/isc-cron/files/
    trunk/sysutils/isc-cron/files/patch-Makefile
    trunk/sysutils/isc-cron/files/pkg-message.in
    trunk/sysutils/isc-cron/pkg-descr

Modified: trunk/sysutils/Makefile
===================================================================
--- trunk/sysutils/Makefile	2014-01-06 04:08:35 UTC (rev 15821)
+++ trunk/sysutils/Makefile	2014-01-06 04:17:30 UTC (rev 15822)
@@ -56,6 +56,7 @@
 SUBDIR += gstreamer-plugins-hal
 SUBDIR += hal
 SUBDIR += hal-info
+SUBDIR += isc-cron
 SUBDIR += kcm-polkit-kde
 SUBDIR += kdeadmin4
 SUBDIR += ksysguardd

Added: trunk/sysutils/isc-cron/Makefile
===================================================================
--- trunk/sysutils/isc-cron/Makefile	                        (rev 0)
+++ trunk/sysutils/isc-cron/Makefile	2014-01-06 04:17:30 UTC (rev 15822)
@@ -0,0 +1,38 @@
+# $MidnightBSD$
+
+PORTNAME=	isc-cron
+PORTVERSION=	4.1
+CATEGORIES=	sysutils
+MASTER_SITES=	${MASTER_SITE_ISC}
+MASTER_SITE_SUBDIR=	cron
+DISTNAME=	cron_${PORTVERSION}.shar
+EXTRACT_SUFX=
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	ISC Cron, former Vixie Cron
+
+LICENSE=	mit
+
+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
+	${CHOWN} root ${PREFIX}/bin/crontab
+	${CHMOD} 4555 ${PREFIX}/bin/crontab
+	${INSTALL_MAN} ${WRKSRC}/crontab.1 ${PREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/crontab.5 ${PREFIX}/man/man5
+	${INSTALL_MAN} ${WRKSRC}/cron.8 ${PREFIX}/man/man8
+
+.include <bsd.port.mk>

Added: trunk/sysutils/isc-cron/distinfo
===================================================================
--- trunk/sysutils/isc-cron/distinfo	                        (rev 0)
+++ trunk/sysutils/isc-cron/distinfo	2014-01-06 04:17:30 UTC (rev 15822)
@@ -0,0 +1,2 @@
+SHA256 (cron_4.1.shar) = c445837756fb988f2c95db8dc55d7937d14bca0cdfa292de81322ca2556ec39a
+SIZE (cron_4.1.shar) = 205506

Added: trunk/sysutils/isc-cron/files/patch-Makefile
===================================================================
--- trunk/sysutils/isc-cron/files/patch-Makefile	                        (rev 0)
+++ trunk/sysutils/isc-cron/files/patch-Makefile	2014-01-06 04:17:30 UTC (rev 15822)
@@ -0,0 +1,11 @@
+--- Makefile.orig	2013-10-18 04:21:17.000000000 +1100
++++ Makefile	2013-10-18 04:21:22.000000000 +1100
+@@ -66,7 +66,7 @@
+ #<<lint flags of choice?>>
+ LINTFLAGS	=	-hbxa $(INCLUDE) $(DEBUGGING)
+ #<<want to use a nonstandard CC?>>
+-CC		=	gcc -Wall -Wno-unused -Wno-comment
++CC		=	cc -Wall -Wno-unused -Wno-comment
+ #<<manifest defines>>
+ DEFS		=
+ #(SGI IRIX systems need this)

Added: trunk/sysutils/isc-cron/files/pkg-message.in
===================================================================
--- trunk/sysutils/isc-cron/files/pkg-message.in	                        (rev 0)
+++ trunk/sysutils/isc-cron/files/pkg-message.in	2014-01-06 04:17:30 UTC (rev 15822)
@@ -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.

Added: trunk/sysutils/isc-cron/pkg-descr
===================================================================
--- trunk/sysutils/isc-cron/pkg-descr	                        (rev 0)
+++ trunk/sysutils/isc-cron/pkg-descr	2014-01-06 04:17:30 UTC (rev 15822)
@@ -0,0 +1,3 @@
+ISC cron, replacement for Vixie cron.
+
+WWW: ftp://ftp.isc.org/isc/cron/



More information about the Midnightbsd-cvs mailing list