OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: RFC on HOMEPAGE inclusion in INDEX

From: Marc Espie (espienerim.net)
Date: Sat Feb 07 2004 - 16:08:21 CST


I've just commited a small change that may help people wanting custom
INDEX and similar files.

Now, you will be able to do
make show="VAR1 VAR2 VAR3..."

and have the ports tree gives:
===> ${PKGPATH of first port}
${VAR1 of first port}
${VAR2 of first port}
${VAR3 of first port}
===> ${PKGPATH of second port}
${VAR1 of second port}
${VAR2 of second port}
${VAR3 of second port}
...

(remember that you can override ECHO_MSG if you want something else instead
of ===> ${PKGPATH})

so that you can easily grab the value of several variables in one go.