summaryrefslogtreecommitdiff
path: root/lang/squeak
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2001-05-03 23:32:08 +0000
committerfredb <fredb@pkgsrc.org>2001-05-03 23:32:08 +0000
commitee6678cb21e0a33f5d084493d2a2463857f31dde (patch)
treeadede8f1eb3dfa729b2ff676d75246ba2301fbe8 /lang/squeak
parentaaf0944e734806eb7d0e6cd827edc385ca7eadc1 (diff)
downloadpkgsrc-ee6678cb21e0a33f5d084493d2a2463857f31dde.tar.gz
Wrap lines consistently to 72 columns.
Diffstat (limited to 'lang/squeak')
-rw-r--r--lang/squeak/pkg/DESCR9
1 files changed, 4 insertions, 5 deletions
diff --git a/lang/squeak/pkg/DESCR b/lang/squeak/pkg/DESCR
index ab4079edb1a..2ce22553c55 100644
--- a/lang/squeak/pkg/DESCR
+++ b/lang/squeak/pkg/DESCR
@@ -1,5 +1,5 @@
-Squeak is a new implementation of the Smalltalk programming
-environment; it includes among other things:
+Squeak is a new implementation of the Smalltalk programming environment;
+it includes among other things:
* a rapid-turn-around Smalltalk-80 compiler,
* a caching-JIT run-time virtual machine (with full source in
Smalltalk),
@@ -8,9 +8,8 @@ environment; it includes among other things:
construction.
Squeak was developed at Apple Labs and Walt Disney and has been ported
-to a variety of computers (including most flavors of UNIX and
-Windows). Compared to other Smalltalk systems, Squeak has 4 important
-features:
+to a variety of computers (including most flavors of UNIX and Windows).
+Compared to other Smalltalk systems, Squeak has four important features:
* Portability (to Mac, Windows, WinCE, and many flavors of UNIX);
* Speed (it uses native C for compute-intensive code);
* Price (free, including all source code and the right to distribute