diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-24 05:22:58 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-24 05:22:58 +0800 |
commit | e91087f5e2fbb08bc3e2cb523b38c4c336208f69 (patch) | |
tree | 0c0ece722d8595803b992b1f66cea536dda5c7fd /devel/wininfo | |
parent | 6a6af1c7727308fd81d3fa8cfd8a67a1d79e80c6 (diff) | |
download | marcuscom-ports-e91087f5e2fbb08bc3e2cb523b38c4c336208f69.tar marcuscom-ports-e91087f5e2fbb08bc3e2cb523b38c4c336208f69.tar.gz marcuscom-ports-e91087f5e2fbb08bc3e2cb523b38c4c336208f69.tar.bz2 marcuscom-ports-e91087f5e2fbb08bc3e2cb523b38c4c336208f69.tar.lz marcuscom-ports-e91087f5e2fbb08bc3e2cb523b38c4c336208f69.tar.xz marcuscom-ports-e91087f5e2fbb08bc3e2cb523b38c4c336208f69.tar.zst marcuscom-ports-e91087f5e2fbb08bc3e2cb523b38c4c336208f69.zip |
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9243 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/wininfo')
-rw-r--r-- | devel/wininfo/Makefile | 26 | ||||
-rw-r--r-- | devel/wininfo/distinfo | 3 | ||||
-rw-r--r-- | devel/wininfo/files/patch-src::wininfo.c | 10 | ||||
-rw-r--r-- | devel/wininfo/pkg-descr | 16 | ||||
-rw-r--r-- | devel/wininfo/pkg-plist | 2 |
5 files changed, 57 insertions, 0 deletions
diff --git a/devel/wininfo/Makefile b/devel/wininfo/Makefile new file mode 100644 index 000000000..7f0049053 --- /dev/null +++ b/devel/wininfo/Makefile @@ -0,0 +1,26 @@ +# 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.7 +PORTREVISION= 4 +CATEGORIES= devel +MASTER_SITES= http://www.freedesktop.org/software/wininfo/ + +MAINTAINER= jylefort@FreeBSD.org +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> diff --git a/devel/wininfo/distinfo b/devel/wininfo/distinfo new file mode 100644 index 000000000..3acdf0cd4 --- /dev/null +++ b/devel/wininfo/distinfo @@ -0,0 +1,3 @@ +MD5 (wininfo-0.7.tar.gz) = 9f1fbf61e009ea5ea27718e8f43359fa +SHA256 (wininfo-0.7.tar.gz) = 8bb02068b183c684b04b4a5dc46dee041aa224c5843348cd16f2b53503b41833 +SIZE (wininfo-0.7.tar.gz) = 479409 diff --git a/devel/wininfo/files/patch-src::wininfo.c b/devel/wininfo/files/patch-src::wininfo.c new file mode 100644 index 000000000..a341dc3ec --- /dev/null +++ b/devel/wininfo/files/patch-src::wininfo.c @@ -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> diff --git a/devel/wininfo/pkg-descr b/devel/wininfo/pkg-descr new file mode 100644 index 000000000..e2f07ee14 --- /dev/null +++ b/devel/wininfo/pkg-descr @@ -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@FreeBSD.org diff --git a/devel/wininfo/pkg-plist b/devel/wininfo/pkg-plist new file mode 100644 index 000000000..58a9a7e63 --- /dev/null +++ b/devel/wininfo/pkg-plist @@ -0,0 +1,2 @@ +bin/wininfo +share/applications/xdg-wininfo.desktop |