Port details |
- wininfo Window information utility
- 0.7_11 devel
=0 Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2004-06-13 20:21:26
- Last Update: 2022-07-20 14:21:35
- Commit Hash: aa6eefd
- License: not specified in port
- Description:
- 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
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/wininfo/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/wininfo
- pkg install wininfo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: wininfo
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (wininfo-0.7.tar.gz) = 8bb02068b183c684b04b4a5dc46dee041aa224c5843348cd16f2b53503b41833
SIZE (wininfo-0.7.tar.gz) = 479409
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- xext.pc : x11/libXext
- xrender.pc : x11/libXrender
- xinerama.pc : x11/libXinerama
- xrandr.pc : x11/libXrandr
- xi.pc : x11/libXi
- xfixes.pc : x11/libXfixes
- xcursor.pc : x11/libXcursor
- xcomposite.pc : x11/libXcomposite
- x11.pc : x11/libX11
- xres.pc : x11/libXres
- Runtime dependencies:
-
- xext.pc : x11/libXext
- xrender.pc : x11/libXrender
- xinerama.pc : x11/libXinerama
- xrandr.pc : x11/libXrandr
- xi.pc : x11/libXi
- xfixes.pc : x11/libXfixes
- xcursor.pc : x11/libXcursor
- xcomposite.pc : x11/libXcomposite
- x11.pc : x11/libX11
- xres.pc : x11/libXres
- Library dependencies:
-
- libatk-1.0.so : accessibility/atk
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-x11-2.0.so : x11-toolkits/gtk20
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- devel_wininfo
- USES:
- gnome pkgconfig xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:21:35 0.7_11 |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
06 Apr 2021 14:31:07 0.7_11 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
04 Nov 2019 22:20:31
0.7_11 |
zeising  |
Add USES=xorg USES=gl, ports categories d
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'd'. |
08 Dec 2016 19:52:20
0.7_11 |
tijl  |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
29 Jul 2014 17:12:50
0.7_10 |
adamw  |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
14 Feb 2014 12:01:13
0.7_10 |
antoine  |
Stage support |
22 Oct 2013 13:52:24
0.7_10 |
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with d)
Approved by: portmgr (bdrewery) |
20 Sep 2013 17:17:45
0.7_10 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
23 Apr 2013 10:13:20
0.7_10 |
bapt  |
Convert devel to USES=pkgconfig |
26 Jul 2012 05:40:24
0.7_10 |
bapt  |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat) |
23 Jul 2012 01:33:56
0.7_10 |
dougb  |
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk. |
01 Jun 2012 05:26:28
0.7_10 |
dinoex  |
- update png to 1.5.10 |
23 Sep 2011 22:26:39
0.7_9 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
03 Jul 2011 14:59:23
0.7_9 |
ohauer  |
-remove MD5 |
28 Mar 2010 06:47:48
0.7_9 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.7_8 |
dinoex  |
- update to jpeg-8 |
21 Dec 2009 02:19:12
0.7_7 |
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
31 Jul 2009 13:57:52
0.7_7 |
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
06 Jun 2008 13:21:59
0.7_6 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
29 Apr 2008 05:11:44
0.7_5 |
linimon  |
Reset jylefort's port maintainerships. portmgr has taken his commit bit
into safekeeping due to inactivity. |
19 Apr 2008 17:56:05
0.7_5  |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
23 Mar 2008 23:03:18
0.7_4 |
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
24 Oct 2007 23:37:25
0.7_4 |
marcus  |
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for (Only the first 15 lines of the commit message are shown above ) |
19 May 2007 20:32:57
0.7_3 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
22 Jan 2006 08:30:12
0.7_2 |
edwin  |
SHA256ify
Approved by: krion@ |
05 Nov 2005 05:22:06
0.7_2 |
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
12 Apr 2005 22:10:43
0.7_1 |
jylefort  |
Change my MAINTAINER email address to jylefort@FreeBSD.org
Approved by: adamw (mentor) |
12 Mar 2005 10:54:27
0.7_1 |
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
20 Jan 2005 09:43:23
0.7 |
pav  |
- Update to 0.7
PR: ports/76388
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer) |
16 Jan 2005 00:43:48
0.5_1 |
pav  |
- Fix fetch, unbreak |
18 Dec 2004 23:02:35
0.5_1 |
kris  |
This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS. |
04 Dec 2004 01:42:05
0.5_1 |
kris  |
BROKEN: Checksum mismatch |
07 Nov 2004 22:37:47
0.5_1 |
marcus  |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
13 Jun 2004 20:19:34
0.5 |
thierry  |
Add wininfo 0.5, a window information utility.
PR: 67810
Submitted by: Jean-Yves Lefort. |