Commit graph

185032 commits

Author SHA1 Message Date
brook
f516bbef95 Update to akima v0.5-7, add LICENSE and regularize package files. 2012-04-15 15:09:26 +00:00
brook
a909f28343 Add the ACM license. Referred to by math/R-akima. 2012-04-15 15:07:34 +00:00
brook
cab3e5219a Updated math/R-abind to 1.4.0 2012-04-15 14:56:29 +00:00
brook
5175ccc63e Update to abind v1.4-0, add LICENSE and regularize package files. 2012-04-15 14:55:50 +00:00
brook
f675c66a8b Updated math/R-R2HTML to 2.2 2012-04-15 14:51:34 +00:00
brook
aba2a8b73e Update to R2HTML v2.2, add LICENSE and regularize package files. 2012-04-15 14:51:05 +00:00
brook
249b1dde20 Updated math/R-PHYLOGR to 1.0.7 2012-04-15 14:49:02 +00:00
brook
3d9588e25b Update to PHYLOGR v1.0.7, add LICENSE and regularize package files. 2012-04-15 14:48:26 +00:00
brook
5c8c3cc7c4 Updated math/R-ISwR to 2.0.6 2012-04-15 14:46:13 +00:00
brook
8c6b8365b6 Update to ISwR v2.0-6, add LICENSE and regularize package files. 2012-04-15 14:45:35 +00:00
brook
9074b35659 Updated math/R-lmm to 0.5 2012-04-15 13:46:59 +00:00
brook
c43c0da7ea Update to lmm v0.5 and regularize the package files. 2012-04-15 13:46:13 +00:00
brook
0f76d9d15c Updated math/R-DAAG to 1.12 2012-04-15 13:33:55 +00:00
brook
c0220c0bf7 Update to DAAG v1.12 and regularize the package files. 2012-04-15 13:33:06 +00:00
brook
e61a035d47 Updated math/R-randomForest to 4.6.6 2012-04-15 13:29:35 +00:00
brook
20fdd5be59 Update to randomForest v4.6-6. Add a LICENSE. 2012-04-15 13:28:39 +00:00
brook
ce6a036acf Add a LICENSE and regularize the package files. 2012-04-15 13:16:35 +00:00
brook
c096f19eff Add a LICENSE and regularize the Makefile format. 2012-04-15 13:13:17 +00:00
brook
6c02d7a74f Update MAINTAINER and add LICENSE. 2012-04-15 13:09:40 +00:00
obache
367110ddba works with OpenBSD-5.0. 2012-04-15 13:08:07 +00:00
obache
68b6275df6 Updated pkgtools/bootstrap-mk-files to 20120415 2012-04-15 13:03:25 +00:00
obache
a1a2f48efd Update to 20120415.
Rewrite OpenBSD.bsd.man.mk, based on current NetBSD.bsd.man.mk and changed to
use mandoc.
Fixes manual pages installation with packages using USE_BSD_MAKEFILE=yes
on OpenBSD-5.0.
2012-04-15 13:03:11 +00:00
ryoon
e9da741d9a Updated www/apache24 to 2.4.1nb1 2012-04-15 12:25:07 +00:00
ryoon
eeddbb42f0 Bump PKGREVISION.
* Add some modules like apache22
* Fix lua option build
2012-04-15 12:23:49 +00:00
tron
5390b2671b Note update of the "phpmyadmin" package to version 3.4.11. 2012-04-15 11:56:53 +00:00
tron
74432060b1 Update "phpmyadmin" package to version 3.4.11. Changes since 3.4.10.1:
- bug #3486970 [import] Exception on XML import
- bug #3488777 [navi] $cfg['ShowTooltipAliasTB'] and blank names in
  navigation
- bug #3512565 [navi] Fixed missing word "Rows" in table list tooltip
  after cli
- [security] Fixed local path disclosure vulnerability, see PMASA-2012-2
2012-04-15 11:56:27 +00:00
markd
2c1217e810 todays updates 2012-04-15 06:08:12 +00:00
markd
cbc4db0822 Update KDE SC to 4.8.2
bugfixes.
2012-04-15 05:54:50 +00:00
markd
57bda68feb Update to 0.7.6
KDE4 version.
2012-04-15 04:19:20 +00:00
markd
4d7ba4cec1 Remove dependency on xine-arts -- not needed.
Still need patches to build with latest xine-lib
2012-04-15 04:10:23 +00:00
markd
4c36a7a000 Reinstate patch-source-utilbin_Makefile (aka patch-ak)
Dont install *.orig files
Fix build on 64bit systems
Fix arch name for Linux
Bump PKGREVISION
2012-04-15 04:07:21 +00:00
markd
9755a7d1cb Be explicit in not doing ibus in case cmake happens to find the package. 2012-04-15 03:51:41 +00:00
markd
f8688f7fc7 Update to 2.3.1
Add a python option (off by default).

2.3.1
(August, 2011)
New Functionality and Features
* Retina module has been contributed by Alexandre Benoit (in opencv_contrib
  module).
* Planar subdivisions construction (Delaunay triangulation and Voronoi
  tesselation) have been ported to C++. See the new delaunay2.cpp sample.
* Several new Python samples have been added.
* FLANN in OpenCV has been upgraded to v1.6. Also, added Python bindings
  for FLANN.
* We now support the latest FFMPEG (0.8.x) that features multi-threaded
  decoding. Reading videos in OpenCV has never been that fast.
* Over 100 issues have been resolved since 2.3 release.

2.3
(July, 2011)
Modifications and Improvements since 2.3rc
* A few more bugs reported in the OpenCV bug tracker have been fixed.
* Documentation has been improved a lot!

2.3rc
(June, 2011)
New Functionality, Features
* Many functions and methods now take InputArray/OutputArray instead of
  "cv::Mat" references. It retains compatibility with the existing code and
  yet brings more natural support for STL vectors and potentially other
  "foreign" data structures to OpenCV.
core:
* LAPACK is not used by OpenCV anymore.
* Arithmetic operations now support mixed-type operands and arbitrary number
  of channels.
features2d:
* Completely new patent-free BRIEF and ORB feature descriptors have been
  added.
* Very fast LSH matcher for BRIEF and ORB descriptors will be added in 2.3.1.
calib3d:
* calibration.cpp sample. With the new pattern calibration accuracy is
  usually much higher.
stitching:
* opencv_stitching is a beta version of new application that makes a panorama
  out of a set of photos taken from the same point.
python:
* Now there are 2 extension modules: cv and cv2. cv2 includes wrappers for
  OpenCV 2.x functionality. opencv/samples/python2 contain a few samples
  demonstrating cv2 in use.
* Over 250 issues have been resolved.
2012-04-15 03:49:00 +00:00
markd
4123ace1b0 Update to 2.14.2
CHANGES IN R VERSION 2.14.2:

  NEW FEATURES:

    o The internal untar() (as used by default by R CMD INSTALL) now
      knows about some pax headers which bsdtar (e.g., the default tar
      for Mac OS >= 10.6) can incorrectly include in tar files, and
      will skip them with a warning.

    o Function compactPDF() in package tools now takes the default for
      argument gs_quality from environment variable GS_QUALITY: there
      is a new value "none", the ultimate default, which prevents
      GhostScript being used in preference to qpdf just because
      environment variable R_GSCMD is set.  If R_GSCMD is unset or set
      to "", the function will try to find a suitable GhostScript
      executable.

    o For consistency with the logLik() method, nobs() for "nls" files
      now excludes observations with zero weight.  (Reported by Berwin
       Turlach.)

  UTILITIES:

    o R CMD check now reports by default on licenses not according to
      the description in 'Writing R Extensions'.

    o R CMD check has a new option --as-cran to turn on most of the
      customizations that CRAN uses for its incoming checks.

  PACKAGE INSTALLATION:

    o R CMD INSTALL will now no longer install certain file types from
      inst/doc: these are almost certainly mistakes and for some
      packages are wasting a lot of space.

  + BUG FIXES

CHANGES IN R VERSION 2.14.1:

  NEW FEATURES:

    o parallel::detectCores() is now able to find the number of
      physical cores (rather than CPUs) on Sparc Solaris.

      It can also do so on most versions of Windows; however the
      default remains detectCores(logical = TRUE) on that platform.

    o Reference classes now keep a record of which fields are locked.
      $lock() with no arguments returns the names of the locked fields.

    o HoltWinters() reports a warning rather than an error for some
      optimization failures (where the answer might be a reasonable
      one).

    o tools::dependsOnPkg() now accepts the shorthand dependencies =
      "all".

    o parallel::clusterExport() now allows specification of an
      environment from which to export.

    o The quartz() device now does tilde expansion on its file
      argument.

    o Option print in Sweave's RweaveLatex() driver now emulates
      auto-printing rather than printing (which can differ for an S4
      object by calling show() rather than print()).

    o filled.contour() now accepts infinite values: previously it might
      have generated invalid graphics files (e.g. containing NaN
      values).

  + BUG FIXES
2012-04-15 03:29:47 +00:00
minskim
7dc93e6900 Add tex-clrscode{,-doc}. 2012-04-15 03:05:02 +00:00
minskim
c5fbc4323c Import tex-clrscode-doc-1.7 as print/tex-clrscode-doc.
This is documentation for tex-clrscode.
2012-04-15 03:03:19 +00:00
minskim
66209346c4 Import tex-clrscode-1.7 as print/tex-clrscode.
This package allows you to typeset pseudocode in the style of
Introduction to Algorithms, Second edition, by Cormen,
Leiserson, Rivest, and Stein. The package was written by the
authors. You use the commands the same way the package's author
did when writing the book, and your output will look just like
the pseudocode in the text.
2012-04-15 03:03:02 +00:00
ryoon
b363ece407 Updated emulators/aranym to 0.9.13 2012-04-15 02:06:41 +00:00
ryoon
2d1c048674 Update to 0.9.13
* Add patch for configure.ac, for making potential ethernet support easier.

Changelog:
2012/03/23 - version 0.9.13 released

 A couple of important bugfixes accumulated in last few days:

   o USB NatFeat doesn't fail to claim devices in certain cases

   o MPFR FPU got fix for restarting of instructions after access error

   o JIT CPU version should work even when compiled with newer compilers

   o update your mmusetup.cnf in MiNT setup for larger FastRAM (see
     provided atari/mmusetup.cnf that is set for 512 MB FastRAM now)


2012/03/19 - version 0.9.12 released

 New features:

   o MPFR based new precise FPU emulation core. Somewhat slower than the
     normally used IEEE or UAE FPU emulation cores (about 5 times)
     but should be totally complete and precise. Enabled in Linux binary
     MMU builds (aranym-mmu). Hopefully Debian-m68k developers will enjoy it
     :-)

   o USB NatFeat fully usable: http://wiki.aranym.org/manual#usb
     With a FreeMiNT driver you can access your USB flash discs from
     the Atari side easily. First enter the SETUP GUI and plug in
     the desired USB device. The USB support is compiled in by default
     in all linux binary packages.

   o NF Clipboard implemented newly for BeOS

   o "aranym --version" will now list the built-in FPU core and also all
     NatFeats that are compiled in.

 Bugfixes:

   o memleaks in various files
   o blitter memmove fix
   o MacOSX project fixes
   o small 64bit fixes in nfcdrom
   o aliasing issue fixes (in nfosmesa that is not compiled in)
   o CPU CAS+CAS2 instructions - several very important fixes!
   o some little fixes for newer GCCs in various files
   o RPM spec file updated for Fedora, openSUSE and Mandriva. Give
     rpmbuild -tb aranym_0.9.12.orig.tar.gz a try!


2011/02/06 - version 0.9.11 released

 New features: SCC serial port emulation and USB NatFeat support.
 BeOS/Haiku port: fixes and improvements.
 MMU emulation: fix for initialization and FPU registers.
 Video: fix (refresh palette when switching from true color to bitplane
 mode) and an improvement (use current fullscreen size if fixed size is 0x0).
2012-04-15 02:05:28 +00:00
obache
ff872ddbc9 + p5-XML-SAX-ExpatXS 2012-04-15 01:51:39 +00:00
obache
9d16e9568e Added textproc/p5-XML-SAX-ExpatXS version 1.31 2012-04-15 01:50:30 +00:00
obache
56e1dd2f33 Import p5-XML-SAX-ExpatXS-1.31 as textproc/p5-XML-SAX-ExpatXS.
Based on packaged by tnozaki@.

This module is a direct XS implementation of Perl SAX parser
using Expat. XML::SAX::Expat is implemented as a layer over
XML::Parser.
2012-04-15 01:50:08 +00:00
schmonz
8c05f093d9 Updated mail/getmail to 4.26.0 2012-04-15 01:43:56 +00:00
schmonz
15896b0c75 Update to 4.26.0. From the changelog:
- switch to using BODY.PEEK in IMAP retrieval; I no longer see
  problems with this feature in my testing. If users experience
  incompatibility with any IMAP servers where 4.25.0 worked, please
  let me know.
2012-04-15 01:43:23 +00:00
obache
6fe1394e9d works here on FreeBSD-8.2. 2012-04-15 01:08:22 +00:00
schmonz
d26fcd0ec0 Merge patch-hier.c into patch-aa. Quell pkglint:
* Add comments for each patch (and move some comments from Makefile).
* Define LICENSE explicitly.
2012-04-15 00:20:49 +00:00
gls
3b8e1b16f8 Updated graphics/shotwell-gtk3 to 0.12.2 2012-04-14 21:57:07 +00:00
gls
8431d79b6b Update graphics/shotwell-gtk3 to 0.12.2
Upstream changes:
-----------------
Bug fix release.

- Fixed a display corruption bug that occurred when navigating away
from camera pages.
- Optionally display a progress bar in the Unity sidebar.
- Clarified several strings.
- The application now recovers gracefully from corrupted tag data.
- Updated help documentation.
2012-04-14 21:56:51 +00:00
ryoon
b375fb5a56 Add lua option for mod_lua.
The lua option is disabled by default.
2012-04-14 20:44:44 +00:00
adam
88bb0e6439 Removed mk/apachever.mk 2012-04-14 16:25:11 +00:00