Port details |
- fc++ Functional Programming in C++
- 1.5 devel =2 1.5Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2001-10-10 11:36:24
- 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: not specified in port
- WWW:
- https://people.cs.umass.edu/~yannis/fc++/
- Description:
- FC++ is a library for functional programming in C++. Functional programming
is a programming paradigm in which functions are treated as regular values.
Thus, we can have functions that take other functions as parameters. The
former functions are called "higher-order" functions. A common feature of
functions is that they can be polymorphic. "Polymorphic" means that the same
function can be used with arguments of many types. FC++ is distinguished from
other libraries (including the C++ Standard Library) by its complete support
for polymorphism: FC++ polymorphic higher-order functions can take other
polymorphic functions as arguments and return polymorphic functions as results.
This is particularly useful (i.e., simplifies code) in C++ where type inference
is limited and we often need to pass polymorphic functions around and determine
their type later.
With FC++ you can define your own higher-order polymorphic functions, but the
library also contains a large amount of functionality that can be re-used as-is
in C++ programs. This includes infinite ("lazy") lists, useful higher-order
functions (like map, compose, etc.), a reference-counting facility that can be
used to replace C++ pointers, many common logical and arithmetic operators in
a form that can be used with higher-order functions, and more.
- ¦ ¦ ¦ ¦
- 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/fc++/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/fc++
- pkg install fc++
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fc++
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (FC++.1.5.tar.gz) = 4062db28539bc5e2b3024c7d7a6ec1f11bad8a861beabbcff80ba2c6a8390d92
SIZE (FC++.1.5.tar.gz) = 59215
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for fc++-1.5:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_fc++
- 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) |
1.5 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.5 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.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.5 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
1.5 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
1.5 19 Feb 2014 08:43:02 |
ehaupt |
Support staging |
1.5 20 Sep 2013 17:04:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
1.5 27 Oct 2012 19:17:29 |
bapt |
Add the forgotten include
Feature safe: yes |
27 Oct 2012 19:11:56 |
bapt |
- Update MASTER_SITES and WWW: line
- Support PORTDOCS
PR: ports/171983
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes |
1.5 21 Sep 2012 06:52:45 |
bapt |
Deprecated a bunch a ports with no more public distfiles (thanks ehaupt's
distilator |
1.5 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.5 31 Jan 2009 22:54:58 |
pav |
- Update download location |
1.5 08 Mar 2006 11:13:56 |
garga |
UNBREAK: Make it fetchable again
PR: ports/94199
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by: portmgr (erwin) |
1.5 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
1.5 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
1.5 07 Jan 2004 09:03:30 |
krion |
- Update to 1.5
PR: 61006
Submitted by: Sergey Matveychuk <sem@ciam.ru> |
1.4 20 Feb 2003 17:07:10 |
knu |
De-pkg-comment. |
1.4 07 Nov 2002 03:10:58 |
adamw |
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat |
1.4 08 Jul 2002 08:17:01 |
ijliao |
upgrade to 1.4 |
10 Oct 2001 15:36:24 |
ijliao |
add fc++ Functional Programming in C++ |