Commit graph

193029 commits

Author SHA1 Message Date
wiz
eaf388a024 Add fairware-license for moneyguru. 2012-10-27 19:43:23 +00:00
wiz
4b804f8348 Import moneyguru-2.6.1 as finance/moneyguru.
moneyGuru is a personal finance management application. With it,
you can evaluate your financial situation so you can make informed
(and thus better) decisions. Most finance applications have the
same goal, but moneyGuru's difference is in the way it achieves
it. Rather than having reports which you have to configure (or find
out which pre-configured report is the right one), your important
financial data (net worth, profit) is constantly up-to-date and
"in your face". This allows you to constantly make informed decision
rather than doing so periodically.
2012-10-27 19:43:18 +00:00
wiz
260cada8e9 + Updated x11/modular-xorg-server to 1.6.5nb13 [wiz 2012-10-27] 2012-10-27 17:51:46 +00:00
wiz
abfb883803 Do not set vendor, since some code checks for vendor-specific workarounds
and we do not want to have to add cases for pkgsrc.
Bump PKGREVISION.
2012-10-27 17:43:28 +00:00
wiz
f531cf3fcd Add comments to patches. 2012-10-27 17:39:12 +00:00
ryoon
1cee573a39 Updated devel/xulrunner to 16.0.2
Updated www/firefox to 16.0.2
2012-10-27 16:39:09 +00:00
ryoon
fc10e23842 Update to 16.0.2
www/firefox is also updated to 16.0.2.

Changelog:
FIXED
16.0.2: Security fixes can be found here

Fixed in Firefox 16.0.2
MFSA 2012-90 Fixes for Location object issues
2012-10-27 16:38:00 +00:00
asau
d520e0f603 Let users install packages from OctaveForge:
provide path to GNU make which is assumed there.
2012-10-27 13:01:35 +00:00
wen
a8e4ffec95 Updated net/p5-Test-TCP to 1.18 2012-10-27 12:35:10 +00:00
wen
606cd14c43 Update to 1.18
Upstream changes:
1.18

    - Added more documentation about empty_port()

1.17

    commit 0f4510d83ae2f2ce112288c64289fa36d32865b3
    Author: Christian Walde <walde.christian@googlemail.com>
    Date:   Sat Jul 28 07:04:40 2012 +0200

        fix port checking on Win32 by performing it in another process

        On Win32 fork is emulating by creating another thread in the same process.
        This leads to a possible bug/race condition when a server tries to open a
        port and listen on it, while in the same process a client tries to connect
        to the same port. This manifests by the accept call of the server failing
        with an error of "Bad file descriptor".

        This is easily fixed by having another process perform the port checking,
        since that will not interfere with the internals.
2012-10-27 12:33:44 +00:00
wen
249d022998 Updated devel/p5-App-perlbrew to 0.54 2012-10-27 12:28:55 +00:00
wen
c07d103800 Update to 0.54
Upstream changes:
0.54: # 2012-10-24T21:21:25+0200
- Now requires perl 5.8.8
- Fix an issue with list-module command listing extra modules See GH #245
- Tweak default Configure options for pre-5.6 versions
- Fix an issue with warning messagse in 'upgrade-perl' command.

0.53: # 2012-10-14T17:41:17+0200
- New command: `info`.
- requires CPAN::Perl::Releases 0.76 for 5.14.3 info.
- Skip "." in @INC to deal with a `list-module` issue. GH #245.
- Environment variable cleanups and minor bashrc rewrite.

0.52: # 2012-10-04T21:30:40+0200
- userelocatableinc is no longer default. Meanwhile PERLBREW_CONFIGURE_FLAGS can still be used.
- Fix GH #197 again. Also make sure perlbrew-unrelated PERL5LIB values are preserved.
- Fix an issue that MANPATH contains unwanted values even after switch/use/off.

0.51: # 2012-09-29T09:17:14+0200
- Fix a start-up warning message from bashrc when perlbrew is not active
- Fix a breakage on CentOS due to the use of `manpath` command.

0.50: # 2012-09-01T11:25:41+0200
- properly remove perlbrew-related PERL5LIB entries. GH #197
- minor documentation tweak.

0.49: # 2012-08-25T22:32:22+0200
- Fix the build for perl-5.12 and 5.14 -- userelocatableinc are not working properly. https://github.com/gugod/App-perlbrew/issues/232

0.48: # 2012-08-24T07:07:52+0200
- The build log output "build.log" is now named after the installation name for eaiser reference.
- Fix the invokation configure command to actually contains -Duserelocatableinc
- Experimental: bash/zsh users may put this to shell init instead: eval "$(~/perl5/perlbrew/bin/perlbrew init -)"
- A few output message updates

0.47: # 2012-08-23T07:59:53+0200
- New command: download.
- New env var: PERLBREW_CONFIGURE_FLAGS
- userelocatableinc is enabled by default when the installing perl version is greater than or equals to 5.8.9. It should make some use cases eaiser. In particular, you can move PERLBREW_ROOT directory to another place.
- fix https://github.com/gugod/App-perlbrew/issues/216 for bash users and zsh users

0.46:
- fix: The deprecation warning when running `self-upgrde`
- fix: system MANPATH detection
- improvement: Specifying multiple perl: `exec --with perl-5.14.2,perl-5.16.0`

0.45:
- New command: install-ack . This install the standalone version of ack under $PERLBREW_ROOT/bin
- New command: list-modules
- `exec` command now also iterates thourgh all the libs
- Documented the `--with` argument of exec command. See `perlbrew help exec`

0.44:
- Notice: "self-install" command now alters the shebang to use system perl
- Notice: "install-patchperl" command now alters the shebang to use system perl.
- some documentation tweaks
- fix: `perlbrew use` to/from a lib has not been working properly.

0.43:
- cpantester-error fixes
- csh support. Big thanks to matzsoft.
- support 'fetch' command on FreeBSD.
- Fix a bug that perlbrew failed to resolve version number when dist path contain "perl5"

0.42:
- Improvement: die when running perlbrew (use|switch) with unknown installation name.
- clean 'build.log' on install. ref: RT #69168.
2012-10-27 12:27:44 +00:00
wen
fdb893a824 Updated devel/p5-Capture-Tiny to 0.20 2012-10-27 12:21:17 +00:00
wen
363b76b2f4 Update to 0.20
Upstream changes:
0.20      2012-09-19 13:20:57 America/New_York

  Fixed:

  - Nested merged captures that include an external program call no longer
    leak STDERR to the outer scope [rt.cpan.org #79376]
2012-10-27 12:20:13 +00:00
wen
0441dc43aa Updated devel/p5-Devel-PatchPerl to 0.76 2012-10-27 12:13:32 +00:00
wen
014311276f Update to 0.76
Upstream changes:
==============================
2012-08-28 00:29:08 +0100 0.76
==============================

  commit 9f71defdd149f82f3a243dfd025802dcf0e34c2a
  Author: Ruslan Zakirov <ruz@bestpractical.com>
  Date:   Tue Aug 28 00:29:08 2012 +0100

    [rt.cpan.org #79223] bad patch for 5.8.9 in 0.74

    Patch for perlio.c is for patch -p1 while module runs -p0.

    Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>

==============================
2012-07-24 19:32:11 +0100 0.74
==============================

  commit b2b8a945b03d573501700db99ae6f2b32c2cabfc
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Tue Jul 24 19:32:11 2012 +0100

    Add v5.8.9 patch

    [perl #63886] 5.8.9 binary incompatibility with PL_perlio_mutex

    Applied as:

    commit 03fe696d61d94bd59d878a9f81b0af85465d7e1e Author: From: Edward
    Moy <emoy@apple.com> Date: Sun Jul 8 23:01:23 2012 -0700

==============================
2012-06-05 00:44:17 +0100 0.72
==============================

  commit fcfe67838eea00f8108f80ce0cecacd014df6407
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Tue Jun 5 00:44:17 2012 +0100

    Clarify in the POD, we only facilitate building not testing

==============================
2012-05-15 08:37:48 +0100 0.70
==============================

  commit 1e16483dc23a38624187dd4b1c65a6dff2914fad
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Tue May 15 08:37:48 2012 +0100

    Updated Linux hints which includes gcc search libraries localisation
    fix

==============================
2012-04-03 10:06:44 +0100 0.68
==============================

  commit e261b60280ae83ce7a643f5ebf1e33628e3e5660
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Tue Apr 3 10:06:44 2012 +0100

    Updated hints files, includes support for NetBSD 6.*

==============================
2012-02-08 13:01:27 +0000 0.66
==============================

  commit 61579d54b0273fbfcb1ac39175ff641434a87103
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Wed Feb 8 13:01:27 2012 +0000

    Added cygwin hints file

==============================
2012-02-04 14:40:40 +0000 0.64
==============================

  commit 31651f154271f81ce4b239366fa383e65c5b9355
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Sat Feb 4 14:37:53 2012 +0000

    Added a plugin system
2012-10-27 12:11:39 +00:00
wen
3ebe83c221 Updated devel/p5-CPAN-Perl-Releases to 0.80 2012-10-27 12:02:27 +00:00
wen
b68d4e1799 Update to 0.80
Upstream changes:
==============================
2012-10-27 07:17:18 +0100 0.80
==============================

  commit 63beb4c2041c76ce6e0b67e98358e6474cd1ed78
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Sat Oct 27 07:17:18 2012 +0100

    updated for v5.16.2-RC1

==============================
2012-10-20 17:36:50 +0100 0.78
==============================

  commit 7a72937fd58f487ab8e6dd0b94881f09d1a85f44
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Sat Oct 20 17:36:50 2012 +0100

    Updated for v5.17.5

==============================
2012-10-12 21:35:16 +0100 0.76
==============================

  commit 87e6e5da364b4f1c58f2ddfb54ffb90120231724
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Fri Oct 12 21:35:16 2012 +0100

    Updated for v5.14.3

==============================
2012-10-10 20:54:14 +0100 0.74
==============================

  commit dc632e0d015e272819aa993f374ff44e26f7c1dd
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Wed Oct 10 20:54:14 2012 +0100

    Updated for v5.14.3-RC2

==============================
2012-09-26 23:25:05 +0100 0.72
==============================

  commit 7d0b5370dce7820018df0a41aa347316b214576f
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Wed Sep 26 23:25:05 2012 +0100

    Updated for v5.14.3-RC1

==============================
2012-09-19 21:20:18 +0100 0.70
==============================

  commit e1042672476229a594943a5cc6528e2fa42a5fc8
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Wed Sep 19 21:20:18 2012 +0100

    Updated for v5.17.4
2012-10-27 12:01:08 +00:00
wen
58d299a1ce Updated math/units to 2.01 2012-10-27 11:53:14 +00:00
wen
1b835b4071 Update to 2.01
Upstream changes:
Version 2.01 - 24 October 2012 (bug fix release)

* Fixed error in electronmass
* New definition for au
* Fixed DESTDIR support for installation
* Changed configure script for success with Solaris
* Small changes to manual
2012-10-27 11:50:42 +00:00
asau
9a51d5c8c0 Updated devel/hdf5-c++ to 1.8.9 2012-10-27 08:55:27 +00:00
asau
48ca796223 Updated devel/hdf5 to 1.8.9 2012-10-27 08:55:11 +00:00
asau
c49b08330a Update to HDF5 1.8.9
This doesn't pass self-tests, but it isn't regression,
previous package didn't pass them as well.
(While here, make both packages share the same distinfo.)


Changes in HDF5 1.8.9

HDF5 1.8.9 is a minor release, but contains several important
new features and bug fixes. Changes in this release include the
following:

  * Committed datatypes can now be merged when copying objects,
    using the new flag H5O_COPY_MERGE_COMMITTED_DTYPE_FLAG.
    Several new API routines have been included in support of
    this feature.

  * A file in memory can now be accessed in the same way as a
    file on disk. New APIs were added to support this feature.

  * Many changes to the tools have been made, including the following:

      + The h5repack performance has been improved dramatically
        for large chunked datasets.

      + The -S (or --summary) option was added to h5stat to
        display a summary of the file space usage for a file.

      + A wildcard can now be used with h5dump to specify multiple files.

  * H5LTpath_valid was added to determine if a path is correct
    and a link resolves to a valid object.

  * The Fortran counterpart to H5Ocopy, h5ocopy_f, was added.

This release contains many other changes and bug fixes not listed here.
Please be sure to read the Release Notes for a comprehensive
list of new features and bug fixes.



Changes in HDF5 1.8.8

HDF5 1.8.8 is a minor release, but contains a few important new
features and bug fixes. Changes in this release include the
following:

  * Changes to the Fortran interface:
      + Fortran wrappers for the Dimension Scales APIs were added.
        For the new subroutine signatures, see:

           http://www.hdfgroup.org/HDF5/doc/HL/RM_H5DS.html

      + The Fortran interface now uses the Fortran 2003 standard,
        enabling a wider set of Fortran and HDF5 datatypes to be
        supported, including:

          o Any kind of INTEGER or REAL
          o Fortran derived types
          o Fortran and HDF5 enumeration
          o HDF5 variable-length datatypes
          o HDF5 compound datatypes of any complexity

        It also contains new subroutines corresponding to those
        C APIs which have callback functions as parameters.
	For a general overview and information on how to enable
        these new Fortran features, please see the following paper:

           http://www.hdfgroup.org/HDF5/doc/fortran/NewFeatures_F2003.pdf

        HDF5 examples that use Fortran 2003 (with the suffix "F03") can be found here:

           http://www.hdfgroup.org/ftp/HDF5/examples/examples-by-api/api18-fortran.html

        The --enable-fortran2003 configure flag was added to
        enable Fortran 2003 support in the HDF5 Fortran library.
        This flag should be used along with the --enable-fortran
        flag and takes affect only when a Fortran compiler is
        Fortran 2003 compliant.

  * H5Tcreate now supports a string type (fixed-length and variable-length).

  * New APIs, H5Pget_mpio_actual_chunk_opt_mode and H5Pget_mpio_actual_io_mode,
    were added for querying whether/how a collective I/O operation completed.

  * Numerous changes were made to the tools (h5diff, h5repack, h5jam, h5dump).
2012-10-27 08:54:48 +00:00
wiz
310df51480 Updated graphics/cairo to 1.12.6nb1 2012-10-26 21:49:42 +00:00
wiz
12734fc04c Add another patch from upstream fixing martin's firefox problem,
tested by martin. Bump PKGREVISION.
2012-10-26 21:49:23 +00:00
joerg
c0bf28e935 Remove some incorrect inline markers for functions used in other files. 2012-10-26 20:41:45 +00:00
joerg
9137a1d860 inline -> static inline to make sure it gets used. 2012-10-26 20:41:00 +00:00
joerg
e6c606e9ad Fix missing includes. Add missing value in return. 2012-10-26 20:39:57 +00:00
joerg
c59ec04d09 Add missing includes. Don't conflict with sync(2). 2012-10-26 20:39:15 +00:00
joerg
0e6b4a561b Avoid redefining local symbols. Fix namespace lookup issues. 2012-10-26 20:38:24 +00:00
joerg
ad7bc90cb8 Add some missing prototypes and correctly tag functions as void if
needed.
2012-10-26 20:37:15 +00:00
joerg
5acf505323 Make sure a bunch of inline functions are static to ensure they are
either inlined or remain outlined.
2012-10-26 20:32:56 +00:00
joerg
ae3930b089 Don't conflict with log from libm. 2012-10-26 20:29:15 +00:00
joerg
c35d7880c9 Fix a bunch of missing prototypes and incorrect not as void tagged
functions.
2012-10-26 20:27:15 +00:00
joerg
616dcb1b0c Fix C++ syntax. 2012-10-26 20:25:18 +00:00
joerg
eaf5600a7b Use void for a few functions that need it. 2012-10-26 20:24:19 +00:00
joerg
7d0878c111 Avoid conflicting implicit prototype. 2012-10-26 20:23:25 +00:00
joerg
c1be91195f extern inline -> static inline 2012-10-26 20:22:12 +00:00
joerg
3fdd999007 C++ is not K&R C, so give main the return type it is supposed to have. 2012-10-26 20:21:33 +00:00
joerg
71bbcc0cd0 Fix conflicting local redefinition of an iterator. 2012-10-26 20:19:40 +00:00
joerg
969f49288c Disable two warnings for Clang to unbreak -Werror. 2012-10-26 20:16:44 +00:00
joerg
c1f7ec716b Mark a function as void that never returns a value. 2012-10-26 20:14:51 +00:00
joerg
0169d20c2a Always return a value from non-void functions. 2012-10-26 20:13:41 +00:00
marino
25e60f9a7d sysutils/virt-manager: USE_TOOLS+= msgfmt 2012-10-26 19:04:25 +00:00
marino
e430ac3327 net/libsoup24: USE_TOOLS+= msgfmt 2012-10-26 19:03:05 +00:00
shattered
fe33512008 Pass correct path to smbd. 2012-10-26 16:08:18 +00:00
jperkin
7037afbf0a Define ACCESSPERMS for systems which do not have it.
Fixes package on Solaris.
2012-10-26 15:51:13 +00:00
elric
51666fce9c Updated security/knc to 1.7 2012-10-26 13:54:18 +00:00
prlw1
e09871265b Updated math/gcalctool-gtk3 to 6.6.1 2012-10-26 11:37:08 +00:00
prlw1
98c4928504 Update gcalctool-gtk3 to 6.6.1
* Fix error reporting not working for certain types of error
    * Add shadow around display
    * Remove reference to removed source file
    * Replace lex/bison parser with hand-written parser
    * Use g_warning not g_error when unable to parse currency file
    * Set window icon correctly
    * Port to GtkApplication
    * Replace menubar with a GMenu
    * Only show thousands separators in decimal mode
    * Translation updates
(unimpressed by https://bugzilla.gnome.org/show_bug.cgi?id=670098)
2012-10-26 11:36:34 +00:00