CVS log for ports/security/p5-Crypt-AppleTwoFish/Makefile
Up to [FreeBSD] / ports / security / p5-Crypt-AppleTwoFish
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Jul 22 16:26:57 2009 UTC (2 years, 6 months ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -9 lines
- 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)
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Jul 3 21:32:54 2009 UTC (2 years, 7 months ago) by skreuzer
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Take over maintainership Approved by: wxs (mentor, implicit)
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Jun 27 08:49:41 2009 UTC (2 years, 7 months ago) by gabor
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
- Drop maintainership of some ports I don't use any more
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Dec 5 00:10:19 2008 UTC (3 years, 2 months ago) by gabor
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
- Update to 0.051
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon May 26 18:04:35 2008 UTC (3 years, 8 months ago) by gabor
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
- Update to 0.03
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Apr 17 14:28:03 2008 UTC (3 years, 9 months ago) by araujo
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -2 lines
- 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)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Dec 8 13:46:28 2006 UTC (5 years, 2 months ago) by gabor
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Change my e-mail address. Approved by: erwin (mentor)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Dec 30 20:30:51 2005 UTC (6 years, 1 month ago) by leeym
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -2 lines
- remove IGNORE on old perl Submitted by: leeym Approved by: maintainer via email
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Dec 18 21:53:18 2005 UTC (6 years, 1 month ago) by erwin
Branches: MAIN
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
