aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Crypt-DH-GMP
Commit message (Collapse)AuthorAgeFilesLines
* Support STAGEDIR.Vanilla I. Shu2013-11-052-7/+4
| | | | Notes: svn path=/head/; revision=332868
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Update to 0.00011.Anton Berezin2013-09-062-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Crypt-DH-GMP/Changes Notes: svn path=/head/; revision=326479
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-11/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309105
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+11
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-11/+1
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* End WWW CPAN URL with a "/"Emanuel Haupt2011-12-281-1/+1
| | | | Notes: svn path=/head/; revision=288161
* - Update to 0.00010Sunpoet Po-Chuan Hsieh2011-11-172-10/+21
| | | | | | | | | | | | - Fix BUILD_DEPENDS - Add TEST_DEPENDS - Cosmetic change Changes: http://search.cpan.org/dist/Crypt-DH-GMP/Changes Feature safe: yes Notes: svn path=/head/; revision=285963
* - Mark MAKE_JOBS_UNSAFE as this fails to build with MAKE_JOBS enabled for meSteve Wills2011-10-261-0/+2
| | | | Notes: svn path=/head/; revision=284374
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 0.00009Wen Heping2010-10-143-5/+29
| | | | Notes: svn path=/head/; revision=262992
* Reassign ports from andrey@kostenko.name to perl@ due to lack of time.Mark Linimon2010-04-201-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=252936
* Switch to use newer GMP version.Alex Dupre2010-04-191-2/+2
| | | | | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin) Notes: svn path=/head/; revision=252906
* Crypt::DH::GMP is a (somewhat) portable replacement to Crypt::DH,Wen Heping2010-02-284-0/+44
implemented mostly in C. Crypt::DH uses Math::BigInt, which is a very feature-full and fast interface to perform high-precision math. WWW: http://search.cpan.org/dist/Crypt-DH-GMP PR: ports/144344 Submitted by: Andrey Kostenko <andrey@kostenko.name> Feature safe: yes Notes: svn path=/head/; revision=250413