Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.57 21 Feb 2024 15:07:01 |
Po-Chuan Hsieh (sunpoet) |
math/p5-Math-Int64: Update to 0.57
Changes: https://metacpan.org/dist/Math-Int64/changes |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.54 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.54 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
0.54 10 Jun 2021 14:46:07 |
Po-Chuan Hsieh (sunpoet) |
math/p5-Math-Int64: Add LICENSE_FILE |
0.54 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.54 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.54 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.54 17 Jan 2016 13:10:19 |
sunpoet |
- Update to 0.54
Changes: http://search.cpan.org/dist/Math-Int64/Changes
Sponsored by: PortsCamp Taiwan |
0.53 29 Jun 2015 15:37:15 |
sunpoet |
- Cleanup CHMOD after r390893 |
0.53 16 May 2015 13:35:01 |
sunpoet |
- Update to 0.53
Changes: http://search.cpan.org/dist/Math-Int64/Changes |
0.52 14 Mar 2015 13:35:05 |
sunpoet |
- Update to 0.52
Changes: http://search.cpan.org/dist/Math-Int64/Changes |
0.51 10 Mar 2015 15:15:14 |
sunpoet |
- Update to 0.51
Changes: http://search.cpan.org/dist/Math-Int64/Changes |
0.34_1 26 Nov 2014 13:08:38 |
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 ) |
0.34 24 Nov 2014 19:04:10 |
sunpoet |
- Use PREFIX/SITE_ARCH_REL because SITE_ARCH is LOCALBASE-based
Notified by: mat |
0.34 24 Nov 2014 18:25:20 |
sunpoet |
- Strip shared library in post-install:
- Remove contiguous blank lines |
0.34 19 Nov 2014 06:19:21 |
pi |
math/p5-Math-Int64: 0.32 -> 0.34
http://cpansearch.perl.org/src/SALVA/Math-Int64-0.34/Changes
- native_to_uint64 was broken when using native integers (bug report
by Aleksey Mashanov)
- add sv_seti64 and sv_setu64 macros (feature request by Graham Ollis)
PR: 194735
Approved by: sunpoet (maintainer timeout) |
0.32 11 Sep 2014 15:51:56 |
sunpoet |
- Update to 0.32
Changes: http://search.cpan.org/dist/Math-Int64/Changes |
0.30 10 Jun 2014 12:14:14 |
mat |
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 |
0.30 30 Sep 2013 20:20:27 |
sunpoet |
- Support STAGEDIR |
0.30 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
0.30 21 Aug 2013 14:08:08 |
sunpoet |
- Convert to new perl framework |
0.30 08 Jun 2013 21:54:08 |
sunpoet |
- Update to 0.30
Changes: http://search.cpan.org/dist/Math-Int64/Changes |
0.29 30 Jan 2013 18:38:13 |
sunpoet |
- Update to 0.29
Changes: http://search.cpan.org/dist/Math-Int64/Changes |
0.28 23 Dec 2012 17:45:14 |
sunpoet |
- Update to 0.28
- While I'm here, cleanup Makefile header
Changes: http://search.cpan.org/dist/Math-Int64/Changes
PR: ports/174358
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> |
0.26 10 Jun 2012 10:25:19 |
sunpoet |
- Update to 0.26
Changes: http://search.cpan.org/dist/Math-Int64/Changes |
0.25 06 Jun 2012 03:35:53 |
sunpoet |
- Update to 0.25
Changes: http://search.cpan.org/dist/Math-Int64/Changes |
0.24 05 Jun 2012 15:10:35 |
sunpoet |
- Update to 0.24
Changes: http://search.cpan.org/dist/Math-Int64/Changes |
0.23 04 Jun 2012 16:42:59 |
sunpoet |
- Update to 0.23
- Add LICENSE
Changes: http://search.cpan.org/dist/Math-Int64/Changes |
0.19 01 Jun 2012 20:54:05 |
sunpoet |
- Update to 0.19
Changes: http://search.cpan.org/dist/Math-Int64/Changes |
0.17 15 Dec 2011 09:22:16 |
sunpoet |
- Add p5-Math-Int64 0.17
Math::Int64 adds support for 64 bit integers, signed and unsigned, to Perl.
WWW: http://search.cpan.org/dist/Math-Int64/ |