Difference between pages "Lazarus" and "Review:Lazarus-REV-ID-1"

From Free Software Directory
(Difference between pages)
Jump to: navigation, search
m (Current version is 2.2.0)
 
(removing "Category:Review" since it is handled automatically. -- User:Sudoman)
 
Line 1: Line 1:
{{Entry
+
{{Entry2
 +
|Finished review=No
 
|Name=Lazarus
 
|Name=Lazarus
|Short description=IDE for Free Pascal
+
|Short description=RAD IDE for Free Pascal
|Full description=Lazarus is a cross-platform IDE for developers of [[Free Pascal|Free Pascal]].
+
|Full description=Lazarus is the class libraries for Free Pascal that emulate Delphi. Free Pascal is a GPL'ed compiler that runs on Linux, Win32, OS/2, 68K and more. Free Pascal is designed to be able to understand and compile Delphi syntax, which is of course OOP. Lazarus is the part of the missing puzzle that will allow you to develop Delphi like programs in all of the above platforms. Unlike Java which strives to be a write once run anywhere, Lazarus and Free Pascal strives for write once compile anywhere. Since the exact same compiler is available on all of the above platforms it means you don't need to do any recoding to produce identical products for different platforms.
|Homepage URL=https://www.lazarus-ide.org
+
|Homepage URL=http://www.lazarus.freepascal.org
|Is High Priority Project=No
 
|VCS checkout command=svn co http://svn.freepascal.org/svn/lazarus/trunk lazarus
 
|Computer languages=Pascal, ObjectPascal
 
|Documentation note=See [http://wiki.lazarus.freepascal.org/ Lazarus wiki].
 
|Decommissioned or Obsolete=No
 
|Microblog=https://twitter.com/LazarusDev
 
|IRC general=irc://freenode.gnu.org/lazarus-ide
 
|Related projects=Free Pascal
 
|Keywords=IDE, Rapid Application Development
 
|Version identifier=2.2.0
 
|Version date=2022/01/05
 
|Version status=stable
 
|Version download=http://sourceforge.net/projects/lazarus/files/latest/download
 
|Last review by=marc.hanisch
 
|Last review date=2020/04/18
 
|Submitted date=2012/06/22
 
|User level=intermediate
 
|Component programs=Free Pascal
 
|Accepts cryptocurrency donations=No
 
|Test entry=No
 
 
|Is GNU=No
 
|Is GNU=No
 +
|Computer languages=Lazarus, Free Pascal
 +
|Version identifier=0.9.30.4
 +
|Version date=03/15/2012
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=GPLv2orlater
+
|License=GNU GPL
|License verified by=Jgay
 
|License verified date=2012/06/22
 
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=LGPLv2orlater
+
|License=LGPL
|License verified by=Jgay
 
|License verified date=2012/06/22
 
|License note=Please note that when this is applied it is with the following exception:
 
 
 
As a special exception, the copyright holders of this library give you
 
permission to link this library with independent modules to produce an
 
executable, regardless of the license terms of these independent modules,
 
and to copy and distribute the resulting executable under terms of your choice,
 
provided that you also meet, for each linked independent module, the terms
 
and conditions of the license of that module. An independent module is a
 
module which is not derived from or based on this library. If you modify this
 
library, you may extend this exception to your version of the library, but
 
you are not obligated to do so. If you do not wish to do so, delete this
 
exception statement from your version.
 
 
}}
 
}}
{{Project license
+
{{Resource
|License=MPL1.1
+
|Resource audience=General
|License verified by=Jgay
+
|Resource kind=Homepage
|License verified date=2012/06/22
+
|Resource URL=http://www.lazarus.freepascal.org
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Debian (Ref)
+
|Resource audience=General
|Resource URL=https://tracker.debian.org/pkg/lazarus
+
|Resource kind=Download
 +
|Resource URL=http://sourceforge.net/projects/lazarus/files/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Mailing List
+
|Resource audience=General
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
 
|Resource URL=http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
 
|Resource URL=http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
 +
}}
 +
{{Resource
 +
|Resource audience=General
 +
|Resource kind=Bug Tracking
 +
|Resource URL=http://bugs.freepascal.org/view_all_bug_page.php?project_id=1
 +
}}
 +
{{Resource
 +
|Resource audience=General
 +
|Resource kind=Forum
 +
|Resource URL=http://www.lazarus.freepascal.org/index.php?action=forum
 
}}
 
}}
 
{{Software category
 
{{Software category
|Editor=programming
 
 
|Programming-language=pascal
 
|Programming-language=pascal
|Runs-on=Windows, BSD, OS X, GNU/Linux
+
|Software-development=compiler, database-application-development, program-editor, programming-language
|Software-development=compiler, debugging, program-editor
+
|Use=software-development
|Use=editing, software-development
 
|Uitoolkit=gtk, qt
 
 
|Version-control=subversion
 
|Version-control=subversion
 
}}
 
}}
{{Featured}}
+
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=BSD, Linux, Mac OS X or Windows
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=Free Pascal
 +
}}

Revision as of 20:01, 17 August 2012


Thank you for helping to improve the Free Software Directory!

This page has not completed review yet.

This submission will now wait until an administrator reviews it and chooses whether to add it to the directory. If you would like to become an admin, then visit the directory mailing list and introduce yourself.

Admins, either this page has been processed already, or someone made a request to update an existing page. See what's different. (Admins may also edit that page.)

Admins, when you are done incorporating any needed changes from this page into a main entry, please edit this page and change the following text from: |Finished review=No to: |Finished review=yes. This helps keep submissions organized. (Note that doing this isn't what adds the entry to the directory.)

Name Lazarus
Short description RAD IDE for Free Pascal
Full description Lazarus is the class libraries for Free Pascal that emulate Delphi. Free Pascal is a GPL'ed compiler that runs on Linux, Win32, OS/2, 68K and more. Free Pascal is designed to be able to understand and compile Delphi syntax, which is of course OOP. Lazarus is the part of the missing puzzle that will allow you to develop Delphi like programs in all of the above platforms. Unlike Java which strives to be a write once run anywhere, Lazarus and Free Pascal strives for write once compile anywhere. Since the exact same compiler is available on all of the above platforms it means you don't need to do any recoding to produce identical products for different platforms.
Homepage URL http://www.lazarus.freepascal.org
Is GNU No
GNU package name
User level
Component programs
VCS checkout command
Computer languages Lazarus, Free Pascal
Documentation note
Paid support
Microblog
IRC help
IRC general
IRC development
Related projects
Keywords
Version identifier 0.9.30.4
Version date 03/15/2012
Version status
Version download
Version comment
Finished review No



"GNU GPL" is not in the list (ACEL, AFL-3.0, AGPL-1.0, AGPL-1.0-or-later, AGPL-3.0, AGPL-3.0-or-later, AGPL-3.0-or-later-with-exception, AGPL-3.0-with-exception, AGPLv1orlater, AGPLv3, ...) of allowed values for the "License" property.























Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.