Port details |
- ccons Interactive Console for the C Programming Language
- r251_3 devel
=1 r251_3Version of this port present on the latest quarterly branch.
- BROKEN: Unfetchable (google code has gone away)
DEPRECATED: Unfetchable for more than six months (google code has gone away) This port expired on: 2017-04-30 IGNORE: is marked as broken: Unfetchable (google code has gone away)
- Maintainer: danilo@FreeBSD.org
- Port Added: 2012-10-22 22:12:39
- Last Update: 2017-05-07 15:04:55
- SVN Revision: 440339
- People watching this port, also watch:: python, unoconv, py39-pycparser, datapipe, sysinfo
- License: MIT
- WWW:
- http://code.google.com/p/ccons/
- Description:
- The goal of the ccons project is to create an interactive console
for the C programming language, similar to "python" and "irb" for
Python and Ruby respectively.
WWW: http://code.google.com/p/ccons/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: ccons
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64
- distinfo:
- SHA256 (ccons-r251.tar.gz) = 766619e217d795276d36c0fe324ce3fdf03ed67929bd8b452b5adcb20fba5812
SIZE (ccons-r251.tar.gz) = 26469
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- llvm-config33 : devel/llvm33
- clang++33 : lang/clang33
- cmake : devel/cmake
- Runtime dependencies:
-
- clang++33 : lang/clang33
- Library dependencies:
-
- libncurses.so : devel/ncurses
- libedit.so.0 : devel/libedit
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- cmake libedit
- 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 |
r251_3 07 May 2017 15:04:55 |
rene |
Remove expired ports:
2017-04-30 devel/ccons: Unfetchable for more than six months (google code has
gone away)
2017-04-30 chinese/fortune: Unfetchable for more than six months (google code
has gone away)
2017-05-05 benchmarks/gobench: Builds each time it runs
2017-04-30 sysutils/grok: Unfetchable for more than six months (google code has
gone away) |
r251_3 03 Mar 2017 16:00:20 |
mat |
Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.
In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed. The remaining must not
be of use to anyone.
With hat: portmgr
Sponsored by: Absolight |
r251_3 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
r251_3 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
r251_3 02 Sep 2015 13:53:03 |
amdmi3 |
- Switch to USES=libedit as suggested by stage-qa
- Drop 8.x support
Approved by: portmgr blanket |
r251_2 02 Nov 2014 02:01:55 |
danilo |
- Add support for parameters in the script |
r251_2 02 Nov 2014 01:44:22 |
danilo |
- Fix the 'Argument defined more than once' error during runtime |
r251_1 20 Feb 2014 20:29:12 |
danilo |
- Use clang33 as RUN_DEPENDS to avoid confusion with libclang.so from another
port.
Reported by: brooks |
r251_1 19 Feb 2014 23:26:09 |
danilo |
- Add libclang.so to LIB_DEPENDS |
r251 05 Oct 2013 03:26:09 |
danilo |
- Update from r243 to r251
- Change clang dependence to clang33
- Change maintainer email to @FreeBSD.org
- Add "Created by" line to header
- Simplify BUILD_DEPENDS
- Convert LIB_DEPENDS to new syntax
- Simplify LDFLAGS
- Use libc++ on CURRENT
- Add a patch to insert an necessary header
- Add stage support
Approved by: wg / culot (mentors, implicit) |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
r243 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
r243 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
r243 14 Feb 2013 09:42:13 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
r243 07 Feb 2013 19:28:34 |
lippe |
- Update to r243
PR: ports/175504
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer) |
r236 26 Oct 2012 18:57:35 |
lippe |
- Update to r236
PR: ports/173029
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
Feature safe: yes |
r235 22 Oct 2012 22:12:29 |
lippe |
The goal of the ccons project is to create an interactive console
for the C programming language, similar to "python" and "irb" for
Python and Ruby respectively.
PR: ports/172551
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
Feature safe: yes |