summaryrefslogtreecommitdiff
path: root/math/PDL (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-0/+1
| | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
* Update to 2.017, and strip XS modules and the pdl binary.Adam Weinberger2016-10-122-6/+8
| | | | Changes: https://metacpan.org/changes/distribution/PDL
* - update libgd to 2.2.2Dirk Meyer2016-07-201-0/+1
| | | | | | | | | | | - new MASTER_SITES - add security patch PR: 210913 Submitted by: Piotr Kubaj MFH: 2016Q3 Security: CVE-2015-8874 Security: CVE-2016-3074 Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
* Rename all three p5-ReadLine-(Gnu,Perl,TTYtter) to their real namesMathieu Arnold2016-06-211-2/+2
| | | | | | | | | | | | | p5-Term-ReadLine-(Gnu,Perl,TTYtter). I can't find any reason for p5-ReadLine-Gnu to have been added as ReadLine-Gnu instead of Term-ReadLine-Gnu twenty years ago. devel/p5-Term-ReadLine-Perl was added as a dupplicate a few years back where it should not have, so change its maintainer to be perl@ like devel/p5-ReadLine-Perl had. Sponsored by: Absolight
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-24/+24
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update to 2.015Philippe Audeoud2016-02-092-3/+3
|
* Update to 2.014Mathieu Arnold2015-10-272-3/+3
| | | | Sponsored by: Absolight
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-4/+5
| | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542
* - Update to 2.008Sunpoet Po-Chuan Hsieh2015-05-252-6/+10
| | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/PDL/Changes
* Try to have portscout ignore x.y.z versions.Mathieu Arnold2015-04-281-1/+1
| | | | Sponsored by: Absolight
* math category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-5/+6
| | | | | | Note that math/PDL did not pass stage-QA before, so it was fixed. approved by: PTHREAD blanket
* - Remove SF from MASTER_SITESSunpoet Po-Chuan Hsieh2015-03-071-4/+7
| | | | | - Add PORTSCOUT - Tab twiddle
* - Remove unnecessary DISTFILESSunpoet Po-Chuan Hsieh2015-01-031-1/+0
|
* - Add LICENSESunpoet Po-Chuan Hsieh2015-01-011-5/+5
| | | | | - Sort *_DEPENDS - Remove test: which is already in perl5.mk
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine)
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-11/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Update to 2.007.Mathieu Arnold2014-09-042-10/+7
| | | | Sponsored by: Absolight
* - StageMathieu Arnold2014-08-291-68/+36
| | | | | | | | | | | - Use options helpers - take back in perl@ Also, don't add OPENGL to the default options when PACKAGE_BUILDING because graphics/p5-OpenGL needs a *real* display to build, and that doesn't happen in poudriere. Sponsored by: Absolight
* math/gsl:Tijl Coosemans2014-08-171-1/+1
| | | | | | | - Add USES=libtool and bump dependent ports - Add USES=pathfix and INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstage port)
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-231-1/+1
| | | | With hat: portmgr
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-131-6/+6
| | | | With hat: portmgr
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-1/+1
| | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | math)
* - Use USES=gmakeSunpoet Po-Chuan Hsieh2013-09-141-2/+1
|
* - update libdg to 2.1.0Dirk Meyer2013-08-091-0/+1
|
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* - Update to 2.4.11Sunpoet Po-Chuan Hsieh2012-06-034-48/+16
| | | | | | | | | - While I'm here: - Use REINPLACE_CMD instead of patch files - Pet portlint: remove ABI version number from LIB_DEPENDS PR: ports/168550 Submitted by: Zhihao Yuan <lichray@gmail.com>
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
|
* Convert to new options frameworkBaptiste Daroussin2012-05-311-22/+25
|
* - Re-enable OPTIONS GLSunpoet Po-Chuan Hsieh2011-12-051-7/+7
| | | | | | - Bump PORTREVISION for dependency change Feature safe: yes
* - Update to 2.4.9Sunpoet Po-Chuan Hsieh2011-12-022-16/+15
| | | | | | | | | | - Sort *_DEPENDS - Comment OPTIONS GL: it should be uncommented after p5-OpenGL >= 0.60 Changes: http://sourceforge.net/projects/pdl/files/PDL/2.4.9/README.txt/view PR: ports/161151 (part of) Submitted by: Zhihao Yuan <lichray@gmail.com> Feature safe: yes
* - Chase plplot shlib bumpMartin Wilke2011-11-201-2/+2
| | | | | Approved by: portmgr (myself) Feature safe: yes
* - Update BUILD_DEPENDSSunpoet Po-Chuan Hsieh2011-11-071-1/+1
|
* - Remove trailing spaceSunpoet Po-Chuan Hsieh2011-10-131-5/+5
|
* - Fix BUILD_DEPENDSSunpoet Po-Chuan Hsieh2011-10-121-1/+1
| | | | Reported by: pointyhat
* - Add CPAN as primary WWWSunpoet Po-Chuan Hsieh2011-10-101-0/+1
|
* - Update *_DEPENDS:Sunpoet Po-Chuan Hsieh2011-10-101-10/+14
| | | | | | | | | - Filter::Util::Call is already in core - Add missing Convert::UU - Add OpenGL>=0.60 as comment, we have only 0.54 in ports tree and the newer version cant be built in tinderbox without patch - Fix test: - Bump PORTREVISION for dependency change
* - Change BUILD_DEPENDS from graphics/pgperl to graphics/p5-PGPLOTSunpoet Po-Chuan Hsieh2011-09-281-1/+1
|
* - Update to 2.4.7 [1]TAKATSU Tomonari2011-05-065-54/+89
| | | | | | | - Make portlint happier PR: ports/155707 [1] Submitted by: Zhihao Yuan <lichray_AT_gmail_DOT_com> [1]
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
|
* - Chase math/plplot shlib bumpMartin Wilke2011-03-041-2/+2
|
* - Bump PORTREVISION to chase the update of math/gslWen Heping2010-03-291-2/+2
|
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
|
* - Fix startup warning by running Doc/scantree.pl post-installPhilip M. Gollucci2010-01-141-1/+2
| | | | | PR: ports/131225 Submitted by: douglas steinwand <dzs-pr@dzs.fx.org>
* Chase PLplot upgrade.Thierry Thomas2009-12-291-2/+2
|
* Chase math/gsl update,Max Brazhnikov2009-12-011-2/+2
| | | | bump PORTREVISION
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-201-0/+1
| | | | Reported by: pointyhat