diff options
author | jim-p <jimp@pfsense.org> | 2012-07-11 16:38:45 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2012-07-11 17:06:19 -0400 |
commit | ea625ac2b9bc7c9034a27c54e8cd78ec907f311e (patch) | |
tree | 89c5e8dc0a31b4b018c182742ad9452eac88631e /pkg_config.8.xml.amd64 | |
parent | 83e495967ce89f131b4ae553b7ec213d2b7187d9 (diff) | |
download | pfsense-packages-ea625ac2b9bc7c9034a27c54e8cd78ec907f311e.tar.gz pfsense-packages-ea625ac2b9bc7c9034a27c54e8cd78ec907f311e.tar.bz2 pfsense-packages-ea625ac2b9bc7c9034a27c54e8cd78ec907f311e.zip |
Trigger PBI builds for a couple things to experiment with.
Diffstat (limited to 'pkg_config.8.xml.amd64')
-rw-r--r-- | pkg_config.8.xml.amd64 | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index b833cb14..d337242a 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -1633,5 +1633,41 @@ <configurationfile>bacula-client.xml</configurationfile> <after_install_info>Please visit the bacula client tab on services menu.</after_install_info> </package> + <package> + <!-- This does not exist yet, this is here to trigger a PBI build --> + <name>urlsnarf</name> + <pkginfolink>http://forum.pfsense.org/</pkginfolink> + <descr><![CDATA[HTTP URL Sniffer]]></descr> + <category>Services</category> + <version>0.1</version> + <status>Beta</status> + <required_version>2.2</required_version> + <config_file>http://www.pfsense.com/packages/config/urlsnarf/urlsnarf.xml</config_file> + <maintainer>jimp@pfsense.org</maintainer> + <configurationfile>urlsnarf.xml</configurationfile> + <build_pbi> + <port>security/dsniff</port> + </build_pbi> + <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url> + <depends_on_package_pbi>dsniff-2.3,4-amd64.pbi</depends_on_package_pbi> + </package> + <package> + <!-- This does not exist yet, this is here to trigger a PBI build --> + <name>iftop</name> + <pkginfolink>http://forum.pfsense.org/</pkginfolink> + <descr><![CDATA[Realtime interface monitor (console only)]]></descr> + <category>Services</category> + <version>0.1</version> + <status>Beta</status> + <required_version>2.2</required_version> + <config_file>http://www.pfsense.com/packages/config/iftop/iftop.xml</config_file> + <maintainer>jimp@pfsense.org</maintainer> + <configurationfile>iftop.xml</configurationfile> + <build_pbi> + <port>net-mgmt/iftop</port> + </build_pbi> + <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url> + <depends_on_package_pbi>iftop-0.17-amd64.pbi</depends_on_package_pbi> + </package> </packages> </pfsensepkgs> |