Page MenuHomeFreeBSD

devel/libCello: add port
AbandonedPublic

Authored by xmj on Mar 10 2015, 4:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 30 2023, 3:26 AM
Unknown Object (File)
Nov 15 2023, 5:58 AM
Unknown Object (File)
Nov 12 2023, 6:28 AM
Unknown Object (File)
Oct 11 2023, 5:28 AM
Unknown Object (File)
Sep 22 2023, 11:17 AM
Unknown Object (File)
Sep 9 2023, 8:39 PM
Unknown Object (File)
Jul 6 2023, 3:37 AM
Unknown Object (File)
Jul 3 2023, 1:38 PM
Subscribers

Details

Reviewers
swills
Summary

devel/libCello: add port

Cello is a library that introduces higher level programming to C.

Interfaces allow for structured design
Duck Typing allows for generic functions
Exceptions control error handling
Constructors/Destructors aid memory management
Syntactic Sugar increases readability
C Library means excellent performance and integration

WWW: http://libcello.org

PR: 198495
DiffRev: placeholder
Submitted By: Matthew Closson <matthew.closson@gmail.com>
Approved by: swills (mentor)

Test Plan

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

xmj retitled this revision from to devel/libCello: add port.
xmj updated this object.
xmj edited the test plan for this revision. (Show Details)
xmj added reviewers: swills, koobs.

Also, this crept in to the diff:

SUBDIR += py-python-pcre

Also, I'd have preferred all lower-case