Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
12 May 2019 16:38:22
1.29_1

|
sunpoet  |
Remove outdated PERL_LEVEL check |
27 May 2018 20:15:20
1.29_1

|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Sep 2017 08:58:50
1.29_1

|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
17 Jun 2017 10:02:28
1.29_1

|
sunpoet  |
Add PERL_LEVEL check
- Bump PORTREVISION for dependency change |
02 Feb 2017 13:31:17
1.29

|
sunpoet  |
Update to 1.29
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/Math-String/CHANGES |
13 Mar 2015 17:29:59
1.28_2

|
adamw  |
Clean up the rest of the perl@ Makefiles a bit.
- Remove dependencies on modules distributed as part of perl core
- Remove references to FreeBSD < 8 and perl < 5.16
- Ensure that DOCS and EXAMPLES options exist for ports installing
PORTDOCS or PORTEXAMPLES
- Reduce unnecessary inclusions of bsd.port.options.mk by using
OPTIONS helpers and the like
- Fix some cases where dependencies were only assigned to BUILD_DEPENDS
- Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS.
This one happens in many, many ports. I only applied it in cases where
it interfered with 'make test' but it should maybe be done more generally.
- Mute ${MKDIR} in installation
- Parethesize compound commands
- In www/p5-URI-Fetch, remove the ZLIB option that wasn't used |
26 Nov 2014 13:08:38
1.28_1

|
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 ) |
05 Nov 2013 06:56:19
1.28

|
vanilla  |
Support STAGEDIR. |
20 Sep 2013 20:55:06
1.28

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
29 Aug 2013 04:08:54
1.28

|
sunpoet  |
- Use single space after WWW: |
02 Aug 2013 18:52:11
1.28

|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
08 Apr 2012 18:28:26
1.28
|
swills  |
Perl module which lets you calculate with strings (specifically passwords, but
not limited to) as if they were big integers.
WWW: http://search.cpan.org/dist/Math-String/
Feature safe: yes |