summaryrefslogtreecommitdiff
path: root/sysutils/fcron
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-03-01 16:33:19 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-03-01 16:33:19 +0000
commit7397080b2df2e0485bbf86bd6a04f963e5081c06 (patch)
tree8437c04f19777c7209475ed081ebbecd8f50802e /sysutils/fcron
parentNew port: mudsh: An "intelligent" game-like shell (diff)
add fcron, a periodical command scheduler
Notes
Notes: svn path=/head/; revision=38942
Diffstat (limited to 'sysutils/fcron')
-rw-r--r--sysutils/fcron/Makefile36
-rw-r--r--sysutils/fcron/distinfo1
-rw-r--r--sysutils/fcron/pkg-comment1
-rw-r--r--sysutils/fcron/pkg-descr11
-rw-r--r--sysutils/fcron/pkg-plist13
5 files changed, 62 insertions, 0 deletions
diff --git a/sysutils/fcron/Makefile b/sysutils/fcron/Makefile
new file mode 100644
index 000000000000..99aca6f9c0a1
--- /dev/null
+++ b/sysutils/fcron/Makefile
@@ -0,0 +1,36 @@
+# ex:ts=8
+# New ports collection makefile for: fcron
+# Date created: Mar 1, 2001
+# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= fcron
+PORTVERSION= 1.0.1
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_SUNSITE} \
+ http://fcron.free.fr/
+MASTER_SITE_SUBDIR= system/daemons/cron
+DISTNAME= ${PORTNAME}-${PORTVERSION}.src
+
+MAINTAINER= ijliao@FreeBSD.org
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --with-cflags="${CFLAGS}" \
+ --with-rootname=root --with-rootgroup=wheel \
+ --with-answer-all=yes
+
+.if !defined(NOPORTDOCS)
+CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/fcron
+PLIST_SUB= PORTVERSION=${PORTVERSION}
+.endif
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
+MAN1= fcrontab.1
+MAN3= bitstring.3
+MAN5= fcrontab.5
+MAN8= fcron.8
+
+.include <bsd.port.mk>
diff --git a/sysutils/fcron/distinfo b/sysutils/fcron/distinfo
new file mode 100644
index 000000000000..4913e90ef998
--- /dev/null
+++ b/sysutils/fcron/distinfo
@@ -0,0 +1 @@
+MD5 (fcron-1.0.1.src.tar.gz) = 6feda3967138eb03966d391e50fcea78
diff --git a/sysutils/fcron/pkg-comment b/sysutils/fcron/pkg-comment
new file mode 100644
index 000000000000..db725fcfb76a
--- /dev/null
+++ b/sysutils/fcron/pkg-comment
@@ -0,0 +1 @@
+Fcron is a periodical command scheduler
diff --git a/sysutils/fcron/pkg-descr b/sysutils/fcron/pkg-descr
new file mode 100644
index 000000000000..62236f3761a7
--- /dev/null
+++ b/sysutils/fcron/pkg-descr
@@ -0,0 +1,11 @@
+Fcron is a scheduler. It aims at replacing Vixie Cron, so it
+implements most of its functionalities. But contrary to Vixie Cron,
+fcron does not need your system to be up 7 days a week, 24 hours a
+day : it also works well with systems which are not running neither
+all the time nor regularly (contrary to anacrontab). To do so, fcron
+allows you to use the standard mode in which you tell it to execute
+one command at a given date and hour and to make it run a command
+according to its time of execution, which is normally the same as
+system up time.
+
+WWW: http://fcron.free.fr/
diff --git a/sysutils/fcron/pkg-plist b/sysutils/fcron/pkg-plist
new file mode 100644
index 000000000000..923a2e83787c
--- /dev/null
+++ b/sysutils/fcron/pkg-plist
@@ -0,0 +1,13 @@
+bin/fcrontab
+sbin/fcron
+etc/fcron.allow
+etc/fcron.deny
+etc/rc.d/fcron.sh
+%%PORTDOCS%%share/doc/fcron/fcron-%%PORTVERSION%%/CHANGES
+%%PORTDOCS%%share/doc/fcron/fcron-%%PORTVERSION%%/LICENSE
+%%PORTDOCS%%share/doc/fcron/fcron-%%PORTVERSION%%/README
+%%PORTDOCS%%share/doc/fcron/fcron-%%PORTVERSION%%/fcron.8.html
+%%PORTDOCS%%share/doc/fcron/fcron-%%PORTVERSION%%/fcrontab.1.html
+%%PORTDOCS%%share/doc/fcron/fcron-%%PORTVERSION%%/fcrontab.5.html
+%%PORTDOCS%%@dirrm share/doc/fcron/fcron-%%PORTVERSION%%
+%%PORTDOCS%%@dirrm share/doc/fcron