aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/netcat.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-02-19Fixed netcat formula to install man and info files in the correct directories.Ricardo Martins
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-10-12Added netcat formulaMike Skalnik