aboutsummaryrefslogtreecommitdiffstats
path: root/lang/lua52
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-05-19 18:44:11 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-05-19 18:44:11 +0800
commit3f42e716135bc048b90cb6cca188f324e65c69dc (patch)
tree8c3238b7f0cbec2e9210d52f562960bb22323a7d /lang/lua52
parente127cf2f03a87283f703b70f81a3e1891e56e7f5 (diff)
downloadfreebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.tar.gz
freebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.tar.zst
freebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.zip
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket
Diffstat (limited to 'lang/lua52')
-rw-r--r--lang/lua52/pkg-descr6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/lua52/pkg-descr b/lang/lua52/pkg-descr
index d0ed8afbd09c..924e04a7b9e5 100644
--- a/lang/lua52/pkg-descr
+++ b/lang/lua52/pkg-descr
@@ -4,7 +4,7 @@ combines simple procedural syntax (similar to Pascal) with powerful data
description constructs based on associative arrays and extensible semantics.
Lua is dynamically typed, interpreted from bytecodes, and has automatic memory
management with garbage collection, making it ideal for configuration,
-scripting, and rapid prototyping.
+scripting, and rapid prototyping.
A fundamental concept in the design of Lua is to provide meta-mechanisms for
implementing features, instead of providing a host of features directly in
@@ -12,10 +12,10 @@ the language. For example, although Lua is not a pure object-oriented
language, it does provide meta-mechanisms for implementing classes and
inheritance. Lua's meta-mechanisms bring an economy of concepts and keep the
language small, while allowing the semantics to be extended in unconventional
-ways. Extensible semantics is a distinguishing feature of Lua.
+ways. Extensible semantics is a distinguishing feature of Lua.
Lua is implemented as a small library of C functions, written in ANSI C, and
compiles unmodified in all known platforms. The implementation goals are
-simplicity, efficiency, portability, and low embedding cost.
+simplicity, efficiency, portability, and low embedding cost.
WWW: http://www.lua.org/