fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
5 lines
381 B
Text
5 lines
381 B
Text
Data::Password checks potential passwords for crackability. It checks that the
|
|
password has the appropriate length, that it has enough character groups, that
|
|
it does not contain the same characters repeatedly, that it does not contain
|
|
ascending or descending characters, or characters close to each other on the
|
|
keyboard. It also searches for the password in the ispell word file.
|