git: add subpackage for http(s)/ftp(s) commands 1000/head
authorLuiz Angelo Daros de Luca <luizluca@gmail.com>
Sun, 8 Mar 2015 08:46:46 +0000 (05:46 -0300)
committerLuiz Angelo Daros de Luca <luizluca@gmail.com>
Sat, 14 Mar 2015 17:47:43 +0000 (14:47 -0300)
commitdccc2268bb11ea65ee98ed7c355b913375d089f5
treebe561c083212069191769e733224eb012dd12d2b
parente9eea7891049c42d255c87cc5b385e50799b9813
git: add subpackage for http(s)/ftp(s) commands

This patch add a new package, git-http, that contains all
http related commands (and ftp as extra). All http/ftp
depends on libcurl. Even without SSL suport in libcurl,
git compiles and it returns an informative error only
at runtime.

The use of symlinks now are trigged using NO_INSTALL_HARDLINKS env
and not based only on Makefile patch.

imap-send was kept builtin and idependent of curl (just as it was
before)

Template files, which are not necessary, where removed.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
net/git/Makefile
net/git/patches/100-convert_builtin.patch
net/git/patches/400-imapsend_without_curl.patch [new file with mode: 0644]