Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.11_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 May 2018 20:15:20
0.11_1
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
12 Mar 2015 23:00:03
0.11_1
|
adamw  |
Some OCD cleanups on some of the perl@ ports.
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
the plist was randomized before committing
A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier. |
26 Nov 2014 13:08:38
0.11_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 ) |
27 Oct 2014 10:55:59
0.11
|
bapt  |
Cleanup plist |
30 Oct 2013 02:52:47
0.11
|
vanilla  |
Support STAGEDIR. |
20 Sep 2013 17:13:47
0.11
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
02 Aug 2013 18:52:11
0.11
|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
12 Dec 2011 12:02:08
0.11
|
sunpoet  |
- Update to 0.11
Changes: http://search.cpan.org/dist/Locale-Maketext-Fuzzy/Changes
Feature safe: yes |
17 May 2011 11:05:02
0.10_1
|
jadawin  |
- Cleaning MD5 in perl@'s ports.
Approved by: erwin@ (portmgr) |
23 Dec 2009 12:00:38
0.10_1
|
kuriyama  |
- Fix plist.
Found by: QAT |
23 Dec 2009 11:18:44
0.10_1
|
kuriyama  |
- Remove test-only and included-in-perl-5.8 dependencies. |
29 Jan 2009 17:41:17
0.10
|
erwin  |
Reassign my p5-* ports to perl@ so more than one person
can look at them. |
17 Apr 2008 14:30:31
0.10
|
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
22 Oct 2007 18:54:58
0.10
|
erwin  |
Update to 0.10 |
22 Jan 2006 01:48:34
0.02
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
26 Nov 2005 17:00:48
0.02
|
pav  |
- Add SHA256
Approved by: maintainer |
18 Mar 2004 18:01:13
0.02
|
trevor  |
Add size data, approved by maintainers. |
12 Jun 2003 16:41:16
0.02
|
erwin  |
Change to my FreeBSD.org address |
14 Apr 2003 12:02:19
0.02
|
edwin  |
New port devel/p5-Locale-Maketext-Fuzzy
This module is a subclass of Locale::Maketext, with additional
support for localizing messages that already contains
interpolated variables. This is most useful when the messages
are returned by external modules -- for example, to match
dir: command not found against [_1]: command not found.
PR: ports/50934
Submitted by: Erwin Lansing <erwin@lansing.dk> |