aboutsummaryrefslogtreecommitdiff
path: root/math/py-gmpy
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-141-1/+1
| | | | | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight Notes: svn path=/head/; revision=422140
* - Add a MASTER_SITES mirrorWen Heping2016-04-281-1/+1
| | | | Notes: svn path=/head/; revision=414152
* 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-183-5/+5
| | | | Notes: svn path=/head/; revision=324922
* - Update to 1.16Wen Heping2013-01-132-8/+4
| | | | | | | - Trim Makefile headers Notes: svn path=/head/; revision=310307
* - Update to 1.15Wen Heping2012-04-172-3/+3
| | | | Notes: svn path=/head/; revision=294948
* - Update to 1.14Wen Heping2011-06-202-3/+3
| | | | | | | | PR: ports/158060 Submitted by: Jin-Sih Lin <linpct@gmail.com> Notes: svn path=/head/; revision=275873
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 1.13Wen Heping2010-10-222-5/+5
| | | | | | | - Update my email to FreeBSD Notes: svn path=/head/; revision=263436
* Switch to use newer GMP version.Alex Dupre2010-04-192-5/+5
| | | | | | | | | 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-012-5/+8
| | | | | | | | | | - 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-183-0/+34
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