Bug 217735 - [new port] security/py-onetime: Encryption program using one-time pad algorithm
Summary: [new port] security/py-onetime: Encryption program using one-time pad algorithm
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Joseph Mingrone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-12 23:45 UTC by Vidar Karlsen
Modified: 2017-03-13 00:51 UTC (History)
1 user (show)

See Also:


Attachments
shar file for security/py-onetime (1.73 KB, text/plain)
2017-03-12 23:45 UTC, Vidar Karlsen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!