| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
22 Jul 2009 17:27:08
0.051
|
pgollucci  |
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav) |
03 Jul 2009 22:32:57
0.051
|
skreuzer  |
Take over maintainership
Approved by: wxs (mentor, implicit) |
27 Jun 2009 09:49:44
0.051
|
gabor  |
- Drop maintainership of some ports I don't use any more |
05 Dec 2008 00:10:19
0.051
|
gabor  |
- Update to 0.051 |
26 May 2008 19:04:36
0.03
|
gabor  |
- Update to 0.03 |
17 Apr 2008 15:30:31
0.02
|
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 Dec 2006 13:46:35
0.02
|
gabor  |
Change my e-mail address.
Approved by: erwin (mentor) |
20 Feb 2006 20:50:22
0.02
|
fenner  |
Update search.cpan.org WWW: entries to have a trailing slash.
Change some URLs from author dirs to dist dirs.
The example in the porter's handbook didn't have the trailing slash;
mea culpa for not having caught that when it went in. |
22 Jan 2006 02:50:55
0.02
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
30 Dec 2005 20:30:51
0.02
|
leeym  |
- remove IGNORE on old perl
Submitted by: leeym
Approved by: maintainer via email |
18 Dec 2005 21:53:19
0.02
|
erwin  |
This code appears to have only cursory resemblance to Bruce Schneier's
blowfish and twofish algorithms in that it too has a table-based decoder.
Derivation from FairKeys code by Jon Lech Johanson at nanocrew.net.
If you don't know what that is, don't bother looking here further. This is
a Pure Perl implementation. I doubt there is any need for xs coding for
what would mainly be processing 16 bytes at a time. This code is part of an
ongoing effort to clone portions of the Apple iTMS in Perl for portability.
See www.hymn-project.org for prior efforts by others.
WWW: http://search.cpan.org/dist/Crypt-AppleTwoFish
PR: ports/90610
Submitted by: Gabor Kovesdan |