aboutsummaryrefslogtreecommitdiff
path: root/math/py-gmpy/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Convert ports of math/ to new USES=pythonMarcus von Appen2014-10-211-4/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371328
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361812
* Convert m* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347776
* - Convert to autoplistMartin Wilke2014-02-151-3/+2
| | | | | | | | - Stage support - Bump PORTREV Notes: svn path=/head/; revision=344356
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | math) Notes: svn path=/head/; revision=327746
* - Update to 1.17Wen Heping2013-08-181-2/+2
| | | | Notes: svn path=/head/; revision=324922
* - Update to 1.16Wen Heping2013-01-131-6/+2
| | | | | | | - Trim Makefile headers Notes: svn path=/head/; revision=310307
* - Update to 1.15Wen Heping2012-04-171-1/+1
| | | | Notes: svn path=/head/; revision=294948
* - Update to 1.14Wen Heping2011-06-201-1/+1
| | | | | | | | PR: ports/158060 Submitted by: Jin-Sih Lin <linpct@gmail.com> Notes: svn path=/head/; revision=275873
* - Update to 1.13Wen Heping2010-10-221-2/+2
| | | | | | | - Update my email to FreeBSD Notes: svn path=/head/; revision=263436
* 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
* - Update to 1.0.4Martin Wilke2009-07-011-2/+5
| | | | | | | | | | - Fix build with CUSTOM PREFIX PR: 135985 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=236857
* Chase libgmp and bump PORTREVISION.Alex Dupre2009-05-131-1/+2
| | | | Notes: svn path=/head/; revision=233833
* - Update COMMENTMartin Wilke2009-02-091-1/+1
| | | | | | | | PR: 131039 Submitted by: Wen Heping <wenheping@gmail.com> Notes: svn path=/head/; revision=227921
* Readded in math/Martin Wilke2008-07-181-0/+25
A C-coded Python extension module that wraps the GMP library to provide to Python code fast multiprecision arithmetic (integer, rational, and float), random number generation, advanced number-theoretical functions, and more. WWW: http://code.google.com/p/gmpy/ Notes: svn path=/head/; revision=217040