aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks/tktz
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-05-05 15:38:11 +0000
committerRene Ladan <rene@FreeBSD.org>2020-05-05 15:38:11 +0000
commit0786acb3155523a38d1442f3c16ca56750f1db04 (patch)
tree42843d6e23bc6be789c7f1284cdc61d43d3c0942 /x11-clocks/tktz
parente0510744daebb2bb9f73bf707c276e02e4c191fe (diff)
downloadports-0786acb3155523a38d1442f3c16ca56750f1db04.tar.gz
ports-0786acb3155523a38d1442f3c16ca56750f1db04.zip
Notes
Diffstat (limited to 'x11-clocks/tktz')
-rw-r--r--x11-clocks/tktz/Makefile31
-rw-r--r--x11-clocks/tktz/distinfo2
-rw-r--r--x11-clocks/tktz/files/patch-tktz11
-rw-r--r--x11-clocks/tktz/pkg-descr5
-rw-r--r--x11-clocks/tktz/pkg-plist6
5 files changed, 0 insertions, 55 deletions
diff --git a/x11-clocks/tktz/Makefile b/x11-clocks/tktz/Makefile
deleted file mode 100644
index 0c20d973d425..000000000000
--- a/x11-clocks/tktz/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: Alexander Gromnizki
-# $FreeBSD$
-
-PORTNAME= tktz
-PORTVERSION= 0.2
-PORTREVISION= 2
-CATEGORIES= x11-clocks tk
-MASTER_SITES= http://gromnizki.unixdev.net/soft/
-
-MAINTAINER= gromnizki@unixdev.net
-COMMENT= Tcl/Tk-based timezone viewer
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
-USES= tk:run
-NO_BUILD= yes
-
-post-patch:
- ${REINPLACE_CMD} -e 's|%%TK_VER%%|${TK_VER}|' ${WRKSRC}/tktz
-
-do-install:
- ${MKDIR} ${STAGEDIR}${PREFIX}/lib/tktz
- ${INSTALL_SCRIPT} ${WRKSRC}/tktz ${STAGEDIR}${PREFIX}/lib/tktz
- ${LN} -sf ${PREFIX}/lib/tktz/tktz ${STAGEDIR}${PREFIX}/bin
-.for file in tktz.help README LICENSE NEWS
- ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/lib/tktz
-.endfor
-
-.include <bsd.port.mk>
diff --git a/x11-clocks/tktz/distinfo b/x11-clocks/tktz/distinfo
deleted file mode 100644
index cbd01fa9d2a6..000000000000
--- a/x11-clocks/tktz/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (tktz-0.2.tar.gz) = 5472c7812b0dc8890280fd6271a611c04aa842506ca6deeefb042664de6253d4
-SIZE (tktz-0.2.tar.gz) = 9766
diff --git a/x11-clocks/tktz/files/patch-tktz b/x11-clocks/tktz/files/patch-tktz
deleted file mode 100644
index b8f642c57fff..000000000000
--- a/x11-clocks/tktz/files/patch-tktz
+++ /dev/null
@@ -1,11 +0,0 @@
---- tktz.orig 2014-01-11 18:51:04.000000000 +0800
-+++ tktz 2014-01-11 18:51:14.000000000 +0800
-@@ -1,7 +1,7 @@
- #!/bin/sh
- # -*-tcl-*- \
- # the next line restarts using wish \
--exec wish8.4 "$0" "$@"
-+exec wish%%TK_VER%% "$0" "$@"
-
- # tktz - timezone viewer.
- #
diff --git a/x11-clocks/tktz/pkg-descr b/x11-clocks/tktz/pkg-descr
deleted file mode 100644
index 16732397163b..000000000000
--- a/x11-clocks/tktz/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-tktz will help you to guess the current time in another country. It
-reads special timezone description file (/usr/share/zoneinfo/zone.tab)
-and shows you a list of the countries and zone name for each entry.
-
-WWW: http://gromnizki.unixdev.net
diff --git a/x11-clocks/tktz/pkg-plist b/x11-clocks/tktz/pkg-plist
deleted file mode 100644
index 491d7d5b950a..000000000000
--- a/x11-clocks/tktz/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-bin/tktz
-lib/tktz/LICENSE
-lib/tktz/README
-lib/tktz/NEWS
-lib/tktz/tktz
-lib/tktz/tktz.help