Port details |
- xwpick Image pick up utility for X Window System
- 2.20_3 graphics
=3 2.20_3Version of this port present on the latest quarterly branch. - Maintainer: cy@FreeBSD.org
 - Port Added: unknown
- Last Update: 2024-02-04 19:13:55
- Commit Hash: e427ab1
- People watching this port, also watch:: aclgen, bbjd, cops, autoconf, libunicode
- License: xwpick
- Description:
- Xwpick lets you pick an image from an arbitrary window or rectangular
area of an X Window (DEC Window) server and write it to a file in a
variety of formats.
¦ ¦ ¦ ¦ 
- 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/graphics/xwpick/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/xwpick
- pkg install xwpick
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xwpick
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xwpick-2.20.tar.gz) = a1e672a381f7c0838d3b873290cd5a44b75468d40e37f5b62f4b588ec0fcd94a
SIZE (xwpick-2.20.tar.gz) = 78450
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- 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:
- ===> The following configuration options are available for xwpick-2.20_3:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- graphics_xwpick
- USES:
- imake xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.20_3 04 Feb 2024 19:13:55
    |
Gleb Popov (arrowd)  |
*: Move manpages to share/man for imake ports.
Approved by: portmgr (blanket) |
2.20_2 25 May 2023 14:51:39
    |
Cy Schubert (cy)  |
graphics/xwpick: Fix LLVM15 build
Fix the following error:
ImgToolKit.c:272:10: error: incompatible pointer to integer conversion assigning
to 'Atom' (aka 'unsigned long') from 'void *' [-Wint-conversion]
type = NULL;
^ ~~~~
While at it assume maintainership of this unmaintained port.
MFH: 2023Q2 |
2.20_2 20 Jul 2022 14:22:04
    |
Tobias C. Berner (tcberner)  |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
2.20_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.20_2 05 Nov 2019 22:16:15
  |
zeising  |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
2.20_2 18 Dec 2017 10:50:22
  |
amdmi3  |
- Add LICENSE
- Switch to options helpers |
2.20_2 14 May 2015 10:15:09
  |
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
2.20_2 20 Oct 2014 17:04:21
  |
bapt  |
Cleanup plist |
2.20_2 15 Jul 2014 23:30:06
  |
adamw  |
Add DOCS to OPTIONS for ports that have PORTDOCS in the plist. |
2.20_2 27 Dec 2013 18:06:10
  |
bapt  |
Support stage |
2.20_2 20 Sep 2013 18:35:46
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
2.20_2 28 Jun 2013 21:19:32
  |
bapt  |
Convert to USES=imake
While here:
Trim headers,
Remove some indefinite article
Mark xmagv as broken given it doesn't build
Convert to new options framework |
2.20_2 03 Jul 2011 14:12:23
 |
ohauer  |
-remove MD5 |
2.20_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) |
2.20_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}. |
2.20 26 Nov 2005 01:48:16
 |
pav  |
- Add SHA256 |
2.20 29 Jan 2004 07:24:56
 |
trevor  |
SIZEify. |
2.20 20 Feb 2003 18:08:19
 |
knu  |
de-pkg-comment |
24 Dec 2001 02:17:17
    |
pat  |
- PORTDOCS police - DOCSDIR support to some - Brush out some lint |
01 Nov 2000 02:18:48
    |
jeh  |
Fix Imakefile breakage under XFree86 4.x |
08 Oct 2000 02:35:34
    |
asami  |
Convert category graphics to new layout. |