[MacPorts] #15803: Updated locate script
#15803: Updated locate script --------------------------------------------------+------------------------- Reporter: dbonde+bugs+macosforge.org@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | --------------------------------------------------+------------------------- I am not really sure where to ask about this so please redirect me to a better spot if this is completely wrong... I would like to have a locate.updatedb script that subscribes to FS events (maybe triggered by launchd?) and updates the locate DB dynamically when files are moved, renamed or deleted, hence the locate DB would always be up to date. -- Ticket URL: <http://trac.macports.org/ticket/15803> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15803: Updated locate script ---------------------------------------------------+------------------------ Reporter: dbonde+bugs+macosforge.org@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------------------------+------------------------ Comment (by ryandesign@macports.org): MacPorts is about creating portfiles which ease the installation of existing software on Mac OS X. It sounds like your request is rather to have someone create software for you for Mac OS X, so that's not really on-topic for the MacPorts team. -- Ticket URL: <http://trac.macports.org/ticket/15803#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15803: Updated locate script ---------------------------------------------------+------------------------ Reporter: dbonde+bugs+macosforge.org@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Resolution: invalid | Keywords: ---------------------------------------------------+------------------------ Changes (by raimue@macports.org): * status: new => closed * resolution: => invalid Comment: You could try to gather people interested in writing something like this on [http://lists.macosforge.org/mailman/listinfo.cgi/macports-users MacPorts users] or on [http://discussions.apple.com/index.jspa Apple discussions]. But what you are describing sounds a bit like Spotlight which is already included in Tiger and above. You can use mdfind to query Spotlight from the command line. Example: List all files with names containing 'foo': {{{ mdfind "kMDItemFSName == '*foo*'" }}} Although `locate` seems to find more entries and is faster. As there is nothing we can do about this right now, I am closing this ticket as invalid. -- Ticket URL: <http://trac.macports.org/ticket/15803#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts