Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
08 Oct 2018 09:08:40
0.04_1

|
amdmi3  |
- Add LICENSE
Approved by: portmgr blanket |
27 May 2018 20:15:20
0.04_1

|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Aug 2016 17:12:18
0.04_1

|
mat  |
Remove duplicate ports.
Sponsored by: Absolight |
15 Aug 2016 16:08:27
0.04_1

|
pawel  |
Register conflict, both ports install exact same files |
26 Nov 2014 13:08:38
0.04_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 ) |
10 Jun 2014 12:14:14
0.04

|
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 |
07 Nov 2013 03:52:42
0.04

|
vanilla  |
Support STAGEDIR. |
20 Sep 2013 23:17:32
0.04

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
02 Aug 2013 18:52:11
0.04

|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
17 May 2011 11:13:00
0.04
|
jadawin  |
- Cleaning MD5 in perl@'s ports
Approved by: erwin@ (portmgr) |
28 Aug 2009 17:37:26
0.04
|
linimon  |
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.
Hat: portmgr |
31 Aug 2008 08:31:02
0.04
|
chinsan  |
Add p5-Text-CharWidth, get number of occupied columns of a string on terminal.
This module supplies features similar as wcwidth(3) and wcswidth(3) in C
language.
Characters have its own width on terminal depending on locale. For example,
ASCII characters occupy one column per character, east Asian fullwidth
characters (like Hiragana or Han Ideograph) occupy two columns per
character, and combining characters (apperaring in ISO-8859-11 Thai,
Unicode, and so on) occupy zero columns per character. mbwidth() gives the
width of the first character of the given string and mbswidth() gives the
width of the whole given string.
The names of mbwidth and mbswidth came from "multibyte" versions of wcwidth
and wcswidth which are "wide character" versions. (Only the first 15 lines of the commit message are shown above ) |