From iwerdon@gmail.com  Mon May  1 22:52:38 2006
Return-Path: <iwerdon@gmail.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BA89B16A429
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  1 May 2006 22:52:38 +0000 (UTC)
	(envelope-from iwerdon@gmail.com)
Received: from horse.iptelecom.net.ua (horse.iptelecom.net.ua [212.9.224.8])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8EDBD43D79
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  1 May 2006 22:52:33 +0000 (GMT)
	(envelope-from iwerdon@gmail.com)
Received: from h104.242.159.dialup.iptcom.net ([213.159.242.104]:34010 "EHLO
        medieval.world" ident: "SOCKFAULT1" whoson: "sgf05")
        by horse.iptelecom.net.ua with ESMTP id S1219410AbWEAWwc (INRCPT
        <rfc822;FreeBSD-gnats-submit@freebsd.org>);
        Tue, 2 May 2006 01:52:32 +0300
Received: from medieval.world (medieval.world [127.0.0.1])
        by medieval.world (8.13.4/8.13.4) with ESMTP id k41Mpex8002360
        for <FreeBSD-gnats-submit@freebsd.org>; Tue, 2 May 2006 01:51:40 +0300 (EEST)
        (envelope-from alex@medieval.world)
Received: (from alex@localhost)
        by medieval.world (8.13.4/8.13.4/Submit) id k41Mn0Hd002303;
        Tue, 2 May 2006 01:49:00 +0300 (EEST)
        (envelope-from alex)
Message-Id: <200605012249.k41Mn0Hd002303@medieval.world>
Date: Tue, 2 May 2006 01:49:00 +0300 (EEST)
From: Alexander Gromnizki <gromnizki@unixdev.net>
Reply-To: Alexander Gromnizki <gromnizki@unixdev.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: x11-clocks/tktz
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         96636
>Category:       ports
>Synopsis:       New port: x11-clocks/tktz
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 01 23:00:29 GMT 2006
>Closed-Date:    Fri May 12 18:01:23 GMT 2006
>Last-Modified:  Fri May 12 18:01:23 GMT 2006
>Originator:     Alexander Gromnizki
>Release:        FreeBSD 6.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD medieval 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Fri Apr 14 08:20:22 EEST 2006 alex@medieval:/usr/src/sys/i386/compile/AG_6_0_2006_04_14 i386
>Description:
	New port: x11-clocks/tktz A Tcl/Tk-based timezone viewer
>How-To-Repeat:
	
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	tktz
#	tktz/Makefile
#	tktz/distinfo
#	tktz/pkg-descr
#	tktz/pkg-plist
#
echo c - tktz
mkdir -p tktz > /dev/null 2>&1
echo x - tktz/Makefile
sed 's/^X//' >tktz/Makefile << 'END-of-tktz/Makefile'
X# New ports collection makefile for:	tktz
X# Date created:				2 May 2006
X# Whom:					Alexander Gromnizki
X#
X# $FreeBSD$
X#
X
XPORTNAME=	tktz
XPORTVERSION=	0.1
XCATEGORIES=	x11-clocks tk84
XMASTER_SITES=	http://gromnizki.unixdev.net/soft/
X
XMAINTAINER=	gromnizki@unixdev.net
XCOMMENT=	A Tcl/Tk-based timezone viewer
X
XRUN_DEPENDS=	wish8.4:${PORTSDIR}/x11-toolkits/tk84
X
XNO_BUILD=	yes
X
Xdo-install:
X	@ ${MKDIR} ${PREFIX}/lib/tktz
X	@ ${INSTALL_SCRIPT} ${WRKSRC}/tktz ${PREFIX}/lib/tktz
X	@ ${LN} -sf ${PREFIX}/lib/tktz/tktz ${PREFIX}/bin
X.for file in tktz.help README LICENSE
X	@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/lib/tktz
X.endfor
X
X.include <bsd.port.mk>
END-of-tktz/Makefile
echo x - tktz/distinfo
sed 's/^X//' >tktz/distinfo << 'END-of-tktz/distinfo'
XMD5 (tktz-0.1.tar.gz) = 6c3c0a4908ef4f9e16050dd9041e2b41
XSIZE (tktz-0.1.tar.gz) = 8703
END-of-tktz/distinfo
echo x - tktz/pkg-descr
sed 's/^X//' >tktz/pkg-descr << 'END-of-tktz/pkg-descr'
Xtktz will help you to guess the current time in another country. It
Xreads special timezone description file (/usr/share/zoneinfo/zone.tab)
Xand shows you a list of the countries and zone name for each entry.
X
XWWW: http://gromnizki.unixdev.net
X
X- Alexander Gromnizki
END-of-tktz/pkg-descr
echo x - tktz/pkg-plist
sed 's/^X//' >tktz/pkg-plist << 'END-of-tktz/pkg-plist'
Xbin/tktz
Xlib/tktz/LICENSE
Xlib/tktz/README
Xlib/tktz/tktz
Xlib/tktz/tktz.help
X@dirrm lib/tktz
END-of-tktz/pkg-plist
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: vs 
State-Changed-When: Fri May 12 18:00:55 UTC 2006 
State-Changed-Why:  
New port added, thanks for your contribution! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=96636 
>Unformatted:
