aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Works
Commit message (Collapse)AuthorAgeFilesLines
* net/p5-Net-Works: Add NO_ARCHPo-Chuan Hsieh2021-06-201-0/+2
| | | | Approved by: portmgr (blanket)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* net/p5-Net-Works: 0.21 -> 0.22Kurt Jaeger2016-08-222-3/+4
| | | | | | | | | - Added a Net::Works::Network->is_single_address method. This returns true if the network contains just one single address. Requested by Alexander Hartmaier. GH #17. Notes: svn path=/head/; revision=420631
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* net/p5-Net-Works: 0.20 -> 0.21Kurt Jaeger2015-05-062-3/+3
| | | | | | | | - `new_from_integer` will now accept a `Math::BigInt` in addition to a `Math::UInt128` or a standard Perl integer. Notes: svn path=/head/; revision=385566
* - Update to 0.20Sunpoet Po-Chuan Hsieh2015-03-072-5/+5
| | | | | | | | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Net-Works/Changes PR: 198381 Submitted by: sunpoet (myself) Approved by: pi (maintainer, via email) Notes: svn path=/head/; revision=380676
* Cleanup plistBaptiste Daroussin2014-12-091-1/+0
| | | | Notes: svn path=/head/; revision=374410
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=373448
* net/p5-Net-Works: reduce DEPENDS, MooseX::Types no longer neededKurt Jaeger2014-09-141-2/+1
| | | | | | | Submitted by: az Notes: svn path=/head/; revision=368218
* net/p5-Net-Works: 0.18 -> 0.19Kurt Jaeger2014-09-142-4/+4
| | | | | | | | - Fixed validation when a string with more than one slash (/) is passed to Net::Works::Network->new_from_string. Notes: svn path=/head/; revision=368213
* net/p5-Net-Works: 0.17 -> 0.18Kurt Jaeger2014-07-122-3/+3
| | | | | | | Changes: http://cpansearch.perl.org/src/DROLSKY/Net-Works-0.18/Changes Notes: svn path=/head/; revision=361634
* net/p5-Net-Works: 0.16 -> 0.17Kurt Jaeger2014-07-042-4/+3
| | | | Notes: svn path=/head/; revision=360592
* Mass-update maintainer from fbsd-ports@opsec.eu -> pi@FreeBSD.orgKurt Jaeger2014-06-081-1/+1
| | | | Notes: svn path=/head/; revision=357068
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-0/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* net/p5-Net-Works: update to 0.16William Grzybowski2014-01-092-3/+3
| | | | | | | | PR: ports/185609 Submitted by: maintainer Notes: svn path=/head/; revision=339251
* net/p5-Net-Works: update to 0.14 and stagifyWilliam Grzybowski2013-12-183-10/+12
| | | | | | | | PR: ports/184959 Submitted by: maintainer Notes: svn path=/head/; revision=336814
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Update to 0.13.Mathieu Arnold2013-08-223-5/+3
| | | | | | | | PR: ports/181466 Submitted by: maintainer Notes: svn path=/head/; revision=325225
* Add p5-Net-Works 0.06, APIs for IP addresses and networks.Mathieu Arnold2013-08-224-0/+49
PR: ports/174360 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> Notes: svn path=/head/; revision=325208