[77795] trunk/dports/lang

singingwolfboy at macports.org singingwolfboy at macports.org
Wed Apr 13 11:09:04 PDT 2011


Revision: 77795
          http://trac.macports.org/changeset/77795
Author:   singingwolfboy at macports.org
Date:     2011-04-13 11:09:03 -0700 (Wed, 13 Apr 2011)
Log Message:
-----------
New port: processing

Added Paths:
-----------
    trunk/dports/lang/processing/
    trunk/dports/lang/processing/Portfile

Added: trunk/dports/lang/processing/Portfile
===================================================================
--- trunk/dports/lang/processing/Portfile	                        (rev 0)
+++ trunk/dports/lang/processing/Portfile	2011-04-13 18:09:03 UTC (rev 77795)
@@ -0,0 +1,34 @@
+# $Id$
+
+PortSystem          1.0
+
+name                processing
+version             1.2.1
+categories          lang
+platforms           darwin freebsd linux
+license             BSD
+maintainers         singingwolfboy
+description         open source programming language and environment for people \
+                    who want to create images, animations, and interactions
+long_description    \
+    Processing is an open source programming language and environment for people \
+    who want to create images, animations, and interactions. Initially developed \
+    to serve as a software sketchbook and to teach fundamentals of computer \
+    programming within a visual context, Processing also has evolved into a \
+    tool for generating finished professional work. Today, there are tens of \
+    thousands of students, artists, designers, researchers, and hobbyists who \
+    use Processing for learning, prototyping, and production.
+
+homepage            http://processing.org
+fetch.type          svn
+svn.url             http://${name}.googlecode.com/svn/tags/${name}-${version}
+
+depends_build       port:apache-ant
+use_configure       no
+build.dir           ${worksrcpath}/build
+build.cmd           ${prefix}/bin/ant
+build.target        macosx-build
+
+destroot {
+    move ${build.dir}/macosx/work/Processing.app ${destroot}${applications_dir}/
+}


Property changes on: trunk/dports/lang/processing/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110413/f891e0e6/attachment.html>


More information about the macports-changes mailing list