Revision: 77273 http://trac.macports.org/changeset/77273 Author: and.damore@macports.org Date: 2011-03-25 00:51:50 -0700 (Fri, 25 Mar 2011) Log Message: ----------- port luarocks, long_description shortened Modified Paths: -------------- trunk/dports/devel/luarocks/Portfile Modified: trunk/dports/devel/luarocks/Portfile =================================================================== --- trunk/dports/devel/luarocks/Portfile 2011-03-25 07:39:14 UTC (rev 77272) +++ trunk/dports/devel/luarocks/Portfile 2011-03-25 07:51:50 UTC (rev 77273) @@ -7,14 +7,12 @@ platforms darwin maintainers and.damore description Manager for rocks, lua extensions. -long_description LuaRocks is a deployment and management system for Lua modules. LuaRocks \ - allows you to install Lua modules as self-contained packages called \ - \"rocks\", which also contain version dependency information. This \ - information is used both at install time, so that when one rock is \ - requested all rocks it depends on are installed as well, and at run \ - time, so that when a module is required, the correct version is loaded. \ - LuaRocks supports both local and remote repositories, and multiple local \ - rocks trees. +long_description \ + LuaRocks is a deployment and management system for Lua modules that allows \ + you to install self-contained modules (\"rocks\") which also contain \ + version dependency information. It handles both install time dependencies \ + and runtime version check. LuaRocks supports local and remote \ + repositories, and multiple local rocks trees. homepage http://www.luarocks.org/ master_sites http://luarocks.org/releases/ depends_run port:lua
participants (1)
-
and.damore@macports.org