aboutsummaryrefslogtreecommitdiffstats
path: root/math/hs-ieee754
ModeNameSize
-rw-r--r--Makefile267logstatsplainblame
-rw-r--r--distinfo145logstatsplainblame
-rw-r--r--pkg-descr198logstatsplainblame
Approved by: bapt * Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-6/+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 * - Add LICENSESunpoet Po-Chuan Hsieh2014-05-031-6/+5 | | | | | | | | | | - Pass maintainership to submitter - While I'm here: - Remove outdated post-configure: - Cleanup Makefile PR: ports/189224 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> * Return some ports I maintain to the pool.Eitan Adler2014-02-021-1/+1 | * - Fix staging conversion: @dirrmtry is not needed for these directoriesEitan Adler2013-10-201-2/+0 | * - Convert to stagingEitan Adler2013-10-202-3/+5 | * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1 | | | | net-mgmt) * - Convert to new perl frameworkAndrej Zverev2013-08-041-1/+2 | | | | Approved by: eadler@ (maintainer) * Remove now excess verbiage.Eitan Adler2013-07-171-2/+0 | | | | Reviewed by: bapt * Clean up my ports (and a couple of ports@ owned ones):Eitan Adler2013-03-091-0/+2 | | | | | | | | | | - Fix COMMENT - Add MAKE_JOBS_SAFE where appropriate - Change ordering of LICENSE lines - Fix new header format - Etc. Reviewed by: drogoh (on irc) * Simplify post-patch targetEitan Adler2012-12-051-6/+2 | | | | | Submitted by: sunpoet Feature safe: yes * - Update to 1.26Eitan Adler2012-11-302-6/+4 | | | | | | - Take maintainership Feature safe: yes * Throw my ports back in the pool, and make my intentions clear for theDoug Barton2012-10-081-5/+2 | | | | | | | | various ports that I've created. I bid fond fare well A chapter closes for me What opens for you? * Initialize a variable in $PREFIX/bin/ipcount to avoid a warningDoug Barton2011-05-311-4/+7 | | | | While I'm here twiddle whitespace in the header to avoid double-spaces * - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0 | * math/p5-Math-BigInt is part of perl core modules since at least 5.6+Baptiste Daroussin2010-09-221-4/+1 | | | | | | | | | the lowest version of perl available in ports is 5.8.9 which embed version 1.89 of Math::BigInt which is the same as the one available in math/p5-Math-BigInt, so remove the useless dependency. Keeping math/p5-Math-BigInt as it evolves alone Bump port revision * Properly sort RUN and BUILD DEPENDS that I inherited when I took overDoug Barton2010-06-171-2/+2 | | | | this port, and assign BUILD_DEPENDS using := as recommended by danfe. * Apply a patch to make the ipcount script work.Doug Barton2009-08-151-1/+7 | | | | | | | | | | | | | | | | Without the attached patch ipcount generates the following when using the -d option: ipcount -d 24 192.168.0.0/20 Invalid chars in IP 192.168.0.0+255 at /usr/local/bin/ipcount line 83. Take over maintainership of the port since the original mail to lth about this issue was back in March and I've had no reply to that mail or to the PR. PR: ports/137314 Submitted by: dougb Approved by: maintainer timeout (2 weeks) * - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-17