From 240eed442d1f97f7d7dd9430673499ef25dd1f36 Mon Sep 17 00:00:00 2001 From: hubertf Date: Sat, 11 Oct 1997 21:53:59 +0000 Subject: Import as of 09/25/97 --- x11/tkcron/Makefile | 27 +++++++++++++++++++++++++++ x11/tkcron/files/Makefile | 12 ++++++++++++ x11/tkcron/files/md5 | 1 + x11/tkcron/patches/patch-aa | 11 +++++++++++ x11/tkcron/pkg/COMMENT | 1 + x11/tkcron/pkg/DESCR | 6 ++++++ x11/tkcron/pkg/PLIST | 1 + 7 files changed, 59 insertions(+) create mode 100644 x11/tkcron/Makefile create mode 100644 x11/tkcron/files/Makefile create mode 100644 x11/tkcron/files/md5 create mode 100644 x11/tkcron/patches/patch-aa create mode 100644 x11/tkcron/pkg/COMMENT create mode 100644 x11/tkcron/pkg/DESCR create mode 100644 x11/tkcron/pkg/PLIST (limited to 'x11/tkcron') 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 +# +# $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 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 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 -- cgit v1.2.3