[60288] trunk/dports/graphics

jmr at macports.org jmr at macports.org
Sun Nov 8 02:20:50 PST 2009


Revision: 60288
          http://trac.macports.org/changeset/60288
Author:   jmr at macports.org
Date:     2009-11-08 02:20:46 -0800 (Sun, 08 Nov 2009)
Log Message:
-----------
New port: Paintbrush (#21774)

Added Paths:
-----------
    trunk/dports/graphics/Paintbrush/
    trunk/dports/graphics/Paintbrush/Portfile

Added: trunk/dports/graphics/Paintbrush/Portfile
===================================================================
--- trunk/dports/graphics/Paintbrush/Portfile	                        (rev 0)
+++ trunk/dports/graphics/Paintbrush/Portfile	2009-11-08 10:20:46 UTC (rev 60288)
@@ -0,0 +1,33 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           xcode 1.0
+
+name                Paintbrush
+version             2.0.1
+maintainers         gmail.com:gordon.child
+
+categories          graphics aqua
+license             GPLv3+
+description         Cocoa-based image editor
+long_description    Paintbrush is a Cocoa-based paint program for Mac OS X, \
+                    similar to Microsoft Paint and MacPaint.
+
+homepage            http://paintbrush.sourceforge.net/
+
+master_sites        sourceforge:paintbrush
+distname            paintbrush-${version}-source
+checksums           md5 1e1d271eeca6a5790e1451ae191338ad \
+                    sha1 10485b6b33b72dc81b9954d9265a3a657a177b77 \
+                    rmd160 e4fc68079738d3f422634da1def84bf91cb12b3e
+
+extract.mkdir       yes
+xcode.project       Paintbrush2.xcodeproj
+xcode.configuration Release
+
+pre-fetch {
+    if {${os.major} < 9} {
+        return -code error "This version of ${name} is only for Mac OS X 10.5 or later."
+    }
+}


Property changes on: trunk/dports/graphics/Paintbrush/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091108/fe8c8752/attachment.html>


More information about the macports-changes mailing list