Port details |
- p5-Net-Analysis Modules for analysing network traffic
- 0.41_1 net
=0 0.41_1Version of this port present on the latest quarterly branch. - Maintainer: skreuzer@FreeBSD.org
 - Port Added: 2006-09-13 07:18:29
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: perl5
- License: not specified in port
- Description:
- Net::Analysis is a suite of modules that parse tcpdump files,
reconstruct TCP sessions from the packets, and provide a very
lightweight framework for writing protocol anaylsers.
WWW: https://metacpan.org/release/Net-Analysis
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Net-Analysis>0:net/p5-Net-Analysis
- To install the port:
- cd /usr/ports/net/p5-Net-Analysis/ && make install clean
- To add the package, run one of these commands:
- pkg install net/p5-Net-Analysis
- pkg install p5-Net-Analysis
- PKGNAME: p5-Net-Analysis
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Net-Analysis-0.41.tar.gz) = 08f30b632b88f242f84a97c8b16467587da9fdb394244fd90d3639964255464b
SIZE (Net-Analysis-0.41.tar.gz) = 607757
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Net-Pcap>=0 : net/p5-Net-Pcap
- p5-NetPacket>=0 : net/p5-NetPacket
- p5-Params-Validate>=0 : devel/p5-Params-Validate
- p5-libwww>=0 : www/p5-libwww
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Net-Pcap>=0 : net/p5-Net-Pcap
- p5-NetPacket>=0 : net/p5-NetPacket
- p5-Params-Validate>=0 : devel/p5-Params-Validate
- p5-libwww>=0 : www/p5-libwww
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- net_p5-Net-Analysis
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.41_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
09 Jul 2018 08:40:18
0.41_1 
|
mat  |
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight |
27 May 2018 20:15:20
0.41_1
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
01 Apr 2016 14:16:20
0.41_1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
26 Nov 2014 13:08:38
0.41_1
|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
05 Jan 2014 17:43:05
0.41
|
az  |
- stage support
Approved by: portmgr (blanket infrastructure) |
20 Sep 2013 22:10:25
0.41
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
06 Sep 2013 07:00:15
0.41
|
az  |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
29 Jun 2012 18:30:42
0.41
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
10 Jun 2012 18:42:48
0.41
|
swills  |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
07 Mar 2012 15:41:41
0.41
|
swills  |
- Add TEST_DEPENDS to enable testing
Approved by: portmgr (blanket) |
17 Sep 2011 06:49:29
0.41
|
sunpoet  |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
20 Mar 2011 12:54:45
0.41
|
miwi  |
- Get Rid MD5 support |
19 Aug 2010 18:02:33
0.41
|
skreuzer  |
Update to 0.41
PR: ports/149199
Submitted by: Frederic Culot <frederic@culot.org> |
22 Feb 2010 15:13:24
0.40
|
skreuzer  |
Adopt ports from araujo@
Approved by: araujo@
Feature safe: yes |
23 Oct 2009 00:30:06
0.40
|
leeym  |
- replace ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm with
p5-Params-Validate>=0 since it changed the file path.
- portlint
PR: follow-up to ports/139837
Submitted by: Gea-Suan Lin <gslin at gslin.org> |
30 Jul 2009 23:04:49
0.40
|
pgollucci  |
Utilize %%SITE_PERL%% and %%PERL_ARCH%% in pkg-plists
PR: ports/136771
Exp Run by: pav
Approved by: portmgr (pav) |
17 Apr 2008 14:30:31
0.40
|
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
08 Sep 2007 01:02:54
0.40
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
15 Jul 2007 15:55:59
0.40
|
araujo  |
- Update to 0.40.
- Reset maintainership to araujo.
PR: ports/113416
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (old maintainer)
Approved by: stas (mentor) |
23 Dec 2006 02:54:03
0.06
|
rafan  |
- Update to 0.06
PR: ports/107073
Submitted by: chinsan
Approved by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw> (maintainer) |
17 Sep 2006 07:08:35
0.05
|
miwi  |
- Fix typo's
Approved by: Jin-Shan Tseng (maintainer) |
13 Sep 2006 07:17:51
0.05
|
miwi  |
Net::Analysis is a suite of modules that parse tcpdump files,
reconstruct TCP sessions from the packets, and provide a very
lightweight framework for writing protocol anaylsers.
WWW: http://search.cpan.org/dist/Net-Analysis/
PR: ports/102877
Submitted by: Jin-Shan Tseng <tjs(at)cdpa.nsysu.edu.tw> |