atom feed14 messages in org.freebsd.freebsd-vuxmlMatching a name to a port
FromSent OnAttachments
Dan LangilleSep 13, 2004 10:33 am 
Dan LangilleSep 13, 2004 10:35 am 
Jacques A. VidrineSep 13, 2004 10:47 am 
Dan LangilleSep 13, 2004 11:17 am 
Jacques A. VidrineSep 13, 2004 11:37 am 
Dan LangilleSep 13, 2004 11:57 am 
Jacques A. VidrineSep 13, 2004 12:06 pm 
Dan LangilleSep 13, 2004 1:36 pm 
Jacques A. VidrineSep 13, 2004 1:47 pm 
Jacques A. VidrineSep 13, 2004 1:59 pm 
Dan LangilleSep 13, 2004 1:59 pm 
Dan LangilleSep 13, 2004 2:10 pm 
Dan LangilleSep 13, 2004 2:10 pm 
Jacques A. VidrineSep 13, 2004 2:58 pm 
Subject:Matching a name to a port
From:Dan Langille (da@langille.org)
Date:Sep 13, 2004 10:33:11 am
List:org.freebsd.freebsd-vuxml

I'm trying to match vuln.xml information against actual ports. To do this, I need to know how the entries in the <name> field are derived.

I first thought it might be PORTNAME. But that's not the case. I now think it might be ${PKGNAMEPREFIX}${PORTNAME}$.

If am i correct, then I have some questions about the following entries.

What ports do the following refer to?

iaskmpd ImageMagick-nox11 ja-netscape7 libtool mod_php4-twig mpg123-esound mplayer-esound mplayer-gtk mplayer-gtk-esound mysql-client mysql-scripts mysql-server

The answers may be obvious to the trained eye, but how does one write code against this?