diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-23 08:26:03 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-23 08:26:03 +0000 |
commit | f795c2e4750a21c358eb4eba83184326b68adce0 (patch) | |
tree | a88b53a484071e09249ef5ae57e9f69b5ffb0a67 /lang | |
parent | c7051d394905450b08f91eb4b95f8961b2af4385 (diff) | |
download | pkgsrc-f795c2e4750a21c358eb4eba83184326b68adce0.tar.gz |
Removed trailing white-space.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/SmartEiffel/DESCR | 6 | ||||
-rw-r--r-- | lang/brandybasic/DESCR | 4 | ||||
-rw-r--r-- | lang/bwbasic/DESCR | 2 | ||||
-rw-r--r-- | lang/gcc34-ada/DESCR | 2 | ||||
-rw-r--r-- | lang/opencobol/DESCR | 2 | ||||
-rw-r--r-- | lang/pnetlib/DESCR | 2 | ||||
-rw-r--r-- | lang/py-psyco/DESCR | 4 | ||||
-rw-r--r-- | lang/py-pyrex/DESCR | 2 | ||||
-rw-r--r-- | lang/sablevm/DESCR | 2 | ||||
-rw-r--r-- | lang/sather/DESCR | 2 | ||||
-rw-r--r-- | lang/scm/DESCR | 22 | ||||
-rw-r--r-- | lang/sr-examples/DESCR | 2 | ||||
-rw-r--r-- | lang/swi-prolog-lite/DESCR | 2 | ||||
-rw-r--r-- | lang/swi-prolog/DESCR | 2 | ||||
-rw-r--r-- | lang/utilisp/DESCR | 6 |
15 files changed, 31 insertions, 31 deletions
diff --git a/lang/SmartEiffel/DESCR b/lang/SmartEiffel/DESCR index 24249d91ec5..447c81c39b3 100644 --- a/lang/SmartEiffel/DESCR +++ b/lang/SmartEiffel/DESCR @@ -5,6 +5,6 @@ DOS, OS2, WINDOWS NT/95/2000, Macintosh, NeXT, Amiga, AmigaDE/Elate, BeOS, QNX, VMS, etc. Actually, SmartEiffel should run on any platform for which an ANSI C compiler exists. -The current distribution includes an Eiffel to C compiler, an Eiffel to -Java bytecode compiler, a debugger, a documentation tool, a pretty printer -and various other tools. +The current distribution includes an Eiffel to C compiler, an Eiffel to +Java bytecode compiler, a debugger, a documentation tool, a pretty printer +and various other tools. diff --git a/lang/brandybasic/DESCR b/lang/brandybasic/DESCR index fb9f8acd2e9..7f4eda8ee33 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 +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 d4c9f3edc41..9d118d2b3d0 100644 --- a/lang/bwbasic/DESCR +++ b/lang/bwbasic/DESCR @@ -6,7 +6,7 @@ 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. Version 2.20 was released 25 November 1995 diff --git a/lang/gcc34-ada/DESCR b/lang/gcc34-ada/DESCR index f91e31bc4b7..b999a7d4422 100644 --- a/lang/gcc34-ada/DESCR +++ b/lang/gcc34-ada/DESCR @@ -2,4 +2,4 @@ This is the Ada compiler from the gcc 3.4 compiler suite. This package has a test target. For testing (only), this package requires dejagnu. As part of the tests, acats -(the Ada compiler validation suite) is run. +(the Ada compiler validation suite) is run. diff --git a/lang/opencobol/DESCR b/lang/opencobol/DESCR index 3971d35ac67..b98d867bd4b 100644 --- a/lang/opencobol/DESCR +++ b/lang/opencobol/DESCR @@ -1,2 +1,2 @@ -OpenCOBOL is an open-source COBOL compiler, which translates COBOL +OpenCOBOL is an open-source COBOL compiler, which translates COBOL programs to C code and compiles it using GCC. diff --git a/lang/pnetlib/DESCR b/lang/pnetlib/DESCR index dc9e5d53de9..783280d8f2d 100644 --- a/lang/pnetlib/DESCR +++ b/lang/pnetlib/DESCR @@ -1,4 +1,4 @@ This distribution contains an implementation of the C# library, for use with .NET-capable runtime engines and applications. Originally designed -for DotGNU Portable.NET, this library can be used by other .NET development +for DotGNU Portable.NET, this library can be used by other .NET development effort also. diff --git a/lang/py-psyco/DESCR b/lang/py-psyco/DESCR index 9304fd92ce7..aad3a6b877d 100644 --- a/lang/py-psyco/DESCR +++ b/lang/py-psyco/DESCR @@ -4,7 +4,7 @@ What you can do with it In short: run your existing Python software much faster, with no change in your source. -Think of Psyco as a kind of just-in-time (JIT) compiler, a little bit like +Think of Psyco as a kind of just-in-time (JIT) compiler, a little bit like Java's, that emit machine code on the fly instead of interpreting your Python program step by step. The result is that your unmodified Python programs run faster. @@ -14,7 +14,7 @@ Benefits unmodified source code, just a dynamically loadable C extension module. Drawbacks -Psyco currently uses quite a lot of memory. It only runs on Intel +Psyco currently uses quite a lot of memory. It only runs on Intel 386-compatible processors (under any OS) right now. There are some subtle semantic differences (i.e. bugs) with the way Python works; they should not be apparent in most programs. diff --git a/lang/py-pyrex/DESCR b/lang/py-pyrex/DESCR index 1641997528d..5d60cf2006d 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/sablevm/DESCR b/lang/sablevm/DESCR index ddc2063df85..f890d91247e 100644 --- a/lang/sablevm/DESCR +++ b/lang/sablevm/DESCR @@ -8,4 +8,4 @@ SableVM implements many innovative techniques, including: * Bidirectional object layout. * Spinlock-free thin locks. * Sparse interface vtables. -* Low-cost maps for precise garbage collection. +* Low-cost maps for precise garbage collection. diff --git a/lang/sather/DESCR b/lang/sather/DESCR index 755f3afd953..2243aee91bb 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/scm/DESCR b/lang/scm/DESCR index 1785b44651c..aa27a152544 100644 --- a/lang/scm/DESCR +++ b/lang/scm/DESCR @@ -2,22 +2,22 @@ Scm is a portable R5RS Scheme implementation written in C. * Support for SICP, R2RS, R3RS, and R5RS scheme code. * Is fully documented in TeXinfo form, allowing documentation to be generated in info, TeX, html, nroff, and troff formats. - * Supports inexact real and complex numbers, 30 bit immediate integers + * Supports inexact real and complex numbers, 30 bit immediate integers and large precision integers. - * Many Common Lisp functions: logand, logor, logxor, lognot, ash, - logcount, integer-length, bit-extract, defmacro, macroexpand, - macroexpand1, gentemp, defvar, force-output, software-type, - get-decoded-time, get-internal-run-time, get-internal-real-time, + * Many Common Lisp functions: logand, logor, logxor, lognot, ash, + logcount, integer-length, bit-extract, defmacro, macroexpand, + macroexpand1, gentemp, defvar, force-output, software-type, + get-decoded-time, get-internal-run-time, get-internal-real-time, delete-file, rename-file, copy-tree, acons, and eval. - * Char-code-limit, most-positive-fixnum, most-negative-fixnum, and - internal-time-units-per-second constants. *Features* and + * Char-code-limit, most-positive-fixnum, most-negative-fixnum, and + internal-time-units-per-second constants. *Features* and *load-pathname* variables. - * Arrays and bit-vectors. String ports and software emulation ports. + * Arrays and bit-vectors. String ports and software emulation ports. I/O extensions providing ANSI C and POSIX.1 facilities. * Interfaces to standard libraries * Available add-on packages including an interactive debugger, database, X-window graphics, BGI graphics, Motif, and Open-Windows packages. * A compiler (HOBBIT) and dynamic linking of compiled modules. - * User definable responses to interrupts and errors, - Process-syncronization primitives. Setable levels of monitoring - and timing information printed interactively (the verbose function). + * User definable responses to interrupts and errors, + Process-syncronization primitives. Setable levels of monitoring + and timing information printed interactively (the verbose function). diff --git a/lang/sr-examples/DESCR b/lang/sr-examples/DESCR index 235267f1bb3..6688b20227d 100644 --- a/lang/sr-examples/DESCR +++ b/lang/sr-examples/DESCR @@ -5,4 +5,4 @@ SR is described in "The SR Programming Language: Concurrency in Practice" by Gregory R. Andrews and Ronald A. Olsson (Benjamin/Cummings, 1993, ISBN 0-8053-0088-0). Information about concurrent programming in general can be found in "Concurrent Programming: Principles and Practice" by Gregory R. -Andrews (Benjamin/Cummings, 1991, ISBN 0-8053-0086-4). +Andrews (Benjamin/Cummings, 1991, ISBN 0-8053-0086-4). diff --git a/lang/swi-prolog-lite/DESCR b/lang/swi-prolog-lite/DESCR index b3175be1758..b22e0f8115d 100644 --- a/lang/swi-prolog-lite/DESCR +++ b/lang/swi-prolog-lite/DESCR @@ -4,7 +4,7 @@ and shares many features with Quintus and SICStus Prolog, including a compatible module system. Very fast compiler, garbage collection (also on atoms), fast and powerful C/C++ interface, autoloading, GNU-readline interface. SWI-Prolog supports architectures with 32-bit -or greater (64-bit) word-length. +or greater (64-bit) word-length. This is the core package, packages are available in the swi-prolog-packages package. diff --git a/lang/swi-prolog/DESCR b/lang/swi-prolog/DESCR index ed3bd14c7c9..963bdc621cb 100644 --- a/lang/swi-prolog/DESCR +++ b/lang/swi-prolog/DESCR @@ -4,6 +4,6 @@ and shares many features with Quintus and SICStus Prolog, including a compatible module system. Very fast compiler, garbage collection (also on atoms), fast and powerful C/C++ interface, autoloading, GNU-readline interface. SWI-Prolog supports architectures with 32-bit -or greater (64-bit) word-length. +or greater (64-bit) word-length. This is a meta-package that pulls in the interpreter and packages. diff --git a/lang/utilisp/DESCR b/lang/utilisp/DESCR index 745148b77e7..01c2234bc49 100644 --- a/lang/utilisp/DESCR +++ b/lang/utilisp/DESCR @@ -1,9 +1,9 @@ The UtiLisp32 is a new implementation of UtiLisp for Unix system. The original UtiLisp (University of Tokyo Interactive LISt Processor) system was designed for highly interactive programming and -debugging of sophisticated programs on mainframes. - -The new UtiLisp system is a transportation of the original UtiLisp. +debugging of sophisticated programs on mainframes. + +The new UtiLisp system is a transportation of the original UtiLisp. UtiLisp32 is for Unix 4.2 bsd machines whose CPU's have 32 bit address bus. It is now available on MC68010, MC68020 and Vaxen. This new UtiLisp is called "Unix UtiLisp" or simply "UtiLisp". |