diff options
author | Volker Stolz <vs@FreeBSD.org> | 2006-05-12 17:52:22 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2006-05-12 17:52:22 +0000 |
commit | 3f8abb937a277cb1353f490a57f6daaef4e7cca7 (patch) | |
tree | 43f1083d63291cf509926448459015cc73e0d475 /x11-clocks | |
parent | f9884d1c0e012e8d6dc9f5995419b98ca251a2f2 (diff) | |
download | ports-3f8abb937a277cb1353f490a57f6daaef4e7cca7.tar.gz ports-3f8abb937a277cb1353f490a57f6daaef4e7cca7.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/Makefile | 1 | ||||
-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 |
5 files changed, 44 insertions, 0 deletions
diff --git a/x11-clocks/Makefile b/x11-clocks/Makefile index a6c88bbf395b..0e11816ac15e 100644 --- a/x11-clocks/Makefile +++ b/x11-clocks/Makefile @@ -34,6 +34,7 @@ SUBDIR += swisswatch SUBDIR += t3d SUBDIR += tclock + SUBDIR += tktz SUBDIR += washerdryer SUBDIR += wmbday SUBDIR += wmbinclock 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 |