aboutsummaryrefslogtreecommitdiff
path: root/misc/tkcron
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-12-15 03:18:03 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-12-15 03:18:03 +0000
commitdad50d99b195f0597431757a3b8c63f1012e6731 (patch)
tree544072f356f3cefa26a6a5225882423a4ffe98f4 /misc/tkcron
parentbdd1e6bdc450acf24d30eda8055d33f1e61037d3 (diff)
downloadports-dad50d99b195f0597431757a3b8c63f1012e6731.tar.gz
ports-dad50d99b195f0597431757a3b8c63f1012e6731.zip
Remove expired ports.
Notes
Notes: svn path=/head/; revision=151214
Diffstat (limited to 'misc/tkcron')
-rw-r--r--misc/tkcron/Makefile32
-rw-r--r--misc/tkcron/distinfo2
-rw-r--r--misc/tkcron/files/Makefile16
-rw-r--r--misc/tkcron/files/patch-aa11
-rw-r--r--misc/tkcron/pkg-descr6
5 files changed, 0 insertions, 67 deletions
diff --git a/misc/tkcron/Makefile b/misc/tkcron/Makefile
deleted file mode 100644
index 1c016026a5aa..000000000000
--- a/misc/tkcron/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: tkcron-2.12
-# Date created: 30 July 1996
-# Whom: Sander Vesik <sander@haldjas.folklore.ee>
-#
-# $FreeBSD$
-#
-
-PORTNAME= tkcron
-PORTVERSION= 2.12
-CATEGORIES= misc tk82
-MASTER_SITES= # disappeared
-EXTRACT_SUFX= .tcl.gz
-
-MAINTAINER= sander@haldjas.folklore.ee
-COMMENT= A frontend to crontab
-
-BROKEN= "mastersite disappeared"
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE= 2005-12-11
-
-RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
-
-EXTRACT_CMD= ${GZIP_CMD}
-EXTRACT_BEFORE_ARGS= -cd
-EXTRACT_AFTER_ARGS= > tkcron.tcl
-NO_WRKSUBDIR= yes
-PLIST_FILES= bin/tkcron
-
-post-extract:
- @${CP} ${FILESDIR}/Makefile ${WRKSRC}
-
-.include <bsd.port.mk>
diff --git a/misc/tkcron/distinfo b/misc/tkcron/distinfo
deleted file mode 100644
index 3d7b47e35322..000000000000
--- a/misc/tkcron/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (tkcron-2.12.tcl.gz) = 585a44f793c0b8a8a353f79a217deda0
-SIZE (tkcron-2.12.tcl.gz) = 4545
diff --git a/misc/tkcron/files/Makefile b/misc/tkcron/files/Makefile
deleted file mode 100644
index b18a1dee335f..000000000000
--- a/misc/tkcron/files/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# $FreeBSD$
-#
-
-BINDIR= ${PREFIX}/bin
-WISHDIR?= ${BINDIR}
-
-all: tkcron
-
-tkcron:
- sed -e "\:/usr/local/bin/wish: s;;${BINDIR}/wish8.2;g" tkcron.tcl > tkcron
-
-install: all
- install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} tkcron ${BINDIR}
-
-.include <bsd.own.mk>
diff --git a/misc/tkcron/files/patch-aa b/misc/tkcron/files/patch-aa
deleted file mode 100644
index b6c4026ef5ad..000000000000
--- a/misc/tkcron/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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/misc/tkcron/pkg-descr b/misc/tkcron/pkg-descr
deleted file mode 100644
index 757ac1e020b9..000000000000
--- a/misc/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