aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Finish converting x11* from WITHOUT_NLS to PORT_OPTIONS:MNLSBaptiste Daroussin2013-05-068-48/+44
| | | | Notes: svn path=/head/; revision=317470
* - adoption of USES for gettextJason Helfman2013-05-065-45/+55
| | | | | | | Approved by: portmgr (bapt@) Notes: svn path=/head/; revision=317469
* - conversion to USES for gettextJason Helfman2013-05-061-1/+1
| | | | | | | Approved by: portmgr (bapt@) Notes: svn path=/head/; revision=317468
* Fix the build with newer gcc from ports.Koop Mast2013-05-061-1/+1
| | | | | | | | PR: ports/178358 Submitted by: Jakub Lach <jakub_lach@mailplus.pl> Notes: svn path=/head/; revision=317467
* - adoption of USES framwork for gettext and pathfixJason Helfman2013-05-061-2/+2
| | | | | | | Approved by: portmgr (bapt@) Notes: svn path=/head/; revision=317466
* - Fix dependency.Hiroki Sato2013-05-062-6/+53
| | | | | | | - Remove USE_IMAKE and USE_GCC=any. Notes: svn path=/head/; revision=317465
* lang/perl5.*Andrej Zverev2013-05-063-86/+79
| | | | | | | | | | | | | | | | - OPTIONS to OptionNG conversion - Remove ABI version number from LIB_DEPENDS - Add VENDOR prefix to list of OPTIONS lang/perl5.14 - Remove outdated CONFLICTS with perl5.(6|8) Reviewed by: bapt@ With hat: perl@ Notes: svn path=/head/; revision=317464
* - Add new port: devel/R-cran-RcppTAKATSU Tomonari2013-05-064-0/+36
| | | | | | | | | | | | | | | | | | | | | The Rcpp package provides C++ classes that greatly facilitate interfacing C or C++ code in R packages using the .Call() interface provided by R. Rcpp provides matching C++ classes for a large number of basic R data types. Hence, a package author can keep his data in normal R data structures without having to worry about translation or transfering to C++. At the same time, the data structures can be accessed as easily at the C++ level, and used in the normal manner. The mapping of data types works in both directions. It is as straightforward to pass data from R to C++, as it is it return data from C++ to R. WWW: http://cran.r-project.org/web/packages/Rcpp/ Notes: svn path=/head/; revision=317463
* This port is still not jobs safe, so add back MAKE_JOBS_UNSAFE.Koop Mast2013-05-061-0/+1
| | | | | | | | PR: ports/178362 Submitted by: mandree@ Notes: svn path=/head/; revision=317462
* - Add new port: math/R-cran-RcppArmadilloTAKATSU Tomonari2013-05-064-0/+27
| | | | | | | | | | RcppArmadillo provides an interface from R to and from Armadillo by utilising the Rcpp R/C++ interface library. WWW: http://cran.r-project.org/web/packages/RcppArmadillo/ Notes: svn path=/head/; revision=317461
* Fix LIB_DEPENDS line for boost_system, to let libftdi build again.Matthias Andree2013-05-061-1/+1
| | | | Notes: svn path=/head/; revision=317460
* - Add new port: math/R-cran-fracdiffTAKATSU Tomonari2013-05-064-0/+26
| | | | | | | | | | | Maximum likelihood estimation of the parameters of a fractionally differenced ARIMA(p,d,q) model (Haslett and Raftery, Appl.Statistics, 1989). WWW: http://cran.r-project.org/web/packages/fracdiff/ Notes: svn path=/head/; revision=317459
* -Add new port: math/R-cran-forecastTAKATSU Tomonari2013-05-064-0/+29
| | | | | | | | | | | Methods and tools for displaying and analysing univariate time series forecasts including exponential smoothing via state space models and automatic ARIMA modelling. WWW: http://cran.r-project.org/web/packages/forecast/ Notes: svn path=/head/; revision=317458
* - Add new port: math/R-cran-ChangeAnomalyDetectionTAKATSU Tomonari2013-05-064-0/+27
| | | | | | | | | | It is a R package for the detection of the point of a sharp turn of the behavior of the time series. WWW: http://cran.r-project.org/web/packages/ChangeAnomalyDetection/ Notes: svn path=/head/; revision=317457
* - Unbreak by makeing use of latest code on GithubTAKATSU Tomonari2013-05-062-12/+89
| | | | | | | - Adapt to new options framework Notes: svn path=/head/; revision=317456
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexHiroki Sato2013-05-06150-416/+218
| | | | | | | instead to make migration to TeXLive easier. Notes: svn path=/head/; revision=317455
* Update to 1.4.0.Wesley Shields2013-05-062-5/+4
| | | | | | | Switch to depending upon textproc/xerces-c3. Notes: svn path=/head/; revision=317454
* Fix the build against Clang.Alexey Dokuchaev2013-05-061-0/+3
| | | | Notes: svn path=/head/; revision=317453
* TeXLive mega commit. The following ports have been added:Hiroki Sato2013-05-0676-0/+113515
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Meta port - print/texlive-full: meta port to install all of the TeXLive components * Libraries - devel/tex-kpathsea: kpathsea library - devel/tex-web2c: WEB2C toolchain and TeX engines - print/tex-ptexenc: character code conversion library for pTeX * Base part of the TeXLive - print/texlive-base: binary programs in TeXLive - print/texlive-texmf: macro and font data in TeXLive - print/texlive-infra: tlmgr dependency (Perl modules) * TeX Formats - print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX, EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis - print/tex-aleph: Aleph/Lambda - print/tex-xetex: XeTeX - print/tex-luatex: LuaTeX - print/tex-jadetex: JadeTeX - print/tex-xmltex: XMLTeX - japanese/tex-ptex: pTeX * DVI ware - print/tex-xdvik: XDvi Mk/bsd.tex.mk is added for common part and USE_TEX knob [1]. Approved by: portmgr (old version) [1] PR: ports/171571 PR: ports/176399 [1] Notes: svn path=/head/; revision=317452
* - Upgrade to 0.22.Jun Kuriyama2013-05-062-3/+3
| | | | | | | | PR: ports/176721 Submitted by: Gasol Wu <gasol.wu@gmail.com> Notes: svn path=/head/; revision=317451
* Repo copy goffice and update to 0.10.2.Koop Mast2013-05-055-0/+514
| | | | | | | Goffice is a library of GLib/GTK document centric objects and utilities. Notes: svn path=/head/; revision=317450
* Update header.Koop Mast2013-05-052-10/+23
| | | | | | | | | | | Use USES=pathfix and add pkgconfig. Convert to OptionsNG. Add patch to fix the build with glib 2.36.x Obtained by: GNOME stage repo Notes: svn path=/head/; revision=317449
* - convert to USES=gettextJason Helfman2013-05-052-35/+34
| | | | | | | Approved by: portmgr (bapt@) Notes: svn path=/head/; revision=317448
* Fix the build when netatalk3 is already installed.Joe Marcus Clarke2013-05-051-1/+10
| | | | Notes: svn path=/head/; revision=317447
* Fix build with bmakeBaptiste Daroussin2013-05-051-7/+3
| | | | Notes: svn path=/head/; revision=317446
* Fix build with bmakeBaptiste Daroussin2013-05-051-7/+3
| | | | Notes: svn path=/head/; revision=317445
* Fix build on currentBaptiste Daroussin2013-05-051-0/+4
| | | | Notes: svn path=/head/; revision=317444
* Fix build on currentBaptiste Daroussin2013-05-051-1/+1
| | | | Notes: svn path=/head/; revision=317443
* Fix build on currentBaptiste Daroussin2013-05-051-1/+1
| | | | Notes: svn path=/head/; revision=317442
* Fix build on currentBaptiste Daroussin2013-05-051-5/+7
| | | | Notes: svn path=/head/; revision=317441
* Fix build with bmakeBaptiste Daroussin2013-05-051-0/+4
| | | | Notes: svn path=/head/; revision=317440
* Fix build with bmakeBaptiste Daroussin2013-05-051-0/+4
| | | | Notes: svn path=/head/; revision=317439
* Fix dependency on flexBaptiste Daroussin2013-05-051-1/+1
| | | | Notes: svn path=/head/; revision=317438
* Fix typoBaptiste Daroussin2013-05-051-1/+1
| | | | Notes: svn path=/head/; revision=317437
* Fix build with bmakeBaptiste Daroussin2013-05-051-0/+20
| | | | Notes: svn path=/head/; revision=317436
* Fix build on currentBaptiste Daroussin2013-05-051-1/+1
| | | | Notes: svn path=/head/; revision=317435
* Fix plistKoop Mast2013-05-051-0/+1
| | | | | | | Submitted by: QaT Notes: svn path=/head/; revision=317434
* Update to 1.14.26.Koop Mast2013-05-0514-234/+37
| | | | | | | | Remove py-libgsf and libgsf-gnome which where removed Obtained from: GNOME stage repo Notes: svn path=/head/; revision=317433
* - Update to 1.4.1, announce posting is here:Juergen Lock2013-05-054-4/+266
| | | | | | | | | | | | https://lists.gnu.org/archive/html/qemu-devel/2013-04/msg02956.html - Update to sson's latest bsd-user patches. - Add bugfix for mips64 target uncovered by --enable-debug. [1] Obtained from: qemu-devel mailinglist [1] Notes: svn path=/head/; revision=317432
* . Update to 7u21.Greg Lewis2013-05-053-25238/+44430
| | | | Notes: svn path=/head/; revision=317431
* Update finance/R-cran-fBasic to 3010.83.David Naylor2013-05-052-5/+5
| | | | | | | | | | | | | - Add math/gss as a dependency ChangeLog: * DESCRIPTION, NAMESPACE, R/builtin-ssdenGss.R, R/zzz.R, src/gss_a.f, src/gss_b.c: gss is now an import package Approved by: eadler,bdrewery (mentors, implicit) Notes: svn path=/head/; revision=317430
* Add new port math/R-cran-gss (2.0-13).David Naylor2013-05-054-0/+25
| | | | | | | | | | | There is an existing port (finance/gss) with possible distfile conflict however upstream is not actively maintained and CRAN packages have a slightly different naming scheme making a future distfiles conflict unlikely. Approved by: eadler,bdrewery (mentors, implicit) Notes: svn path=/head/; revision=317429
* Update to 1.1.Koop Mast2013-05-053-6/+16
| | | | Notes: svn path=/head/; revision=317428
* Update to 0.21.Koop Mast2013-05-054-7/+40
| | | | | | | | | | Apart from the usual mime updates this add support for GNOME3/GSettings for Autostartcondition in .desktop files. MATE and Razor are now added to the list of registered environments. Obtained from: gnome staging repo Notes: svn path=/head/; revision=317427
* Update to 4.1.2Emanuel Haupt2013-05-052-3/+3
| | | | Notes: svn path=/head/; revision=317426
* Set explicit comment for slave port emulators/i386-wine-devel.David Naylor2013-05-052-1/+2
| | | | | | | | | | | | i386-wine-devel is the normal wine-devel port built and packaged such that it can be installed (via `pkg add` or `pkg_add`) in an amd64 environment. It can only be built in an i386 environment (hence the retained ONLY_FOR_ARCH) as the Ports Collection does not support cross compiling. Approved by: eadler (mentor) Notes: svn path=/head/; revision=317425
* Update audio/soundkonverter to 2.0.2.David Naylor2013-05-053-6/+10
| | | | | | | | | | | | ChangeLog: new in 2.0.2: -Add: Italian translation -Fix: Find normalize properly Approved by: eadler,bdrewery (mentors, implicit) Notes: svn path=/head/; revision=317424
* Upgrade to 9.18.Thierry Thomas2013-05-052-3/+3
| | | | | | | | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. PR: ports/178342 Submitted by: Yamagi Burmeister <yamagi (at) yamagi.org> Notes: svn path=/head/; revision=317423
* Update to 0.21Guido Falsi2013-05-053-3/+11
| | | | Notes: svn path=/head/; revision=317422
* - Use CONFLICTS instead of BROKEN. [1]Stefan Walter2013-05-051-6/+2
| | | | | | | | | | | - While here, convert to new style Makefile header. PR: 176666 [1] Submitted by: sbruno [1] Suggested by: eadler [1] Notes: svn path=/head/; revision=317421