summaryrefslogtreecommitdiff
path: root/x11/tkcron
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1997-10-11 21:53:59 +0000
committerhubertf <hubertf@pkgsrc.org>1997-10-11 21:53:59 +0000
commit240eed442d1f97f7d7dd9430673499ef25dd1f36 (patch)
treecd1e0be6347cb17aeb9201b0ecc45b0286c98b53 /x11/tkcron
parent652e2956ee0721786181dcf43d7559a17c9b93f9 (diff)
downloadpkgsrc-240eed442d1f97f7d7dd9430673499ef25dd1f36.tar.gz
Import as of 09/25/97
Diffstat (limited to 'x11/tkcron')
-rw-r--r--x11/tkcron/Makefile27
-rw-r--r--x11/tkcron/files/Makefile12
-rw-r--r--x11/tkcron/files/md51
-rw-r--r--x11/tkcron/patches/patch-aa11
-rw-r--r--x11/tkcron/pkg/COMMENT1
-rw-r--r--x11/tkcron/pkg/DESCR6
-rw-r--r--x11/tkcron/pkg/PLIST1
7 files changed, 59 insertions, 0 deletions
diff --git a/x11/tkcron/Makefile b/x11/tkcron/Makefile
new file mode 100644
index 00000000000..f4b2d23dccb
--- /dev/null
+++ b/x11/tkcron/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: tkcron-2.12
+# Version required: 2.12
+# Date created: 30 July 1996
+# Whom: Sander Vesik <sander@haldjas.folklore.ee>
+#
+# $Id: Makefile,v 1.1.1.1 1997/10/11 21:55:02 hubertf Exp $
+#
+
+DISTNAME= tkcron-2.12
+DISTFILES= tkcron-2.12.tcl.gz
+CATEGORIES= misc tk41
+MASTER_SITES= ftp://ftp.neosoft.com/languages/tcl/alcatel/code/
+EXTRACT_SUFX= .tcl.gz
+
+MAINTAINER= sander@haldjas.folklore.ee
+
+RUN_DEPENDS= wish4\.1:${PORTSDIR}/x11/tk41
+
+EXTRACT_CMD= ${GZIP_CMD}
+EXTRACT_BEFORE_ARGS= -cd
+EXTRACT_AFTER_ARGS= > tkcron.tcl
+NO_WRKSUBDIR= yes
+
+post-extract:
+ @${CP} ${FILESDIR}/Makefile ${WRKSRC}
+
+.include <bsd.port.mk>
diff --git a/x11/tkcron/files/Makefile b/x11/tkcron/files/Makefile
new file mode 100644
index 00000000000..c9903f00c0f
--- /dev/null
+++ b/x11/tkcron/files/Makefile
@@ -0,0 +1,12 @@
+BINDIR= ${PREFIX}/bin
+WISHDIR?= ${BINDIR}
+
+all: tkcron
+
+tkcron:
+ sed -e "\:/usr/local/bin/wish: s;;${BINDIR}/wish4.1;g" tkcron.tcl > tkcron
+
+install: all
+ install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} tkcron ${BINDIR}
+
+.include <bsd.own.mk>
diff --git a/x11/tkcron/files/md5 b/x11/tkcron/files/md5
new file mode 100644
index 00000000000..1fcf6b29e07
--- /dev/null
+++ b/x11/tkcron/files/md5
@@ -0,0 +1 @@
+MD5 (tkcron-2.12.tcl.gz) = 585a44f793c0b8a8a353f79a217deda0
diff --git a/x11/tkcron/patches/patch-aa b/x11/tkcron/patches/patch-aa
new file mode 100644
index 00000000000..b6c4026ef5a
--- /dev/null
+++ b/x11/tkcron/patches/patch-aa
@@ -0,0 +1,11 @@
+--- tkcron.tcl Sat Aug 3 17:53:42 1996
++++ tkcron.tcl Sat Aug 3 17:52:03 1996
+@@ -281,6 +281,7 @@
+
+ # Return the crontab string as a list
+ proc parseCrontabFile {str} {
++ set result ""
+ set crontablist [split $str \n]
+ set listlength [llength $crontablist]
+ for {set i 0} {$i < $listlength} {incr i 1} {
+
diff --git a/x11/tkcron/pkg/COMMENT b/x11/tkcron/pkg/COMMENT
new file mode 100644
index 00000000000..c3edc3e3773
--- /dev/null
+++ b/x11/tkcron/pkg/COMMENT
@@ -0,0 +1 @@
+A frontend to crontab.
diff --git a/x11/tkcron/pkg/DESCR b/x11/tkcron/pkg/DESCR
new file mode 100644
index 00000000000..757ac1e020b
--- /dev/null
+++ b/x11/tkcron/pkg/DESCR
@@ -0,0 +1,6 @@
+Tkcron is a frontend to crontab which allows the user to conviniently
+add/modify/install/remove cron jobs.
+
+This is crontab version 2.12
+
+ Sander
diff --git a/x11/tkcron/pkg/PLIST b/x11/tkcron/pkg/PLIST
new file mode 100644
index 00000000000..6bac0b2ad7b
--- /dev/null
+++ b/x11/tkcron/pkg/PLIST
@@ -0,0 +1 @@
+bin/tkcron