Commit graph

205294 commits

Author SHA1 Message Date
jperkin
570f44800e Attempt to fix readline fallout. Tested with both READLINE_TYPE on SmartOS. 2013-08-15 11:15:11 +00:00
marino
cfccdf600a Remove pkgtools/tinderbox-dragonfly
This package is no longer in use, and is far behind upstream now.
It is heavily customized so maintenance is far from trivial.  There were
no objections to the announcement of my intentions to remove this package
which I made on package-users@ a month ago.

I feel it is better to retire this package than allow it to bitrot further.
2013-08-15 11:12:05 +00:00
marino
9b45e46dc5 lang/gcc-aux: Remove old hashes from distinfo
These patches were removed on the last commit, but I forgot to clean
up the manually created distinfo file afterwards.
2013-08-15 10:58:42 +00:00
wiz
90f7fe914d Updated x11/pixman to 0.30.2 2013-08-15 10:47:05 +00:00
wiz
b8e885f902 Update to 0.30.2:
Alexander Troosh (1):
              Require GTK+ version >= 2.16

        Andrea Canciani (1):
              test: Fix build on MSVC

        Markos Chandras (1):
              Use AC_LINK_IFELSE to check if the Loongson MMI code can link

        Matthieu Herrb (1):
              configure.ac: Don't use '+=' since it's not POSIX

        Siarhei Siamashka (1):
              test: fix matrix-test on big endian systems

        Søren Sandmann Pedersen (2):
              Version bump to 0.30.1
              Pre-release version bump to 0.30.2

        ingmar@irsoft.de (1):
              Fix broken build when HAVE_CONFIG_H is undefined, e.g. on Win32.
2013-08-15 10:46:56 +00:00
wiz
7c5d15fed9 Updated devel/py-virtualenv to 1.10.1 2013-08-15 10:44:19 +00:00
wiz
ed06e62b68 Update to 1.10.1:
1.10.1 (2013-08-07)
~~~~~~~~~~~~~~~~~~~

* **New Signing Key** Release 1.10.1 is using a different key than normal with
  fingerprint: 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA
* Upgraded pip to v1.4.1
* Upgraded setuptools to v0.9.8
2013-08-15 10:44:10 +00:00
adam
506a932f8e Updated mail/dovecot2 to 2.2.5; Added devel/SDL2 version 2.0.0 2013-08-15 10:28:52 +00:00
adam
9e67de7800 Added devel/SDL2 version 2.0.0 2013-08-15 10:27:09 +00:00
gsutre
4bce78dcf8 Fix installation of docs and adjust PLIST accordingly. 2013-08-15 10:26:32 +00:00
adam
3b30b57f85 Simple DirectMedia Layer is a cross-platform development library designed to
provide low level access to audio, keyboard, mouse, joystick, and graphics
hardware via OpenGL and Direct3D. It is used by video playback software,
emulators, and popular games including Valve's award winning catalog and many
Humble Bundle games.

SDL officially supports Windows, Mac OS X, Linux, iOS, and Android. Support for
other platforms may be found in the source code.

SDL is written in C, works natively with C++, and there are bindings available
for several other languages, including C# and Python.

SDL 2.0 is distributed under the zlib license. This license allows you to use
SDL freely in any software.
2013-08-15 10:26:16 +00:00
adam
59004b251a Apply patch from Onno van der Linden to try fixing PR 48116. 2013-08-15 10:21:30 +00:00
richard
2fbfc9fce4 fix libcanberra build for solaris 2013-08-15 09:45:58 +00:00
adam
1376a38847 Changes 2.2.5:
+ SSL: Added support for ECDH/ECDHE cipher suites
+ Added some missing man pages
+ quota-status: Added quota_status_toolarge setting
- director: Users near expiration could have been redirected to
  different servers at the same time.
- pop3: Avoid assert-crash if client disconnects during LIST.
- mdbox: Corrupted index header still wasn't automatically fixed.
- dsync: Various fixes to work better with imapc and pop3c storages.
- ldap: sasl_bind=yes caused crashes, because Dovecot's lib-sasl
  symbols conflicted with Cyrus SASL library.
- imap: Various error handling fixes to CATENATE. (Found using
  Apple's stress test script.)
2013-08-15 09:42:41 +00:00
wen
0680849219 Updated math/R-e1071 to 1.6.1 2013-08-15 09:35:26 +00:00
wen
8f648f4c57 Update to 1.6.1
Upstream changes:
Changes in version 1.6-1

write.matrix.csr() now accepts a fac argument similar to read.matrix.csr(), writing factor levels instead of the numeric codes.

naiveBayes() uses a numerically more stable formula for calculating the a-posterior probabilities.

predict.naiveBayes() now accepts data with predictors in an order different from the training data, and also ignores variables not in the model (especially the response variable).

svm() checks whether parameters which are passed to the C-code are set to NULL to avoid segfaults.
2013-08-15 09:34:23 +00:00
wen
c72eb6f384 Added math/R-plyr version 1.8 2013-08-15 09:26:22 +00:00
wen
09a8304297 Add R-plyr 2013-08-15 09:24:45 +00:00
wen
a323eb3f4f Imported R-plyr as math/R-plyr.
plyr is a set of tools that solves a common set of problems: you
need to break a big problem down into manageable pieces, operate
on each pieces and then put all the pieces back together. For example,
you might want to fit a model to each spatial location or time point
in your study, summarise data by panels or collapse high-dimensional
arrays to simpler summary statistics. The development of plyr has
been generously supported by BD (Becton Dickinson).
2013-08-15 09:22:21 +00:00
wiz
76776b5a82 Updated sysutils/cdrtools to 3.01alpha17 2013-08-15 09:12:50 +00:00
wiz
d5411d9612 Update to 3.01a17:
All:

-	The Schily Makefilesystem no longer uses CC= for internal tasks.
	People who now set $CC to a different value will fail in a similar
	way as they would fail with other build systems.

-	Added automatic support for ARMv5 and ARMv6. This makes compilation
	on the RaspberryPI also possible with the non-automake aware gmake.

-	Allow "static" compilation (a compilation that does not use the
	dynamic defines from the Schily Makefilesystem) on Linux ARMv6 (which
	is used by RaspberryPI).

-	Allow a "static" compilation (a compilation without using dynamic -I
	Paths) on Linux on ARMv5 and ARMv6 by adding static #includes for
	Linux ARM in:

		include/schily//align.h
		include/schily//archdefs.h
		include/schily//avoffset.h
		include/schily//xconfig.h

	This is needed if you like to install the schily include files
	to /usr/include/schily and allow users to "manually" compile
	programs that use e.g libparanoia.

	To allow this, the autoconf results need to be installed as:

	<schily/armv5l-linux-gcc/*.h>
	and
	<schily/armv6l-linux-gcc/*.h>


-	Many sources have been modified to deal __CYGWIN32__ like __CYGWIN__
	This is neded as newer Cygwin versions that run in 64 Bit mode
	do no longer define __CYGWIN32__ but __CYGWIN__


Libmdigest:

-	Sources have been modified to deal __CYGWIN32__ like __CYGWIN__
	This is neded as newer Cygwin versions that run in 64 Bit mode
	do no longer define __CYGWIN32__ but __CYGWIN__

Libscg:

-	Sources have been modified to deal __CYGWIN32__ like __CYGWIN__
	This is neded as newer Cygwin versions that run in 64 Bit mode
	do no longer define __CYGWIN32__ but __CYGWIN__

Cdrecord:

-	Sources have been modified to deal __CYGWIN32__ like __CYGWIN__
	This is neded as newer Cygwin versions that run in 64 Bit mode
	do no longer define __CYGWIN32__ but __CYGWIN__


Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt heiko@hexco.de):

-	Sources have been modified to deal __CYGWIN32__ like __CYGWIN__
	This is neded as newer Cygwin versions that run in 64 Bit mode
	do no longer define __CYGWIN32__ but __CYGWIN__
2013-08-15 09:12:40 +00:00
wen
e7a44c11a1 Updated security/p5-Crypt-Blowfish to 2.14 2013-08-15 09:08:04 +00:00
wen
8419474f3c Update to 2.14
Upstream changes:
2.14 23 Jul 2013
	- quick mod to keep META.yml current

2.13 23 Jul 2013
	- updated SvUPGRADE to a statement
	- patched for WIN64
2013-08-15 09:06:18 +00:00
wiz
aa843efb15 + cdrtools-3.01a17, digikam-3.3.0, libkface-3.3.0, libkgeomap-3.3.0,
libkvkontakte-3.3.0, libmediawiki-3.3.0, mng-2.0.2, mono-3.2.1,
  perl5-5.18.1, py-jinja2-2.7.1, py-virtualenv-1.10.1, x264-devel-20130810.
2013-08-15 08:54:36 +00:00
wen
7b656524aa Updated time/p5-MooseX-Types-DateTime to 0.08 2013-08-15 08:54:25 +00:00
wen
d607e55e7a Update to 0.08
Upstream changes:
0.08    2012-12-11 12:18:56 Europe/London

        - Require perl 5.8.3, as Moose does

0.07    2011-12-12 12:58:19 Europe/London

        - Provide optimize_as for pre-2.0100 Moose versions
        - Bump MooseX::Types version requirement (RT#73188)
        - Add missing dependencies
        - Enforce version dependencies at runtime (RT#73189)

0.06
        - Use inline_as instead of the deprecated optimize_as
2013-08-15 08:51:48 +00:00
obache
ea4a770a24 LICENSE=gnu-gpl-v3 2013-08-15 08:36:55 +00:00
obache
0d28e0d5a2 Updated chat/pidgin-libnotify to 0.14nb30 2013-08-15 08:35:31 +00:00
obache
a4778c461a Switch to use libnotify07.
Bump PKGREVISION.
2013-08-15 08:35:13 +00:00
wen
2adec301c3 Updated devel/p5-Test-Aggregate to 0.368 2013-08-15 08:21:54 +00:00
wen
e5da28f5a6 Update to 0.368
Upstream changes:
0.368  2013-08-14
        - Fix tests on windows

0.367  2013-08-13
        - Improve Test::Aggregate::Nested error handling:
          Don't treat undef as a failure;
          Show a warning and let Test::More::subtest() determine the result.
          This solves the false negative reported in
          https://rt.cpan.org/Public/Bug/Display.html?id=87240
          Thanks to the venerable Andreas J. K枚nig for reporting!
        - Add more tests.
        - Actually include previously added tests to the dist
          (Where are you Dist::Zilla?)

0.366  2013-07-11
        - Update metadata; Re-release to reindex with additional permissions

0.365  2013-07-10
        - Avoid printing unnecessary "ok - "'s diag()s when they are passing,
          and when the 'verbose' option is set to 0.
            - The problem was that the $verbose option was hard-coded as
              '2' deep inside the module.
        - Catch errors in tests under Test::Aggregate::Nested; report as ok(0)
        - Pod fixes
        - Update repository metadata
2013-08-15 08:20:37 +00:00
jperkin
1c740396ea Updated x11/xorg-cf-files to 1.0.5nb1 2013-08-15 08:15:17 +00:00
jperkin
06d880040d Use pkgsrc INSTALL in more places, not all SunOS 5.11 systems
have /usr/gnu tools.

Bump PKGREVISION.
2013-08-15 08:15:04 +00:00
obache
dfe8384d89 Updated audio/rhythmbox to 0.12.8nb29 2013-08-15 08:05:35 +00:00
wen
1c0234cc3c Updated converters/p5-MARC-Charset to 1.35 2013-08-15 08:04:49 +00:00
obache
cf1e754224 Switch to use libnotify07.
Bump PKGREVISION.
2013-08-15 08:04:29 +00:00
wen
314a54e5e8 Update to 1.35
Upstream changes:
1.35 Tue Aug 13 19:50:55 PDT 2013
    - improve conversion of certain composed characters to MARC8

      Some characters should not be fully decomposed
      before converting them to MARC8.  This patch adds
      a table of such characters, based on Annex A of
      http://www.loc.gov/marc/marbi/2006/2006-04.html
      and on some sample records provided by Jason
      Stephenson of MVLC.

    - recognize G0 and G1 characters properly

      When converting from MARC8 to UTF8, MARC::Charset now
      properly recognizes if a (single-byte) MARC8 character falls
      in G0 or G1.

      This is part of the fix for RT#63271 (converting characters
      in the Extended Cyrillic character set), but should also
      fix similar issues with converting characters in the extended
      Arabic set.

      This commit also means that all MARC8 character sets that support
      both G0 and G1 wll be properly converted, regardless of whether
      they're currently set as the G0 or G1 character set.  For example,
      it is now possible to convert Extended Latin as G0 or Basic Latin
      as G1.

      This fixes RT#63271

    - have MARC::Charset::Code->marc_value() handle G0/G1 conversion

      Since there's at present no need to do things like have
      ANSEL be the G0 character set when converting from UTF8 to
      MARC8, this commit centralizes the logic for deciding
      whether to return the G0 or G1 MARC8 representation of a
      character.

      Also add MARC::Charset::Code->g0_marc_value(), which returns
      the G0 representation of the character for use by the
      character DB.

    - New test cases for converting Vietnamese and Extended Cyrillic
      text.

1.34 Mon Feb 11 09:10:35 PST 2013
    - RT#83257: use AnyDBM_File rather than hardcode GDBM_File

      To improve portability, use AnyDBM_File to select a DBM
      rather than rely on GDBM_File.  GDBM_File apparently used
      to be a core module, but not all distributions included it,
      particularly OS X.  In any event, GDBM_File is no longer
      core.

      This patch also includes a tweak to allow MARC::Charset to
      work with NDBM_File and ODBM_File, neither of which
      support 'exists'.

      I've tested MARC::Charset successfully on the following
      DBMs:

      - GDBM_File
      - DB_File
      - NDBM_File
      - ODBM_File
      - SDBM_File

      This is also my preferred order; SDBM_File is selected last
      because it produces the biggest data file on disk.

    - RT#38912: fix mapping of double diacritics (ligature and double
      tilde).
      Thanks to Thomas P. Ventimiglia for the bug report and test case.
2013-08-15 08:02:23 +00:00
obache
12074ee84b no need to manage desktopdb.
ride on last bump.
2013-08-15 07:20:27 +00:00
obache
5be9b4767e Updated audio/ario to 1.5.1nb20 2013-08-15 07:16:25 +00:00
obache
1628466cdd Switch to use libnotify07.
Bump PKGREVISION.
2013-08-15 07:16:07 +00:00
richard
ebbc151c5b fix -specs for ccache 2013-08-15 06:48:50 +00:00
obache
551241a08c Revbump after updating lang/lua to 5.2.2. 2013-08-15 06:32:05 +00:00
obache
acfab93250 Updated sysutils/brasero-nautilus to 2.32.1nb22 2013-08-15 06:00:01 +00:00
obache
17f87116ff dependency on libnotify had been dropped before 2.26.x.
bump PKGREVISION.
2013-08-15 05:58:53 +00:00
obache
e323ff2939 Updated sysutils/gnome-volume-manager to 2.24.1nb28 2013-08-15 05:46:26 +00:00
obache
8416b1ed54 Update packaging
* switch to use libnotify07
* no need to maintain desktopdb.
* LICENSE=gnu-gpl-v2

Bump PKGREVISION.
2013-08-15 05:45:54 +00:00
obache
d70bbc609d Updated x11/eekboard to 1.0.5nb10 2013-08-15 05:41:51 +00:00
obache
9d71d1d198 Not using libnotify since 0.90.1.
Bump PKGREVISION.
2013-08-15 05:19:36 +00:00
wen
944c0adca1 Updated devel/p5-Scalar-List-Utils to 1.31 2013-08-15 02:45:01 +00:00
wen
efeca22af8 Update to 1.31
Upstream changes:
1.31 -- Wed Aug 14 20:38 UTC 2013

  * Bugfix pairmap to return list length in scalar context
  * Added "Odd number of elements" warnings to all pair* functions

1.30 -- Mon Aug 05 13:09 UTC 2013

  * Added pairfirst
  * Added MULTICALL implementations to pairmap/pairgrep/pairfirst
  * Fix declaration-after-code for C99-challenged compilers
  * Documentation updates to List::Util

1.29 -- Thu Aug 01 13:40 UTC 2013

  * Bugfix to pairmap/pairgrep when stack moves beneath them during operation

1.28 -- Thu Aug 01 12:19 UTC 2013
  -- BROKEN; do not use. See 1.29

  * Added pairgrep, pairmap, pairs (inspired by List::Pairwise)
  * Added pairkeys and pairvalues

1.26_001 -- Sun Dec 23 15:58

  * Fix multicall refcount bug RT#80646

1.26 -- Sun Dec 16 19:39

  * Merge patch from JDHEDDEN - Add Scalar::Util::isdual() RT#76150

1.25_01 -- Wed Nov 21 09:47

  * Fix a hash order dependency bug t/tainted.t
    (Currently this is a core only version to fix perl5 smokes)
2013-08-15 02:43:24 +00:00