Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jun 2004 00:29:00 +0200 (CEST)
From:      Jean-Yves Lefort <jylefort@brutele.be>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/67810: New port: wininfo, a window information utility
Message-ID:  <20040610222900.CC4E322E1E@jsite.lefort.net>
Resent-Message-ID: <200406102230.i5AMULV9010022@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         67810
>Category:       ports
>Synopsis:       New port: wininfo, a window information utility
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 10 22:30:20 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Jean-Yves Lefort
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
>Environment:
System: FreeBSD jsite.lefort.net 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Thu May 27 14:42:30 CEST 2004 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386
>Description:
>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:
#
#	wininfo
#	wininfo/pkg-plist
#	wininfo/pkg-descr
#	wininfo/distinfo
#	wininfo/Makefile
#	wininfo/files
#	wininfo/files/patch-src::wininfo.c
#
echo c - wininfo
mkdir -p wininfo > /dev/null 2>&1
echo x - wininfo/pkg-plist
sed 's/^X//' >wininfo/pkg-plist << 'END-of-wininfo/pkg-plist'
Xbin/wininfo
Xshare/gnome/applications/xdg-wininfo.desktop
END-of-wininfo/pkg-plist
echo x - wininfo/pkg-descr
sed 's/^X//' >wininfo/pkg-descr << 'END-of-wininfo/pkg-descr'
XX Window Information is a window information utility for developers of
Xapplications, toolkits, and window managers. X Window Information
Xfollows your pointer providing information about the windows below.
XInformation presented includes:
X
X  *  A detailed description of the window hierarchy below the pointer.
X
X  *  Parsed interpretations of standard properties from both the
X     application window and the window manager.
X
X  *  Information about X server resources used by the application.
X
XWWW: http://www.freedesktop.org/Software/wininfo
X
X- Jean-Yves Lefort
Xjylefort@brutele.be
END-of-wininfo/pkg-descr
echo x - wininfo/distinfo
sed 's/^X//' >wininfo/distinfo << 'END-of-wininfo/distinfo'
XMD5 (wininfo-0.5.tar.gz) = b9fcb6cfe2347c96e83eaa73d89a4ab1
XSIZE (wininfo-0.5.tar.gz) = 478836
END-of-wininfo/distinfo
echo x - wininfo/Makefile
sed 's/^X//' >wininfo/Makefile << 'END-of-wininfo/Makefile'
X# New ports collection makefile for:	X Window Information
X# Date created:			11 Jun 2004
X# Whom:				Jean-Yves Lefort <jylefort@brutele.be>
X#
X# $FreeBSD$
X#
X
XPORTNAME=		wininfo
XPORTVERSION=		0.5
XCATEGORIES=		devel
XMASTER_SITES=		http://www.freedesktop.org/Software/wininfo/
X
XMAINTAINER=		jylefort@brutele.be
XCOMMENT=		A window information utility
X
XUSE_X_PREFIX=		yes
XUSE_GNOME=		gtk20 gnomeprefix
XGNU_CONFIGURE=		yes
X
XCONFIGURE_ENV=		CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
X			LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
X
XMAN1=			wininfo.1
X
X.include <bsd.port.mk>
END-of-wininfo/Makefile
echo c - wininfo/files
mkdir -p wininfo/files > /dev/null 2>&1
echo x - wininfo/files/patch-src::wininfo.c
sed 's/^X//' >wininfo/files/patch-src::wininfo.c << 'END-of-wininfo/files/patch-src::wininfo.c'
X--- src/wininfo.c.orig	Fri Jun 11 00:10:25 2004
X+++ src/wininfo.c	Fri Jun 11 00:10:29 2004
X@@ -23,7 +23,6 @@
X  */
X 
X #include <stdio.h>
X-#include <stdint.h>
X #include <string.h>
X #include <gtk/gtk.h>
X #include <gdk/gdk.h>
END-of-wininfo/files/patch-src::wininfo.c
exit
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040610222900.CC4E322E1E>