Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:22:56 0.30_1 |
Tobias C. Berner (tcberner)  |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
03 Jun 2022 09:00:59 0.30_1 |
Po-Chuan Hsieh (sunpoet)  |
security/p5-Text-Password-Pronounceable: Add NO_ARCH |
06 Apr 2021 14:31:07 0.30_1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 May 2018 20:15:20
0.30_1 |
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
19 May 2016 10:53:06
0.30_1 |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
26 Nov 2014 13:08:38
0.30_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 ) |
06 Nov 2013 07:39:32
0.30 |
vanilla  |
Support STAGEDIR. |
20 Sep 2013 22:55:26
0.30 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
02 Aug 2013 18:52:11
0.30 |
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
29 Mar 2013 00:44:54
0.30 |
eadler  |
For perl@ owned ports:
- Fix COMMENT
- Trim header |
01 May 2012 01:47:10
0.30 |
swills  |
- Assign clsung's p5- ports to perl@
Approved by: clsung via IRC |
08 Jan 2012 07:01:25
0.30 |
eadler  |
Repeated words are are hard to to find sometimes.
Approved by: portmgr (itetcu) |
03 Mar 2011 07:58:17
0.30 |
clsung  |
- Update to 0.30 |
17 Apr 2008 14:30:31
0.28 |
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) |
08 Sep 2007 01:04:03
0.28 |
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
15 Jan 2007 01:27:52
0.28 |
clsung  |
- needs at least perl5.6
Noted by: kris(bot) |
07 Jan 2007 08:36:12
0.27 |
clsung  |
- Update to 0.28 |
29 Dec 2006 07:31:47
0.27 |
clsung  |
Text::Password::Pronounceable - Generate pronounceable passwords
This module generates pronuceable passwords, based the the
English digraphs by D Edwards.
WWW: http://search.cpan.org/dist/Text-Password-Pronounceable/ |