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

Erwin Lansing erwin at FreeBSD.org
Wed Dec 21 09:39:14 PST 2005


erwin       2005-12-21 17:39:06 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/p5-Crypt-TEA Makefile distinfo pkg-descr pkg-plist 
  Log:
  TEA is a 64-bit symmetric block cipher with a 128-bit key and a variable number
  of rounds (32 is recommended). It has a low setup time, and depends on a
  large number of rounds for security, rather than a complex algorithm. It was
  developed by David J. Wheeler and Roger M. Needham, and is described at
  http://www.ftp.cl.cam.ac.uk/ftp/papers/djw-rmn/djw-rmn-tea.html .
  
  WWW: http://search.cpan.org/dist/Crypt-TEA
  
  PR:             ports/90717
  Submitted by:   Gabor Kovesdan
  
  Revision  Changes    Path
  1.712     +1 -0      ports/security/Makefile
  1.1       +24 -0     ports/security/p5-Crypt-TEA/Makefile (new)
  1.1       +3 -0      ports/security/p5-Crypt-TEA/distinfo (new)
  1.1       +7 -0      ports/security/p5-Crypt-TEA/pkg-descr (new)
  1.1       +7 -0      ports/security/p5-Crypt-TEA/pkg-plist (new)


More information about the cvs-all mailing list