Port details |
- xwit X interface tool
- 3.4_4 x11
=5 3.4_4Version of this port present on the latest quarterly branch. - Maintainer: ehaupt@FreeBSD.org
 - Port Added: unknown
- Last Update: 2024-01-11 10:31:03
- Commit Hash: e762d07
- People watching this port, also watch:: xpdf, libxml2, libwmf, OpenSSH-askpass, nasm
- License: not specified in port
- Description:
- xwit ("x window interface tool") is a hotch-potch collection of simple routines
to call some of those X11 functions that don't already have any utility commands
built around them. The reasoning behind this is that loosely every X function
should be accessible from a shell script.
For example, XWarpPointer() will move the X pointer, but no utility program
exists to do so on those rare occasions when you could really use it. xwit will
also resize, iconify, pop, and move windows given by name or id, change an icon,
title or name, set the screen saver going, and change individual key autorepeat
settings.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/x11/xwit/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/xwit
- pkg install xwit
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xwit
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xwit-3.4.tar.gz) = d915a7f2f8809da41edcc7784c2618be3f8ce179d82d8ace6d27ba264332c729
SIZE (xwit-3.4.tar.gz) = 14536
SHA256 (xwit-patchset-3.4.tar.gz) = 24f295b6312cde2052e6f101e650b7972cbfc40777445f512e4a5734c5a59b9a
SIZE (xwit-patchset-3.4.tar.gz) = 11075
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:
-
- imake : devel/imake
- tradcpp : devel/tradcpp
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- x11_xwit
- USES:
- imake xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.4_4 11 Jan 2024 10:31:03
    |
Baptiste Daroussin (bapt)  |
MANPREFIX: eliminate the use of MANPREFIX for x11*
While here move some manpages to share/man |
3.4_3 20 Jul 2022 14:23:32
    |
Tobias C. Berner (tcberner)  |
x11: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexander Matey <matey@cis.ohio-state.edu>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Toernqvist <antont@inbox.lv> (Only the first 15 lines of the commit message are shown above ) |
3.4_3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.4_3 07 Nov 2019 18:36:56
  |
zeising  |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
3.4_3 06 Jan 2015 09:40:52
  |
ehaupt  |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt |
3.4_3 25 Oct 2013 12:42:01
  |
ehaupt  |
Fix package list. |
3.4_3 23 Oct 2013 10:26:46
  |
ehaupt  |
Support staging. |
3.4_3 20 Sep 2013 23:43:20
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
3.4_3 24 Jul 2013 08:19:07
  |
ehaupt  |
Remove MAKE_JOBS_SAFE which is now default. |
3.4_3 28 Jun 2013 11:51:06
  |
bapt  |
New USES imake to handle the dependency on imake.
This uses accept 'env' as an argument for ports that do use their own or a
different do-configure target.
Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it
to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be
overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via
IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned
from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we
do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).
While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port |
3.4_3 08 May 2013 12:24:27
  |
ehaupt  |
Mark MAKE_JOBS_SAFE |
3.4_3 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
3.4_3 12 May 2010 17:36:04
 |
ehaupt  |
- Take over maintainership
- Cleanup pkg-descr:
* remove license/attribution is redundant with the corresponding section in
the manpage
* fmt -w 80
* remove double spaces
- Import patchset [1]:
* Added -fetch and -store options to access cutbuffers
Code clean-up to get rid of compilation warnings
* Added -focus option
* Correctly escape dashes in the manpage
* Add operations to raise (without mapping) or lower a window, and toggle or
circulate stacking
* Add an -property option to specify something different than the name of the
window to use
* Add an -print command to print the windows geometry and name
* Add an -all alias to -names ''
* Document new functions in manpage
Obtained from: debian [1] |
3.4_2 09 Jun 2009 15:33:28
 |
amdmi3  |
Convert most of remaining ports that depend on xorg-libraries to
modular xorg.
- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
above change
- a few minor nits like whitespace and SF macro
Tested by: 2 tinderbox runs by pav
Approved by: portmgr (pav) |
3.4_1 07 Sep 2008 00:54:46
 |
linimon  |
Reset tg due to lack of commits for several months and no response to email.
Hat: portmgr |
3.4_1 01 Mar 2008 15:38:25
 |
tg  |
Use MASTER_SITE_XCONTRIB. |
3.4_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
3.4 21 Mar 2006 06:19:37
 |
tg  |
Drop obsolete master site[1], fix URL to another.
PR: 94754
Submitted by: "Ion-Mihai "IOnut" Tetcu" <itetcu at people dot tecnik93 dot
com> |
3.4 09 Dec 2005 21:28:46
 |
tg  |
Update MASTER_SITES; add SHA256 checksum. |
3.4 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
3.4 06 Feb 2004 13:12:53
 |
trevor  |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
3.4 07 Mar 2003 06:36:20
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
3.4 25 Jul 2002 12:03:41
 |
tg  |
Upgrade to 3.4.
PR: 40924
Submitted by: Maxim Tulyuk <mt@primats.org.ua> |
16 Jan 2001 17:33:20
    |
sobomax  |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
08 Oct 2000 07:56:00
    |
asami  |
Convert category x11 to new layout. |
16 Jun 2000 12:48:20
    |
tg  |
Use MASTER_SITE_LOCAL. |
16 Jun 2000 12:14:14
    |
tg  |
Move distfile to ftp.freebsd.org. |