Difference between revisions of "Cproto"

From Free Software Directory
Jump to: navigation, search
(updates, fill-in missing information)
 
Line 8: Line 8:
 
copy of your files in case something goes wrong.
 
copy of your files in case something goes wrong.
 
|Homepage URL=https://invisible-island.net/cproto/cproto.html
 
|Homepage URL=https://invisible-island.net/cproto/cproto.html
 +
|Version download=https://invisible-mirror.net/archives/cproto/
 
|Is High Priority Project=No
 
|Is High Priority Project=No
 
|Computer languages=C
 
|Computer languages=C
Line 54: Line 55:
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=Other
+
|License=X11
 
|License copyright=© 1994 X Consortium
 
|License copyright=© 1994 X Consortium
|License verified by=Debian
+
|License verified by=Thomas Dickey
|License verified date=2013-03-20
+
|License verified date=2021-08-25
|License note=License:  
+
|License note=https://github.com/ThomasDickey/cproto-snapshots/blob/master/install-sh
 
 
Permission is hereby granted, free of charge, to any person
 
obtaining a copy of this software and associated documentation
 
files (the "Software"), to deal in the Software without
 
restriction, including without limitation the rights to use,
 
copy, modify, merge, publish, distribute, sublicense, and/or sell
 
copies of the Software, and to permit persons to whom the
 
Software is furnished to do so, subject to the following
 
conditions:
 
 
 
The above copyright notice and this permission notice shall be
 
included in all copies or substantial portions of the Software.
 
 
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 
NONINFRINGEMENT.  IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE
 
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 
CONNEC- TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 
THE SOFTWARE.
 
 
 
Except as contained in this notice, the name of the X Consortium
 
shall not be used in advertising or otherwise to promote the
 
sale, use or other deal- ings in this Software without prior
 
written authorization from the X Consor- tium.
 
 
 
FSF changes to this file are in the public domain.
 
 
}}
 
}}
 
{{Project license
 
{{Project license
Line 121: Line 94:
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=Other
+
|License=X11
|License copyright=© Copyright (c) 1994-2009 Thomas E. Dickey
+
|License copyright=© Copyright 1994-2020,2021 Thomas E. Dickey
|License verified by=Debian
+
|License verified by=Thomas Dickey
|License verified date=2013-03-20
+
|License verified date=2021-08-25
|License note=License:  
+
|License note=https://github.com/ThomasDickey/cproto-snapshots/blob/master/LICENSE
 
+
https://github.com/ThomasDickey/cproto-snapshots/blob/master/aclocal.m4
Permission is hereby granted, free of charge, to any person
+
}}
obtaining a copy of this software and associated documentation
+
{{Software category
files (the "Software"), to deal in the Software without
+
|Interface=command-line
restriction, including without limitation the rights to use,
+
|Use=software-development
copy, modify, merge, publish, distribute, distribute with
+
}}
modifications, sublicense, and/or sell copies of the Software,
+
{{EntryGNU
and to permit persons to whom the Software is furnished to do so,
+
|Is GNU=No
subject to the following conditions:
+
}}
 
+
{{Software prerequisite
The above copyright notice and this permission notice shall be
+
|Prerequisite kind=Required to build
included in all copies or substantial portions of the Software.
+
|Prerequisite description=yacc
 
+
}}
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+
{{Software prerequisite
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+
|Prerequisite kind=Required to build
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+
|Prerequisite description=lex
NONINFRINGEMENT.  IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS
 
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
 
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
 
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 
THE SOFTWARE.
 
 
 
Except as contained in this notice, the name(s) of the above
 
copyright holders shall not be used in advertising or otherwise
 
to promote the sale, use or other dealings in this Software
 
without prior written authorization.
 
 
}}
 
}}
 
{{Person
 
{{Person
 
|Real name=Thomas Dickey
 
|Real name=Thomas Dickey
|Role=contact
+
|Role=maintainer
 
|Email=dickey@invisible-island.net
 
|Email=dickey@invisible-island.net
 +
|Username=tedickey
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 167: Line 131:
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource audience=Developer
 
|Resource kind=Download
 
|Resource kind=Download
|Resource URL=ftp://dickey.his.com/cproto/
+
|Resource URL=https://invisible-mirror.net/archives/cproto/
 
}}
 
}}
{{Software category}}
+
{{Resource
{{Software prerequisite
+
|Resource audience=Developer
|Prerequisite kind=Required to build
+
|Resource kind=Homepage
|Prerequisite description=yacc
+
|Resource URL=https://invisible-island.net/cproto/cproto.html
 
}}
 
}}
{{Software prerequisite
+
{{EntryDetails
|Prerequisite kind=Required to build
+
|Is High Priority Project=No
|Prerequisite description=lex
+
|Decommissioned or Obsolete=No
 +
|Accepts cryptocurrency donations=No
 +
|Test entry=No
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 06:28, 25 August 2021


[edit]

Cproto

https://invisible-island.net/cproto/cproto.html
utilities to generate C function prototypes from C source code

Cproto is a program that generates function prototypes and variable declarations from C source code. It can also convert function definitions between the old style and the ANSI C style. This conversion overwrites the original files, so make a backup copy of your files in case something goes wrong.





Licensing

License

Verified by

Verified on

Notes

Verified by

Debian

Verified on

20 March 2013

Notes

License: GPL-2+

GPL-2+ This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.

As a special exception to the GNU General Public License, if you distribute this file as part of a program that contains a configuration script generated by Autoconf, you may include it under the same distribution terms that you use for the rest of that program.

On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-

licenses/GPL-2'.

Verified by

Debian

Verified on

20 March 2013

Notes

License: public-domain

public-domain Cproto is in the public domain, except for the configure script which is copyrighted by the Free Software

Foundation, Inc.

License

Other

Verified by

Debian

Verified on

20 March 2013

Notes

License:

Copying and distribution of these files, with or without modification, is permitted in any medium without royalty provided

the copyright notice and this notice are preserved.

License

X11

Verified by

Thomas Dickey

Verified on

25 August 2021

License

Other

Verified by

Debian

Verified on

20 March 2013

Notes

License:

This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and

modify it.




Leaders and contributors

Contact(s)Role
Thomas Dickey (Tedickey)maintainer


Resources and communication

AudienceResource typeURI
DeveloperDownloadhttps://invisible-mirror.net/archives/cproto/
Debian (Ref)https://tracker.debian.org/pkg/cproto
Python (Ref)https://pypi.org/project/cproto
DeveloperHomepagehttps://invisible-island.net/cproto/cproto.html


Software prerequisites

KindDescription
Required to buildlex
Required to buildyacc




Entry





























"maintainer" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


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


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







Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.






Date 2013-03-20
Source Debian import
Source link http://packages.debian.org/sid/cproto

[[Category:]]



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.