Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Oct 2018 13:06:45
2.24

|
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
27 May 2018 20:15:20
2.24

|
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
2.24

|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
01 Apr 2016 14:33:58
2.24

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
14 Sep 2015 12:19:50
2.24

|
mat  |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
20 May 2015 09:16:40
2.24

|
bofh  |
www/p5-Mason: Update version 2.23=>2.24 |
08 Feb 2015 14:21:50
2.23

|
bofh  |
www/p5-Mason: Update version 2.22=>2.23
Approved by: bapt marino (implicit) |
24 Dec 2014 00:14:13
2.22_1

|
bofh  |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
26 Nov 2014 13:08:38
2.22_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 ) |
30 Mar 2014 18:01:21
2.22

|
sunpoet  |
- Update to 2.22
- While I'm here, add missing dependency (devel/p5-Class-Load)
Changes: http://search.cpan.org/dist/Mason/Changes
PR: ports/188070
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) |
29 Jan 2014 07:58:42
2.20

|
miwi  |
- Stage support |
20 Sep 2013 23:36:54
2.20

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
02 Sep 2013 10:00:39
2.20

|
az  |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
06 Sep 2012 04:47:49
2.20

|
swills  |
- Update to 2.20
PR: ports/170840
Approved by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) |
04 Jul 2012 08:26:12
2.19
|
sunpoet  |
- Update to 2.19
- Use CPAN :id subdir macro
- Add LICENSE
- Use TEST_DEPENDS for test-only dependencies
- Sort MAN3 and PLIST
- Change WWW to CPAN
- Adjust pkg-descr
Changes: http://search.cpan.org/dist/Mason/Changes
PR: ports/168758
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 27 days) |
16 May 2012 04:57:18
2.17
|
miwi  |
Mason is a powerful Perl-based templating system, designed to generate dynamic
content of all kinds.
Unlike many templating systems, Mason does not attempt to invent an alternate,
"easier" syntax for templates. It provides a set of syntax and features specific
to template creation, but underneath it is still clearly and proudly
recognizable as Perl.
Mason is most often used for generating web pages. It can handle web requests
directly via PSGI, or act as the view layer for a web framework such as
Catalyst or Dancer.
WWW: https://github.com/jonswar/perl-mason
PR: ports/166952
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |