Commit graph

218985 commits

Author SHA1 Message Date
schmonz
6099935689 Update to 0.280216. From the changelog:
- Added: Android support [Brian Fraser and Piotr Roszatycki]
- Fixed: Teach ExtUtils::CBuilder to handle mod2fname properly [Brian Fraser]
2014-07-15 20:49:00 +00:00
schmonz
233f344a20 Updated devel/p5-IPC-SysV to 2.04 2014-07-15 20:46:43 +00:00
schmonz
0984b85ad9 Update to 2.04. From the changelog:
* CPAN #72458: Add 'all' export
  (thanks to Milan Kocian for providing a patch)
* CPAN #79821: Install to 'site' for perl 5.11+
  (thanks to Robert Sedlacek for providing a patch)
* CPAN #86736: Fix spelling of IPC_CREAT
* CPAN #78882: Document SIZE parameter of IPC::SharedMem->new()
* CPAN #78927: Fix spelling of 'nattch'
2014-07-15 20:46:32 +00:00
schmonz
272a013fa5 Updated misc/p5-Locale-Codes to 3.31 2014-07-15 20:45:00 +00:00
schmonz
3799de6102 Update to 3.31. From the changelog:
Fixed a bug in the scripts used to extract data from spreadsheets
that prevented the SHP currency code from being found.  RT 94229

Fixed a problem that was preventing rename_* functions to not work.
RT 92680.

Fixed the pod test files so that pod tests won't get run at install
time.  In response to RT 91167.

The alias_code function exists for backward compatibility.  It has been
deprecated since version 3.20 when it was replaced by rename_country_code.
The alias_code function will be removed in the December 2014 release.

ISO 3166 is now browsable online (previously, only the alpha-2 codes were)
and it contains more accurate information than the previous sources, so
I've switched to using the full standard.  In response to RT 92303 which
reported some codes being 'retired' that should not have been.
2014-07-15 20:44:53 +00:00
schmonz
7eb0394e8e Updated devel/p5-Storable to 2.51 2014-07-15 20:42:12 +00:00
schmonz
5cd0fa4ea6 Update to 2.51. From the changelog:
* [perl #121928] Fix memory leak for dclone inside freeze hook
  (Alex Solovey)
* Do not call DESTROY for empty objects
  (Vladimir Timofeev)
* Other bugfixes
2014-07-15 20:42:03 +00:00
schmonz
d9b38a7c20 Updated devel/p5-Package-Constants to 0.04 2014-07-15 20:41:00 +00:00
schmonz
ba89ccc8cd Update to 0.04. From the changelog:
* Update Makefile.PL to add repository et al
* Install into site if >= v5.12.0
* Add use deprecate due to core scheduled removal
2014-07-15 20:40:48 +00:00
schmonz
bb243f09d8 Updated devel/p5-Parse-CPAN-Meta to 1.4414 2014-07-15 20:39:47 +00:00
schmonz
bf0e587f2d Update to 1.4414. From the changelog:
- Added load_string, which uses heuristics to guess YAML/JSON content
- load_file will now attempt to detect YAML/JSON content if the suffix
  is not .json, .yml or .yaml
- UTF-8 decoding is done differently to avoid requiring
  a newer version of Encode (Graham Knop)
- Added prerequisite on Encode 2.11 (Paul Howarth)
- Invalid UTF-8 encoding in YAML files are now replaced with "PERLQQ"
  quoting from the Encode module and without warnings.
- Removed legacy test modifications for $ENV{PERL_CORE}
- Dropped support for Perl's before v5.8.1 to ensure proper
  UTF-8 and IO layer support
- Updated CPAN::Meta::YAML prereq to 0.011 due to deprecation
  of 'errstr' and consistent use of exceptions
2014-07-15 20:39:42 +00:00
schmonz
f5eaf4b430 Updated devel/p5-Pod-Usage to 1.64 2014-07-15 20:38:10 +00:00
schmonz
04422dd70a Update to 1.64. From the changelog:
1.64 (marekr)
- CPAN#93170: Abstract in pod doesn't follow convention
    fixed the NAME section
- CPAN#86932: documentation does not work with use strict
    rewritten parts of the DESCRIPTION section
- CPAN#86776: "pod2usage -verbose 2 FILE" is broken when perldoc is missing
    verified that pod2usage acts decently if perldoc is missing
    note: a Perl installation without perldoc is like a haunted house
    without ghosts

1.63 (marekr)
- CPAN#85477: Module version not updated in last release
  ...fixed
- CPAN#85478: typo fixes
  ...corrected

1.62 (marekr)
Patches provided by rjbs - many thanks!
- These commits update Pod::Usage to only use Pod::Simple, so that any
  reliance on Pod::Parser is removed, making it easier to remove Pod::Parser
  from core.
- [PATCH 1/4] update Makefile: strict, INSTALLDIR, 5.6
- [PATCH 2/4] we will start to require perl 5.6 from here on out
- [PATCH 3/4] always use Pod::Text as default base class
- [PATCH 4/4] eliminate the branch in which Pod::Parser would be used
  This commit is intended entirely to free Pod::Usage from any reliance on
  Pod::Parser.
  * Usage.pm now defaults to using Pod::Text, rather than checking $] to pick.
  * $Pod::Select::MAX_HEADING_LEVEL is replaced with a local var
  * &Pod::Select::_compile_section_spec is copied into this module
    This isn't the most elegant fix, but it's a bit of a ball of mud. The code
    is written to let you alter @ISA at runtime to something that is derived
    either from Pod::Parser or Pod::Simple. This should probably be more
    explicitly limited to Pod::Simple in future releases.
2014-07-15 20:38:04 +00:00
schmonz
df48d0205f Updated textproc/p5-Encode to 2.62 2014-07-15 20:36:52 +00:00
schmonz
236a45e786 Update to 2.62. From the changelog:
2.62 2014/05/31 12:12:39
! Encode.pm
  s/2013/2014/ on COPYRIGHT section
! Byte/Makefile.PL
  CN/Makefile.PL
  EBCDIC/Makefile.PL
  Encode/Makefile_PL.e2x
  Encode.xs
  JP/Makefile.PL
  KR/Makefile.PL
  Symbol/Makefile.PL
  TW/Makefile.PL
  bin/enc2xs
  Merged from perl.git: "Fix Encode 2.60 with g++"
  http://perl5.git.perl.org/perl.git/commit/89c2544cd3

2.61 2014/05/31 09:48:48
! bin/piconv
  Applied: piconv nit
  + Better error handling when the encoding name is nonexistent
  Message-Id: <537139A0.1000503@iki.fi>
! Encode.xs
  Applied: RT #95466:
   fallback definition of SvIsCOW() is wrong
   (and hence breaks on 5.8.2 and earlier)
  https://rt.cpan.org/Ticket/Display.html?id=95466

2.60 2014/04/29 16:25:06
! Byte/Makefile.PL
  CN/Makefile.PL
  EBCDIC/Makefile.PL
  Encode/Makefile_PL.e2x
  Encode/encode.h
  JP/Makefile.PL
  KR/Makefile.PL
  Symbol/Makefile.PL
  TW/Makefile.PL
  bin/enc2xs
  encengine.c
  Applied: more Fix Windows build (of Encode) with VC++ 6.0
  http://perl5.git.perl.org/perl.git/commit/9e9002efd1609c7d154f98af43a026320df7582c
! Unicode/Unicode.xs
  Addressed: sign extension issue found by Coverity #21
  https://github.com/dankogai/p5-encode/issues/21
! Encode/encode.h Encode.xs Unicode/Unicode.xs
  removed #define U8 U8
  https://rt.perl.org/Ticket/Display.html?id=121554
  http://perl5.git.perl.org/perl.git/commit/2f2b4ff2c154a8e461857f2e82cb815c238d0d94

2.59 2014/04/06 17:23:55
! Byte/Makefile.PL
  CN/Makefile.PL
  EBCDIC/Makefile.PL
  Encode.pm
  Encode.xs
  Encode/Makefile_PL.e2x
  JP/Makefile.PL
  KR/Makefile.PL
  Symbol/Makefile.PL
  TW/Makefile.PL
  bin/enc2xs
  Restored the signature of Encode_XSEncoding() to address RT#94478
  * While https://github.com/dankogai/p5-encode/pull/20
    pulls the symnames via argument thus breaks the compatibility
    with Encode::XX modules with *.ucm, the restored version
    pulls the symanmes via enc->name[0] so the added 2nd argument
    is no longer needed.
  https://rt.cpan.org/Public/Bug/Display.html?id=94478

2.58 2014/03/28 02:37:42
! bin/piconv
  Addressed: piconv bug of decoding UTF-16 (with fix)
  https://github.com/dankogai/p5-encode/issues/19
! Byte/Makefile.PL
  CN/Makefile.PL
  EBCDIC/Makefile.PL
  Encode.pm
  Encode.xs
  Encode/Makefile_PL.e2x
  JP/Makefile.PL
  KR/Makefile.PL
  Symbol/Makefile.PL
  TW/Makefile.PL
  bin/enc2xs
  Pulled: Remap symname [RT #94221]
  https://github.com/dankogai/p5-encode/pull/20
  https://rt.cpan.org/Public/Bug/Display.html?id=94221
! Encode.pm
  Pulled: [doc] clarify that CHECK coderefs return octets #18
  https://github.com/dankogai/p5-encode/pull/18
2014-07-15 20:36:42 +00:00
schmonz
2c508ca3f2 Updated misc/p5-Locale-Maketext to 1.25 2014-07-15 20:33:45 +00:00
schmonz
62290f321f Update to 1.25. From the changelog:
* Fix for case when lexicon translations contain substitionand
  literals with eval-non-safe characters. RT #120457
* Swap out base for parent (bowtie) For: RT #119403
* typo fixes for Locale::Maketext
* POD fixes uncovered by the new Pod::Checker, not yet in core.
2014-07-15 20:33:29 +00:00
schmonz
105364824a Updated textproc/p5-Pod-Parser to 1.62 2014-07-15 20:31:13 +00:00
schmonz
c86045dce8 Update to 1.62:
+ CPAN#87891: More sanity checks in podselect()
  documentation patches by florent.angly@gmail.com, and a bit of stricter
  checking what clients pass to podselect()
2014-07-15 20:31:02 +00:00
schmonz
5a4acd0891 Updated textproc/p5-Pod-Escapes to 1.06 2014-07-15 20:29:22 +00:00
schmonz
e42675cf29 Update to 1.06. From the changelog:
* e2charnum() was using \d but should use [0-9].
  RT#70246 report and fix from MARCGREEN
* Added a bunch of pod-related links to SEE ALSO
* Added PREREQ_PM, MIN_PERL_VERSION, LICENSE and repo to Makefile.PL
* Made strict- and warnings-clean.
* Fixed syntax error in abstract: RT#49985 from JDHEDDEN
* Fixed typo reported in RT#85374 by dsteinbrunner
* Renamed this file to Changes and reformatted as per CPAN::Changes::Spec
* Deleted META.yml so MakeMaker will generate MYMETA.{yml,json}
* Noted in pod that now being maintained by NEILB
* Added link to github repo in pod
2014-07-15 20:29:10 +00:00
schmonz
64ed430ec9 Updated time/p5-Time-Piece to 1.27 2014-07-15 20:27:10 +00:00
schmonz
d2bbb3ec8f Update to 1.27. From the changelog:
- portability fixes for XS changes in 1.25_01
- no changes since previous (trial) release
- fix compiling for WinCE, execution is untested
- add a .gitignore (from Win32::API)
- fix a compiler warning about unused var, and add inlining
- add PERL_NO_GET_CONTEXT to XS to bring the binary into 21st century
- refactor XS code to remove large sections of duplicate machine code
- fix _crt_localtime to return year only once, previously
  _crt_localtime returned year (item #6) twice in the list
2014-07-15 20:27:05 +00:00
wiz
0a581ed77c + caff-1.1.8, gbrainy-2.23, gnome-chess-3.12.3, harfbuzz-0.9.30,
libchamplain08-0.12.8, libisoburn-1.3.8, libisofs-1.3.8,
  metacity-3.12.0, plasma-5.0, py-cryptography-0.5.2, py-setuptools-5.4.1,
  webkit-gtk-2.4.4, x264-devel-20140712.
2014-07-15 17:44:50 +00:00
fhajny
56c3bf8157 Fix my previous commit, use user/group vars properly. 2014-07-15 17:30:26 +00:00
wiz
9ad8f9cdfc There was no py-imaging-2.12.0 or higher, so just depend on py-Pillow. 2014-07-15 17:28:49 +00:00
adam
ffc31f2aec Updated multimedia/ffmpeg2 to 2.2.5 2014-07-15 17:12:17 +00:00
adam
eab96efb9b Changes 2.2.5:
* ffmpeg: Use av_stream_get_parser() to avoid ABI issues
* avformat: add av_stream_get_parser() to access avformat AVParser
* avformat/utils: do not wait for packets from discarded streams for genpts
* avfilter/f_ebur128: Use av_malloc_array()
* avcodec/hevc: Use av_malloc(z)_array()
* cmdutils_opencl: Use av_malloc_array()
* avfilter/x86/vf_pullup: fix old typo
* avfilter/vf_pullup: use ptrdiff_t as stride argument for dsp functions
2014-07-15 17:11:44 +00:00
wiz
7b77013afb Set PKG_HOME, which is used but not set.
XXX: please check if this is what was intended here.
2014-07-15 16:52:34 +00:00
adam
a68dbecedb Updated multimedia/x265 to 1.2 2014-07-15 16:49:55 +00:00
adam
1eae03cd69 Changes 1.2:
* TEncCU: bug fix
* Remove the xCheckBestMode call, add in a ccontext save.
2014-07-15 16:48:55 +00:00
ryoon
90da150a51 Fix build under SCO OpenServer 5.0.7/3.2. 2014-07-15 14:58:08 +00:00
ryoon
5b9abb4224 Updated converters/help2man to 1.45.1nb2 2014-07-15 14:55:14 +00:00
ryoon
c56ea0d925 Bump PKGREVISION
* Support SCO OpenServer 5.0.7/3.2's nl_langinfo(3).
2014-07-15 14:54:52 +00:00
ryoon
315fb89d15 Fix build under SCO OpenServer 5.0.7/3.2.
It seems that SCO OSR5 does not provide scandir(3), provide custom scandir().
2014-07-15 14:48:34 +00:00
ryoon
6c79d23218 Updated textproc/grep to 2.19nb2 2014-07-15 14:28:43 +00:00
fhajny
a43c31ed3d Fix invalid PKG_USERS usage. Clean up unneeded bits. Bump PKGREVISION. 2014-07-15 14:28:26 +00:00
ryoon
ea23ed0fa1 Fix broken binary under SCO OpenServer 5.0.7/3.2. 2014-07-15 14:28:07 +00:00
fhajny
3dc113716c Add net/p5-Net-Domain-TLD 2014-07-15 14:04:16 +00:00
fhajny
94680f761e Added net/p5-Net-Domain-TLD version 1.72 2014-07-15 14:03:32 +00:00
fhajny
700a6fa2fe Import p5-Net-Domain-TLD 1.72.
The purpose of this module is to provide user with current list
of available top level domain names including new ICANN additions
and ccTLDs.
2014-07-15 14:03:13 +00:00
fhajny
6cc0dbfdc9 Fix PLIST for when the perl option is specified. 2014-07-15 12:55:03 +00:00
obache
fe1ed5c803 + py-mcomix 2014-07-15 12:13:10 +00:00
obache
0539a7c394 Added graphics/py-mcomix version 1.00 2014-07-15 12:12:32 +00:00
obache
7bf8fe6279 Import py-mcomix-1.00 as graphics/py-mcomix.
Based on PR pkg/48992 by NONAKA Kimihiro.

MComix is a user-friendly, customizable image viewer. It is
specifically designed to handle comic books, but also serves as a
generic viewer. It reads images in ZIP, RAR, 7Zip or tar archives as
well as plain image files.
2014-07-15 12:12:17 +00:00
jperkin
bc7a923718 Needs groff and a real nroff(1). 2014-07-15 10:01:09 +00:00
taca
4a8cdc879f Note update of time/ruby-tzinfo package to 0.3.40. 2014-07-15 03:49:25 +00:00
taca
818b1868e7 Update ruby-tzinfo to 0.3.40.
== Version 0.3.40 (tzdata v2014e) - 10-Jul-2014

* Updated to tzdata version 2014e
  (http://mm.icann.org/pipermail/tz-announce/2014-June/000022.html).
2014-07-15 03:48:48 +00:00
jperkin
ae2c66a205 Switch to groff rather than nroff for tools, mandoc as an nroff substitute
doesn't support -ms.
2014-07-14 19:20:46 +00:00
jperkin
6c63c114b7 lbdb installs scripts dynamically based on the host system, handle the
cases where tac(1) isn't available nor finger(1) on SunOS.
2014-07-14 17:09:36 +00:00