Opened 14 years ago

Closed 14 years ago

#26427 closed submission (fixed)

wait_on @1.1 Portfile submission

Reported by: bithead2k Owned by: ryandesign (Ryan Carsten Schmidt)
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 (1)

Portfile (1.3 KB) - added by bithead2k 14 years ago.

Download all attachments as: .zip

Change History (3)

Changed 14 years ago by bithead2k

Attachment: Portfile added

comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

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.