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) combination for a given watch list. This is what FreshPorts will look for.

Port details
cflowd Flow analysis tool used for analyzing Cisco's NetFlow switching
2.1.b1_12,1 net-mgmt Deleted on this many watch lists=3 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 2.1.b1_12,1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Unmaintained 10 years, requires dozens of patches, unverifiable
Expired This port expired on: 2014-08-15
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: 2004-02-23 04:43:25
Last Update: 2014-08-15 00:23:01
SVN Revision: 364877
People watching this port, also watch:: flow-tools, tcpflow, openvpn, ngrep
License: not specified in port
WWW:
http://www.caida.org/tools/measurement/cflowd/
Description:
cflowd is a flow analysis tool currently used for analyzing Cisco's NetFlow enabled switching method. The current release includes the collections, storage, and basic analysis modules for cflowd and for arts++ libraries. This analysis package permits data collection and analysis by ISPs and network engineers in support of capacity planning, trends analysis, and characterization of workloads in a network service provider environment. Other areas where cflowd may prove useful include usage tracking for Web hosting, accounting and billing, network planning and analysis, network monitoring, developing user profiles, data warehousing and mining, as well as security-related investigations. WWW: http://www.caida.org/tools/measurement/cflowd/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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:
  • cflowd>0:net-mgmt/cflowd
No installation instructions:
This port has been deleted.
PKGNAME: cflowd
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bison : devel/bison
  2. gmake : devel/gmake
Library dependencies:
  1. libArts.so : net-mgmt/arts++
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for cflowd-2.1.b1_12,1: FLOWSCAN=off: FlowScan patch ===> Use 'make config' to modify these settings
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/ports-distfiles/
  2. http://www.caida.org/tools/measurement/cflowd/download/
Collapse this list.

Number of commits found: 30

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.1.b1_12,1
15 Aug 2014 00:23:01
Revision:364877Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:
2014-08-15 www/phpgedview: Superceded by www/webtrees
2014-08-15 graphics/luxrays: No longer needed as luxrender bundles its own
verion now
2014-08-15 net-mgmt/cflowd: Unmaintained 10 years, requires dozens of patches,
unverifiable
2.1.b1_12,1
29 Jul 2014 17:12:50
Revision:363362Original commit files touched by this commit
adamw search for other commits by this committer
Rename all patches that contain '::' as a path separator, and use
'__' instead.
2.1.b1_12,1
14 Jul 2014 18:42:04
Revision:361812Original commit files touched by this commit
bapt search for other commits by this committer
Modernize LIB_DEPENDS

With hat:	portmgr
2.1.b1_12,1
02 Jun 2014 12:16:03
Revision:356219Original commit files touched by this commit
marino search for other commits by this committer
net-mgmt/cflowd: Deprecate and expire on 15 August 2014

I tried to fix this port for modern C++ compilers, I really did.  I
had come up with a couple of dozen patches and some REIMPLACE_CMD fixes
too.  It almost compiled.  I seemed to have lost that all those patches
since then though.  tijl@ had a similar experience a few months ago.

This port was released by the maintainer 10 years ago.  Among the reasons
stated was that maintainance was impossible to do correctly without access
to netflow-speaking routers.  Also, no new release of the source code was
ever made, it's still in beta.

Therefore I recommend that this port requires a true maintainer, one that
has access to netflow routers.  Given that the source was never updated, I
am not sure its even still useful 10 years later.  So I recommend this
port be pruned on 15 August 2014 if no suitable maintainer shows up.

The port is also unstaged.

Related PR:	ports/177211
Approved by:	portmgr (implicit)
2.1.b1_12,1
23 Apr 2014 13:25:17
Revision:351936Original commit files touched by this commit
tijl search for other commits by this committer
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.1.b1_11,1
11 Feb 2014 18:33:17
Revision:343794Original commit files touched by this commit
tijl search for other commits by this committer
- USES=gmake libtool.
- Mark broken on FreeBSD 10+.  Fixing one problem leads to another and
  another in perpetuum...
2.1.b1_10,1
20 Sep 2013 22:24:44
Revision:327757Original 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:
net-mgmt)
2.1.b1_10,1
28 Mar 2013 16:29:01
Revision:315487Original commit files touched by this commit
eadler search for other commits by this committer
Style: tab -> space.

Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree.
2.1.b1_10,1
08 Mar 2013 11:32:12
Revision:313635Original commit files touched by this commit
bapt search for other commits by this committer
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2.1.b1_10,1
11 Sep 2012 02:25:33
Revision:304077Original commit files touched by this commit
bdrewery search for other commits by this committer
- Convert to new options framework
- Remove ABI version from LIB_DEPENDS
- Switch to using bsd.port.options.mk

Approved by:	eadler, bapt (mentors, implicit)
2.1.b1_10,1
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
2.1.b1_10,1
04 Dec 2010 07:34:27
Original commit files touched by this commit
ade search for other commits by this committer
Sync to new bsd.autotools.mk
2.1.b1_10,1
02 Aug 2009 19:36:34
Original commit files touched by this commit
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
2.1.b1_10,1
11 Apr 2008 15:20:52
Original commit files touched by this commit
miwi search for other commits by this committer
- Unbreak
- Fix build with gcc 4.2

Submitted by:   gahr
2.1.b1_10,1
23 Nov 2007 20:08:01
Original commit files touched by this commit
pav search for other commits by this committer
- Mark BROKEN on 7.0

Reported by:    pointyhat
Approved by:    portmgr (hat)
2.1.b1_10,1
17 Oct 2007 10:13:01
Original commit files touched by this commit
ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
2.1.b1_9,1
15 Jun 2007 17:06:41
Original commit files touched by this commit
pav search for other commits by this committer
- Fix build with gcc34

PR:             ports/111540
Submitted by:   thierry (based on his patch)
2.1.b1_9,1
11 Feb 2007 01:23:35
Original commit files touched by this commit
kris search for other commits by this committer
Schedule these broken ports for removal on 2007-04-10 if they are still
broken at that time and no fix has been submitted.
2.1.b1_9,1
17 Sep 2006 01:48:08
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN: Does not compile
2.1.b1_9,1
15 Aug 2006 00:56:24
Original commit files touched by this commit
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
  net-p2p/ palm/ print/ science/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
2.1.b1_9,1
11 May 2006 22:49:56
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with N
2.1.b1_9,1
23 Feb 2006 10:40:45
Original commit files touched by this commit
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
2.1.b1_8,1
25 Nov 2005 16:56:11
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256
2.1.b1_8,1
15 Nov 2005 06:52:12
Original commit files touched by this commit
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2.1.b1_8,1
01 Dec 2004 02:04:06
Original commit files touched by this commit
leeym search for other commits by this committer
- add USE_GCC=2.95 and unbreak this port
- add OPTIONS for FlowScan patch
- minor fixes
2.1.b1_8,1
27 Jul 2004 04:13:27
Original commit files touched by this commit
kuriyama search for other commits by this committer
Unbreak on current.
2.1.b1_8,1
22 Mar 2004 11:48:21
Original commit files touched by this commit
clement search for other commits by this committer
Drop maintainership.

PR:             64565
Submitted by:   Larry Rosenman <ler@lerctr.org> (maintainer)
2.1.b1_8,1
18 Mar 2004 02:27:55
Original commit files touched by this commit
trevor search for other commits by this committer
Add size data.

Approved by:    maintainers
2.1.b1_8,1
13 Mar 2004 23:55:49
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN on 5.x: Does not compile
2.1.b1_8,1
23 Feb 2004 04:42:13
Original commit files touched by this commit
wollman search for other commits by this committer
Say hello to the new "net-mgmt" category.  There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.

Approved in principle by: marcus

Number of commits found: 30