From dsh@neva.vlink.ru  Mon Aug 15 07:15:34 2005
Return-Path: <dsh@neva.vlink.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9AE3016A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 15 Aug 2005 07:15:34 +0000 (GMT)
	(envelope-from dsh@neva.vlink.ru)
Received: from deliver.smtp.vlink.ru (alias.rigel.internal.vlink.ru [217.23.88.17])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EAEF743D53
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 15 Aug 2005 07:15:33 +0000 (GMT)
	(envelope-from dsh@neva.vlink.ru)
Received: from smtp.smtp.vlink.ru (clamav.smtp.vlink.ru [192.168.4.1])
	by deliver.smtp.vlink.ru (Postfix) with ESMTP id 2DA7645174
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 15 Aug 2005 11:15:32 +0400 (MSD)
Received: from neva.vlink.ru (neva.vlink.ru [217.107.252.29])
	by smtp.smtp.vlink.ru (Postfix) with ESMTP id ECB8145161
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 15 Aug 2005 11:15:31 +0400 (MSD)
Received: from neva.vlink.ru (localhost [127.0.0.1])
	by neva.vlink.ru (8.13.4/8.13.4) with ESMTP id j7F7FQ4i002113;
	Mon, 15 Aug 2005 11:15:26 +0400 (MSD)
	(envelope-from dsh@neva.vlink.ru)
Received: (from dsh@localhost)
	by neva.vlink.ru (8.13.4/8.13.4/Submit) id j7F7FQ6Y002109;
	Mon, 15 Aug 2005 11:15:26 +0400 (MSD)
	(envelope-from dsh)
Message-Id: <200508150715.j7F7FQ6Y002109@neva.vlink.ru>
Date: Mon, 15 Aug 2005 11:15:26 +0400 (MSD)
From: Denis Shaposhnikov <dsh@vlink.ru>
Reply-To: Denis Shaposhnikov <dsh@vlink.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: dsh@neva.vlink.ru
Subject: new port: x11/tkXwin (Tcl/Tk library to detect idle periods of an X session)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         84940
>Category:       ports
>Synopsis:       new port: x11/tkXwin (Tcl/Tk library to detect idle periods of an X session)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    vsevolod
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 15 07:20:09 GMT 2005
>Closed-Date:    Wed Aug 31 12:25:52 GMT 2005
>Last-Modified:  Wed Aug 31 12:25:52 GMT 2005
>Originator:     Denis Shaposhnikov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD neva.vlink.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #21: Sun Aug 14 15:59:53 MSD 2005 dsh@neva.vlink.ru:/var/FreeBSD/obj/var/FreeBSD/src/sys/NEVA i386

>Description:

Tcl/Tk library to detect idle periods of an X session.

>How-To-Repeat:

# 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:
#
#	tkXwin/
#	tkXwin/distinfo
#	tkXwin/Makefile
#	tkXwin/files
#	tkXwin/files/patch-Makefile.in
#	tkXwin/pkg-plist
#	tkXwin/pkg-descr
#
echo c - tkXwin/
mkdir -p tkXwin/ > /dev/null 2>&1
echo x - tkXwin/distinfo
sed 's/^X//' >tkXwin/distinfo << 'END-of-tkXwin/distinfo'
XMD5 (tkXwin-1.0.tgz) = 1750b22a9b8e68013083d058562d4b65
XSIZE (tkXwin-1.0.tgz) = 168650
END-of-tkXwin/distinfo
echo x - tkXwin/Makefile
sed 's/^X//' >tkXwin/Makefile << 'END-of-tkXwin/Makefile'
X# New ports collection makefile for:	tkXwin
X# Date created:				Tue Aug  9 14:32:29 MSD 2005
X# Whom:					Denis Shaposhnikov <dsh@vlink.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	tkXwin
XPORTVERSION=	1.0
XCATEGORIES=	x11
XMASTER_SITES=	http://beepcore-tcl.sourceforge.net/
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	dsh@vlink.ru
XCOMMENT=	Tcl/Tk library to detect idle periods of an X session
X
XLIB_DEPENDS=	tcl${SHORT_TK_VER}:${PORTSDIR}/lang/tcl${SHORT_TK_VER} \
X		tk${SHORT_TK_VER}:${PORTSDIR}/x11-toolkits/tk${SHORT_TK_VER}
X
XGNU_CONFIGURE=	yes
XUSE_X_PREFIX=	yes
X
XCONFIGURE_ARGS=	--with-tcl=${LOCALBASE}/lib/tcl${TK_VER} \
X		--with-tclinclude=${LOCALBASE}/include/tcl${TK_VER} \
X		--with-tk=${LOCALBASE}/lib/tk${TK_VER} \
X		--with-tkinclude=${LOCALBASE}/include/tk${TK_VER}
XCONFIGURE_ENV=	INSTALL="${INSTALL_DATA}"
X
XTK_VER=		8.4
XSHORT_TK_VER=	${TK_VER:S/.//}
X
X.include <bsd.port.mk>
END-of-tkXwin/Makefile
echo c - tkXwin/files
mkdir -p tkXwin/files > /dev/null 2>&1
echo x - tkXwin/files/patch-Makefile.in
sed 's/^X//' >tkXwin/files/patch-Makefile.in << 'END-of-tkXwin/files/patch-Makefile.in'
X--- Makefile.in.orig	Sun Aug 25 10:29:52 2002
X+++ Makefile.in	Tue Aug  9 15:09:49 2005
X@@ -14,8 +14,8 @@
X # 
X 
X # if you have libXss.so, then uncomment the next two lines
X-#CFLAGS_XSS	= -DHAVE_SHARED_XSS
X-#LIB_XSS	= -L/usr/X11R6/lib -lXss 
X+CFLAGS_XSS	= -DHAVE_SHARED_XSS
X+LIB_XSS	= -L/usr/X11R6/lib -lXss 
X 
X 
X SHELL = @SHELL@
X@@ -145,7 +145,7 @@
X 
X tkXwin_version = 1:0:0
X 
X-INCLUDES = $(TCL_INCLUDES) $(TK_XINCLUDES) $(CFLAGS_XSS)
X+INCLUDES = $(TCL_INCLUDES) $(TK_INCLUDES) $(TK_XINCLUDES) $(CFLAGS_XSS)
X 
X common_sources = tkXwin.c
X 
END-of-tkXwin/files/patch-Makefile.in
echo x - tkXwin/pkg-plist
sed 's/^X//' >tkXwin/pkg-plist << 'END-of-tkXwin/pkg-plist'
Xlib/libtkXwin.la
Xlib/libtkXwin.so
Xlib/libtkXwin.so.1
X@cd %%LOCALBASE%%
Xlib/tkXwin/pkgIndex.tcl
Xlib/tkXwin/test.tcl
X@dirrm lib/tkXwin
END-of-tkXwin/pkg-plist
echo x - tkXwin/pkg-descr
sed 's/^X//' >tkXwin/pkg-descr << 'END-of-tkXwin/pkg-descr'
XTcl/Tk library to detect idle periods of an X session.
END-of-tkXwin/pkg-descr
exit

>Fix:
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->vsevolod  
Responsible-Changed-By: vsevolod 
Responsible-Changed-When: Mon Aug 15 09:36:50 GMT 2005 
Responsible-Changed-Why:  
Grab this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84940 
State-Changed-From-To: open->closed 
State-Changed-By: vsevolod 
State-Changed-When: Wed Aug 31 12:25:24 GMT 2005 
State-Changed-Why:  
New port added, thanks! 

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