Bug 217735

Summary: [new port] security/py-onetime: Encryption program using one-time pad algorithm
Product: Ports & Packages Reporter: Vidar Karlsen <vidar>
Component: Individual Port(s)Assignee: Joseph Mingrone <jrm>
Status: Closed FIXED    
Severity: Affects Some People CC: jrm
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
shar file for security/py-onetime none

Description Vidar Karlsen 2017-03-12 23:45:25 UTC
Created attachment 180760 [details]
shar file for security/py-onetime

OneTime is an open source encryption program that uses the one-time pad algorithm to allow two parties to communicate privately.

portlint -C: looks fine.
poudriere testport (10.3 and 11.0): no warnings except ident warning: no id keywords in [...]security/py-onetime/Makefile
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-03-13 00:50:42 UTC
A commit references this bug:

Author: jrm
Date: Mon Mar 13 00:50:36 UTC 2017
New revision: 436033
URL: https://svnweb.freebsd.org/changeset/ports/436033

Log:
  Add new port, security/py-onetime: Encryption program using one-time pad algorithm.

  http://www.red-bean.com/onetime/

  PR:		217735
  Submitted by:	vidar@karlsen.tech (maintainer)
  Approved by:	swills (mentor, implicit)

Changes:
  head/security/Makefile
  head/security/py-onetime/
  head/security/py-onetime/Makefile
  head/security/py-onetime/distinfo
  head/security/py-onetime/pkg-descr
Comment 2 Joseph Mingrone freebsd_committer freebsd_triage 2017-03-13 00:51:55 UTC
Committed.  Thanks!