Commit graph

31 commits

Author SHA1 Message Date
Larry Rosenman
0c57a4eabe Remove options depending on expired net-mgmt/flow-tools-ng
While here, pet portlint

Approved by:	adamw (mentor, implicit)
2017-04-30 21:24:12 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Mathieu Arnold
afae652a2a Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
2015-09-14 12:19:48 +00:00
Mathieu Arnold
b65a21eca1 Don't overwrite Perl's LDDLFLAGS.
With hat:	perl@
Sponsored by:	Absolight
2014-12-04 13:33:38 +00:00
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
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14:12 +00:00
Philippe Audeoud
6969905b0d - Add option for flow-tools-ng
PR:		ports/183901
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
Approved by:	maintainer
2013-11-12 22:19:20 +00:00
Baptiste Daroussin
985b201424 Add NO_STAGE all over the place in preparation for the staging support (cat: net-mgmt) 2013-09-20 22:24:43 +00:00
Andrej Zverev
bd628ddcbf - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-14 16:38:28 +00:00
Baptiste Daroussin
5c1bfd69f6 Convert to new options framework
While here do some build with clang fixes

PR:		ports/178445, ports/178446, ports/178444, ports/178443, ports/178425, ports/178423
Submitted by:	"Ilya A. Arkhipov" <rum1cro@yandex.ru>
2013-05-10 11:28:32 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Stefan Walter
6cdeb33b74 - Add OPTIONS support.
- Assign maintainership to submitter.

PR:		146146
Submitted by:	Frank Wall <fw@moov.de>
Feature safe:	yes
2010-06-30 14:52:23 +00:00
Martin Wilke
7ada7b5e2a - Add missing dependency
PR:		136284
Submitted by:	Frank Wall <fw@moov.de>
2009-07-05 22:00:49 +00:00
Martin Wilke
4590ff95ef - Reset farrokhi@freebsd.org due to long period of inactivity.
Approved by:	portmgr (linimon)
2009-03-09 19:29:12 +00:00
Babak Farrokhi
1d6e3807bf Change my email address to farrokhi@ in all ports that I maintain.
Approved by:	miwi (mentor)
2006-11-08 09:28:33 +00:00
Emanuel Haupt
9ef160c4e8 - update to 1.053
- pass maintainer-ship to submitter

PR:		93356
Submitted by:	Babak Farrokhi <babak@farrokhi.net>
2006-02-15 09:58:13 +00:00
Pav Lucistnik
d2d527c935 - Add SHA256 2005-11-25 16:56:10 +00:00
Mark Linimon
2b85c01e5c Fix fetch by adding 'old/' subdirectory. Leave the unmodified version so
as to leave a trail of breadcrumbs for Edwin's survey.  The latest version
on the site is 1.053.
2005-10-12 21:11:57 +00:00
Ying-Chieh Liao
0545cb3506 fix typo ( <= instead of == )
Submitted by:	Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
2004-11-23 08:39:19 +00:00
Cheng-Lung Sung
6fd905d46b - Use WITH_FLOW_TOOLS to specify RUN_DEPENDS.
- Use ${LOCALBASE}.
- flow-tools need zlib (so we need to add "-lz")
- Bugfix for flow-tools support.

PR:		ports/73630
Submitted by:	Gea-Suan Lin <gslin AT netnews dot NCTU dot edu dot tw>
2004-11-09 08:29:46 +00:00
Jun Kuriyama
71cb7734cb - Make this compilable with flow-tools and perl-5.8.x on current
(also tested on 4.x/5.x without flow-tools).
2004-07-26 08:39:04 +00:00
Ying-Chieh Liao
1b40ea0bb6 support for flow-tools data format
PR:		65064
Submitted by:	Viktor Fomichev <vfom@sicex.ru>
2004-04-18 10:12:15 +00:00
Garrett Wollman
60aab66567 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
2004-02-23 04:42:13 +00:00
Trevor Johnson
f15b845ebe SIZEify. 2004-01-29 16:13:06 +00:00
Ying-Chieh Liao
c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Ying-Chieh Liao
0081bcb2c1 upgrade to 1.051
PR:		36510
Submitted by:	Tilman Linneweh <tilman@arved.de>
2002-03-30 14:14:55 +00:00
Patrick Li
e00f1458bd Update to 1.045
PR:		33893
Submitted by:	Tilman Linneweh <freebsdports@arved.de>
2002-01-17 04:51:03 +00:00
Andreas Klemm
f3d0fad83a new port p5-Cflow
Cflow is a perl module for analyzing raw flow files written by
cflowd, a package used to collect Cisco NetFlow data.

WWW:    http://net.doit.wisc.edu/~plonka/Cflow/
2001-03-13 22:52:04 +00:00