diff options
author | vs <vs@FreeBSD.org> | 2006-05-13 01:52:22 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2006-05-13 01:52:22 +0800 |
commit | 981a999859c39bdad9cd7ee908f18c45a9612390 (patch) | |
tree | f0086c56e98c660ff0b138b8a4233e5dc2b08622 /x11-clocks/tktz | |
parent | c714505fb930a6e483d707c273dfd0f8b8e9d828 (diff) | |
download | freebsd-ports-gnome-981a999859c39bdad9cd7ee908f18c45a9612390.tar.gz freebsd-ports-gnome-981a999859c39bdad9cd7ee908f18c45a9612390.tar.zst freebsd-ports-gnome-981a999859c39bdad9cd7ee908f18c45a9612390.zip |
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
- Alexander Gromnizki
PR: ports/96636
Submitted by: Alexander Gromnizki
Diffstat (limited to 'x11-clocks/tktz')
-rw-r--r-- | x11-clocks/tktz/Makefile | 28 | ||||
-rw-r--r-- | x11-clocks/tktz/distinfo | 2 | ||||
-rw-r--r-- | x11-clocks/tktz/pkg-descr | 7 | ||||
-rw-r--r-- | x11-clocks/tktz/pkg-plist | 6 |
4 files changed, 43 insertions, 0 deletions
diff --git a/x11-clocks/tktz/Makefile b/x11-clocks/tktz/Makefile new file mode 100644 index 000000000000..643d7004062a --- /dev/null +++ b/x11-clocks/tktz/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: tktz +# Date created: 2 May 2006 +# Whom: Alexander Gromnizki +# +# $FreeBSD$ +# + +PORTNAME= tktz +PORTVERSION= 0.1 +CATEGORIES= x11-clocks tk84 +MASTER_SITES= http://gromnizki.unixdev.net/soft/ + +MAINTAINER= gromnizki@unixdev.net +COMMENT= A Tcl/Tk-based timezone viewer + +RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 + +NO_BUILD= yes + +do-install: + @ ${MKDIR} ${PREFIX}/lib/tktz + @ ${INSTALL_SCRIPT} ${WRKSRC}/tktz ${PREFIX}/lib/tktz + @ ${LN} -sf ${PREFIX}/lib/tktz/tktz ${PREFIX}/bin +.for file in tktz.help README LICENSE + @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/lib/tktz +.endfor + +.include <bsd.port.mk> diff --git a/x11-clocks/tktz/distinfo b/x11-clocks/tktz/distinfo new file mode 100644 index 000000000000..30d32575d8b6 --- /dev/null +++ b/x11-clocks/tktz/distinfo @@ -0,0 +1,2 @@ +MD5 (tktz-0.1.tar.gz) = 6c3c0a4908ef4f9e16050dd9041e2b41 +SIZE (tktz-0.1.tar.gz) = 8703 diff --git a/x11-clocks/tktz/pkg-descr b/x11-clocks/tktz/pkg-descr new file mode 100644 index 000000000000..451e1f287da6 --- /dev/null +++ b/x11-clocks/tktz/pkg-descr @@ -0,0 +1,7 @@ +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 + +- Alexander Gromnizki diff --git a/x11-clocks/tktz/pkg-plist b/x11-clocks/tktz/pkg-plist new file mode 100644 index 000000000000..afa8c56774ae --- /dev/null +++ b/x11-clocks/tktz/pkg-plist @@ -0,0 +1,6 @@ +bin/tktz +lib/tktz/LICENSE +lib/tktz/README +lib/tktz/tktz +lib/tktz/tktz.help +@dirrm lib/tktz |