[22997] trunk/dports/lang/io/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Wed Mar 21 08:00:18 PDT 2007
Revision: 22997
http://trac.macosforge.org/projects/macports/changeset/22997
Author: pipping at macports.org
Date: 2007-03-21 08:00:18 -0700 (Wed, 21 Mar 2007)
Log Message:
-----------
* cleanup
Modified Paths:
--------------
trunk/dports/lang/io/Portfile
Modified: trunk/dports/lang/io/Portfile
===================================================================
--- trunk/dports/lang/io/Portfile 2007-03-21 14:56:35 UTC (rev 22996)
+++ trunk/dports/lang/io/Portfile 2007-03-21 15:00:18 UTC (rev 22997)
@@ -2,38 +2,38 @@
PortSystem 1.0
-name iovm
-version 2005-02-22
-categories lang
-platforms darwin
-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).
+name io
+version 2005-02-22
+categories lang
+platforms darwin
+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/
-distname IoVM-${version}
-checksums md5 a9d733490adf941daf11486a9183c958
+homepage http://www.iolanguage.com/
+master_sites http://io.urbanape.com/release/ \
+ http://www.sigusr1.org/~steve/
+distname IoVM-${version}
+checksums md5 a9d733490adf941daf11486a9183c958
-extract.post_args "| tar -xf - --exclude '_old'"
+extract.post_args "| tar -xf - --exclude '_old'"
-patch {
- cd ${worksrcpath}
- reinplace "s|/usr/local|\$(DESTDIR)${prefix}|g" IoVM/Makefile \
- Makefiles/IoDesktop/Makefile Makefiles/IoServer/Makefile \
- Makefiles/IoVM/Makefile
+patch {
+ cd ${worksrcpath}
+ reinplace "s|/usr/local|\$(DESTDIR)${prefix}|g" IoVM/Makefile \
+ Makefiles/IoDesktop/Makefile Makefiles/IoServer/Makefile \
+ Makefiles/IoVM/Makefile
}
-post-destroot {
- xinstall -m 755 -d ${destroot}${prefix}/share/doc
- file delete -force ${destroot}${prefix}/lib
- file copy ${worksrcpath}/IoVM/_include ${destroot}${prefix}/include/iovm
- file copy ${worksrcpath}/IoVM/_libs ${destroot}${prefix}/lib
- file copy ${worksrcpath}/IoVM/_docs ${destroot}${prefix}/share/doc/${name}
+post-destroot {
+ xinstall -m 755 -d ${destroot}${prefix}/share/doc
+ file delete -force ${destroot}${prefix}/lib
+ file copy ${worksrcpath}/IoVM/_include ${destroot}${prefix}/include/iovm
+ file copy ${worksrcpath}/IoVM/_libs ${destroot}${prefix}/lib
+ file copy ${worksrcpath}/IoVM/_docs ${destroot}${prefix}/share/doc/${name}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070321/14b7649d/attachment.html
More information about the macports-changes
mailing list