diff options
author | jim-p <jimp@pfsense.org> | 2013-02-15 15:23:25 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2013-02-15 15:23:25 -0500 |
commit | e47bad0a21b535791fbd626d67d2611ebb601e8a (patch) | |
tree | 796c62834bebadf3f2074568d637e5e367f65152 /pkg_config.8.xml | |
parent | a94e822220310a777bf03cfb78b2c02ec52f8541 (diff) | |
download | pfsense-packages-e47bad0a21b535791fbd626d67d2611ebb601e8a.tar.gz pfsense-packages-e47bad0a21b535791fbd626d67d2611ebb601e8a.tar.bz2 pfsense-packages-e47bad0a21b535791fbd626d67d2611ebb601e8a.zip |
Add a pkg entry for git so it will make a tbz and pbi so we can use our own rather than fetching from FreeBSD
Diffstat (limited to 'pkg_config.8.xml')
-rw-r--r-- | pkg_config.8.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 6c85d4b4..dcbd2107 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -1762,6 +1762,26 @@ <depends_on_package_pbi>iftop-0.17-i386.pbi</depends_on_package_pbi> </package> <package> + <!-- This does not exist yet, this is here to trigger a pkg build --> + <name>git</name> + <pkginfolink>http://forum.pfsense.org/</pkginfolink> + <descr><![CDATA[GIT Source Code Management]]></descr> + <category>Services</category> + <version>0.1</version> + <status>Beta</status> + <required_version>3.0</required_version> + <config_file>http://www.pfsense.com/packages/config/git/git.xml</config_file> + <maintainer>jimp@pfsense.org</maintainer> + <configurationfile>git.xml</configurationfile> + <build_options>git_UNSET=GITWEB GUI HTMLDOCS CVS P4 SVN;git_SET=CONTRIB CURL ETCSHELLS ICONV NLS PERL</build_options> + <build_port_path>/usr/ports/devel/git</build_port_path> + <build_pbi> + <port>devel/git</port> + </build_pbi> + <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url> + <depends_on_package_pbi>git-1.8.1.3-i386.pbi</depends_on_package_pbi> + </package> + <package> <name>tinc</name> <website>http://www.tinc-vpn.org/</website> <descr>tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and encryption to create a secure private mesh network between hosts on the Internet.</descr> |