Difference between revisions of "Freepascal"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Free Pascal Compiler |Short description=Free Pascal compiler |Full description=FreePascal (aka FPK Pascal) is a 32 bit Pascal compiler with extensions for different...")
 
(added resource info)
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=Free Pascal Compiler
+
|Name=Free Pascal
|Short description=Free Pascal compiler
+
|Short description=Pascal compiler.
|Full description=FreePascal (aka FPK Pascal) is a 32 bit Pascal compiler with extensions for different processors and operating systems. It tries to stay compatible with the dialects of well known proprietary Pascal-based compilers, so you don't have to learn much to switch to free software and/or systems. The language syntax is semantically compatible with TP 7.0 as well as most versions of Delphi (classes, rtti, exceptions, ansistrings). FreePascal supports function overloading, operator overloading and other such features. It also comes with several command-line tools to help your programming, including a source formatter, a makefile generator, a C header translator, a unit dependency lister and even TP lex and yacc. FreePascal comes with its own development environment (not for all platforms yet).
+
|Full description=FreePascal , aka '''Free Pascal Compiler (FPC)''', is a 32 and 64 bit bit Pascal compiler with extensions for different processors and operating systems. It tries to stay compatible with the dialects of well known proprietary Pascal-based compilers, so you don't have to learn much to switch to free software and/or systems. The language syntax is semantically compatible with TP 7.0 as well as most versions of Delphi (classes, rtti, exceptions, ansistrings).  
|User level=none
+
 
|Status=Live
+
FPC supports function overloading, operator overloading and other such features. It also comes with several command-line tools to help your programming, including a source formatter, a makefile generator, a C header translator, a unit dependency lister and even TP lex and yacc. FreePascal comes with its own development environment (not for all platforms yet).
|Component programs=
+
|Homepage URL=https://www.freepascal.org
|Homepage URL=http://www.freepascal.org/
+
|Is High Priority Project=No
|VCS checkout command=password: cvs
+
|VCS checkout command=svn checkout https://svn.code.sf.net/p/freepascal/code/ freepascal-code
|Computer languages=Pascal
+
|Decommissioned or Obsolete=No
|Documentation note=
+
|Related projects=pascal,GTKpas,RHIDE,Pasdoc,p2c
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
|Related projects=GNU_Pascal,GTKpas,RHIDE,Pasdoc,p2c
 
 
|Keywords=languages,development,programming,pascal,compilers,TP,free Pascal,FPK Pascal
 
|Keywords=languages,development,programming,pascal,compilers,TP,free Pascal,FPK Pascal
|Is GNU=n
+
|Version identifier=3.0.4
|Last review by=Andreas K. Foerster
+
|Version date=2017/11/27
|Last review date=2008-03-02
+
|Version status=stable
 +
|Version download=https://sourceforge.net/projects/freepascal/files/Source/3.0.4/fpc-3.0.4.source.tar.gz
 +
|Last review by=Genium
 +
|Last review date=2020/04/25
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=1.9.8
+
|User level=advanced
|Version date=2005-02-24
+
|Accepts cryptocurrency donations=No
|Version status=stable
+
|Test entry=No
|Version download=ftp://ftp.freepascal.org/pub/fpc/dist/i386-linux-2.0.0/fpc-2.0.0.i386-linux.tar
+
|Is GNU=No
 +
}}
 +
{{Project license
 +
|License=GPLv2
 +
|License verified by=Janet Casey
 
|License verified date=2001-01-26
 
|License verified date=2001-01-26
|Version comment=1.9.8 stable released 2005-02-24
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Florian Klampfl
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Florian Klampfl
 
 
|Email=florien@freepascal.org
 
|Email=florien@freepascal.org
|Resource URL=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking
+
|Resource audience=SourceForge
|Resource kind=VCS Repository Webview
+
|Resource kind=Download
|Resource URL=http://www.FreePascal.org/bugs.html
+
|Resource URL=https://sourceforge.net/projects/freepascal/files/
 +
}}
 +
{{Resource
 +
|Resource audience=SourceForge
 +
|Resource kind=Developer
 +
|Resource URL=https://sourceforge.net/projects/freepascal/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking
+
|Resource audience=For submitting patches or bug reports
|Resource kind=E-mail
+
|Resource kind=Bug Tracking
|Resource URL=mailto:bugrep@freepascal.org
+
|Resource URL=http://bugs.freepascal.org/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Help
+
|Resource audience=GitHub
|Resource kind=E-mail
+
|Resource kind=VCS Repository Webview
|Resource URL=mailto:fpc-announce@lists.freepascal.org
+
|Resource URL=https://github.com/graemeg/freepascal
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=Wikidata
|Resource kind=E-mail
+
|Resource kind=General
|Resource URL=mailto:fpc-devel@lists.freepascal.org
+
|Resource URL=https://www.wikidata.org/wiki/Q210295
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=command-line
 
|Interface=command-line
 
|Programming-language=pascal
 
|Programming-language=pascal
|Software-development=compiler,programming-language
+
|Runs-on=Windows, BSD, OS X, GNU/Linux
 +
|Software-development=compiler, programming-language
 
|Use=software-development
 
|Use=software-development
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=GPLv2
 
|License verified by=Janet Casey
 
|License verified date=2001-01-26
 
}}
 

Revision as of 18:25, 25 April 2020


[edit]

Free Pascal

https://www.freepascal.org
Pascal compiler.

FreePascal , aka Free Pascal Compiler (FPC), is a 32 and 64 bit bit Pascal compiler with extensions for different processors and operating systems. It tries to stay compatible with the dialects of well known proprietary Pascal-based compilers, so you don't have to learn much to switch to free software and/or systems. The language syntax is semantically compatible with TP 7.0 as well as most versions of Delphi (classes, rtti, exceptions, ansistrings).

FPC supports function overloading, operator overloading and other such features. It also comes with several command-line tools to help your programming, including a source formatter, a makefile generator, a C header translator, a unit dependency lister and even TP lex and yacc. FreePascal comes with its own development environment (not for all platforms yet).





Licensing

License

Verified by

Verified on

Notes

License

GPLv2

Verified by

Janet Casey

Verified on

26 January 2001




Leaders and contributors

Contact(s)Role
Florian Klampfl Maintainer


Resources and communication

AudienceResource typeURI
GitHubVCS Repository Webviewhttps://github.com/graemeg/freepascal
For submitting patches or bug reportsBug Trackinghttp://bugs.freepascal.org/
SourceForgeDeveloperhttps://sourceforge.net/projects/freepascal/
SourceForgeDownloadhttps://sourceforge.net/projects/freepascal/files/
WikidataGeneralhttps://www.wikidata.org/wiki/Q210295


Software prerequisites




Entry










"SourceForge" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"SourceForge" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"For submitting patches or bug reports" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"GitHub" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" 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.