The document describes a plugin for Eclipse CDT that integrates pkg-config functionality. The plugin allows users to view available packages, select packages to include in their project, and have the appropriate compiler and linker flags automatically configured. It works by calling the pkg-config utility via command line and parsing the output to interface with Eclipse's Managed Build System. The plugin provides preferences to configure pkg-config variables, a property tab to select packages, and updates external settings to modify compiler tool settings.