notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
fc++ Functional Programming in C++
1.5 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 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 search for ports maintained by this maintainer
Port Added: 2001-10-10 11:36:24
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (18 items)
Collapse this list.
  1. include/fc++/config.h
  2. include/fc++/curry.h
  3. include/fc++/full.h
  4. include/fc++/function.h
  5. include/fc++/lambda.h
  6. include/fc++/list.h
  7. include/fc++/monad.h
  8. include/fc++/operator.h
  9. include/fc++/pre_lambda.h
  10. include/fc++/prelude.h
  11. include/fc++/ref_count.h
  12. include/fc++/reuse.h
  13. include/fc++/signature.h
  14. include/fc++/smart.h
  15. share/doc/fc++/changes.html
  16. @owner
  17. @group
  18. @mode
Collapse this list.
Dependency lines:
  • fc++>0:devel/fc++
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):
fc++
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.51.51.51.51.5-1.5-
FreeBSD:13:quarterly1.51.51.51.51.51.51.51.5
FreeBSD:14:latest1.51.51.51.51.51.5-1.5
FreeBSD:14:quarterly1.51.5-1.51.51.51.51.5
FreeBSD:15:latest1.51.5n/a1.5n/a1.51.51.5
FreeBSD:15:quarterly--n/a-n/a---
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:
Expand this list (1 items)
Collapse this list.
  1. http://people.cs.umass.edu/~yannis/fc++/
Collapse this list.

Number of commits found: 21

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.5
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
1.5
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.5
27 Oct 2014 10:10:59
Revision:371544Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.5
05 May 2014 09:45:37
Revision:352986Original commit files touched by this commit
bapt search for other commits by this committer
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
Revision:345025Original commit files touched by this commit
ehaupt search for other commits by this committer
Support staging
1.5
20 Sep 2013 17:04:44
Revision:327723Original commit files touched by this commit
bapt search for other commits by this committer
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
Revision:306523Original commit files touched by this commit
bapt search for other commits by this committer
Add the forgotten include

Feature safe:	yes
27 Oct 2012 19:11:56
Revision:306522Original commit files touched by this commit Sanity Test Failure
bapt search for other commits by this committer
- 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
Revision:304608Original commit files touched by this commit
bapt search for other commits by this committer
Deprecated a bunch a ports with no more public distfiles (thanks ehaupt's
distilator
1.5
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
1.5
31 Jan 2009 22:54:58
Original commit files touched by this commit
pav search for other commits by this committer
- Update download location
1.5
08 Mar 2006 11:13:56
Original commit files touched by this commit
garga search for other commits by this committer
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
Original commit files touched by this commit
pav search for other commits by this committer
- Add some SHA256 checksums
1.5
29 Jan 2004 07:24:56
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
1.5
07 Jan 2004 09:03:30
Original commit files touched by this commit
krion search for other commits by this committer
- Update to 1.5

PR:             61006
Submitted by:   Sergey Matveychuk <sem@ciam.ru>
1.4
20 Feb 2003 17:07:10
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
1.4
07 Nov 2002 03:10:58
Original commit files touched by this commit
adamw search for other commits by this committer
Fix PORTCOMMENTs that were killing INDEX builds.

105 pointy hats to:     me
Approved by:            pat
1.4
08 Jul 2002 08:17:01
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.4
10 Oct 2001 15:36:24
commit hash: fp1.19577@dev.null.freshports.orgcommit hash: fp1.19577@dev.null.freshports.orgcommit hash: fp1.19577@dev.null.freshports.orgcommit hash: fp1.19577@dev.null.freshports.org files touched by this commit
ijliao search for other commits by this committer
add fc++   Functional Programming in C++    

Number of commits found: 21