Add wininfo 0.5, a window information utility.
PR: 67810 Submitted by: Jean-Yves Lefort.
This commit is contained in:
parent
076a04a30d
commit
9f89f2389a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111408
@ -1271,6 +1271,7 @@
|
||||
SUBDIR += vtcl
|
||||
SUBDIR += websvn
|
||||
SUBDIR += whups
|
||||
SUBDIR += wininfo
|
||||
SUBDIR += wizard
|
||||
SUBDIR += wxGlade
|
||||
SUBDIR += xmake
|
||||
|
25
devel/wininfo/Makefile
Normal file
25
devel/wininfo/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: X Window Information
|
||||
# Date created: 11 Jun 2004
|
||||
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= wininfo
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.freedesktop.org/Software/wininfo/
|
||||
|
||||
MAINTAINER= jylefort@brutele.be
|
||||
COMMENT= A window information utility
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gtk20 gnomeprefix
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
|
||||
MAN1= wininfo.1
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/wininfo/distinfo
Normal file
2
devel/wininfo/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (wininfo-0.5.tar.gz) = b9fcb6cfe2347c96e83eaa73d89a4ab1
|
||||
SIZE (wininfo-0.5.tar.gz) = 478836
|
10
devel/wininfo/files/patch-src::wininfo.c
Normal file
10
devel/wininfo/files/patch-src::wininfo.c
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/wininfo.c.orig Fri Jun 11 00:10:25 2004
|
||||
+++ src/wininfo.c Fri Jun 11 00:10:29 2004
|
||||
@@ -23,7 +23,6 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
-#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <gdk/gdk.h>
|
16
devel/wininfo/pkg-descr
Normal file
16
devel/wininfo/pkg-descr
Normal file
@ -0,0 +1,16 @@
|
||||
X Window Information is a window information utility for developers of
|
||||
applications, toolkits, and window managers. X Window Information
|
||||
follows your pointer providing information about the windows below.
|
||||
Information presented includes:
|
||||
|
||||
* A detailed description of the window hierarchy below the pointer.
|
||||
|
||||
* Parsed interpretations of standard properties from both the
|
||||
application window and the window manager.
|
||||
|
||||
* Information about X server resources used by the application.
|
||||
|
||||
WWW: http://www.freedesktop.org/Software/wininfo
|
||||
|
||||
- Jean-Yves Lefort
|
||||
jylefort@brutele.be
|
2
devel/wininfo/pkg-plist
Normal file
2
devel/wininfo/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/wininfo
|
||||
share/gnome/applications/xdg-wininfo.desktop
|
Loading…
Reference in New Issue
Block a user