Only in .: .Portfile.swp
Only in .: .change-processing-maintainer.diff.swp
diff -ur /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/lang/processing/Portfile ./Portfile
old
|
new
|
|
1 | | # $Id: Portfile 99643 2012-11-13 04:26:02Z singingwolfboy@macports.org $ |
| 1 | # -*- 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 |
| 2 | # $Id: Portfile 99643 2012-11-13 04:26:02Z singingwolfboy@macports.org $ |
2 | 3 | |
3 | 4 | PortSystem 1.0 |
| 5 | PortGroup github 1.0 |
| 6 | |
| 7 | github.setup processing processing 3.1.1 processing-0250- |
4 | 8 | |
5 | | name processing |
6 | | version 1.2.1 |
7 | 9 | categories lang |
8 | | platforms darwin freebsd linux |
9 | | license BSD |
10 | | maintainers nomaintainer |
| 10 | platforms darwin |
| 11 | license GPL-2 |
| 12 | |
| 13 | maintainers guenael.com:macports \ |
| 14 | openmaintainer |
11 | 15 | description open source programming language and environment for people \ |
12 | 16 | who want to create images, animations, and interactions |
13 | 17 | long_description \ |
… |
… |
|
18 | 22 | tool for generating finished professional work. Today, there are tens of \ |
19 | 23 | thousands of students, artists, designers, researchers, and hobbyists who \ |
20 | 24 | use Processing for learning, prototyping, and production. |
21 | | |
22 | 25 | homepage http://processing.org |
23 | | fetch.type svn |
24 | | svn.url http://${name}.googlecode.com/svn/tags/${name}-${version} |
| 26 | |
| 27 | checksums rmd160 e964f47e8ba1f9de3ae969c8adfffc645187be0c \ |
| 28 | sha256 372f61b4ce8894651c5d5e214a668a32b918edbddc340fa71ff880e747ad121d |
25 | 29 | |
26 | 30 | depends_build port:apache-ant |
27 | 31 | use_configure no |