[23004] trunk/dports/lang
source_changes at macosforge.org
source_changes at macosforge.org
Wed Mar 21 12:11:37 PDT 2007
Revision: 23004
http://trac.macosforge.org/projects/macports/changeset/23004
Author: pipping at macports.org
Date: 2007-03-21 12:11:37 -0700 (Wed, 21 Mar 2007)
Log Message:
-----------
* new port: Io (builds the osxvm)
Added Paths:
-----------
trunk/dports/lang/Io/
trunk/dports/lang/Io/Portfile
Added: trunk/dports/lang/Io/Portfile
===================================================================
--- trunk/dports/lang/Io/Portfile (rev 0)
+++ trunk/dports/lang/Io/Portfile 2007-03-21 19:11:37 UTC (rev 23004)
@@ -0,0 +1,38 @@
+# $Id$
+
+PortSystem 1.0
+
+name Io
+version 2007-03-21
+categories lang
+platforms macosx
+maintainers nomaintainer at macports.org
+description Io is small prototype-based programming language
+long_description \
+ Io is small prototype-based programming language. The ideas in Io are \
+ mostly inspired by Smalltalk (all values are objects), Self, \
+ NewtonScript and Act1 (prototype-based differential inheritance, actors \
+ and futures for concurrency), LISP (code is a runtime inspectable / \
+ modifiable tree) and Lua (small, embeddable).
+
+homepage http://www.iolanguage.com/
+master_sites http://io.urbanape.com/release/ \
+ http://www.sigusr1.org/~steve/
+checksums md5 c3b3621526579f1c511c3b4a4d83ca42 \
+ sha1 bb9db8f41906b03e798b7cb10e33535f23afe5c4 \
+ rmd160 d6df4a8d60c98a99b11729de699ad60e6a5489e9
+
+use_configure no
+pre-build {
+ cd ${worksrcpath}
+ system make
+}
+build.type pbx
+build.target -project osxvm.xcodeproj -target osxvm
+build.args -configuration Deployment
+build.dir ${worksrcpath}/projects/osxvm
+
+destroot {
+ xinstall -d ${destroot}${prefix}/bin
+ xinstall projects/osxvm/build/Deployment/osxvm ${destroot}${prefix}/bin
+}
Property changes on: trunk/dports/lang/Io/Portfile
___________________________________________________________________
Name: svn:keywords
+ id
Name: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070321/bee51ae8/attachment.html
More information about the macports-changes
mailing list