1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
Mathieu Arnold
eee58d187e 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
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Andrej Zverev
6d94fd8e00 - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 17:15:11 +00:00
Baptiste Daroussin
0c710c7b4e Add NO_STAGE all over the place in preparation for the staging support (cat: net) 2013-09-20 22:10:23 +00:00
Andrej Zverev
27354da01e - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-05 11:09:23 +00:00
Frederic Culot
2a1089c735 - Update to 1.000 [1]
- Trim Makefile's header [1]
- Add LICENSE (Artistic 1 & GPL 1)

Changes:        http://search.cpan.org/dist/Net-Flow/Changes
PR:             ports/176342 [1]
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
Approved by:    Tsung-Han Yeh <snowfly@yuntech.edu.tw> (maintainer, via private email)
2013-03-04 08:27:03 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Sunpoet Po-Chuan Hsieh
6fb6597c89 - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat:	perl
2011-09-17 06:49:29 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Andrej Zverev
f2302a6e09 - Update to 0.04
PR:		ports/131211
Submitted by:	Tsung-Han Yeh (maintainer)
2009-02-01 06:02:29 +00:00
Martin Wilke
7497bceaa9 - Update to 0.03
PR:		123271
Submitted by:	Tsung-Han Yeh <snowfly@yuntech.edu.tw> (maintainer)
2008-05-02 09:16:31 +00:00
Martin Wilke
de1a24d0f8 The Flow module provides the decoding function for NetFlow version 5,9
and IPFIX, and the encoding function for NetFlow version 9 and IPFIX.
It supports NetFlow version 9 (RFC3945) and NetFlow version 5
(http://www.cisco.com/) and IPFIX(draft-ietf-ipfix-protocol-26.txt).
Regretfully, it doesn't provide the full specification of IPFIX, yet.
It is future work. You can easily make the Flow Proxy, Protocol Converter
and Flow Concentrator by using the combination of both function. And also,
you can make the flexible Collector which can receive any Templates
by using the Storable perl module.

WWW:	http://search.cpan.org/dist/Net-Flow/

PR:		ports/120747
Submitted by:	Tsung-Han Yeh <snowfly at yuntech.edu.tw>
2008-02-17 10:38:07 +00:00