aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-RSA
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.58Cheng-Lung Sung2007-03-242-4/+4
| | | | Notes: svn path=/head/; revision=188159
* Reset mharo due to maintainer-timeouts and no response to PRs.Mark Linimon2007-03-231-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=188084
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - remove IGNORE on old perlYen-Ming Lee2005-12-301-7/+1
| | | | Notes: svn path=/head/; revision=152446
* Updated from v1.50 to v1.57Aaron Dalton2005-12-153-25/+42
| | | | | | | Approved by: tobez, maintainer timeout Notes: svn path=/head/; revision=151264
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* - Update to 1.50Michael Haro2003-12-172-17/+16
| | | | | | | | | | - Use SITE_PERL macro to keep portlint happy PR: 59860 Submitted by: Lars Thegler <lars@thegler.dk> Notes: svn path=/head/; revision=96014
* utilize SITE_PERLYing-Chieh Liao2003-10-242-24/+23
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Remove RESTRICTED tag for crypto stuff.Norikatsu Shigemura2003-02-221-2/+0
| | | | | | | Approved by: kris (implicitly) Notes: svn path=/head/; revision=76164
* Update to 1.48 and add missing dependencyMichael Haro2002-02-262-3/+4
| | | | | | | | PR: 34978, 35122 Submitted by: Seamus Venasse <svenasse@polaris.ca>, Jason Harris <jharris@widomaker.com> Notes: svn path=/head/; revision=55258
* Crypt::RSA is a pure-perl, cleanroom implementation of the RSA public-keyMichael Haro2001-09-125-0/+90
cryptosystem. It uses Math::Pari(3), a perl interface to the blazingly fast PARI library, for big integer arithmetic and number theoretic computations. Notes: svn path=/head/; revision=47727