cvs commit: ports/security Makefile ports/security/p5-Crypt-AppleTwoFish Makefile distinfo pkg-descr pkg-plist

Erwin Lansing erwin at FreeBSD.org
Sun Dec 18 13:53:23 PST 2005


erwin       2005-12-18 21:53:19 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/p5-Crypt-AppleTwoFish Makefile distinfo pkg-descr 
                                   pkg-plist 
  Log:
  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
  
  Revision  Changes    Path
  1.688     +1 -0      ports/security/Makefile
  1.1       +24 -0     ports/security/p5-Crypt-AppleTwoFish/Makefile (new)
  1.1       +3 -0      ports/security/p5-Crypt-AppleTwoFish/distinfo (new)
  1.1       +10 -0     ports/security/p5-Crypt-AppleTwoFish/pkg-descr (new)
  1.1       +5 -0      ports/security/p5-Crypt-AppleTwoFish/pkg-plist (new)


More information about the cvs-all mailing list