Bug 162583 - [MAINTAINER] misc/unclutter: Add patch for idle command
Summary: [MAINTAINER] misc/unclutter: Add patch for idle command
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-15 14:30 UTC by Simon Olofsson
Modified: 2011-11-19 15:10 UTC (History)
1 user (show)

See Also:


Attachments
unclutter-8_3.patch (3.04 KB, patch)
2011-11-15 14:30 UTC, Simon Olofsson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Olofsson 2011-11-15 14:30:06 UTC
- Pet portlint
- Daren Isaacs send a patch to support an idle command. Here's his rationale:
> I have added a small change to unclutter to allow for an idle command i.e.
> when the cursor goes idle run a command.
> I am using it to disable the touchpad on my laptop. I enable the touch pad
> manually (through a key binding) as required.
> No more accidental bumps on the touch pad closing windows etc.

Thanks Daren!

Generated with FreeBSD Port Tools 0.99
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2011-11-15 16:09:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-11-19 15:03:59 UTC
miwi        2011-11-19 15:03:49 UTC

  FreeBSD ports repository

  Modified files:
    misc/unclutter       Makefile 
  Added files:
    misc/unclutter/files patch-unclutter.c patch-unclutter.man 
  Log:
  - Pet portlint
  - Add idle command support
  - Bump Portrevision
  
  PR:             162583
  Submitted by:   "Simon Olofsson" <simon@olofsson.de> (maintainer)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.16      +2 -2      ports/misc/unclutter/Makefile
  1.1       +52 -0     ports/misc/unclutter/files/patch-unclutter.c (new)
  1.1       +22 -0     ports/misc/unclutter/files/patch-unclutter.man (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2011-11-19 15:04:04 UTC
State Changed
From-To: open->closed

Committed. Thanks!