Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Dec 2005 21:59:47 +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-Ctr Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200512182159.jBILxlf5024003@repoman.freebsd.org>

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

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/p5-Crypt-Ctr Makefile distinfo pkg-descr pkg-plist 
  Log:
  Generic Counter Mode implementation in pure Perl. The Counter 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-Ctr
  
  PR:             ports/90613
  Submitted by:   Gabor Kovesdan
  
  Revision  Changes    Path
  1.691     +1 -0      ports/security/Makefile
  1.1       +24 -0     ports/security/p5-Crypt-Ctr/Makefile (new)
  1.1       +3 -0      ports/security/p5-Crypt-Ctr/distinfo (new)
  1.1       +8 -0      ports/security/p5-Crypt-Ctr/pkg-descr (new)
  1.1       +5 -0      ports/security/p5-Crypt-Ctr/pkg-plist (new)



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