summaryrefslogtreecommitdiff
path: root/lang/squeak
diff options
context:
space:
mode:
authorfredb <fredb>2001-05-03 23:32:08 +0000
committerfredb <fredb>2001-05-03 23:32:08 +0000
commit6207e376086e1dcd39427d53fb24fa64b0081652 (patch)
treeadede8f1eb3dfa729b2ff676d75246ba2301fbe8 /lang/squeak
parent4bb19341a133ed93cd39fc32bc833a8acd128295 (diff)
downloadpkgsrc-6207e376086e1dcd39427d53fb24fa64b0081652.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