24 Commits

Author SHA1 Message Date
naddy
af6a79943b drop RCS Ids 2022-03-11 19:22:04 +00:00
rsadowski
88f4569a25 Update slop to 7.6 2021-09-18 07:37:48 +00:00
rsadowski
e833af14e3 Update slop to 7.5 2020-05-14 19:44:08 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
rsadowski
7b6604cd54 Update slop to 7.4 2018-05-15 19:01:49 +00:00
bentley
8156cb23ea This has the same icu4c problem as vislcg3, so mark only for CLANG_ARCHS. 2018-01-03 08:05:29 +00:00
naddy
11e3dd67b3 switch COMPILER from the old, confusing shortcuts to the more explicit format 2017-11-16 23:20:37 +00:00
sthen
1dd1aed429 bump; textproc/icu4c now uses multi-packages for -wwwdata 2017-08-24 09:45:23 +00:00
rsadowski
6e2c7b2939 update slop to 6.3.48
COMPILER hint and ok bcallah@
2017-08-13 13:21:30 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
rsadowski
c8d56ed4c4 update slop to 6.3.38
ok czarkoff@
2017-06-15 18:03:10 +00:00
espie
cc5bc426ed switch everything to new COMPILER idiom, even stuff that won't build with clang
yet, but at least that part is done.
2017-05-31 08:08:15 +00:00
espie
3bbff7088c more WANT_CXX 2017-05-28 18:55:04 +00:00
rsadowski
b7e33dea98 update slop from 4.1.16 to 5.3.37
tweaks from jca@, ok and tweaks sthen@
2017-04-18 11:14:10 +00:00
sthen
bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
sthen
b0afd3bc40 remove bcallah as maintainer of his ports, at his request 2015-08-25 13:18:24 +00:00
czarkoff
b497014adc Remove HOMEPAGE for ports where the one auto-generated from GH_* variables is
completely identical.

OK sthen@
2015-05-23 16:34:40 +00:00
bcallah
d37e3ffb33 Bugfix update to 4.1.16 2015-04-21 02:07:38 +00:00
sthen
f12e6be118 drop GH_COMMIT lines which are hidden behind GH_TAGNAME,
discussed with a few in the room.
2015-04-05 13:31:13 +00:00
bcallah
23dd8dd534 Update to 4.1.15 - the perl replace line goes away (thanks landry@)! 2014-11-29 15:29:40 +00:00
bcallah
295322b1ee Update to 3.1.15 2014-11-25 19:58:39 +00:00
bcallah
cbe8ad9c41 Update to 3.1.14 - all the BDEPs and the patch goes away. Credit to
upstream for powering through everything.
ok sthen@
2014-11-18 18:52:48 +00:00
sthen
02cc82aa4b missing build dep on gsed 2014-11-17 10:44:50 +00:00
bcallah
19cce8f4b2 Import graphics/slop
ok landry@

slop (Select Operation) is an application that querys for a selection
from the user and prints the region to stdout. It grabs the mouse and
turns it into a crosshair, lets the user click and drag to make a
selection (or click on a window) while drawing a pretty box around it,
then finally prints the selection's dimensions to stdout.

Features:
* Hovering over a window will cause a selection rectangle to appear over
  it.
* Clicking on a window makes slop return the dimensions of the window.
* Clicking and dragging causes a selection rectangle to appear, renders
  pretty well (compared to scrot). And will return the dimensions of
  that rectangle in absolute screen coords.
* On startup it turns your cursor into a crosshair, then adjusts the
  cursor into angles as you drag the selection rectangle.
* Supports simple arguments:
        * Change selection rectangle border size.
        * Select X display.
        * Set padding size, even negative padding sizes!
        * Set click tolerance for if you have a shaky mouse.
        * Set the color of the selection rectangles to match your theme!
          (Even supports transparency!)
        * Remove window decorations from selections.
2014-11-16 16:48:56 +00:00