Related to my previous mail 'Inviting you to project "PackageMap"'
(blog post version at <http://blog.hartwork.org/?p=373>)
# Clone repo
git clone git://git.goodpoint.de/packagemap.git
cd packagemap
# Prepape CPE database
( cd nvd && ./download-nvdcve.sh && ./extract-cpe.sh )
# Create packagemap file from/for single ebuild (audacious here)
( cd code/gentoo && ./ebuild-to-packagemap.sh \
/usr/portage/media-sound/audacious/audacious-2.0.1.ebuild )
# Create packagemap for anything left unmapped in the tree
( cd code/gentoo && ./gentoo-world-to-packagemap.sh )
Result is a large collection of packagemap candidate files
with extra iunfo like CPE candidates listed in the XML comments.
The main job is to come up with good CPE names.
Enough packagemap from me now, now I want your feedback :-)
Sebastian