aboutsummaryrefslogtreecommitdiffstats
path: root/math/R-cran-gpclib
Commit message (Collapse)AuthorAgeFilesLines
* - update to 2.13.0bf2011-05-071-1/+1
| | | | | | | | | | | | | | | | | | | | - switch to the bundled Rblas and Rlapack by default (this can be changed by setting BLAS and LAPACK) which favors correctness in some corner cases over a slight performance penalty; this will be revisited after the blas and lapack updates - replace the STATIC_LIBR option with a LIBR option (on by default): if on, libR.a and libR.so are installed, and R is linked to libR.so. Otherwise, R is static, and no libRs are installed. - remove the superfluous copy of libR.so in ${LOCALBASE}/lib [1] - enable the cairo and pango elements in the X11() graphics device by default, controlled by new PANGOCAIRO option - add a few small patches to dependent ports, bumping PORTREVISION where necessary PR: 153309 [1] Approved by: thierry (rkward*), wen (rpy*, R-cran-*)
* Use DISTVERSION for CRAN ports with hyphenated versionsbf2011-04-301-2/+2
| | | | Approved by: wen
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Update R to 2.12.2, a bugfix releasebf2011-03-011-1/+1
| | | | | | | - Bump PORTREVISION of dependent ports, where necessary Approved by: makc, miwi (mentors, implicit)
* - Update R to 2.12.1bf2011-01-301-0/+1
| | | | | | | | | - Bump PORTREVISION of dependent ports Approved by: makc, miwi (mentors, implicit) pav (portmgr) Feature safe: yes
* - Add CRAN_Include_MAINTAINER tag to Mk/bsd.cran.mktota2010-09-261-2/+1
| | | | | | | - Rename R_MOD to USE_R_MOD to be suitable for bsd.port.mk - Remove math/R-cran-sm/files/bsd.cran.mk to complete the moving Approved by: wen (via e-mail)
* - Use R_MOD_AUTOPLIST instead of pkg-plisttota2010-08-152-30/+1
| | | | Approved by: wen
* - Update to 1.5.1wen2010-04-242-7/+6
| | | | - Update my mail address to FreeBSD
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Fix build after math/R updatemiwi2009-12-252-22/+6
| | | | Submitted by: wen@, "b. f." <bf1783@googlemail.com>
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-0/+1
| | | | | | bumped or updated Requested by: edwin
* R-cran-gpclib is a general polygon clipping routines formiwi2009-03-284-0/+73
R based on Alan Murta's C library. WWW: http://www.cs.man.ac.uk/~toby/alan/software/ PR: ports/133114 Submitted by: Wen Heping <wenheping at gmail.com>