| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
29 Jun 2012 10:29:24
0.008
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
14 Apr 2012 17:19:20
0.008
|
brix  |
- Update to v0.008
- Pet portlint(1) |
21 Jan 2012 17:40:15
0.007
|
eadler  |
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 |
03 Jul 2011 14:03:52
0.007
|
ohauer  |
-remove MD5 |
02 Aug 2010 19:11:21
0.007
|
brix  |
- Update to v0.007
- Add LICENSE |
24 Jan 2010 06:18:08
0.006_1
|
kuriyama  |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 4).
Approved by: portmgr (itetcu) |
18 May 2009 20:56:41
0.006
|
pav  |
- Update depobjs after p5-Params-Classify update
Reported by: pointyhat |
25 Mar 2009 18:32:20
0.006
|
brix  |
- Update to v0.006 |
01 Jun 2008 21:01:12
0.005
|
brix  |
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) |