Opened 13 years ago
Closed 13 years ago
#29722 closed submission (fixed)
New submission: recoll text search
Reported by: | medoc92 (Jean-Francois Dockes) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | ||
Port: | recoll |
Description
Recoll is a desktop search utility, based on Xapian and with a Qt GUI
Details: http://www.recoll.org
It seems it sometimes finds data that spotlight will miss (the reverse is quite probably true too), so it may make sense to have it available in macports.
Attachments (1)
Change History (4)
Changed 13 years ago by medoc92 (Jean-Francois Dockes)
Attachment: | macport-recoll.zip added |
---|
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
Thanks! I assume that jfd at recoll.org (in the maintainers line) and jf at dockes.org (in this ticket) are both you?
comment:2 Changed 13 years ago by medoc92 (Jean-Francois Dockes)
Yes, sorry about this. Would you please change the maintainers line to jf at dockes.org for consistency ?
comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed in r79261 with these changes:
- changed maintainers line as you indicated
- replaced tabs with spaces; this makes the portfile's whitespace comply with what the modeline in the portfile says its whitespace is
- indicated which version of the GPL it's under
- made the homepage canonical by ending it with a slash
- reused the homepage variable in the definition of the master_sites variable
- removed md5 checksum as md5 is an obsolete algorithm that I'm hoping to eventually remove from MacPorts
- corrected capitalization of "Mac" in comments in patch-sampleconf-mimeview.diff
- ensure hardcoded paths /opt/local and /usr/local are never used in patch-configure.diff
- disabled universal variant because it didn't work
Note: See
TracTickets for help on using
tickets.
Portfile + patches