summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/STk/DESCR4
-rw-r--r--lang/blackdown-jdk13/DESCR2
-rw-r--r--lang/brandybasic/DESCR8
-rw-r--r--lang/bwbasic/DESCR4
-rw-r--r--lang/caml-light/DESCR12
-rw-r--r--lang/chicken/DESCR6
-rw-r--r--lang/cint/DESCR10
-rw-r--r--lang/cu-prolog/DESCR12
-rw-r--r--lang/drscheme/DESCR14
-rw-r--r--lang/egcs/DESCR34
-rw-r--r--lang/f2c/DESCR2
-rw-r--r--lang/gcc3/Makefile8
-rw-r--r--lang/guile/DESCR2
-rw-r--r--lang/guile14/DESCR2
-rw-r--r--lang/java-lang-spec/DESCR4
-rw-r--r--lang/java-vm-spec/DESCR2
-rw-r--r--lang/jdk/Makefile4
-rw-r--r--lang/jikes/DESCR4
-rw-r--r--lang/jini/MESSAGE4
-rw-r--r--lang/joos/DESCR10
-rw-r--r--lang/kali/DESCR12
-rw-r--r--lang/librep/DESCR2
-rw-r--r--lang/mzscheme/DESCR20
-rw-r--r--lang/ocaml/DESCR8
-rw-r--r--lang/parrot/DESCR2
-rw-r--r--lang/py-pyrex/DESCR2
-rw-r--r--lang/rexx-regina/DESCR4
-rw-r--r--lang/sather/DESCR2
-rw-r--r--lang/siod/DESCR4
-rw-r--r--lang/tcl-itcl/DESCR16
-rw-r--r--lang/tcl/DESCR2
-rw-r--r--lang/tinyscheme/DESCR6
-rw-r--r--lang/wonka/DESCR4
-rw-r--r--lang/wonka/Makefile4
34 files changed, 118 insertions, 118 deletions
diff --git a/lang/STk/DESCR b/lang/STk/DESCR
index 382bb3adb30..3da228b22e8 100644
--- a/lang/STk/DESCR
+++ b/lang/STk/DESCR
@@ -1,9 +1,9 @@
STk is a Scheme interpreter which can access to the Tk graphical package.
Concretely it can be seen as the John Ousterhout's Tk package where
-the Tcl language has been replaced by Scheme.
+the Tcl language has been replaced by Scheme.
The Scheme interpreter is now R4RS conformant.
-This release provides an efficient object oriented system called STklos.
+This release provides an efficient object oriented system called STklos.
STklos is a full OO system with multi-inheritance, generic functions,
multi-methods and a true meta object protocol).
diff --git a/lang/blackdown-jdk13/DESCR b/lang/blackdown-jdk13/DESCR
index f763d872e7c..d1c5e621408 100644
--- a/lang/blackdown-jdk13/DESCR
+++ b/lang/blackdown-jdk13/DESCR
@@ -1,2 +1,2 @@
-This is the Linux port of the Blackdown Java(tm) Runtime Environment,
+This is the Linux port of the Blackdown Java(tm) Runtime Environment,
version 1.3.1.
diff --git a/lang/brandybasic/DESCR b/lang/brandybasic/DESCR
index fb17cd5477a..fb9f8acd2e9 100644
--- a/lang/brandybasic/DESCR
+++ b/lang/brandybasic/DESCR
@@ -1,5 +1,5 @@
-Brandy implements Basic V, the dialect of Basic that Acorn Computers
+Brandy implements Basic V, the dialect of Basic that Acorn Computers
supplied with their ranges of desktop computers that use the ARM
-processor such as the Archimedes and RiscPC. Basic V is an extended
-version of BBC Basic. This was the Basic used on the BBC Micro that
-Acorn made during the early 1980s.
+processor such as the Archimedes and RiscPC. Basic V is an extended
+version of BBC Basic. This was the Basic used on the BBC Micro that
+Acorn made during the early 1980s.
diff --git a/lang/bwbasic/DESCR b/lang/bwbasic/DESCR
index e177c971e54..d4c9f3edc41 100644
--- a/lang/bwbasic/DESCR
+++ b/lang/bwbasic/DESCR
@@ -6,9 +6,9 @@ seeks to be as portable as possible.
Originally written by Ted A. Campbell, and released under the GPL. It
was posted to comp.sources.misc, volume 40. It was hosted for a while at
-ftp.eng.umd.edu.
+ftp.eng.umd.edu.
-Patched by Jon B. Volkoff.
+Patched by Jon B. Volkoff.
Version 2.20 was released 25 November 1995
Patch 1: 15 March 1996
Patch 2: 11 October 1997
diff --git a/lang/caml-light/DESCR b/lang/caml-light/DESCR
index 521ab807b5b..cb430ddc75c 100644
--- a/lang/caml-light/DESCR
+++ b/lang/caml-light/DESCR
@@ -1,18 +1,18 @@
-The Caml Light system comprises the following parts:
+The Caml Light system comprises the following parts:
- An interactive system, based on a read-eval-print loop: the user enters
a phrase, the system compiles it and executes it on the fly, then print the
outcome of evaluation. The interactive system is great for learning the
- language and testing programs.
+ language and testing programs.
- A batch compiler and linker, camlc, with a command-line interface similar to
the one of C compilers. The compiler produces standalone executable programs
that can later be invoked just as any other command on the system. It
integrates smoothly within the Unix programming environment
- (make, Emacs, ...).
+ (make, Emacs, ...).
- A medium-sized standard library, providing a number of general-purpose
functions and implementations of a few essential data structures
- (lists, arrays, hash tables, sets, ...).
-- A tool to build libraries of frequently-used program modules.
+ (lists, arrays, hash tables, sets, ...).
+- A tool to build libraries of frequently-used program modules.
- A parser generator and a lexical analyzer generator, in the style of lex and
- yacc.
+ yacc.
- Various programming tools and several interface libraries.
diff --git a/lang/chicken/DESCR b/lang/chicken/DESCR
index 0a3b303361c..041f6a65238 100644
--- a/lang/chicken/DESCR
+++ b/lang/chicken/DESCR
@@ -1,12 +1,12 @@
CHICKEN is a Scheme-to-C compiler supporting most of the language
features as defined in the Revised^5 Report on Scheme. CHICKEN
generates quite portable C code, and files compiled by it (including
-itself) should work without any changes on most platforms.
+itself) should work without any changes on most platforms.
The whole package is distributed under a BSD license and as such free
-to use and modify as long as you adhere to its terms (see the manual).
+to use and modify as long as you adhere to its terms (see the manual).
Linkage to C modules and C-library functions is straightforward, so
it's easy to access C from Scheme. Compiled code can be embedded into
existing C programs without problems. The generated code supports
full tail-recursion, first-class continuations, multiple values and
-dynamic-wind.
+dynamic-wind.
diff --git a/lang/cint/DESCR b/lang/cint/DESCR
index fbb9babb627..6557f2bec30 100644
--- a/lang/cint/DESCR
+++ b/lang/cint/DESCR
@@ -1,6 +1,6 @@
-"cint" is a C/C++ interpreter. About 95% of ANSI C and
-90% of C++ features are covered. (Data abstraction, class
-inheritance, virtual function, function and operator over-
-loading, default parameter, template, etc...) Cint has
-source code debugger which has sufficient capability to
+"cint" is a C/C++ interpreter. About 95% of ANSI C and
+90% of C++ features are covered. (Data abstraction, class
+inheritance, virtual function, function and operator over-
+loading, default parameter, template, etc...) Cint has
+source code debugger which has sufficient capability to
debug complicated C++ program.
diff --git a/lang/cu-prolog/DESCR b/lang/cu-prolog/DESCR
index cb5a75a3bc3..bf92679455e 100644
--- a/lang/cu-prolog/DESCR
+++ b/lang/cu-prolog/DESCR
@@ -1,11 +1,11 @@
cu-Prolog is an experimental constraint logic programming language.
-Unlike most conventional CLP systems, cu-Prolog allows user-defined
-predicates as constraints and is suitable for implementing a natural
-language processing system based on the unification-based
-grammar. As an application of cu-Prolog, we developed
-a JPSG (Japanese Phrase Structure Grammar) parser
+Unlike most conventional CLP systems, cu-Prolog allows user-defined
+predicates as constraints and is suitable for implementing a natural
+language processing system based on the unification-based
+grammar. As an application of cu-Prolog, we developed
+a JPSG (Japanese Phrase Structure Grammar) parser
with the JPSG Working Group (the chairman is Prof. GUNJI, Takao of
-Osaka University) at ICOT.
+Osaka University) at ICOT.
cu-Prolog is also the complete implementation of the constraint
unification and its name (cu) comes from the technique.
diff --git a/lang/drscheme/DESCR b/lang/drscheme/DESCR
index 8a9c4d82a4f..bb4ef09cdf2 100644
--- a/lang/drscheme/DESCR
+++ b/lang/drscheme/DESCR
@@ -1,14 +1,14 @@
DrScheme is a graphical environment for developing programs using the Scheme,
MzScheme, and MrEd programming languages. DrScheme runs under Windows 95/98/NT,
-MacOS, and Unix/X.
+MacOS, and Unix/X.
- DrScheme's features include:
+ DrScheme's features include:
- * Source text highlighting of syntax and run-time errors
+ * Source text highlighting of syntax and run-time errors
* Support for multiple levels of Scheme from Beginning Student to
- Full Scheme
- * An algebraic stepper for the Beginning Student language
- * Interactive and graphical static analysis
- * A graphical user interface (GUI) library
+ Full Scheme
+ * An algebraic stepper for the Beginning Student language
+ * Interactive and graphical static analysis
+ * A graphical user interface (GUI) library
* Objects, threads, modules, exceptions, TCP/IP, and regular expressions,
and filesystem support
diff --git a/lang/egcs/DESCR b/lang/egcs/DESCR
index 75e8e554a8d..58e5b92374b 100644
--- a/lang/egcs/DESCR
+++ b/lang/egcs/DESCR
@@ -1,23 +1,23 @@
EGCS is a free software project to further the development of the GNU
-compilers using an open development environment.
+compilers using an open development environment.
-+ Compilers are available under the terms of the GPL. Copyrights for
- the compilers are to be held by the FSF. Other components (runtime
- libraries, testsuites, etc) will be available under various free
- licenses with copyrights being held by individual authors or the FSF.
-+ Further Development of GNU Compilers
- New languages, new optimizations, new targets, improved runtime
- libraries and various infrastructure improvements
-+ Open Development Environment
- Encourage cooperation and communication between developers
- Work more closely with "consumers"
++ Compilers are available under the terms of the GPL. Copyrights for
+ the compilers are to be held by the FSF. Other components (runtime
+ libraries, testsuites, etc) will be available under various free
+ licenses with copyrights being held by individual authors or the FSF.
++ Further Development of GNU Compilers
+ New languages, new optimizations, new targets, improved runtime
+ libraries and various infrastructure improvements
++ Open Development Environment
+ Encourage cooperation and communication between developers
+ Work more closely with "consumers"
Code available to everyone at anytime, and development is open to anyone
- that wants to contribute.
- Patches will be considered equally based on their technical merits
+ that wants to contribute.
+ Patches will be considered equally based on their technical merits
All individuals and companies are welcome to contribute as long as they
- accept the groundrules.
-+ Open mailing lists
-+ Developer friendly tools and procedures (ie cvs, multiple maintainers, etc)
+ accept the groundrules.
++ Open mailing lists
++ Developer friendly tools and procedures (ie cvs, multiple maintainers, etc)
+ Conflicts of interest exist for many egcs developers, the developers as
well as the egcs steering committee will not allow those
- conflicts of interest to have an effect on the egcs project
+ conflicts of interest to have an effect on the egcs project
diff --git a/lang/f2c/DESCR b/lang/f2c/DESCR
index a643399d8cc..df9cd3a8b06 100644
--- a/lang/f2c/DESCR
+++ b/lang/f2c/DESCR
@@ -8,5 +8,5 @@ f2c is distributed by netlib.
There do not appear to be released versions of f2c with an assigned
version number. When updates are made, the "changes" file is updated,
but there is no associated version number. I don't have any suggestions
-for keeping track of the version except to consult the "changes" file
+for keeping track of the version except to consult the "changes" file
which will be installed as ${PREFIX}/share/doc/f2c/changes for reference.
diff --git a/lang/gcc3/Makefile b/lang/gcc3/Makefile
index 9b550cac653..5f67ab0dc29 100644
--- a/lang/gcc3/Makefile
+++ b/lang/gcc3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/05/02 13:36:51 jmmv Exp $
+# $NetBSD: Makefile,v 1.11 2003/05/06 17:41:38 jmmv Exp $
#
DISTNAME= gcc-3.2.2
@@ -78,14 +78,14 @@ post-install:
LDFLAGS= ${_STRIPFLAG_CC}
# On NetBSD, the gcc-2.95.3 for:
-#
+#
# alpha
#
# have an optimization bug when compiling with -O2 that is tickled by:
-#
+#
# java/parse.o
#
-# note that we don't override CFLAGS and CPPFLAGS because we want the
+# note that we don't override CFLAGS and CPPFLAGS because we want the
# crosscompiled compiler to be build with optimization. This only
# disables optimization for the stage 1 build.
#
diff --git a/lang/guile/DESCR b/lang/guile/DESCR
index f99ba642acd..e79cdc43f85 100644
--- a/lang/guile/DESCR
+++ b/lang/guile/DESCR
@@ -2,4 +2,4 @@ GUILE, GNU's Ubiquitous Intelligent Language for Extension, is a library
that implements the Scheme language plus various convenient facilities.
It's designed so that you can link it into an application or utility to
make it extensible. Our plan is to link this library into all GNU programs
-that call for extensibility.
+that call for extensibility.
diff --git a/lang/guile14/DESCR b/lang/guile14/DESCR
index f99ba642acd..e79cdc43f85 100644
--- a/lang/guile14/DESCR
+++ b/lang/guile14/DESCR
@@ -2,4 +2,4 @@ GUILE, GNU's Ubiquitous Intelligent Language for Extension, is a library
that implements the Scheme language plus various convenient facilities.
It's designed so that you can link it into an application or utility to
make it extensible. Our plan is to link this library into all GNU programs
-that call for extensibility.
+that call for extensibility.
diff --git a/lang/java-lang-spec/DESCR b/lang/java-lang-spec/DESCR
index 1e78076bf26..71aa3012d56 100644
--- a/lang/java-lang-spec/DESCR
+++ b/lang/java-lang-spec/DESCR
@@ -1,9 +1,9 @@
Written by the inventors of the technology, The Java(TM) Language
Specification is the definitive technical reference for the Java(TM)
programming language. If you want to know the premise meaning of the
-language's constructs, this is the source for you.
+language's constructs, this is the source for you.
The book provides complete, accurate, and detailed coverage of the syntax
and semantics of the Java programming language. It describes all aspects of
the language, including the semantics of all types, statements, and
-expressions, as well as threads and binary compatibility.
+expressions, as well as threads and binary compatibility.
diff --git a/lang/java-vm-spec/DESCR b/lang/java-vm-spec/DESCR
index b4ec3999343..329f0d13c41 100644
--- a/lang/java-vm-spec/DESCR
+++ b/lang/java-vm-spec/DESCR
@@ -6,4 +6,4 @@ examples to clarify how it operates in practice. The book also demonstrates
the Java virtual machine's powerful verification techniques. In all, the
book provides sufficient detail to enable you to implement your own
fully-compatible Java virtual machine, or on the other hand, to just really
-understand what makes the Java technology work.
+understand what makes the Java technology work.
diff --git a/lang/jdk/Makefile b/lang/jdk/Makefile
index ebda1cfa8eb..e271f585561 100644
--- a/lang/jdk/Makefile
+++ b/lang/jdk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2003/02/11 04:23:14 jlam Exp $
+# $NetBSD: Makefile,v 1.33 2003/05/06 17:41:39 jmmv Exp $
#
VERSION= 1.1.8
@@ -91,5 +91,5 @@ do-install:
.include "../../mk/bsd.pkg.mk"
-# This needs to be after bsd.pkg.mk
+# This needs to be after bsd.pkg.mk
PREFIX= ${JVM_HOME}
diff --git a/lang/jikes/DESCR b/lang/jikes/DESCR
index 67554e9826e..e0aab44b930 100644
--- a/lang/jikes/DESCR
+++ b/lang/jikes/DESCR
@@ -4,10 +4,10 @@ that is conformant, robust, full-featured, commercial-quality, and
freely available. This project is jointly managed by a group of
companies and individual volunteers throughout the world, using the
Internet and the Web to communicate, plan, and develop the compiler
-and its related software and documentation.
+and its related software and documentation.
The Jikes project is licensed under the IBM Public License, which has
-been approved by the Open Source Initiative.
+been approved by the Open Source Initiative.
The project currently includes the Jikes compiler, the Jikes Parser
Generator, and the Jikes Test Suite.
diff --git a/lang/jini/MESSAGE b/lang/jini/MESSAGE
index 5739278af35..b99bb608987 100644
--- a/lang/jini/MESSAGE
+++ b/lang/jini/MESSAGE
@@ -1,7 +1,7 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.2 2002/09/24 12:30:09 wiz Exp $
+$NetBSD: MESSAGE,v 1.3 2003/05/06 17:41:40 jmmv Exp $
-You may want to point your browser to
+You may want to point your browser to
${JINI_HOME}/index.html for details about Jini.
===========================================================================
diff --git a/lang/joos/DESCR b/lang/joos/DESCR
index 3696b416f05..385aa5cad4b 100644
--- a/lang/joos/DESCR
+++ b/lang/joos/DESCR
@@ -1,4 +1,4 @@
-Joos is an acronym for Java's Object-Oriented Subset. JOOS is a
+Joos is an acronym for Java's Object-Oriented Subset. JOOS is a
proper subset of Java, defined as follows:
* its context-free syntax is restricted to the following grammar;
* subclassing must not change the signature of a method;
@@ -8,12 +8,12 @@ proper subset of Java, defined as follows:
subclasses; and
* every path through a non-void method must return a value.
-In addition, JOOS defines a concept of extern classes, which provide
-a convenient interface to the Java libraries without requiring the
+In addition, JOOS defines a concept of extern classes, which provide
+a convenient interface to the Java libraries without requiring the
compiler to parse Java class files.
-It defines a class name and some method signatures, along with a file
-name that is guaranteed to provide the implementation. The JOOS compiler
+It defines a class name and some method signatures, along with a file
+name that is guaranteed to provide the implementation. The JOOS compiler
will implicitly trust this specification. If it is incorrect,
then the compiled JOOS class file may fail at class loading time.
diff --git a/lang/kali/DESCR b/lang/kali/DESCR
index b9da3a912e7..292cf85d3f2 100644
--- a/lang/kali/DESCR
+++ b/lang/kali/DESCR
@@ -13,10 +13,10 @@ message-based distributed framework that allows any Scheme object
of the applications and implementation techniques we have looked
at using Kali Scheme include:
- User-level load balancing and migration.
- Incremental distributed linking of code objects.
- Parameterized client-server applications.
- Long-lived parallel computations.
- Distributed data mining.
+ User-level load balancing and migration.
+ Incremental distributed linking of code objects.
+ Parameterized client-server applications.
+ Long-lived parallel computations.
+ Distributed data mining.
Executable content in messages over wide-area networks
- (e.g. the World-Wide Web)
+ (e.g. the World-Wide Web)
diff --git a/lang/librep/DESCR b/lang/librep/DESCR
index b7a1d6b1470..c4f2e594a5a 100644
--- a/lang/librep/DESCR
+++ b/lang/librep/DESCR
@@ -1,4 +1,4 @@
librep is an Emacs Lisp-like runtime library for UNIX. It contains a
LISP interpreter, byte-code compiler and virtual machine. Applications
may use the LISP interpreter as an extension language, or it may be used
-for standalone scripts.
+for standalone scripts.
diff --git a/lang/mzscheme/DESCR b/lang/mzscheme/DESCR
index af740dce69f..cd2292b3e31 100644
--- a/lang/mzscheme/DESCR
+++ b/lang/mzscheme/DESCR
@@ -1,14 +1,14 @@
MzScheme is an implementation of the Scheme programming language for
Windows 95/98/NT, MacOS, Unix, and BeOS. MzScheme is R5RS-compliant.
- MzScheme also provides:
+ MzScheme also provides:
-- Pre-emptive threads for all platforms
-- Generative structures (a.k.a. record datatypes)
-- Built-in exceptions; each primitive error raises a specific exception
-- First-class compilation units (modules) for organizing program components
-- A class-based object system reminiscent of C++/Java
-- Built-in regular expression matching tools
-- Simple TCP communication support on all platforms
-- Portable filesystem access procedures
-- Platform-specific process control, including AppleEvent support
+- Pre-emptive threads for all platforms
+- Generative structures (a.k.a. record datatypes)
+- Built-in exceptions; each primitive error raises a specific exception
+- First-class compilation units (modules) for organizing program components
+- A class-based object system reminiscent of C++/Java
+- Built-in regular expression matching tools
+- Simple TCP communication support on all platforms
+- Portable filesystem access procedures
+- Platform-specific process control, including AppleEvent support
diff --git a/lang/ocaml/DESCR b/lang/ocaml/DESCR
index ad576c07217..33bfe25e176 100644
--- a/lang/ocaml/DESCR
+++ b/lang/ocaml/DESCR
@@ -1,9 +1,9 @@
Objective Caml is the latest implementation of the Caml dialect of ML. The main
-novelties compared with its ancestor, Caml Light, are:
+novelties compared with its ancestor, Caml Light, are:
* Full support for objects and classes -- here combined for the first time
- with ML-style type reconstruction.
+ with ML-style type reconstruction.
* A powerful module calculus in the style of Standard ML (but retaining
- separate compilation).
+ separate compilation).
* A high-performance native code compiler (in addition to a Caml
- Light-style bytecode compiler).
+ Light-style bytecode compiler).
diff --git a/lang/parrot/DESCR b/lang/parrot/DESCR
index 722dbf11026..3944f43721c 100644
--- a/lang/parrot/DESCR
+++ b/lang/parrot/DESCR
@@ -1,4 +1,4 @@
-PARROT: A bytecode language possible to be used in the future by
+PARROT: A bytecode language possible to be used in the future by
Perl 6 and a Python.
The idea was originally an April fool's joke...
diff --git a/lang/py-pyrex/DESCR b/lang/py-pyrex/DESCR
index 61948abb5a7..1641997528d 100644
--- a/lang/py-pyrex/DESCR
+++ b/lang/py-pyrex/DESCR
@@ -1,2 +1,2 @@
Pyrex lets you write Python-like code that mixes Python and C data types
-any way you want, and compiles it into a C extension for Python.
+any way you want, and compiles it into a C extension for Python.
diff --git a/lang/rexx-regina/DESCR b/lang/rexx-regina/DESCR
index 69bf7b1c43b..75acdffe3ef 100644
--- a/lang/rexx-regina/DESCR
+++ b/lang/rexx-regina/DESCR
@@ -2,6 +2,6 @@ Regina is a Rexx interpreter that has been ported to most Unix
platforms and also to OS/2, eCS, DOS, Win9x/Me/NT/2k/XP, Amiga, QNX,
BeOS, MacOS X, EPOC32, AtheOS, OpenVMS and OpenEdition. Rexx is a
programming language that was designed to be easy to use for
-inexperienced programmers yet powerful enough for experienced users.
+inexperienced programmers yet powerful enough for experienced users.
It is also a language ideally suited as a macro language for other
-applications.
+applications.
diff --git a/lang/sather/DESCR b/lang/sather/DESCR
index 34cfb943104..755f3afd953 100644
--- a/lang/sather/DESCR
+++ b/lang/sather/DESCR
@@ -8,7 +8,7 @@ languages. One way of placing it in the "space of languages" is to say
that it attempts to be as efficient as C, C++, or Fortran, as elegant
and safe as Eiffel or CLU, and to support higher-order functions as
well as Common Lisp, Scheme, or Smalltalk.
-
+
Sather has garbage collection, statically-checked strong typing,
multiple inheritance, separate implementation and type inheritance,
parameterized classes, dynamic dispatch, iteration abstraction,
diff --git a/lang/siod/DESCR b/lang/siod/DESCR
index 218d9bb617b..21f59053cd2 100644
--- a/lang/siod/DESCR
+++ b/lang/siod/DESCR
@@ -5,7 +5,7 @@ scripting extensions.
The motivation behind SIOD remains a small footprint, in every sense
of the word, at runtime, at compile time, and in cognitive attention
required to understand how the system works enough to be able to
-extend it as well as the author would have done the work himself.
+extend it as well as the author would have done the work himself.
About eight years have passed since that initial release. It has been
possible to add a feature or two without contributing to the cause of
@@ -13,4 +13,4 @@ software bloat, with the code segment of the libsiod shared library
remaining under 75K bytes on a prototypical comparison machine like a
VAX. Furthermore, as the richness of the C runtime library available
on most systems has improved over time, SIOD remains a useful kind of
-glue to have in a software engineers toolbox.
+glue to have in a software engineers toolbox.
diff --git a/lang/tcl-itcl/DESCR b/lang/tcl-itcl/DESCR
index 8ea2de1474b..570d33366e8 100644
--- a/lang/tcl-itcl/DESCR
+++ b/lang/tcl-itcl/DESCR
@@ -1,8 +1,8 @@
-[incr Tcl] provides the extra language support needed to build large Tcl/Tk
-applications. It introduces the notion of objects, which act as building
-blocks for an application. Each object is a bag of data with a set of
-procedures or "methods" that are used to manipulate it. Objects are organized
-into "classes" with identical characteristics, and classes can inherit
-functionality from one another. This object-oriented paradigm adds another
-level of organization on top of the basic variable/procedure elements, and
-the resulting code is easier to understand and maintain.
+[incr Tcl] provides the extra language support needed to build large Tcl/Tk
+applications. It introduces the notion of objects, which act as building
+blocks for an application. Each object is a bag of data with a set of
+procedures or "methods" that are used to manipulate it. Objects are organized
+into "classes" with identical characteristics, and classes can inherit
+functionality from one another. This object-oriented paradigm adds another
+level of organization on top of the basic variable/procedure elements, and
+the resulting code is easier to understand and maintain.
diff --git a/lang/tcl/DESCR b/lang/tcl/DESCR
index 91040a25833..b22bfecedd3 100644
--- a/lang/tcl/DESCR
+++ b/lang/tcl/DESCR
@@ -4,5 +4,5 @@ embedding in other programs.
The best way to get started with Tcl is to read ``Tcl and the Tk
Toolkit'' by John K. Ousterhout, Addison-Wesley, ISBN 0-201-63337-X
-or ``Practical Programming in Tcl and Tk'' by Brent B. Welch,
+or ``Practical Programming in Tcl and Tk'' by Brent B. Welch,
Prentice Hall PTR, ISBN 0-13-616830-X.
diff --git a/lang/tinyscheme/DESCR b/lang/tinyscheme/DESCR
index 0a239123635..d0183ada180 100644
--- a/lang/tinyscheme/DESCR
+++ b/lang/tinyscheme/DESCR
@@ -5,10 +5,10 @@ interpreter for other programs. As such, it does not offer IDEs or
extensive toolkits although it does sport a small top-level loop,
included conditionally. A lot of functionality in TinyScheme is
included conditionally, to allow developers freedom in balancing
-features and footprint.
+features and footprint.
As an embedded interpreter, it allows multiple interpreter states to
-coexist in the same program, without any interference between them.
+coexist in the same program, without any interference between them.
Programmatically, foreign functions in C can be added and values can
be defined in the Scheme environment. Being quite a small program, it
-is easy to comprehend, get to grips with, and use.
+is easy to comprehend, get to grips with, and use.
diff --git a/lang/wonka/DESCR b/lang/wonka/DESCR
index 1eb7f73317a..8b5def9b975 100644
--- a/lang/wonka/DESCR
+++ b/lang/wonka/DESCR
@@ -1,5 +1,5 @@
-Wonka is ACUNIA's cleanroom Virtual Machine for the Java(tm) language.
+Wonka is ACUNIA's cleanroom Virtual Machine for the Java(tm) language.
It is extremely portable and self-contained, and can optionally be
used with its own real-time executive (OSwaldTM) to provide a complete
solution for embedded devices. It is a full implementation of the
-Java language, not just a subset. And it's Open Source.
+Java language, not just a subset. And it's Open Source.
diff --git a/lang/wonka/Makefile b/lang/wonka/Makefile
index 488468e8eba..5564a801d03 100644
--- a/lang/wonka/Makefile
+++ b/lang/wonka/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/03/29 12:41:34 jmmv Exp $
+# $NetBSD: Makefile,v 1.9 2003/05/06 17:41:42 jmmv Exp $
#
DISTNAME= wonka-src-0.9.5-release
@@ -82,5 +82,5 @@ test: install
.include "../../mk/bsd.pkg.mk"
-# This needs to be after bsd.pkg.mk
+# This needs to be after bsd.pkg.mk
PREFIX= ${JVM_HOME}