Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jun 2008 21:01:12 +0000 (UTC)
From:      Henrik Brix Andersen <brix@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/security Makefile ports/security/p5-Authen-Passphrase Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200806012101.m51L1CWi009588@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
brix        2008-06-01 21:01:12 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/p5-Authen-Passphrase Makefile distinfo pkg-descr 
                                  pkg-plist 
  Log:
  This is the base class for a system of objects that encapsulate
  passphrases.  An object of this type is a passphrase recogniser: its
  job is to recognise whether an offered passphrase is the right one.
  For security, such passphrase recognisers usually do not themselves
  know the passphrase they are looking for; they can merely recognise it
  when they see it.  There are many schemes in use to achieve this
  effect, and the intent of this class is to provide a consistent
  interface to them all, hiding the details.
  
  The CPAN package Authen::Passphrase contains implementations of
  several specific passphrase schemes in addition to the base class.
  
  WWW: http://search.cpan.org/dist/Authen-Passphrase/
  
  Approved by:    erwin (mentor)
  
  Revision  Changes    Path
  1.964     +1 -0      ports/security/Makefile
  1.1       +56 -0     ports/security/p5-Authen-Passphrase/Makefile (new)
  1.1       +3 -0      ports/security/p5-Authen-Passphrase/distinfo (new)
  1.1       +13 -0     ports/security/p5-Authen-Passphrase/pkg-descr (new)
  1.1       +24 -0     ports/security/p5-Authen-Passphrase/pkg-plist (new)



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