Bug 84940

Summary: new port: x11/tkXwin (Tcl/Tk library to detect idle periods of an X session)
Product: Ports & Packages Reporter: Denis Shaposhnikov <dsh>
Component: Individual Port(s)Assignee: Vsevolod Stakhov <vsevolod>
Status: Closed FIXED    
Severity: Affects Only Me CC: dsh
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Denis Shaposhnikov 2005-08-15 08:20:09 UTC
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
Comment 1 Vsevolod Stakhov freebsd_committer freebsd_triage 2005-08-15 10:36:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vsevolod

Grab this.
Comment 2 Vsevolod Stakhov freebsd_committer freebsd_triage 2005-08-31 13:25:24 UTC
State Changed
From-To: open->closed

New port added, thanks!