diff --git a/dev-lang/fpc/fpc-2.6.0.recipe b/dev-lang/fpc/fpc-2.6.0.recipe index 137083d32..a5f26d5d6 100644 --- a/dev-lang/fpc/fpc-2.6.0.recipe +++ b/dev-lang/fpc/fpc-2.6.0.recipe @@ -1,4 +1,4 @@ -DESCRIPTION="Free Pascal Compiler - open source compiler for pascal and object pascal" +DESCRIPTION="An open source compiler for pascal and object pascal" HOMEPAGE="http://www.freepascal.org" SRC_URI="ftp://ftp.freepascal.org/pub/fpc/dist/2.6.0/source/fpc-2.6.0.source.tar.gz http://fpc.planetmirror.com/pub/fpc/dist/2.6.0/source/fpc-2.6.0.source.tar.gz diff --git a/dev-lang/lua/lua-5.2.1.recipe b/dev-lang/lua/lua-5.2.1.recipe index 91bd1e31c..39b5bba43 100644 --- a/dev-lang/lua/lua-5.2.1.recipe +++ b/dev-lang/lua/lua-5.2.1.recipe @@ -51,10 +51,9 @@ INSTALL() LICENSE="MIT" COPYRIGHT="1994-2012, Lua.org, PUC-Rio" DESCRIPTION=" - Lua combines simple procedural syntax with powerful data description - constructs based on associative arrays and extensible semantics. Lua is - dynamically typed, runs by interpreting bytecode for a register-based - virtual machine, and has automatic memory management with incremental - garbage collection, making it ideal for configuration, scripting, and rapid - prototyping. - " +Lua combines simple procedural syntax with powerful data description \ +constructs based on associative arrays and extensible semantics. Lua is \ +dynamically typed, runs by interpreting bytecode for a register-based virtual \ +machine, and has automatic memory management with incremental garbage \ +collection, making it ideal for configuration, scripting, and rapid prototyping. +" diff --git a/dev-lang/nasm/nasm-2.08.01.recipe b/dev-lang/nasm/nasm-2.08.01.recipe index 0c4664f23..4e2a133e1 100644 --- a/dev-lang/nasm/nasm-2.08.01.recipe +++ b/dev-lang/nasm/nasm-2.08.01.recipe @@ -1,5 +1,7 @@ SUMMARY="The Nasm assembler" -DESCRIPTION="The Nasm assembler" +DESCRIPTION=" +The Nasm assembler +" HOMEPAGE="http://www.nasm.us/" SRC_URI="http://www.nasm.us/pub/nasm/releasebuilds/2.08.01/nasm-2.08.01.tar.bz2" CHECKSUM_MD5="1e3ebc1289c2be5963571c0937b7a211" diff --git a/dev-lang/ocaml/ocaml-4.00.0.recipe b/dev-lang/ocaml/ocaml-4.00.0.recipe index 11dc33150..88e5854f7 100644 --- a/dev-lang/ocaml/ocaml-4.00.0.recipe +++ b/dev-lang/ocaml/ocaml-4.00.0.recipe @@ -1,18 +1,16 @@ SUMMARY="Implementation of the Caml language" DESCRIPTION=" -Caml is a general-purpose programming language, designed with program -safety and reliability in mind. It is very expressive, yet easy to -learn and use. Caml supports functional, imperative, and -object-oriented programming styles. It has been developed and -distributed by INRIA, a French research institute in computer science -and applied mathematics, since 1985. - -The OCaml system is the main implementation of the Caml language. It -features a powerful module system and a full-fledged object-oriented -layer. It comes with a native-code compiler that supports numerous -architectures, for high performance; a bytecode compiler, for -increased portability; and an interactive loop, for experimentation -and rapid development." +Caml is a general-purpose programming language, designed with program safety \ +and reliability in mind. It is very expressive, yet easy to learn and use. \ +Caml supports functional, imperative, and object-oriented programming styles. \ +It has been developed and distributed by INRIA, a French research institute in \ +computer science and applied mathematics, since 1985. +The OCaml system is the main implementation of the Caml language. It features \ +a powerful module system and a full-fledged object-oriented layer. It comes \ +with a native-code compiler that supports numerous architectures, for high \ +performance; a bytecode compiler, for increased portability; and an \ +interactive loop, for experimentation and rapid development. +" LICENSE="GNU LGPL v2" COPYRIGHT="1996-2012 Institut National de Recherche en Informatique et en Automatique (INRIA)." HOMEPAGE="http://caml.inria.fr/index.en.html" diff --git a/dev-lang/openjdk/openjdk-1.7_2013_11_08.recipe b/dev-lang/openjdk/openjdk-1.7_2013_11_08.recipe index a3c65686b..20d49c3ff 100644 --- a/dev-lang/openjdk/openjdk-1.7_2013_11_08.recipe +++ b/dev-lang/openjdk/openjdk-1.7_2013_11_08.recipe @@ -1,5 +1,7 @@ -SUMMARY="Open-source implementation of the Java Platform, Standard Edition" -DESCRIPTION="Open-source implementation of the Java Platform, Standard Edition." +SUMMARY="Open-source implementation of the Java Platform, SE" +DESCRIPTION=" +Open-source implementation of the Java Platform, Standard Edition. +" HOMEPAGE="http://openjdk.java.net/" COPYRIGHT="2005, 2006, Oracle and/or its affiliates" LICENSE="GNU GPL v2" diff --git a/dev-lang/perl/perl-5.18.1.recipe b/dev-lang/perl/perl-5.18.1.recipe index a1f39b5df..81efeee0f 100644 --- a/dev-lang/perl/perl-5.18.1.recipe +++ b/dev-lang/perl/perl-5.18.1.recipe @@ -1,19 +1,19 @@ SUMMARY="Larry Wall's Practical Extraction and Report Language" DESCRIPTION=" - Perl was originally developed by Larry Wall in 1987 as a general-purpose - Unix scripting language to make report processing easier. +Perl was originally developed by Larry Wall in 1987 as a general-purpose Unix \ +scripting language to make report processing easier. - Perl borrows features from other programming languages including C, shell - scripting (sh), AWK, and sed. The language provides powerful text - processing facilities without the arbitrary data-length limits of many - contemporary Unix tools, facilitating easy manipulation of text files. +Perl borrows features from other programming languages including C, shell \ +scripting (sh), AWK, and sed. The language provides powerful text processing \ +facilities without the arbitrary data-length limits of many contemporary Unix \ +tools, facilitating easy manipulation of text files. - In addition to CGI, Perl is used for graphics programming, system - administration, network programming, finance, bioinformatics, and other - applications. Perl is nicknamed 'the Swiss Army chainsaw of scripting - languages' because of its flexibility and power, and possibly also - because of its perceived 'ugliness'. - " +In addition to CGI, Perl is used for graphics programming, system \ +administration, network programming, finance, bioinformatics, and other \ +applications. Perl is nicknamed 'the Swiss Army chainsaw of scripting \ +languages' because of its flexibility and power, and possibly also because of \ +its perceived 'ugliness'. +" HOMEPAGE="http://www.perl.org/" COPYRIGHT="1993-2009 Larry Wall and others" LICENSE="GNU GPL v1 diff --git a/dev-lang/python/python-2.6.8.recipe b/dev-lang/python/python-2.6.8.recipe index 3ed5318e0..ffa51aedd 100644 --- a/dev-lang/python/python-2.6.8.recipe +++ b/dev-lang/python/python-2.6.8.recipe @@ -1,9 +1,13 @@ SUMMARY="An interpreted, interactive, object-oriented programming language" -DESCRIPTION="Python is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs. - -Python runs on Windows, Linux/Unix, Mac OS X, and has been ported to the Java and .NET virtual machines. - -Python is free to use, even for commercial products, because of its OSI-approved open source license." +DESCRIPTION=" +Python is a programming language that lets you work more quickly and integrate \ +your systems more effectively. You can learn to use Python and see almost \ +immediate gains in productivity and lower maintenance costs. +Python runs on Windows, Linux/Unix, Mac OS X, and has been ported to the Java \ +and .NET virtual machines. +Python is free to use, even for commercial products, because of its \ +OSI-approved open source license. +" HOMEPAGE="http://www.python.org" LICENSE="Python" COPYRIGHT="1990-2012, Python Software Foundation" diff --git a/dev-lang/rebol/rebol-2.101.0.5.75.recipe b/dev-lang/rebol/rebol-2.101.0.5.75.recipe index 5c5046485..51f503d36 100644 --- a/dev-lang/rebol/rebol-2.101.0.5.75.recipe +++ b/dev-lang/rebol/rebol-2.101.0.5.75.recipe @@ -1,4 +1,6 @@ -DESCRIPTION="Language with lightweight domain-specific sublanguages and micro-formats" +DESCRIPTION=" +Language with lightweight domain-specific sublanguages and micro-formats. +" HOMEPAGE="http://www.rebol.com/" SRC_URI="https://github.com/rebol/r3/archive/master.zip" CHECKSUM_MD5="b6dc765aa910ad7d7e4af649d5e35431" diff --git a/dev-lang/ruby/ruby-1.9.1.recipe b/dev-lang/ruby/ruby-1.9.1.recipe index c2e2be6dd..f1b987d43 100644 --- a/dev-lang/ruby/ruby-1.9.1.recipe +++ b/dev-lang/ruby/ruby-1.9.1.recipe @@ -1,4 +1,4 @@ -SUMMARY="A dynamic programming language focused on simplicity and productivity" +SUMMARY="A programming language focused on simplicity and productivity" DESCRIPTION=" Ruby is a dynamic, reflective, object-oriented, general-purpose programming language. It was designed and developed in the mid-1990s diff --git a/dev-lang/swig/swig-2.0.11.recipe b/dev-lang/swig/swig-2.0.11.recipe index c7a1652eb..b782d7973 100644 --- a/dev-lang/swig/swig-2.0.11.recipe +++ b/dev-lang/swig/swig-2.0.11.recipe @@ -1,22 +1,21 @@ SUMMARY="Simplified Wrapper and Interface Generator" DESCRIPTION=" -SWIG is a software development tool that connects programs written in -C and C++ with a variety of high-level programming languages. SWIG is -used with different types of target languages including common -scripting languages such as Perl, PHP, Python, Tcl and Ruby. The list -of supported languages also includes non-scripting languages such as -C#, Common Lisp (CLISP, Allegro CL, CFFI, UFFI), D, Go language, Java -including Android, Lua, Modula-3, OCAML, Octave and R. Also several -interpreted and compiled Scheme implementations (Guile, -MzScheme/Racket, Chicken) are supported. SWIG is most commonly used to -create high-level interpreted or compiled programming environments, -user interfaces, and as a tool for testing and prototyping C/C++ -software. SWIG is typically used to parse C/C++ interfaces and -generate the 'glue code' required for the above target languages to -call into the C/C++ code. SWIG can also export its parse tree in the -form of XML and Lisp s-expressions. SWIG is free software and the code -that SWIG generates is compatible with both commercial and -non-commercial projects." +SWIG is a software development tool that connects programs written in C and \ +C++ with a variety of high-level programming languages. SWIG is used with \ +different types of target languages including common scripting languages such \ +as Perl, PHP, Python, Tcl and Ruby. The list of supported languages also \ +includes non-scripting languages such as C#, Common Lisp (CLISP, Allegro CL, \ +CFFI, UFFI), D, Go language, Java including Android, Lua, Modula-3, OCAML, \ +Octave and R. Also several interpreted and compiled Scheme implementations \ +(Guile, MzScheme/Racket, Chicken) are supported. SWIG is most commonly used to \ +create high-level interpreted or compiled programming environments, user \ +interfaces, and as a tool for testing and prototyping C/C++ software. SWIG is \ +typically used to parse C/C++ interfaces and generate the 'glue code' required \ +for the above target languages to call into the C/C++ code. SWIG can also \ +export its parse tree in the form of XML and Lisp s-expressions. SWIG is free \ +software and the code that SWIG generates is compatible with both commercial \ +and non-commercial projects. +" LICENSE="SWIG" COPYRIGHT="1995-1998 University of Utah and the Regents of the University of California 1998-2005 University of Chicago diff --git a/dev-lang/tcl/tcl-8.5.9.recipe b/dev-lang/tcl/tcl-8.5.9.recipe index 442503cd5..f9ea1b1ae 100644 --- a/dev-lang/tcl/tcl-8.5.9.recipe +++ b/dev-lang/tcl/tcl-8.5.9.recipe @@ -1,12 +1,11 @@ -SUMMARY="Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language." +SUMMARY="A very powerful but easy to learn dynamic programming language" DESCRIPTION=" -Tcl (Tool Command Language) is a very powerful but easy to learn -dynamic programming language, suitable for a very wide range of uses, -including web and desktop applications, networking, administration, -testing and many more. Open source and business-friendly, Tcl is a -mature yet evolving language that is truly cross platform, easily -deployed and highly extensible." - +Tcl (Tool Command Language) is a very powerful but easy to learn dynamic \ +programming language, suitable for a very wide range of uses, including web \ +and desktop applications, networking, administration, testing and many more. \ +Open source and business-friendly, Tcl is a mature yet evolving language that \ +is truly cross platform, easily deployed and highly extensible. +" HOMEPAGE="http://www.tcl.tk" SRC_URI="http://sourceforge.net/projects/tcl/files/Tcl/8.5.9/tcl8.5.9-src.tar.gz" REVISION="1" diff --git a/dev-lang/v8/v8-3.16.1.recipe b/dev-lang/v8/v8-3.16.1.recipe index a5faef34b..df4858b8a 100644 --- a/dev-lang/v8/v8-3.16.1.recipe +++ b/dev-lang/v8/v8-3.16.1.recipe @@ -1,11 +1,11 @@ -SUMMARY="V8 is Google's open source JavaScript engine." +SUMMARY="Google's open source JavaScript engine." DESCRIPTION=" -V8 is Google's open source JavaScript engine. V8 is written in C++ -and is used in Google Chrome, the open source browser from Google. V8 -implements ECMAScript as specified in ECMA-262, 5th edition, and runs -on Windows (XP or newer), Mac OS X (10.5 or newer), and Linux systems -that use IA-32, x64, or ARM processors. V8 can run standalone, or can -be embedded into any C++ application. +V8 is Google's open source JavaScript engine. V8 is written in C++ and is used \ +in Google Chrome, the open source browser from Google. V8 implements \ +ECMAScript as specified in ECMA-262, 5th edition, and runs on Windows (XP or \ +newer), Mac OS X (10.5 or newer), and Linux systems that use IA-32, x64, or \ +ARM processors. V8 can run standalone, or can be embedded into any C++ \ +application. " LICENSE="BSD (3-clause)" COPYRIGHT="2006-2012 The V8 Project Authors" diff --git a/dev-lang/yasm/yasm-1.1.0.recipe b/dev-lang/yasm/yasm-1.1.0.recipe index 3bd64ea40..8a635213c 100644 --- a/dev-lang/yasm/yasm-1.1.0.recipe +++ b/dev-lang/yasm/yasm-1.1.0.recipe @@ -46,8 +46,13 @@ INSTALL() } -DESCRIPTION="Yasm is a complete rewrite of the NASM assembler under the “new” BSD License (some portions are under other licenses, see COPYING for details). - -Yasm currently supports the x86 and AMD64 instruction sets, accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, 32 and 64-bit Mach-O, RDOFF2, COFF, Win32, and Win64 object formats, and generates source debugging information in STABS, DWARF 2, and CodeView 8 formats. - -Yasm can be easily integrated into Visual Studio 2005/2008 and 2010 for assembly of NASM or GAS syntax code into Win32 or Win64 object files." +DESCRIPTION=" +Yasm is a complete rewrite of the NASM assembler under the “new” BSD License \ +(some portions are under other licenses, see COPYING for details). +Yasm currently supports the x86 and AMD64 instruction sets, accepts NASM and \ +GAS assembler syntaxes, outputs binary, ELF32, ELF64, 32 and 64-bit Mach-O, \ +RDOFF2, COFF, Win32, and Win64 object formats, and generates source debugging \ +information in STABS, DWARF 2, and CodeView 8 formats. +Yasm can be easily integrated into Visual Studio 2005/2008 and 2010 for \ +assembly of NASM or GAS syntax code into Win32 or Win64 object files. +" diff --git a/dev-lang/yasm/yasm-1.2.0.recipe b/dev-lang/yasm/yasm-1.2.0.recipe index 72376125f..089a1466c 100644 --- a/dev-lang/yasm/yasm-1.2.0.recipe +++ b/dev-lang/yasm/yasm-1.2.0.recipe @@ -51,8 +51,13 @@ INSTALL() } -DESCRIPTION="Yasm is a complete rewrite of the NASM assembler under the “new” BSD License (some portions are under other licenses, see COPYING for details). - -Yasm currently supports the x86 and AMD64 instruction sets, accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, 32 and 64-bit Mach-O, RDOFF2, COFF, Win32, and Win64 object formats, and generates source debugging information in STABS, DWARF 2, and CodeView 8 formats. - -Yasm can be easily integrated into Visual Studio 2005/2008 and 2010 for assembly of NASM or GAS syntax code into Win32 or Win64 object files." +DESCRIPTION=" +Yasm is a complete rewrite of the NASM assembler under the “new” BSD License \ +(some portions are under other licenses, see COPYING for details). +Yasm currently supports the x86 and AMD64 instruction sets, accepts NASM and \ +GAS assembler syntaxes, outputs binary, ELF32, ELF64, 32 and 64-bit Mach-O, \ +RDOFF2, COFF, Win32, and Win64 object formats, and generates source debugging \ +information in STABS, DWARF 2, and CodeView 8 formats. +Yasm can be easily integrated into Visual Studio 2005/2008 and 2010 for \ +assembly of NASM or GAS syntax code into Win32 or Win64 object files. +"