From d75aed1bea3d07b07083aec8ee6566df62c63b33 Mon Sep 17 00:00:00 2001 From: kmowery Date: Thu, 21 Jan 2010 21:10:15 -0800 Subject: potrace 1.8 Potrace(TM) is a utility for tracing a bitmap, which means, transforming a bitmap into a smooth, scalable image. Signed-off-by: David Höppner <0xffea@gmail.com> --- Library/Formula/potrace.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/potrace.rb (limited to 'Library') diff --git a/Library/Formula/potrace.rb b/Library/Formula/potrace.rb new file mode 100644 index 000000000..17e56db16 --- /dev/null +++ b/Library/Formula/potrace.rb @@ -0,0 +1,12 @@ +require 'formula' + +class Potrace