Port details |
- cproto Generate C function prototypes and convert function definitions
- 4.7w devel =7 4.7k_1Version of this port present on the latest quarterly branch.
- Maintainer: thomas@bsdunix.ch
- Port Added: unknown
- Last Update: 2024-08-20 08:44:50
- Commit Hash: c6fd6d1
- People watching this port, also watch:: bison, gdbm, pth, autoconf, libxml2
- License: PD
- WWW:
- https://invisible-island.net/cproto/
- Description:
- 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.
The program isn't confused by complex function definitions as much as other
prototype generators because it uses a yacc generated parser. By ignoring all
the input between braces, I avoided implementing the entire C language grammar.
Cproto is in the public domain, except for the configure script which is
copyrighted by the Free Software Foundation, Inc. If you have any comments
or find any bugs, please let me know.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/cproto/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/cproto
- pkg install cproto
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cproto
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1724142455
SHA256 (cproto-4.7w.tgz) = 8b1d468ccd9a2859f399c75fefbdca0dfdca4dc31891fedbc40ac5c326d27b6d
SIZE (cproto-4.7w.tgz) = 194904
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Run
-
- devel/c2mdoc
Configuration Options:
- No options to configure
- Options name:
- devel_cproto
- USES:
- tar:tgz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.7w 20 Aug 2024 08:44:50 |
Nuno Teixeira (eduardo) Author: Thomas E. Dickey |
devel/cproto: Update to 4.7w
- Add URL mirror
While I'm here:
- Define LICENSE_FILE
- Remove GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
- Regen patch
ChangeLog: https://invisible-island.net/cproto/CHANGES
PR: 276626 |
4.7k_1 29 Jan 2024 22:26:03 |
Muhammad Moinur Rahman (bofh) |
devel/cproto: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.7k 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.7k 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
4.7k 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.7k 23 Aug 2019 09:02:38 |
amdmi3 |
- Add LICENSE
- Pet portlint
- Update WWW
Approved by: portmgr blanket |
4.7k 08 Jan 2017 20:43:50 |
sunpoet |
Use USES=tar:tgz
Approved by: portmgr (blanket) |
4.7k 26 Oct 2013 17:00:30 |
danilo |
- Update from 4.7j to 4.7k [1]
- Add stage support
PR: ports/183339
Submitted by: Thomas Vogt <thomas@bsdunix.ch> (maintainer) [1] |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
4.7j 22 Oct 2011 23:50:23 |
eadler |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
4.7j 02 Feb 2011 04:42:26 |
swills |
- Update to 4.7j
PR: ports/154454
Submitted by: maintainer
Approved by: wxs@ and pgollucci@ (mentor implicit)
Feature safe: yes |
4.7i 29 Dec 2010 20:04:42 |
pgollucci |
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav) |
4.7i 05 Oct 2010 03:03:30 |
sahil |
- Update to 4.7i
PR: ports/151075
Submitted by: Frederic Culot <frederic@culot.org>
Approved by: Thomas Vogt <thomas@bsdunix.ch> (maintainer) |
4.7g 03 Dec 2008 22:42:40 |
pav |
- Update to 4.7g
PR: ports/129403
Submitted by: Thomas Vogt <thomas@bsdunix.ch> (maintainer) |
4.7f_1 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
4.7f_1 05 Jun 2008 20:02:46 |
stas |
- Fix CPP location
- bump portrevision.
Approved by: Thomas Vogt <thomas@bsdunix.ch> (maintainer) |
4.7f 03 Jan 2008 21:03:24 |
miwi |
- Update to 4.7f
PR: 119242
Submitted by: Thomas Vogt <thomas@bsdunix.ch> (maintainer) |
4.7e 28 Mar 2006 19:37:21 |
thierry |
Update cproto to 4.7e.
Changes:
- eliminate some fixed limits on buffer sizes (prompted by FreeBSD port).
- eliminate fixed limit on include nesting.
- use configure check for mkstemp(), use that function in preference to
mktemp() if a working version is found.
- move strstr.c into strkey.c to avoid zero-length object
- improve configure check for gcc version, from ncurses.
- update config.guess, config.sub
PR: 93780
Submitted by: Thomas Vogt <thomas (at) bsdunix.ch> (maintainer) |
4.7d 08 Dec 2005 13:53:45 |
ehaupt |
- Update to 4.7d
- Unbreak
- Remove files/patch-system.h
- Use mkstemp() instead of mktemp()
- Pass maintainership to submitter
PR: 90102
Submitted by: Thomas Vogt <thomas@bsdunix.ch> |
4.7c 15 Nov 2005 04:44:25 |
kris |
BROKEN: Size mismatch |
4.7c 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
4.7c 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
4.7c 15 Mar 2005 17:08:53 |
ahze |
- Update to 4.7c
PR: ports/78877
Submitted by: Ports Fury |
4.7b 10 Mar 2004 14:14:05 |
krion |
- Update to version 4.7b
PR: ports/64042
Submitted by: Ports Fury |
4.6 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
4.6 20 Feb 2003 17:07:10 |
knu |
De-pkg-comment. |
4.6 05 Feb 2003 18:15:57 |
naddy |
URL fixes.
PR: 47848, 47853, 47855
Submitted by: tadalunch@s5.xrea.com |
03 Jan 2001 20:36:58 |
clive |
o Fix distfile unfetchable problem o Satisfy portlint |
29 Dec 2000 01:10:39 |
obrien |
return to ports at freebsd dot org |
22 Nov 2000 00:17:18 |
obrien |
Add $FreeBSD$'s which help me in problem reports. |
08 Oct 2000 02:10:04 |
asami |
Convert category devel to new layout. |
23 Jul 2000 20:10:01 |
obrien |
Bump up the sizes of some things to match reality on Unix systems. |