Bug 210972 - [NEW PORT] security/py-safe: Python library to check password strength
Summary: [NEW PORT] security/py-safe: Python library to check password strength
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jan Beich
URL:
Keywords:
Depends on:
Blocks: 210984
  Show dependency treegraph
 
Reported: 2016-07-10 15:44 UTC by Andrej Ebert
Modified: 2016-07-11 04:30 UTC (History)
1 user (show)

See Also:


Attachments
Safe 0.4 (1.38 KB, text/plain)
2016-07-10 15:44 UTC, Andrej Ebert
no flags Details
poudriere log (13.91 KB, text/plain)
2016-07-10 15:44 UTC, Andrej Ebert
no flags Details
poudriere-portlint log (134 bytes, text/plain)
2016-07-10 15:45 UTC, Andrej Ebert
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Ebert 2016-07-10 15:44:34 UTC
Created attachment 172323 [details]
Safe 0.4

Safe ist a python library to test password strength.

It is a dependency of (newer versions of) www/py-flexget.
Comment 1 Andrej Ebert 2016-07-10 15:44:56 UTC
Created attachment 172324 [details]
poudriere log
Comment 2 Andrej Ebert 2016-07-10 15:45:18 UTC
Created attachment 172325 [details]
poudriere-portlint log
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-07-11 04:30:07 UTC
A commit references this bug:

Author: jbeich
Date: Mon Jul 11 04:29:57 UTC 2016
New revision: 418354
URL: https://svnweb.freebsd.org/changeset/ports/418354

Log:
  security/py-safe: add new port

  PR:		210972
  Submitted by:	Andrej Ebert <andrej@ebert.su>

  Is your password safe?
  Safe will check the password strength for you.

  https://pypi.python.org/pypi/Safe

Changes:
  head/security/Makefile
  head/security/py-safe/
  head/security/py-safe/Makefile
  head/security/py-safe/distinfo
  head/security/py-safe/pkg-descr
Comment 4 Jan Beich freebsd_committer freebsd_triage 2016-07-11 04:30:51 UTC
Thanks. Landed.