[MacPorts] CommittersTipsAndTricks modified
Changed page "CommittersTipsAndTricks" by ryandesign@macports.org from 70.253.88.34* Page URL: <https://trac.macports.org/wiki/CommittersTipsAndTricks> Diff URL: <https://trac.macports.org/wiki/CommittersTipsAndTricks?action=diff&version=42> Revision 42 -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: CommittersTipsAndTricks ========================================================================= --- CommittersTipsAndTricks (version: 41) +++ CommittersTipsAndTricks (version: 42) @@ -319,8 +319,14 @@ == Searching for ports of a specific maintainer == -It can happen that port maintainer search queries with "port info" deliver ambiguous results. In case you need to make sure that only a specific maintainer handle is found use this -{{{ -port info --name --maintainer 'maintainer:(\s|^)HANDLE(\s|$)' +To find ports maintained by a particular maintainer, you can use the "maintainer:" pseudoport. +Maintainers can list their email address in a port in [http://guide.macports.org/#reference.keywords.maintainers several different ways], and you must search for all of them to be sure you find all relevant ports. +For example, to print the name and maintainer(s) of all ports maintained by julesverne: +{{{ +HANDLE=julesverne +port info --name --maintainer '(' \ +"maintainer:(\s|^)$HANDLE(\s|$)" or \ +"maintainer:(\s|^)$HANDLE@macports.org(\s|$)" or \ +"maintainer:(\s|^)macports.org:$HANDLE(\s|$)" ')' }}} which will now find only those ports which HANDLE@macports.org maintains. -------8<------8<------8<------8<------8<------8<------8<------8<-------- * The IP shown here might not mean anything if the user or the server is behind a proxy. -- MacPorts <http://www.macports.org/> Ports system for Mac OS This is an automated message. Someone at http://www.macports.org/ added your email address to be notified of changes on CommittersTipsAndTricks. If it was not you, please report to .
participants (1)
-
MacPorts