aboutsummaryrefslogtreecommitdiffstats
path: root/math/R
Commit message (Collapse)AuthorAgeFilesLines
* Fix CONFIGURE_ENV after recent USE_FORTRAN changes.gerald2009-01-221-1/+1
| | | | | PR: 130847 Submitted by: bf2006a@yahoo.com (maintainer)
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.gerald2009-01-081-0/+1
|
* - Update to 2.8.1wxs2009-01-072-4/+4
| | | | | | PR: ports/129863 Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com> Approved by: bf <bf2006a@yahoo.com> (maintainer)
* - Fix pkg-plistbeech2008-12-141-196/+218
| | | | | PR: ports/129063 Approved by: maintainer timeout (2+ weeks)
* - Fix distinfobeech2008-12-131-3/+3
|
* - Update to 2.8.0beech2008-12-131-6/+6
| | | | | | PR: ports/129063 Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com> Approved by: Maintainer Timeout (2+ Weeks)
* - pass maintainership to submittermiwi2008-11-221-1/+1
| | | | | PR: 129025 Submitted by: bf <bf2006a@yahoo.com>
* - Update to 2.7.2rafan2008-11-203-5/+31
| | | | | | | | - Reset maintainership per request by maintainer PR: ports/128520 Submitted by: Pedro F. Giffuni <giffunip at tutopia.com> Approved by: Eric van Gyzen <eric at vangyzen.net> (maintainer)
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* - Update to 2.7.1gahr2008-07-293-451/+549
| | | | | | PR: 125245 Submitted by: Pedro F. Giffuni <pfgshield-freebsd@yahoo.com> Approved by: maintainer timeout (over three weeks)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-241-1/+2
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Update to 2.6.1rafan2008-02-263-8/+25
| | | | | | PR: ports/118358 Submitted by: Vittorio De Martino <vdemart1 at tin.it> Approved by: Eric van Gyzen <eric+fbports at vangyzen.net> (maintainer)
* - Update to 2.6.0rafan2007-10-273-27/+73
| | | | | | PR: ports/117142 Submitted by: Vittorio De Martino <vdemart1@tin.it> Approved by: maintainer timeout (14 days)
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-5/+0
|
* - Update to 2.5.1rafan2007-08-273-6/+8
| | | | | | PR: ports/115826 (based on) Submitted by: vittorio de martino <vdemart1 at tin.it> Approved by: Eric van Gyzen <eric+fbports at vangyzen.net> (maintainer)
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-131-4/+1
| | | | Approved by: maintainer
* - Fix build on 5.x. configure script changed the env that specifiesrafan2007-06-301-1/+1
| | | | | | | the makeinfo command. Reported by: pointyhat via pav Approved by: maintainer (implicit)
* - Update to 2.5.0rafan2007-05-303-54/+239
| | | | | | PR: ports/112713 (based on) Submitted by: Vittorio De Martino <vdemart1 at tin.it> Approved by: Eric van Gyzen (maintainer)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* A workaround to prevent hangs up during the build withmaho2007-02-141-1/+7
| | | | | | ATLAS. AFAIK, this happens only for i386. Approved by: maintainer
* - Update to 2.4.1rafan2007-01-263-5/+13
| | | | | | PR: ports/107638 (based on) Submitted by: Vittorio De Martino <vdemart1 at tin.it> Approved by: maintainer timeout (18 days)
* Fix library dependencies.maho2007-01-131-2/+2
| | | | | Submitted by: rafan Approved by: portmgr(kris) implicitly
* Migrate to gfortran42.maho2007-01-121-1/+7
| | | | Approved by: portmgr(kris)
* - Update to 2.4.0rafan2006-10-313-14/+95
| | | | | | PR: ports/104261 Submitted by: Vittorio De Martino <vdemart1 at tin.it> Approved by: Eric van Gyzen <eric+fbports at vangyzen.net> (maintainer)
* - Update to 2.3.1rafan2006-09-043-4/+17
| | | | | | PR: ports/102432 Submitted by: Vittorio De Martino <vdemart1 at tin.it> Approved by: Eric van Gyzen <eric+fbports at vangyzen.net> (maintainer)
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1
| | | | | | | - these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - Does not compile on FreeBSD 4.Xpav2006-05-221-0/+1
| | | | Reported by: krismail
* - Update to 2.3.0pav2006-04-293-48/+152
| | | | | PR: ports/96493 Submitted by: Eric van Gyzen <eric+fbports@vangyzen.net> (maintainer)
* Fix pkg-plist when some WITHOUT_* are definedvd2006-04-182-13/+20
| | | | | | PR: ports/94399 Submitted by: Rong-En Fan <rafan@infor.org> Approved by: Eric van Gyzen <eric+fbports@vangyzen.net> (maintainer)
* - Update to 2.2.1tdb2006-01-103-71/+197
| | | | | | | - Use DOCSDIR PR: 91564 Submitted by: Eric van Gyzen <eric+fbports@vangyzen.net> (maintainer)
* - Update to 2.2.0sem2005-10-125-156/+358
| | | | | PR: ports/87276 Submitted by: maintainer
* - Fix dependency on makeinfopav2005-07-111-1/+1
| | | | Submitted by: Roman Neuhauser <neuhauser@sigpipe.cz>
* - Always use external gettextpav2005-07-082-1/+12
| | | | | | - Bring in fresh makeinfo so HTML manual can be build [1] Reported by: krismail [1]
* - Update to 82883pav2005-07-045-66/+91
| | | | | PR: ports/82883 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
* Update to 2.1.0pat2005-06-134-111/+514
| | | | | PR: ports/82174 Submitted by: maintainer
* Update to 2.0.1krion2004-11-163-40/+41
| | | | | PR: ports/73975 Submitted by: maintainer
* - Update to 2.0.0pav2004-10-133-926/+858
| | | | | PR: ports/72544 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
* - Update to 1.9.1pav2004-06-263-8/+12
| | | | | PR: ports/68295 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
* - Rename math/R-letter to math/R-project.pav2004-04-201-1/+1
| | | | | | | | | | | - Remove math/R-a4 slave port. A4 format is now default. If you need letter or other paper formats, define PAPERSIZE when building the port. Note that renaming to math/R was declined by marcus (portmgr) because we're not sure if single-letter port name break something. Requested by: maintainer Repocopy by: marcus
* - Update to 1.9.0pav2004-04-203-2117/+2250
| | | | | | PR: ports/65519 Submitted by: Rong-En Fan <rafan@infor.org> This patch by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* - Unbreak: Build the four documentation formats sequentially (instead of ↵pav2004-03-061-2/+4
| | | | | | | | | simultaneously) to prevent perl 5.8 from using too much memory (> 512 MB) and being killed. PR: ports/63804 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
* BROKEN on 5.x: broken pkg-plistkris2004-02-091-1/+7
|
* - Remove gcc-3.3.1 kludge now that 3.3.3 is standard in -CURRENTpav2003-12-161-10/+1
| | | | | PR: ports/60264 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
* - Update to 1.8.1pav2003-12-053-5/+18
| | | | | PR: ports/59963 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
* - PORTVERSION: 1.7.1 -> 1.8.0ijliao2003-10-314-140/+276
| | | | | | | | - add more MASTER_SITES - register CONFLICTS with math/R-a4 PR: 58726 Submitted by: maintainer
* upgrade to 1.7.1ijliao2003-10-293-460/+307
| | | | | PR: 57801 Submitted by: maintainer
* Change maintainer to vangyzen@stat.duke.eduadamw2003-10-241-1/+1
| | | | | PR: ports/58457 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu>
* upgrade to 1.7.0ijliao2003-06-133-424/+533
| | | | | | PR: 51161 Submitted by: myself Approved by: maintainer
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENkris2003-06-051-6/+6
| | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris
* BROKEN on 5.1: does not compilekris2003-05-181-1/+7
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* upgrade to 1.6.2ijliao2003-02-175-52/+36
| | | | | PR: 48344 Submitted by: Eric van Gyzen (via maintainer)
* Update to 1.6.1arved2003-01-084-19/+7
| | | | | PR: 45575 Submitted by: Maurice Castro <maurice@planetoid.serc.rmit.edu.au> (maintainer)
* update distinfo to 1.6.0ijliao2002-11-161-1/+1
| | | | | PR: 45297 Submitted by: Paul Mather <paul@gromit.dlib.vt.edu>
* Update 1.5.1 -> 1.6.0kiri2002-11-072-2404/+6403
|
* add tcl and tk dependenciesijliao2002-08-051-0/+4
| | | | Reviewed by: maintainer
* upgrade to 1.5.1ijliao2002-08-033-198/+364
| | | | | PR: 41266 Submitted by: maintainer
* Update to 1.4.1pat2002-01-313-1607/+1921
| | | | | PR: 34466 Submitted by: maintainer
* Update to version 1.3.1kevlo2001-09-174-813/+973
| | | | | PR: 30370 Submitted by: MAINTAINER
* Upgrade to version 1.2.1kevlo2001-02-114-230/+439
| | | | | PR: 24967 Submitted by: MAINTAINER
* Whitespace changes and PLIST sorting.reg2000-10-011-3/+2
|
* Update to 1.1.0nbm2000-08-133-392/+509
| | | | | PR: ports/20531 Submitted by: Maurice Castro <maurice@planetoid.serc.rmit.edu.au> (maintainer)
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-3/+4
|
* oops, return date created to its original statemharo2000-04-021-1/+1
|
* update to 0.99.0amharo2000-04-023-1579/+2345
| | | | | PR: 16925 Submitted by: maintainer
* Remove info/dir from PLISTreg2000-01-061-1/+0
| | | | Approved by: maintainer
* Add another URL of interest (http://stat.ethz.ch/R/manual/).hoek1999-10-121-0/+1
|
* Rewrite to match pkg/COMMENT rules.hoek1999-10-121-1/+1
|
* Add WWW:hoek1999-10-121-0/+2
|
* Update to version 0.64.2cpiazza1999-08-273-1629/+2234
| | | | | PR: 13375 Submitted by: maintainer
* Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-231-4/+4
| | | | chown -> ${CHOWN}
* Unbreakjseger1999-04-212-5/+1
|
* This port requires Xlib.asami1999-02-131-1/+2
|
* Remove LOOP_VAR and replace it with tiny Makefiles using MASTERDIR toasami1998-11-201-20/+9
| | | | | | | | | | | | | | | | | | | share most files. Repository copy the default to explicitly named directories to avoid any confusion. Greatly simplify the shared Makefiles, since we are now in different subdirectories, we don't need "a4-install" stuff. While I'm here, consistently name the variables. Here are the guidelines (master port is in brackets) DOCFORMAT: [html] pdf ps KONFONT: 14dot [16dot] PAPERSIZE: a4 [letter] letterdj RESOLUTION: 118 240 [300] 360 400 600 "math/r" has been copied to "R-a4" and "R-letter", to follow the spirit of the original port. "japanese/kon" is renamed to "kon2-*", since that seems to be the basename.
* Use LOOP_VAR.asami1998-11-181-2/+3
|
* Still doesn't package here, as root and without chroot. A few hundredasami1998-08-201-1/+3
| | | | files are missing, so something is seriously wrong.
* Remove some manpages missed by the other person who did most ofhoek1998-08-191-2/+0
| | | | the math/ category.
* Update to version 0.62.2.steve1998-07-184-235/+254
| | | | | PR: 7276 Submitted by: maintainer
* Mark this port broken:asami1998-07-021-1/+3
| | | | | | | | | | | | | | | | === : tar: can't add file share/R/library/stepfun/html/stepfun.html : No such file or directory tar: can't add file share/R/library/stepfun/latex/ecdf.tex : No such file or directory tar: can't add file share/R/library/stepfun/latex/plot.stepfun.tex : No such file or directory tar: can't add file share/R/library/stepfun/latex/stepfun.tex : No such file or directory *** Error code 1 Stop. === (this is is just the tail end of it, there are at least 500 missing files in the PLIST....)
* Update to version 0.62.1.steve1998-06-293-110/+702
| | | | | PR: 7025 Submitted by: maintainer
* Change package name from "r" to "R" (after discussion with Markmph1998-05-072-4/+4
| | | | | | | | Murray and Satoshi Asami). Correct the handling of paper sizes. PR: 6520 Submitted by: Maurice Castro <maurice@atum.castro.aus.net>
* Import of R, a language for mathematical programming.mph1998-05-056-0/+1134
PR: 6503 Submitted by: Maurice Castro <maurice@planetoid.serc.rmit.edu.au>