Port details |
- libCello Higher level programming in C
- 2.1.0 devel
=2 1.1.7_1Version of this port present on the latest quarterly branch. - Maintainer: matthew.closson@gmail.com
 - Port Added: 2015-03-11 02:20:31
- Last Update: 2025-02-03 17:54:56
- Commit Hash: 5272a12
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://libcello.org/
- https://github.com/orangeduck/Cello/
- Description:
- Cello is a library that brings higher level programming to C.
By acting as a modern, powerful runtime system Cello makes many things easy that
were previously impractical or awkward in C such as:
- Generic Data Structures
- Polymorphic Functions
- Interfaces / Type Classes
- Constructors / Destructors
- Optional Garbage Collection
- Exceptions
- Reflection
And because Cello works seamlessly alongside standard C you get all the other
benefits such as great performance, powerful tooling, and extensive libraries.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libCello>0:devel/libCello
- To install the port:
- cd /usr/ports/devel/libCello/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libCello
- pkg install libCello
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libCello
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1736881696
SHA256 (libCello-2.1.0.tar.gz) = 49acf6525ac6808c49f2125ecdc101626801cffe87da16736afb80684b172b28
SIZE (libCello-2.1.0.tar.gz) = 73492
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for libCello-2.1.0:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- devel_libCello
- USES:
- gmake
- 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 |
2.1.0 03 Feb 2025 17:54:56
    |
Fernando Apesteguía (fernape)  Author: Älven |
devel/libCello: update 1.1.7 → 2.1.0, improve port
ChangeLog: https://libcello.org/learn/best-improvements-of-cello-2.0
PR: 284068
Reported by: alster@vinterdalen.se
Approved by: matthew.closson@gmail.com (maintainer, timeout > 2 weeks) |
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) |
1.1.7_1 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 ) |
1.1.7_1 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 ) |
1.1.7_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.1.7_1 22 Sep 2017 10:48:29
  |
mat  |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
1.1.7_1 26 Jun 2015 12:48:38
  |
amdmi3  |
- Add missing dependency on execinfo and respect {c,ld}flags to fix build on 9.x
Submitted by: pkg-fallout
Approved by: portmgr blanket |
1.1.7 11 Mar 2015 02:20:11
  |
vanilla  |
Add libCello 1.1.7, higher level programming in C.
PR: 198495
Submitted by: matthew.closson@gmail.com |