aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libopennet.rb
AgeCommit message (Collapse)Author
2013-01-28libopennet: style nitsAdam Vandenberg
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-04-24New Formula libopennetYacin Nadji
libopennet allows developers to open_net() files or URLs alike, and get a file descriptor back that they can use to read data from. It supports HTTP (read-only) and FTP (read or write). It also comes with read_net() to do a forceful read(), and lseek_net() for calling lseek on the socket/file. Signed-off-by: David Höppner <0xffea@gmail.com> * correct man path and homepage url