summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjwise <jwise@pkgsrc.org>2000-08-30 22:56:17 +0000
committerjwise <jwise@pkgsrc.org>2000-08-30 22:56:17 +0000
commit9eeb14d09430242f79bfaac7fc1d0eef6294af49 (patch)
treeaba93ed7304feb50004a328dda4dd8be4909b875
parent29a41fc76446b43c5e34dc7bb6fc50e3b53988cf (diff)
downloadpkgsrc-9eeb14d09430242f79bfaac7fc1d0eef6294af49.tar.gz
On second thought, remove this entirely. It will be re-imported under
`sysutils', where it belongs.
-rw-r--r--x11/tkcron/Makefile21
-rw-r--r--x11/tkcron/files/Makefile15
-rw-r--r--x11/tkcron/files/md53
-rw-r--r--x11/tkcron/files/patch-sum4
-rw-r--r--x11/tkcron/patches/patch-aa13
-rw-r--r--x11/tkcron/pkg/COMMENT1
-rw-r--r--x11/tkcron/pkg/DESCR6
-rw-r--r--x11/tkcron/pkg/PLIST2
8 files changed, 0 insertions, 65 deletions
diff --git a/x11/tkcron/Makefile b/x11/tkcron/Makefile
deleted file mode 100644
index 49027c28125..00000000000
--- a/x11/tkcron/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.9 1999/04/26 19:30:28 garbled Exp $
-# FreeBSD Id: Makefile,v 1.5 1997/11/22 20:10:39 jseger Exp
-#
-
-DISTNAME= tkcron-2.12
-CATEGORIES= x11 tk80
-MASTER_SITES= ftp://ftp.neosoft.com/languages/tcl/alcatel/code/
-EXTRACT_SUFX= .tcl.gz
-
-MAINTAINER= sander@haldjas.folklore.ee
-
-DEPENDS+= tk-8.0.5:../../x11/tk80
-
-USE_X11= yes
-EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} > tkcron.tcl
-NO_WRKSUBDIR= yes
-
-post-extract:
- @${CP} ${FILESDIR}/Makefile ${WRKSRC}
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/x11/tkcron/files/Makefile b/x11/tkcron/files/Makefile
deleted file mode 100644
index 1d8bd140b07..00000000000
--- a/x11/tkcron/files/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# $NetBSD: Makefile,v 1.2 1998/08/07 11:18:18 agc Exp $
-#
-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
deleted file mode 100644
index 949b7379cc7..00000000000
--- a/x11/tkcron/files/md5
+++ /dev/null
@@ -1,3 +0,0 @@
-$NetBSD: md5,v 1.2 1998/08/07 13:29:07 agc Exp $
-
-MD5 (tkcron-2.12.tcl.gz) = 585a44f793c0b8a8a353f79a217deda0
diff --git a/x11/tkcron/files/patch-sum b/x11/tkcron/files/patch-sum
deleted file mode 100644
index edf10f409a9..00000000000
--- a/x11/tkcron/files/patch-sum
+++ /dev/null
@@ -1,4 +0,0 @@
-$NetBSD: patch-sum,v 1.1 1999/07/09 14:23:31 agc Exp $
-
-MD5 (patch-aa) = 33e14caf5a05b208d791550c4c452878
-MD5 (patch-ab) = 7796bb84ce64171d2d4bc1d13ad494d8
diff --git a/x11/tkcron/patches/patch-aa b/x11/tkcron/patches/patch-aa
deleted file mode 100644
index 06e211bc4b2..00000000000
--- a/x11/tkcron/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.2 1998/08/07 11:18:18 agc Exp $
-
---- 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
deleted file mode 100644
index e6981c7c8b3..00000000000
--- a/x11/tkcron/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Frontend to crontab
diff --git a/x11/tkcron/pkg/DESCR b/x11/tkcron/pkg/DESCR
deleted file mode 100644
index 757ac1e020b..00000000000
--- a/x11/tkcron/pkg/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-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
deleted file mode 100644
index d5f9e6d1dc5..00000000000
--- a/x11/tkcron/pkg/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 1997/11/06 10:03:05 agc Exp $
-bin/tkcron