Port details |
- c Tool to compile and run C programs like a shell script
- 0.14 lang =2 0.14Version of this port present on the latest quarterly branch.
- Maintainer: portmaster@BSDforge.com
- Port Added: 2015-04-11 11:39:44
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/ryanmjacobs/c
- Description:
- Tool to compile and run C programs like a shell script.
First of all, this is not the same as tcc. TCC is a compiler. TCC will perform
its own set of optimizations, just as GCC will perform its own and Clang will
perform its own. The purpose of this script is to give a simple front-end to a
compiler.
Whether it's GCC, Clang, or something else entirely, one can get to choose
their compiler. It's simply satisfying to type c hello.c and see it run
instantly.
C is fast. Being able to write a small, fast, and portable C "script" is great.
One can pass around a C "script" just like s/he would a BASH script.
- ¦ ¦ ¦ ¦
- 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/lang/c/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/c
- pkg install c
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: c
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1617631025
SHA256 (ryanmjacobs-c-v0.14_GH0.tar.gz) = 2b66d79d0d5c60b8e6760dac734b8ec9a7d6a5e57f033b97086821b1985a870b
SIZE (ryanmjacobs-c-v0.14_GH0.tar.gz) = 20245
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- bash : shells/bash
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- lang_c
- 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 |
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) |
0.14 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 ) |
0.14 16 Oct 2021 07:09:12 |
Jimmy Olgeni (olgeni) |
lang/c: fix typos in pkg-descr. |
0.14 01 May 2021 17:55:55 |
Tobias Kortkamp (tobik) |
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
0.14 11 Apr 2021 15:42:30 |
Fernando Apesteguía (fernape) |
lang/c: Update to 0.14
ChangeLog: https://github.com/ryanmjacobs/c/releases/tag/v0.14
PR: 254790
Reported by: gspurki@gmail.com
Approved by: portmaster@bsdforge.com (maintainer) |
0.11 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.11 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.11 28 Feb 2020 17:10:58 |
sunpoet |
Pass maintainership to submitter
PR: 244500
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> |
0.11 26 Feb 2020 23:49:44 |
0mp |
Return lang/c to the pool
While here, improve style and set NO_ARCH.
PR: 244458
Approved by: maintainer |
0.11 20 Mar 2018 00:56:23 |
swills |
lang/c: Update to 0.11
PR: 226726
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
0.10 30 Dec 2017 00:15:06 |
sunpoet |
Fix WWW
Approved by: portmgr (blanket) |
0.10 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
0.10 30 May 2015 21:25:07 |
mat |
Cleanup USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight |
0.10 11 Apr 2015 13:06:58 |
bofh |
lang/c: Adding a well described pkg-descr |
0.10 11 Apr 2015 11:39:36 |
bofh |
[NEW] lang/c: Tool to compile and run C programs like a shell script
Tool to compile and run C programs like a shell script.
WWW: https://www.github.com/ryanmjacobs/c
PR: 198365
Submitted by: neel@neelc.org |