Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Dec 2005 21:55:15 +0000 (UTC)
From:      Erwin Lansing <erwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/security Makefile ports/security/p5-Crypt-CFB Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200512182155.jBILtFWE023549@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
erwin       2005-12-18 21:55:15 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/p5-Crypt-CFB Makefile distinfo pkg-descr pkg-plist 
  Log:
  Generic CFB implementation in pure Perl. The Cipher Feedback Mode module
  constructs a stream cipher from a block cipher or cryptographic hash funtion
  and returns it as an object. Any block cipher in the Crypt:: class can be
  used, as long as it supports the blocksize and keysize methods. Any hash
  function in the Digest:: class can be used, as long as it supports the
  add method.
  
  WWW: http://search.cpan.org/dist/Crypt-CFB
  
  PR:             ports/90611
  Submitted by:   Gabor Kovesdan
  
  Revision  Changes    Path
  1.689     +1 -0      ports/security/Makefile
  1.1       +24 -0     ports/security/p5-Crypt-CFB/Makefile (new)
  1.1       +3 -0      ports/security/p5-Crypt-CFB/distinfo (new)
  1.1       +8 -0      ports/security/p5-Crypt-CFB/pkg-descr (new)
  1.1       +5 -0      ports/security/p5-Crypt-CFB/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512182155.jBILtFWE023549>