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
flow-extract Cisco NetFlow awk-like extracting tool
2.61_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.61_1Version of this port present on the latest quarterly branch.
Broken BROKEN: unknown type name 'u_int64'
Deprecated DEPRECATED: marked BROKEN for more than 6 months
Expired This port expired on: 2020-01-14
Ignore IGNORE: is marked as broken: unknown type name 'u_int64'
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: 2020-01-14 21:58:02
SVN Revision: 523071
People watching this port, also watch:: flow-tools, openvpn, sysmon, nagios
License: GPLv1
WWW:
http://answers.uchicago.edu/page.php?id=19876
Description:
This package is a port of TAMU's extract program from NetLogger to look at flow data instead of netlogger data. Blame Larry for it's faults, not TAMU. Blame me for the FreeBSD port, not Larry :-) If you don't already have a good guess what this program does and what data it is looking for, the odds are that it isn't going to be of much help to you. This program only works on Cisco flow data as captured with Mark Fullmer's flowtools package. If you don't have that, get that first, then look at this program. In order for this to compile you will need flowtools from Mark Fullmer's (net-mgmt/flow-tools port). WWW: http://answers.uchicago.edu/page.php?id=19876
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/flow-extract
  2. man/man1/flow-extract.1.gz
  3. /usr/local/share/licenses/flow-extract-2.61_1/catalog.mk
  4. /usr/local/share/licenses/flow-extract-2.61_1/LICENSE
  5. /usr/local/share/licenses/flow-extract-2.61_1/GPLv1
Collapse this list.
Dependency lines:
  • flow-extract>0:net-mgmt/flow-extract
No installation instructions:
This port has been deleted.
PKGNAME: flow-extract
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (flow-extract-2.61.tar.gz) = dfe6b55e201c557bc6d03beca3a0ae88e09054d1cf405c4b51af520f91d06f10 SIZE (flow-extract-2.61.tar.gz) = 36882

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. ftlib.h : net-mgmt/flow-tools
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
alias
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://answers.uchicago.edu/images/group68/19876/
Collapse this list.

Number of commits found: 20

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.61_1
14 Jan 2020 21:58:02
Revision:523071Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:

2020-01-14 net-mgmt/flow-extract: marked BROKEN for more than 6 months
2020-01-14 textproc/pootle: Unamaintained, marked BROKEN for more than 5 months
2.61_1
14 Nov 2019 00:56:58
Revision:517552Original commit files touched by this commit
linimon search for other commits by this committer
This unmaintained port has been broken for 7 months.  Mark it DEPRECATED
and give it an expiration date.
2.61_1
12 Apr 2019 05:47:36
Revision:498695Original commit files touched by this commit
antoine search for other commits by this committer
Mark BROKEN: fails to build

extract.c:42:8: error: unknown type name 'u_int64'
extern u_int64 extract(struct ftio *, struct parsetree *, struct ftver *, struct
ftio *, int);
       ^
extract.c:81:13: error: expected ';' after expression
     u_int64 total_flows;
            ^
            ;

Reported by:	pkg-fallout
MFH:		2019Q2
2.61_1
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
2.61_1
12 Nov 2015 23:40:45
Revision:401467Original commit files touched by this commit
marino search for other commits by this committer
net-mgmt/flow-extract: Add USES=alias to fix malloc.h-less DF
2.61_1
11 Jun 2014 14:50:00
Revision:357486Original commit files touched by this commit
tijl search for other commits by this committer
Support LIBS like LDFLAGS.

- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.61_1
09 Jun 2014 03:34:41
Revision:357093Original commit files touched by this commit
vanilla search for other commits by this committer
Stagify.
2.61_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.61_1
14 Aug 2013 22:35:54
Revision:324744Original commit files touched by this commit Sanity Test Failure
ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
2.61_1
18 Oct 2011 13:06:55
Original commit files touched by this commit
ehaupt search for other commits by this committer
- Update MASTER_SITES and WWW
- Add LICENSE
- Respect CFLAGS

PR:             161639
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
2.61
02 Aug 2011 16:22:15
Original commit files touched by this commit
bapt search for other commits by this committer
Fix master_site
2.61
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.61
21 Dec 2009 02:19:12
Original commit files touched by this commit
dougb search for other commits by this committer
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
2.61
24 Mar 2009 15:23:11
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to MASTER_SITES

PR:             130980
Submitted by:   dikshie <dikshie@sfc.wide.ad.jp>
2.61
14 May 2008 14:21:48
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 2.61

PR:             ports/123580
Submitted by:   Oleg Gawriloff <barzog@telecom.by>
2.4
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.4
25 Nov 2005 16:56:11
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256
2.4
12 Oct 2005 18:43:39
Original commit files touched by this commit
linimon search for other commits by this committer
Pacify distfile survey and remove stale email address.
2.4
11 Jul 2005 13:26:16
Original commit files touched by this commit
sem search for other commits by this committer
- Fix location for flow-tools. it's in net-mgmt now.
2.4
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: 20