New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #26427 (closed submission: fixed)

Opened 3 years ago

Last modified 3 years ago

wait_on @1.1 Portfile submission

Reported by: kirk@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: wait_on

Description

New port taken from FreshPorts. Takes a directory or file as a parameter, and uses kqueue to wait asyncronously until the file/directory changes. No polling!

Attachments

Portfile (1.3 KB) - added by kirk@… 3 years ago.

Change History

Changed 3 years ago by kirk@…

comment:1 Changed 3 years ago by ryandesign@…

  • Status changed from new to assigned
  • Owner changed from macports-tickets@… to ryandesign@…

comment:2 Changed 3 years ago by ryandesign@…

  • Status changed from assigned to closed
  • Resolution set to fixed

Thanks, added in r71359 with these changes:

  • tweaked whitespace
  • tweaked long description
  • tweaked license (GPLv2 => GPL-2)
  • changed "worksrcdir ${workpath}/${name}" to "worksrcdir ${name}" (worksrcdir is for the path relative to workpath; worksrcpath is for the complete path)
  • changed master_sites to "freebsd" so any of the known freebsd mirrors can get used
  • don't override build and destroot phases; use the Makefile
  • added support for universal and non-default-build_arch builds
  • fixed livecheck
Note: See TracTickets for help on using tickets.