Commit graph

226054 commits

Author SHA1 Message Date
mef
dfb3d63059 Updated www/p5-Catalyst-View-Mason to 0.19 2015-01-01 02:44:06 +00:00
mef
4a1fa7123d Update 0.18 to 0.19
0.19    Mon, 29 Dec 2014 16:00 Central Time (USA)
        - Minor changes to the test suite so that code compiles and runs
          on modern Catalyst.  No other guarantees.
2015-01-01 02:43:57 +00:00
mef
4419076172 Updated www/p5-Catalyst-Plugin-StatusMessage to 1.002000 2015-01-01 02:37:48 +00:00
mef
df6d65e129 Update 0.003000 to 1.002000
--------------------
1.002000    2012-05-16
    Fix typos in pod

1.001000    2012-05-14
    Major revamp to work as plugin vs. component
    A big thanks to MST for working his magic
    Add new tests via Catalyst::Test
    Add more documentation
2015-01-01 02:37:39 +00:00
mef
bb3ef2346e Updated www/p5-Catalyst-Plugin-Static-Simple to 0.33 2015-01-01 02:34:49 +00:00
mef
491462045f Update 0.31 to 0.33
------------
0.33   2014-09-26 17:00 BST
       - In the case where someone is trying to merge configurations
       and some config sets use the depracated 'static' keyword, the
       configs will be properly merged.

0.32   2014-06-04 17:00 EDT
        - Sets 'autoflush' in the Catalyst Log object to false if
          available. This is a new API being added in Catalyst as of
          version 5.90065
2015-01-01 02:34:42 +00:00
mef
1ffb2b3476 Updated www/p5-Catalyst-Plugin-ConfigLoader to 0.34 2015-01-01 02:32:29 +00:00
mef
d81dca19da Update 0.33 to 0.34
------------
0.34  Wed Apr 16 2014
   - Repackage without non-standard tarball headers.
2015-01-01 02:32:20 +00:00
mef
b1e339e999 Updated www/p5-Catalyst-Plugin-Authorization-ACL to 0.16 2015-01-01 02:29:31 +00:00
mef
237bd5777f Update 0.15 to 0.16
------------
0.16 2014-05-15 03:16:39
    - fix a spelling error and copyright statement (Jonathan Yu) (RT#95566)
    - convert to git
    - convert to dzil
2015-01-01 02:29:21 +00:00
ryoon
1a1376f51a Add Tag and header message. 2015-01-01 01:40:05 +00:00
ryoon
9edb37fa0e Add gcc46-libs 2015-01-01 01:37:04 +00:00
ryoon
f17050927e Add gcc46-libs support code. 2015-01-01 01:33:05 +00:00
ryoon
6a9311c78d Added lang/gcc46-libs version 4.6.4nb4 2015-01-01 01:32:24 +00:00
ryoon
47d8291942 Import gcc46-libs-4.6.4nb4 as lang/gcc46-libs.
The GNU Compiler Collection (GCC) includes front ends for C, C++, Objective-C,
Fortran, and Go, as well as libraries for these languages (libstdc++,
libgfortran, ...).

To select gcc46-libs over gcc46, this package's PKGREVISION should start
from 4 (gcc46's 3 + 1).
2015-01-01 01:31:52 +00:00
ryoon
2f1df8fba3 Updated lang/gcc46 to 4.6.4nb3 2015-01-01 01:30:27 +00:00
ryoon
e77fe16402 Bump PKGREVISION
* Add support code for gcc46-libs.
2015-01-01 01:29:56 +00:00
mef
de1896738e Delete duplication 2015-01-01 00:03:50 +00:00
mef
9a4e4b456d Updated www/p5-Catalyst-Engine-JobQueue-POE to 0.0.4 2015-01-01 00:03:01 +00:00
mef
225b7f6d36 (pkgsrc)
- Add ${PERL5_LICENSE}
(upstream)
Update 0.03 to 0.04
0.04   Sat Jul 16 19:08:44 EET 2011
 - fix shebang line in helper (fixes https://rt.cpan.org/Public/Bug/Display.html?id=56575)
 - replace NEXT with MRO::Compat (fixes https://rt.cpan.org/Public/Bug/Display.html?id=64056)
 - add version to some use statements (to line up with prerequisites)
2015-01-01 00:01:42 +00:00
dholland
e841bfa65a ghostscript-gpl 2014-12-31 19:32:18 +00:00
rumko
efdfc06786 multimedia/xine-lib: Fix PLIST issues on fbsd x86_64
* Vidix output is not available on FreeBSD x86_64, conditionalize it in the PLIST.
* add missing vcdo input plugin in the PLIST

OK@ wiz
2014-12-31 16:10:41 +00:00
rumko
f21c5b9661 graphics/glew: Fix build on FBSD due to missing -fPIC
OK@ wiz
2014-12-31 16:08:50 +00:00
rumko
2e6b19f303 security/gnutls: Fix struct in6_addr being an incomplete type
In lib/x509/rfc2818_hostname.c, ipv6 related structs are used, but
at least on FreeBSD, arpa/inet.h does not contains the necessary
structs. If netinet/in.h is present, we use it instead of arpa/inet.h.

Reviewed by wiz
2014-12-31 16:05:07 +00:00
wiz
69e907b1f7 Updated time/py-vdirsyncer to 0.4.0 2014-12-31 15:12:52 +00:00
wiz
a421c4df3a Update to 0.4.0:
Version 0.4.0
=============

*released on 31 December 2014*

- The ``passwordeval`` parameter has been renamed to ``password_command``.
- The old way of writing certain config values such as lists is now gone.
- Collection discovery has been rewritten. Old configuration files should be
  compatible with it, but vdirsyncer now caches the results of the collection
  discovery. You have to run ``vdirsyncer discover`` if collections were added
  or removed on one side.
- Pair and storage names are now restricted to certain characters. Vdirsyncer
  will issue a clear error message if your configuration file is invalid in
  that regard.
- Vdirsyncer now supports the XDG-Basedir specification. If the
  ``VDIRSYNCER_CONFIG`` environment variable isn't set and the
  ``~/.vdirsyncer/config`` file doesn't exist, it will look for the
  configuration file at ``$XDG_CONFIG_HOME/vdirsyncer/config``.
- Some improvements to CardDAV and CalDAV discovery, based on problems found
  with FastMail. Support for ``.well-known``-URIs has been added.
2014-12-31 15:12:41 +00:00
mef
c184d304be Updated www/p5-CGI-Cookie-Splitter to 0.04
Updated www/p5-CGI-Emulate-PSGI to 0.20
Updated www/p5-CGI-Fast to 2.05
2014-12-31 15:03:56 +00:00
mef
5cb4e75288 (pkgsrc)
- Add ${PERL5_LICENSE}  from README file
(upstream)
  - Update 2.0.1 to 2.0.5
    ---------------------
 2.05 2014-12-11
    [TESTING]
    remove useless use of Test::Deep in tests

    this patch was sourced from the fedora perl-devel mailing list[1],
    in which i see more patches for CGI - fedora perl-devel people: if
    you're going to patch modules then please send those patches upstream
    where relevant. many perl modules are now on github (including this
    one) so it's easy, and it prevents alternate versions of modules
    that could lead to frustrating debugging sessions because *your*
    version of FCGI (2.04) is different to what the *real* version of
    FCGI (2.04) is[2].

     * [1] https://lists.fedoraproject.org/pipermail/perl-devel
     * [2] the "real" version of FCGI being that available on CPAN

2.04 2014-10-12
    [TESTING]
    - Fix tests for recent version of CGI (v4.05+), which removed the
      -private_tempfiles pragma and PRIVATE_TEMPFILES variable, so use
      on that is still available for testing

2.03 2014-09-06
    [DOCUMENTATION]
    - Kwalitee improvements in distribution (LICENSE)

    [TESTING]
    - Add t/006_changes.t to check Changes file

2.02 2014-06-05

    [INTERNALS]
    - allow FCGI_SOCKET_PATH and FCGI_LISTEN_QUEUE ENV variables to be
      passed in as import settings, although favour ENV variables if set
    - delay creation of FCGI::Request until the first call to CGI::Fast->new
      (RT #70609), removing the need to defined these in a BEGIN block
    - add test to check ENV values are not recycled from old requests and not
      set as defaults when the FCGI_SOCKET_PATH is used (RT #65492)
    - add file_handles method to allow setting of file handles to be passed
      to FCGI (RT #94423)

    [DOCUMENTATION]
    - document above changes
    - general tidy up
2014-12-31 14:58:11 +00:00
wiz
27a06bc45c Updated devel/p5-Term-ReadLine to 1.25 2014-12-31 14:55:23 +00:00
wiz
6cfe337d0d Update to 1.25:
1.25  2014-12-13
	- fix to call rl_initialize() after I/O stream
	  setting. [rt.cpan.org #96569]
	- t/readline.t: comment-out stty-command calls.
	- t/history.t, t/readline.t: print out the corresponding
          section names in the manuals of the libraries.
	- eg/perlsh: use 'IO' instead of 'FILEHANDLE' which Perl 5.20
	  warns. [rt.cpan.org #100883]
	- Fix copyright notices to use the year of first publication.
2014-12-31 14:55:14 +00:00
mef
5a88210949 Update 0.15 to 0.20
-------------------
0.20  2014-09-08 11:06:19 PDT
        - Add Test::Requires dependency (andk)

0.19  2014-08-31 14:04:44 JST
        - Revert #3 since it causes deep recursion when printing to STDERR
          inside CGI handler under some perl environments. #6

0.18  2014-08-07 07:58:32 PDT
        - Fix perl prereq (haarg) #7

0.17  2014-08-03 18:30:54 PDT
        - Make it work with debugger with perl 5.8.x (tehmoth) #5

0.16  2013-09-18 12:23:21 JST
        - Use tied handle for STDIN/STDERR (#3)
        - Convert to Milla
2014-12-31 14:52:46 +00:00
wiz
6d7700c555 Updated archivers/p5-Archive-Tar to 2.04 2014-12-31 14:40:25 +00:00
wiz
3721e8a09c Update to 2.04:
2.04  14/12/2014
- RT#100903 enable ptargrep.t to work on VMS
2014-12-31 14:40:17 +00:00
wiz
9f831c56d7 Updated databases/p5-DB_File to 1.835 2014-12-31 14:39:15 +00:00
wiz
f7afc520d4 Update to 1.835:
1.835 23 Dec 2014

   * Silence more compiler warnings
2014-12-31 14:39:07 +00:00
wiz
1e01c59839 Updated textproc/p5-Filter to 1.53 2014-12-31 14:38:21 +00:00
wiz
33a85e98b9 Update to 1.53:
1.50 2014-06-04 rurban
----

  * Do not re-bless already blessed filter_add arguments into the callers package.
    Fixes RT #54452
  * t/z_pod-coverage.t: omit empty Filter::decrypt (also fixes RT #84405)
  * Fix Perl Compiler detection in Filter::decrypt

1.51 2014-12-09 rurban
----

  * Minor -Wall -Wextra cleanups by jhi and me. Fixes RT #100742
  * Updated Copyright years
  * Document and warn about its limitations

1.52 2014-12-19 rurban
----

  * Fix Filter::Util::Call regression from 1.50, for filter_add({}) or filter_add([]).
    This broke Switch, see RT #101004.

1.53 2014-12-20 rurban
----

  * Re-release caused by broken SIGNATURE, caused by broken ExtUtils::Makemaker distsignature rules.
    See https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/177
2014-12-31 14:38:08 +00:00
wiz
33ece706d0 Updated devel/p5-IO-Compress to 2.068 2014-12-31 14:36:54 +00:00
wiz
571e8ff2ab Update to 2.068:
2.068 23 Dec 2014

      * Disable running of some of the slower test harnesses by default.
        COMPRESS_ZLIB_RUN_MOST needs set to run them. Make life more
        bearable on legacy platforms
2014-12-31 14:36:43 +00:00
wiz
db79f1cc69 Updated devel/p5-Compress-Raw-Bzip2 to 2.068 2014-12-31 14:35:30 +00:00
wiz
00123712c7 Update to 2.068:
2.068 23 Dec 2014

      * No Changes
2014-12-31 14:35:21 +00:00
wiz
5cbb653606 Updated devel/p5-Compress-Raw-Zlib to 2.068 2014-12-31 14:34:39 +00:00
wiz
16a17b2689 Update to 2.068:
2.068 10 Dec 2014

      * Silence more compiler warnings

      * Disable running of 07bufsize.y by default.
        COMPRESS_ZLIB_RUN_MOST needs set to run them. Makes life more
        bearable on legacy platforms
2014-12-31 14:34:30 +00:00
wiz
a46bb54f70 Updated devel/meld to 3.13.0 2014-12-31 14:28:36 +00:00
wiz
2528f0e567 Update to 3.13.0:
2014-12-31 meld 3.13.0
======================

  Features:

   * Make syntax highlighting style configurable (Mark Pariente)
   * Implemented incremental search, match highlighting and many other
     find-related fixes (Robert Roth)
   * Add support for GTK+ global dark theme setting (Kai Willadsen)
   * Add support for pushing change deletions (Kai Willadsen)
   * Remove cycle-pane action in favour of previous/next pane actions (Kai
     Willadsen)

  Fixes:

   * Handle Unicode filenames in a git tree correctly (Hasan Arous, Kai
     Willadsen)
   * Many fixes for recent GTK+ deprecation warnings (Kai Willadsen)
   * Fixing flickering inline highlighting on updates (Kai Willadsen)

   * Multiple work arounds for change colours not displaying on GTK+ 3.14 (Kai
     Willadsen)
   * Fix inconsistent file chooser when cancelling file selection (Kai
     Willadsen)
   * UTF-8 encode patches created from the patch dialog (Kai Willadsen)
   * Fix text-wrapping reset caused by the commit dialog (Kai Willadsen)
   * Fix text background display on certain themes (Kai Willadsen)
   * Fix for launching Meld with certain Git environment variables (Kai
     Willadsen)
   * Add GTK's settings.ini file for font blurriness fix on Windows (Kai
     Willadsen)
   * Fix display of change action buttons and line numbers when line numbers
     are shown (Kai Willadsen)
   * Fix positioning of the change action buttons (Kai Willadsen)
   * Fix tab width setting not working correctly (Kai Willadsen)
   * Fix starting comparison of Subversion checkouts from a subdirectory (Kai
     Willadsen)
   * Fix starting Meld from a differently-named symlink (Kai Willadsen)
   * Ignore errors when copying file metadata if the destination file system
     doesn't support it (Kai Willadsen)
   * Automatically recompile stale in-place gschemas (Kai Willadsen)
   * Handle SIGINT to support previous quit-on-Ctrl-C behaviour (Kai Willadsen)
   * Fix missing cache opcodes in some circumstances (Kai Willadsen)
   * Fix text view expansion when resizing patch dialog (Kai Willadsen)
   * Build fix to always include C locale when LINGUAS is set (Kai Willadsen)

  Translations:

   * Andika Triwidada (id)
   * Carles Ferrando (ca@valencia)
   * Gábor Kelemen (hu)
   * Jean Jordaan (cs, el, es)
   * Joan Coll (ca)
   * Jordi Mas (ca)
   * Marek Černocký (cs)
   * Maria  Mavridou (el)
   * Piotr Drąg (pl)
   * Мирослав Николић (sr, sr@latin)
2014-12-31 14:28:27 +00:00
wiz
0e477a5159 Updated x11/xproto to 7.0.27 2014-12-31 14:25:14 +00:00
wiz
5e2bb52430 Update to 7.0.27:
This release improves support for compiler attributes for the clang and
Solaris Studio 12.4 compilers, and makes builds on AIX choose the right
headers to include.

Alan Coopersmith (4):
      Enable use of __attribute__((deprecated)) with Solaris Studio 12.4 compiler
      Do not suggest adding new keysyms to XF86keysym.h
      Use clang's __has_attribute to check for attribute support
      xproto 7.0.27

Michael Haubenwallner (1):
      Bug #80528: make it build on AIX
2014-12-31 14:25:03 +00:00
wiz
db2d9f8f5e Updated fonts/bdftopcf to 1.0.5 2014-12-31 14:12:59 +00:00
wiz
3085adcd4d Update to 1.0.5:
This minor maintenance release fixes a couple of issues with the usage
messages printed for incorrect options, and updates the configure scripts
to the latest X.Org standards.

Alan Coopersmith (6):
      config: Add missing AC_CONFIG_SRCDIR
      Correct usage message for scanline unit option to be -u, not -s
      Print which option was in error along with usage message
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      bdftopcf 1.0.5
2014-12-31 14:12:49 +00:00
wiz
195900e67c Remove unnecessary line (no egg is created either way). 2014-12-31 14:09:36 +00:00