Adding libev - an even loop library remotely similar to libevent

svn path=/nixpkgs/trunk/; revision=16877
This commit is contained in:
Michael Raskin
2009-08-27 07:17:57 +00:00
parent 39b651fb44
commit a1ea759dd9
6 changed files with 47 additions and 4 deletions
@@ -8,5 +8,5 @@ relpath="${path#$server}"
echo "URL: $url" >&2
curl -k "$url" | sed -re 's/^/-/;s/[hH][rR][eE][fF]="([^"]*)"/\n+\1\n-/g' | \
curl -L -k "$url" | sed -re 's/^/-/;s/[hH][rR][eE][fF]="([^"]*)"/\n+\1\n-/g' | \
sed -e '/^-/d; s/^[+]//; /^#/d;'"s/^\\//$protocol:\\/\\/$server\\//g"