Commit graph

9 commits

Author SHA1 Message Date
Andrej Zverev
9144df7eca - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-29 10:29:24 +00:00
Henrik Brix Andersen
5574333598 - Update to v0.008
- Pet portlint(1)
2012-04-14 17:19:20 +00:00
Eitan Adler
c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00
Olli Hauer
87931c6875 -remove MD5 2011-07-03 14:03:52 +00:00
Henrik Brix Andersen
343cc39a1b - Update to v0.007
- Add LICENSE
2010-08-02 19:11:21 +00:00
Jun Kuriyama
46dfffde80 - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 4).

Approved by:	portmgr (itetcu)
2010-01-24 06:18:08 +00:00
Pav Lucistnik
9310ff0064 - Update depobjs after p5-Params-Classify update
Reported by:	pointyhat
2009-05-18 20:56:41 +00:00
Henrik Brix Andersen
e9b692e980 - Update to v0.006 2009-03-25 18:32:20 +00:00
Henrik Brix Andersen
5027b59c5e 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)
2008-06-01 21:01:12 +00:00