aboutsummaryrefslogtreecommitdiff
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
...
* - Update to 2.07Emanuel Haupt2014-02-102-4/+6
| | | | | | | - Strip shared object Notes: svn path=/head/; revision=343690
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-1012-0/+34
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* . Fix "make package" without DOCSGreg Lewis2014-02-091-0/+2
| | | | | | | | PR: 186501 Submitted by: Craig Leres <leres@ee.lbl.gov> Notes: svn path=/head/; revision=343558
* - update to 0.13.0Ruslan Makhmatkhanov2014-02-095-198/+28
| | | | | | | | | | | | | | | | | | | | - remove patches, included upstream - abandon easy_install and use auto-generated packing list - update pkg-message and TEST_DEPENDS to reflect current recommendations and port availability - add erroneously-omitted lang/cython to TEST_DEPENDS (for 'build_ext -i') - conform regression-test target to upstream test procedure while here: - add lang/cpython as build dependency - C-extension will not be build w/o it and the whole build procedure failing. - update LICENSE (BSD3CLAUSE) PR: 185803 Submitted by: "John W. O'Brien" <john@saltant.com> (maintainer) Notes: svn path=/head/; revision=343512
* - Update to 5.1TAKATSU Tomonari2014-02-092-4/+4
| | | | Notes: svn path=/head/; revision=343506
* - Update to 6.1.1.Stephen Montgomery-Smith2014-02-085-12/+80
| | | | Notes: svn path=/head/; revision=343307
* - Update GAP to 4.7.2Johan van Selst2014-02-072-19/+21
| | | | | | | - Enable stage support Notes: svn path=/head/; revision=343284
* - Fix typoRusmir Dusko2014-02-071-1/+1
| | | | | | | Reported by: maintainer Notes: svn path=/head/; revision=343255
* Chase boost and icu bumpBaptiste Daroussin2014-02-079-3/+9
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* - Update to 2.11Frederic Culot2014-02-072-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Math-MatrixReal/CHANGES Notes: svn path=/head/; revision=343207
* - Fix plistDmitry Marakasov2014-02-072-11/+13
| | | | Notes: svn path=/head/; revision=343177
* - Update to 0.7.0TAKATSU Tomonari2014-02-062-3/+3
| | | | Notes: svn path=/head/; revision=343151
* - Support stagingEmanuel Haupt2014-02-062-12/+12
| | | | | | | | - Strip shared object - Don't install license file into DOCSDIR but define LICENSE Notes: svn path=/head/; revision=343059
* math/gdcalc: Explicitly link libmath (taken from dports)John Marino2014-02-051-1/+2
| | | | Notes: svn path=/head/; revision=342842
* - Bump PORTREVISION for astro/cfitsio shlib changeSunpoet Po-Chuan Hsieh2014-02-051-2/+2
| | | | | | | | | | - While I'm here, convert to new LIB_DEPENDS format PR: ports/185951 Submitted by: Florian Degner <f.degner@gmx.de> Notes: svn path=/head/; revision=342830
* Drop maintainership on those.Mathieu Arnold2014-02-051-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=342799
* - Stage supportMartin Wilke2014-02-051-8/+5
| | | | Notes: svn path=/head/; revision=342699
* - Stage supportMartin Wilke2014-02-051-3/+2
| | | | Notes: svn path=/head/; revision=342688
* - Stage supportMartin Wilke2014-02-051-6/+5
| | | | Notes: svn path=/head/; revision=342676
* - Add patch to readline subpackage hoping it will work with FreeBSD-10.Stephen Montgomery-Smith2014-02-041-0/+15
| | | | Notes: svn path=/head/; revision=342614
* This upgrade generalizes the installer to handle any Matlab version,Thierry Thomas2014-02-048-60/+47
| | | | | | | | | | | adds support for MEX compilation, adds a man page, and improves the user interface using auto-admin tools. PR: ports/184607 Submitted by: Jason Bacon <jwbacon (at) tds.net> Notes: svn path=/head/; revision=342611
* - Update to 1.3.4.Stephen Montgomery-Smith2014-02-042-4/+3
| | | | Notes: svn path=/head/; revision=342595
* Stage support and fix plistAntoine Brodin2014-02-042-8/+3
| | | | Notes: svn path=/head/; revision=342583
* - Update to 0.22Sunpoet Po-Chuan Hsieh2014-02-042-7/+10
| | | | | | | | | | | | | | - Add LICENSE - Support STAGEDIR - Pass maintainership to submitter - While I'm here, fix *_DEPENDS Changes: http://search.cpan.org/dist/Math-Random-OO/Changes PR: ports/185853 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=342503
* - Update to 0.1-5TAKATSU Tomonari2014-02-042-3/+3
| | | | Notes: svn path=/head/; revision=342494
* - Update to 1.3.4Pietro Cerutti2014-02-036-44/+44
| | | | Notes: svn path=/head/; revision=342453
* - Stage supportMartin Wilke2014-02-031-2/+1
| | | | Notes: svn path=/head/; revision=342450
* - Stage supportMartin Wilke2014-02-032-2/+1
| | | | Notes: svn path=/head/; revision=342423
* - Remove PKGNAMEPREFIXRusmir Dusko2014-02-033-64/+40
| | | | | | | | | | | | | | | | | - Change comment - Pass maintainership to submitter - Add license (GPLv2) - Support STAGEDIR - Simplify Option handling, change GMP Option - Add USES desthack, change REINPLACE and patch-Makefile.in - Use PLIST_FILES and PLIST_DIRS instead of pkg-plist - Change DOCS and add DOCS Option PR: ports/186243 Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> Notes: svn path=/head/; revision=342419
* - Stage supportMartin Wilke2014-02-032-2/+1
| | | | Notes: svn path=/head/; revision=342404
* - Stage supportMartin Wilke2014-02-031-3/+2
| | | | | | | - Convert to USES Notes: svn path=/head/; revision=342397
* math/qtiplot: fix typo and bump PORTREVISION to force repackageMax Brazhnikov2014-02-031-2/+2
| | | | Notes: svn path=/head/; revision=342388
* - Update to 2.6.2.Stephen Montgomery-Smith2014-02-032-3/+3
| | | | Notes: svn path=/head/; revision=342373
* - Update to 2.2.0.Stephen Montgomery-Smith2014-02-032-3/+3
| | | | Notes: svn path=/head/; revision=342372
* Fix build on 10.xMatthew Seaman2014-02-021-6/+17
| | | | | | | | | | | | | While here: * Stagify * stage-qa fixes: USE shebangfix desktop-file-utils PR: 182431 Submitted by: Han Frederic (maintainer) Notes: svn path=/head/; revision=342370
* - Stage supportMartin Wilke2014-02-021-4/+2
| | | | Notes: svn path=/head/; revision=342322
* - Stage supportMartin Wilke2014-02-024-6/+3
| | | | | | | - Convert to USES Notes: svn path=/head/; revision=342315
* - Stage supportMartin Wilke2014-02-024-8/+1
| | | | | | | - Convert few ports to USES Notes: svn path=/head/; revision=342300
* - Update to 0.5-71TAKATSU Tomonari2014-02-022-3/+3
| | | | Notes: svn path=/head/; revision=342286
* - Stage supportMartin Wilke2014-02-022-3/+4
| | | | Notes: svn path=/head/; revision=342250
* Return some ports I maintain to the pool.Eitan Adler2014-02-021-1/+1
| | | | Notes: svn path=/head/; revision=342249
* - Stage supportMartin Wilke2014-02-014-5/+2
| | | | Notes: svn path=/head/; revision=342152
* - Stage supportMartin Wilke2014-02-011-1/+0
| | | | Notes: svn path=/head/; revision=342149
* Fix DISTNAMEAntoine Brodin2014-02-011-1/+1
| | | | | | | | Reported by: pkg-fallout since august 2013 With hat: portmgr Notes: svn path=/head/; revision=342143
* - Update to 0.1-4TAKATSU Tomonari2014-02-012-3/+3
| | | | Notes: svn path=/head/; revision=342135
* Replace KDE4 sharedmime with USES=shared-mime-info. KDE4 sharedmime isMax Brazhnikov2014-02-011-2/+2
| | | | | | | | deprecated and will be removed along with switching KDE4_PREFIX to ${LOCALBASE} soon. Notes: svn path=/head/; revision=342128
* - Update to 0.1-3TAKATSU Tomonari2014-02-012-4/+3
| | | | Notes: svn path=/head/; revision=342117
* - Update to 6.1.Stephen Montgomery-Smith2014-01-313-17/+3
| | | | Notes: svn path=/head/; revision=342093
* Restore math/hexcalc and modernize it.Rene Ladan2014-01-315-0/+151
| | | | | | | Pass maintainership to Julian Stacey. Notes: svn path=/head/; revision=341901
* - Try once again to get it to work with FreeBSD-10.Stephen Montgomery-Smith2014-01-301-181/+59
| | | | Notes: svn path=/head/; revision=341882