Bug 168460 - [NEW PORT] security/py27-rsa: Pure-Python RSA implementation
Summary: [NEW PORT] security/py27-rsa: Pure-Python RSA implementation
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Tom Judge
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-30 12:00 UTC by koobs
Modified: 2012-06-15 01:26 UTC (History)
0 users

See Also:


Attachments
.shar (5.98 KB, text/plain)
2012-05-30 12:00 UTC, koobs
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description koobs 2012-05-30 12:00:14 UTC
Python-RSA is a pure-Python RSA implementation. It supports encryption and
decryption, signing and verifying signatures, and key generation according to
PKCS#1 version 1.5.

WWW:	http://stuvel.eu/rsa

Generated with FreeBSD Port Tools 0.99_6 (mode: new)
Comment 1 Tom Judge freebsd_committer freebsd_triage 2012-05-31 16:25:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tj

I'll take this one.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-06-14 01:28:58 UTC
tj          2012-06-14 00:28:47 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/py-rsa      Makefile distinfo pkg-descr pkg-plist 
    security/py-rsa/files patch-setup.py 
  Log:
  Python-RSA is a pure-Python RSA implementation. It supports encryption
  and decryption, signing and verifying signatures, and key generation
  according to PKCS#1 version 1.5.
  
  WWW:    http://stuvel.eu/rsa
  
  PR:             ports/168460
  Submitted by:   koobs <koobs.freebsd@gmail.com>
  Approved by:    eadler (mentor)
  
  Revision  Changes    Path
  1.1291    +1 -0      ports/security/Makefile
  1.1       +31 -0     ports/security/py-rsa/Makefile (new)
  1.1       +2 -0      ports/security/py-rsa/distinfo (new)
  1.1       +12 -0     ports/security/py-rsa/files/patch-setup.py (new)
  1.1       +5 -0      ports/security/py-rsa/pkg-descr (new)
  1.1       +64 -0     ports/security/py-rsa/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Tom Judge freebsd_committer freebsd_triage 2012-06-14 01:37:47 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!