[svn:parrot] r37746 - trunk/ports/macports

coke at svn.parrot.org coke at svn.parrot.org
Thu Mar 26 16:19:52 UTC 2009


Author: coke
Date: Thu Mar 26 16:19:51 2009
New Revision: 37746
URL: https://trac.parrot.org/parrot/changeset/37746

Log:
Revert some unintentional changes to the portfile.
(These were inadverntently brought in from the really old version still in macports)

Modified:
   trunk/ports/macports/Portfile

Modified: trunk/ports/macports/Portfile
==============================================================================
--- trunk/ports/macports/Portfile	Thu Mar 26 16:12:34 2009	(r37745)
+++ trunk/ports/macports/Portfile	Thu Mar 26 16:19:51 2009	(r37746)
@@ -8,13 +8,14 @@
 maintainers		bfulgham coleda.com:will
 description		Open source virtual machine (for Perl6 et al.)
 long_description	\
- 	Parrot is the new interpreter being designed from scratch to support \
-	the upcoming Perl 6 language.  It is being designed as a standalone \
-	virtual machine that can be used to execute bytecode-compiled \
-	dynamic languages such as Perl 6, Perl 5, Python, Tcl, etc.
+        Parrot is a virtual machine designed to efficiently compile and \
+        execute bytecode for dynamic languages. Parrot currently hosts a \
+        variety of language implementations in various stages of completion, \
+        including Tcl, Javascript, Ruby, Lua, Scheme, PHP, Python, Perl 6, \
+        and a .NET bytecode translator.
 
 platforms		darwin
-homepage		http://www.parrotcode.org/
+homepage		http://www.parrot.org/
 master_sites		ftp://ftp.parrot.org/pub/parrot/releases/stable/${version}/
 
 checksums		md5 649ce1fb7c0edaf89dc1cd52ff267b1a \


More information about the parrot-commits mailing list