Commit graph

6689 commits

Author SHA1 Message Date
wiz
eed332411a Update to 2.54:
$Revision: 2.54 $ $Date: 2013/08/29 16:47:39 $
! Encode.xs
+ t/cow.t
  Addressed: COW breakage with _utf8_on()
  https://rt.cpan.org/Ticket/Display.html?id=88230
! Encode.pm
  Reverted the document accordingly to #11
  https://github.com/dankogai/p5-encode/pull/10
+ t/decode.t
  Unit test for decoding behavior change in #11
  https://github.com/dankogai/p5-encode/pull/12

2.53 2013/08/29 15:20:31
! Encode.pm
  Merged: Do not short-circuit decode_utf8 with utf8 flags
  https://github.com/dankogai/p5-encode/pull/11
  Merged: document decode_utf8 behaviour more precise
  https://github.com/dankogai/p5-encode/pull/10
! Makefile.PL
  Added repository cpan metadata
  https://github.com/dankogai/p5-encode/pull/9

2.52 2013/08/14 02:29:54
! ucm/*.ucm
  Addressed:
    Unicode Mappping tables are missing Unicode Inc. license notification
    All files including "as long as this notice remains attached" now
    have that notice attached in the comment section.  (cp* and mac*
    do not since their source files do not include that notice)
  https://rt.cpan.org/Ticket/Display.html?id=87340
! lib/Encode/MIME/Header.pm
  t/mime-header.t
  Addressed: encoding "0" with MIME-Headers gets a blank string
  https://rt.cpan.org/Ticket/Display.html?id=87831
! Encode.pm
  Addressed: Documentation buglet
  https://rt.cpan.org/Ticket/Display.html?id=84992
! Byte/Makefile.PL CN/Makefile.PL EBCDIC/Makefile.PL
  Encode/Makefile_PL.e2x JP/Makefile.PL KR/Makefile.PL
  Symbol/Makefile.PL TW/Makefile.PL
  Applied: Patch to output #includes in deterministic order
  https://rt.cpan.org/Ticket/Display.html?id=86974

2.51 2013/04/29 22:19:11
! Encode.xs
  Addressed: Encode.xs doesn't compile with Microsoft C compiler
  https://rt.cpan.org/Public/Bug/Display.html?id=84920
! MANIFEST
  Addressed: t/taint.t missing
  https://rt.cpan.org/Public/Bug/Display.html?id=84919

2.50 2013/04/26 18:30:46
! Encode.xs Unicode/Unicode.xs
  lib/Encode/Unicode/UTF7.pm lib/CN/HZ.pm lib/Encode/GSM0338.pm
  t/taint.t
  Addressed: Encode::encode and Encode::decode
             gratuitously launders tainted data
  Taintedness now propagates as it should.
  https://rt.cpan.org/Ticket/Display.html?id=84879
! encoding.pm
  Addressed: 5.18 deprecation
  https://rt.cpan.org/Ticket/Display.html?id=84709
! bin/piconv
  Applied: Update piconv documentation
  https://rt.cpan.org/Ticket/Display.html?id=84695

2.49 2013/03/05 03:12:49
! Encode.xs
  Addressed: Encoding objects leak memory if decoding fails
  https://github.com/dankogai/p5-encode/issues/8

2.48 2013/02/18 02:23:56
! encoding.pm
  t/Mod_EUCJP.pm t/enc_data.t t/enc_eucjp.t t/enc_module.t t/enc_utf8.t
  t/encoding.t t/jperl.t
  [PATCH] Deprecate encoding.pm
  https://rt.cpan.org/Ticket/Display.html?id=81255
! Encode/Supported.pod
  Fixed: Pod errors
  https://rt.cpan.org/Ticket/Display.html?id=81426
! Encode.pm t/Encode.t
  [PATCH] Fix for shared hash key scalars
  https://rt.cpan.org/Ticket/Display.html?id=80608
! Encode.pm
  Fixed: Uninitialized value warning from Encode->encodings()
  https://rt.cpan.org/Ticket/Display.html?id=80181
! Makefile.PL
  Install to 'site' instead of 'perl' when perl version is 5.11+
  https://rt.cpan.org/Ticket/Display.html?id=78917
! Encode/Makefile_PL.e2x
  find enc2xs.bat if it works on windows.
  https://github.com/dankogai/p5-encode/pull/7
! t/piconv.t
  Fix finding piconv in t/piconv.t
  https://github.com/dankogai/p5-encode/pull/6
2013-09-05 19:58:14 +00:00
wiz
f76fea6169 Update to 0.28:
#------------------------------------------------------------------------
# Version 0.28  2013-05-30
#------------------------------------------------------------------------

* fixed bug 81707 (test failures due to hash randomisation in perl 5.17.6)

* change 'use vars' to 'our' declarations
2013-09-05 19:49:39 +00:00
wiz
2982ac231a Update to 2.08:
2.08    Thu Aug 22 23:11:45 CDT 2013
====================================
[ENHANCEMENTS]
ack now ignores CMake's build/cache directories by default.  Thanks,
Volodymyr Medvid.

Add shebang matching for --lua files.

Add documentation for --ackrc.

Add Elixir filetype.

Add --cathy option.  Thanks to Joe McMahon.

Add some helpful debugging tips when an invalid option is found.
Thanks to Charles Lee.

Ignore PDF files by default, because Perl will detect them as text.

Ignore .gif, .jpg, .jpeg and .png files.  They won't normally be
selected, but this is an optimization so that ack doesn't have to
open them to know.

[FIXES]
Ack's colorizing of output would get confused with multiple sets
of parentheses.  This has been fixed.  (Issue #276)

Ack would get confused when trying to colorize the output in
DOS-format files.  This has been fixed.  (Issue #145)


2.05_01 Tue May 28 10:12:04 CDT 2013
====================================
[ENHANCEMENTS]
We now ignore the node_modules directories created by npm.  Thanks,
Konrad Borowski.

--pager without an argument implies --pager=$PAGER.

--perl now recognizes Plack-style .psgi files.  Thanks, Ron Savage.

Added filetypes for Coffescript, JSON, LESS, and Sass.

[FIXES]
Command-line options now override options set in ackrc files.

ACK_PAGER and ACK_PAGER_COLOR now work as advertised.

Fix a bug resulting in uninitialized variable warnings when more
than one capture group was specified in the search pattern.

Make sure ack is happy to build and test under cron and other
console-less environments.

Colored output is now supported and on by default on Windows.
2013-09-05 19:48:07 +00:00
wiz
8388e37ed8 Update to 2.0104:
2.0104          Fri 30 Aug 12:36:06 IDT 2013
    - Fix https://rt.cpan.org/Ticket/Display.html?id=88060
        - Use quoted version number in the SYNOPSIS.
        - Thanks to Philipp Gortan for the report.
    - Apply a patch from Yuriy / YOREEK for test failures with a
    directory component that contains whitespace.
        - https://rt.cpan.org/Ticket/Display.html?id=86665
2013-09-05 19:45:17 +00:00
wiz
a2e8d7f6f9 Update to 0.23:
0.23    Wednesday 1st May, 2013
        Distinguish 'package didn't compile' from 'package has no
        symbols' (Gareth Tunley)
2013-09-05 18:50:59 +00:00
wiz
4830755d5c Update to 1.27:
[Changes for 1.27 - 2013-05-20]

* Resolve RT#84466 not fixed in 1.26 It failed about 10% of the time.

[Changes for 1.26 - 2013-05-20]

* Resolve RT#84882 and RT#84466 hash randomisation in yaml-alias.t on perl 5.18.0

[Changes for 1.25 - 2013-03-10]

* Bump version number and release to fix a MANIFEST mistake in 1.24

[Changes for 1.24 - 2013-03-07]

* Tests all green on CPAN Testers. releasing to public.

[Changes for 1.24_02 - 2013-03-01]

* Apply patch from RT 78363 - MinGW64 compatibility

[Changes for 1.24_01 - 2013-03-01]

* Implement $JSON::Syck::MaxDepth
* Prevent failure when the same object is seen twice during Dump.
* Prevent YAML from being influnced by the previous
  change

[Changes for 1.23 - 2013-02-26]

* Tests all green on CPAN Testers. releasing to public.

[Changes for 1.23_01 - 2013-02-21]

* Make sure that LoadBlessed=0 blocks all blessing.
* Start listing primary repo as toddr on github ( http://github.com/toddr/YAML-Syck )
* README refreshed via perldoc -t

[Changes for 1.22 - 2012-12-04]

* Tests all green on CPAN Testers. releasing to public.

[Changes for 1.22_01 - 2012-11-27]

* Fix error message typo: s/existant/existent/g
* Fix for non-printable character detection
* Quote if non-printable characters are present
* Change LoadBlessed=0 to not bless under ANY circumstances
2013-09-05 18:22:12 +00:00
wiz
82f7abc3b5 OpenBSD renamed beagle to armv7.
From patrick@openbsd via jmc@openbsd.
2013-09-05 09:13:23 +00:00
ryoon
13c1a29d42 Use working HOMEPAGE. 2013-09-03 16:25:29 +00:00
ryoon
52719e3b6f Remove commentted out line and FETCH_USING=curl. 2013-09-03 16:22:06 +00:00
ryoon
225e34497f Add lua-slnunicode. 2013-09-03 16:19:26 +00:00
ryoon
567e8aee41 Import lua-slnunicode-1.1apl1 as textproc/lua-slnunicode.
Unicode Library for Lua language.
2013-09-03 16:18:41 +00:00
adam
d2cb6dec32 Revbump after cairo update 2013-09-02 19:50:38 +00:00
wiz
4fd26359c2 Update to 2.0.10:
New functions, types and enums

Functions

  ● int raptor_string_escaped_write(const unsigned char *string, size_t len, const char delim, unsigned int flags, raptor_iostream *iostr)

  ● int raptor_term_escaped_write(const raptor_term *term, unsigned int flags, raptor_iostream* iostr)

  ● int raptor_uri_escaped_write(raptor_uri* uri, raptor_uri* base_uri, unsigned int flags, raptor_iostream *iostr)

Types

  ● raptor_escaped_write_bitflags
2013-09-02 16:58:05 +00:00
wiz
5772ba2f2f Fix build with bison-3.0.
Compile-tested only.
2013-09-01 15:39:54 +00:00
obache
520e1ab278 tell tools for building to configure. 2013-09-01 05:28:26 +00:00
ryoon
b7a75cfcdd Update to 1.2.0.20130831 (hg current)
* Fix build with lua 5.2.
* Examples are not provided anymore, remove MESSAGE.

Changelog:
unknown.
2013-09-01 04:48:21 +00:00
adam
bf5bb10d57 Changes 2.7.1:
- Fixed a bug with ``call_filter`` not working properly on environment
  and context filters.
- Fixed lack of Python 3 support for bytecode caches.
- Reverted support for defining blocks in included templates as this
  broke existing templates for users.
- Fixed some warnings with hashing of undefineds and nodes if Python
  is run with warnings for Python 3.
- Added support for properly hashing undefined objects.
- Fixed a bug with the title filter not working on already uppercase
  strings.
2013-08-31 22:33:35 +00:00
schmonz
deb663db14 Fix build on case-insensitive filesystems (e.g., Darwin's). No
functional change intended on other systems.
2013-08-30 15:49:48 +00:00
obache
ce9f8cba78 drop TOOLS_NOOP=curl.
SKK=JISYO.L will be extracted with pkgsrc, so fetch with curl will be never
happend.
Moreover, such setting is ambiguous with FETCH_USING=curl.

related to PR pkg/48159.
2013-08-30 13:14:23 +00:00
joerg
eb7177e05d Restore README.md removal, but move it to post-extract. 2013-08-29 13:31:15 +00:00
joerg
e424983850 Revert last, fix dependencies instead. 2013-08-29 12:58:49 +00:00
jperkin
dacc24438e Remove README.md prior to building. There is a copy distributed in the
distfile which is unwriteable, breaking unprivileged builds.
2013-08-29 12:40:46 +00:00
richard
20f3d09048 solaris fix for wide-curses build of hunspell 2013-08-27 22:11:20 +00:00
obache
058e93b3b5 Update ruby-text to 1.2.3.
* Remove Figlet, reintroduced in error
2013-08-27 12:07:41 +00:00
obache
0bcdfc2581 Update ruby-text to 1.2.2.
* Reintroduce figlet before fixing for 1.9
* Relicense as MIT
2013-08-26 09:49:06 +00:00
wen
210fdb8021 Update to 2.0009
Upstream changes:
2.0009 2013-07-08 10:49:47-0700
    [BUG FIXES]
    - Fix a tied hash issue on string concat, thanks to zxchris (#81)
2013-08-26 01:54:24 +00:00
wen
f27ac4e491 Update to 1.04
Add LICENSE

Upstream changes:
1.04   May 25, 2012
	- restore compatibility with Perl 5.8.0 (RT#77386)
	  patch provided by Thomas Sibley

1.03   March 10, 2012
	- add the wrap_after attribute
	- now requires Perl 5.10.0 or later
	- explicitly supports U+2000 - U+200B as breaking spaces
	- now built with Dist::Zilla (includes v2 META.json)
	- repository now publicly available on GitHub
2013-08-26 01:49:43 +00:00
wen
21723e4d58 Update to 1.46
Upstream changes:
What's new in v1.46 since v1.44:

        Thanks to Rik Signes, there is a new
        Text::Template->append_text_to_output method, which
        Text::Template always uses whenever it wants to emit output.
        You can subclass this to get control over the output, for
        example for postprocessing.

        A spurious warning is no longer emitted when the TYPE
        parameter to ->new is omitted.
2013-08-26 01:44:15 +00:00
wen
479aa53645 Update to 1.35
No changelog upstream
2013-08-26 01:31:28 +00:00
wen
88901e6c12 Update to 2013.0523
Upstream changes:
= 2013/05/23

Change module 'NAME'

= 2013/05/22

Typos

= 2013/04/26

Minor test suite fixes - bug 81698.

Fixed bug 79766 -- an extraneous "=" in a regex.

Changed the license to qualify as an "open source" license.

= 2012/08/18

Packaging fix.

Minor documentation fixes.

= 2012/08/15

Minor fixes to test suites.

Added back versions to support old versions of perl.

= 2009/04/17

Added support for Unicode combining characters to both
Text::Tabs and Text::Wrap, plus a new test suite for each
of these new functionalities.  --tchrist
2013-08-26 01:27:15 +00:00
wen
db1ce752e5 Update to 0.25
Upstream changes:
0.25    2012, July 10 (22:17)
        - Fixed stupid bug for too generic regexps;

0.24    2012, June 8 (18:44)
        - POD fixes
2013-08-26 01:15:43 +00:00
wen
b312ff2152 Update to 1.6.3
Add missing DEPENDS

Upstream changes:
1.6.3   August 9 2012

-   Fixed bug in "Build.PL" regarding "podselect," updated Build.PL reqs

1.6.2   August 9 2012

-   Made output of "tablify -v" prettier using Text::Autoformat

1.6.1   April 30 2013

-   Removed a debug statement
-   Fixed INSTALL

1.6.0   April 30 2013

-   Moved to Git repo at github.com:kyclark/text-recordparser.git
-   Changes to "tablify"
    - Allow for comment lines
    - Added more single-letter argument names
    - Allow for definition of column names
2013-08-26 01:03:13 +00:00
wen
9ad5644f40 Add p5-Pod-Markdown 2013-08-26 00:56:32 +00:00
wen
20aa71f7a0 Import Pod-Markdown-1.322 as textproc/p5-Pod-Markdown.
This module subclasses Pod::Parser and converts POD to Markdown.

Literal characters in Pod that are special in Markdown (like
*asterisks*) are backslash-escaped (except those in verbatim
blocks or C<code> sections).
2013-08-26 00:54:50 +00:00
wen
47ce320cca Update to 2.08
Upstream changes:
2.08    Tue May 21 11:40:04 PDT 2013
    - add a combine_hunks function to recombine hunks (RJBS)
    - implicitly private methods are now underscore private: organize,
      find_below, classify, expand_tabs (RJBS)

2.07    Thu May 16 18:18:01 PDT 2013
    - Add set_quote_characters() function to control what additional characters
      are treated as quoting chars (above and beyond ">")
2013-08-26 00:32:00 +00:00
wen
d4bd3a3c06 Update to 0.20
Upstream changes:
0.20
	- [bugfix] '?# comment' was not working (by bokutin)

0.19
	- fix unexpected behavior (though is not a bug, see https://github.com/kazuho/p5-text-microtemplate/pull/6)
2013-08-26 00:28:12 +00:00
wen
fa7a3b0b30 Update to 0.10
Upstream changes:
0.10 Fri Aug  9 12:49:59 PDT 2013
	-  added with_html5_tags() to enable html5 block elements support (by @Songmu)

0.09 Mon Aug  5 10:08:05 PDT 2013
	-  fixed #14 "some files are missing in 0.08"

0.08 Sun Aug  4 23:50:18 PDT 2013
	- Reverted html5 tags support

0.07 Sun Aug  4 18:44:48 PDT 2013
	- Removed MYMETA (by @Songmu)
	- Added html5 tags support (by @Songmu)

0.06 Sat Jul 13 20:35:10 PDT 2013
	- Documentation improvements by @nailbowers
	- fixed an issue with is_utf8 boolean casting behavior

0.05 Tue Jul  9 14:40:27 PDT 2013
	- Support MKD_* flags (by @tokuhirom)
	- markdown() returns UTF-8 encoded string (by @Songmu)
	- upgraded Discount to 2.1.6 (by @Songmu)
2013-08-26 00:23:04 +00:00
wen
1106e9e574 Update to 0.58
Upstream changes:
0.58 Tue  4 Sep 23:04:11 IDT 2012
    - Apply a patch to correct a minor grammatical error:
        - https://rt.cpan.org/Ticket/Display.html?id=79400
        - Thanks to Salvatore Bonaccorso, Debian Perl Group.

0.57 Tue  4 Sep 14:01:10 IDT 2012
    - Clarified the documentation regarding noBreak and noBreakRegex.
        - Thanks to Anne Wainwright.
2013-08-26 00:01:48 +00:00
wen
5453f92373 Update to 1.0
Remove PERL5_REQD+=5.8.0

Upstream changes:
1.0  2012/12/07
     - Match 'never' in addition to $DATE in more places (Ski Kacoroski)
     - Fix to regex for next binding state (Simon Elsbrock)
     - Use /o for slightly faster regex processing
2013-08-25 23:57:31 +00:00
wen
70a5c1c849 Update to 0.22
Upstream changes:
0.22
	- Text::CSV 1.31 requierd in Makefile.PL (even works in minor version)

0.21  Thu Jun 13 14:31:12 2013
	- Text::CSV 1.30 requierd in Makefile.PL (even works in minor version)

0.20  Wed Jun 12 13:18:02 2013
	- update modules and test for Text::CSV_XS 0.99 and Text::CSV_PP 1.30
2013-08-25 23:51:33 +00:00
wen
a4c071c01f Update to 1.669004
Upstream changes:
1.669004  Wed Jul 31 14:43:55 2013

    - Tweaked widow handling to avoid a nasty edge case (thanks Michael!)
2013-08-25 23:44:15 +00:00
jaapb
a91a92ce93 Added libodfgen subdirectory. 2013-08-24 16:18:51 +00:00
jaapb
8142bd5b53 Packaged textproc/libodfgen, a library providing the ability to generate
ODF documents from libwpd and libwps API calls. (libreoffice dependency)
2013-08-24 16:17:12 +00:00
wen
2b3f92417b Update to 1.0002
Upstream changes:
1.0002 2013-08-17
    - Convert "Changes" (this file) to CPAN::Changes.
    - Thanks to https://bitbucket.org/sromanov .

1.0001 2013-08-17
    - Fix https://rt.cpan.org/Ticket/Display.html?id=87903
        - Case problem with "repository" in "Build.PL".
    - Remove trailing space.
2013-08-24 02:34:24 +00:00
wen
4878a5e468 Update to 1.33
Upstream changes:
1.33 Oct 26, 2012
    - LICENSE field added to ExpatXS.pm
    - [rt.cpan.org #69253] t/f08noexpand.t is missing in distro ()

1.32 Apr 12, 2011
    - NoExpand option test added
    - type warnings fixed (gcc 4.4)
2013-08-24 02:30:02 +00:00
wen
2fed734754 Update to 0.50
Add LICENSE

Upstream changes:
0.50 May 2013
    - fixed broken link to SAX2 specification in POD
    - added repository information to Makefile.PL
    - added README file to satisfy packaging guidelines
2013-08-24 02:25:09 +00:00
wen
117c935395 Update to 0.04
Add LICENSE

Upstream changes:
0.04  3/26/2012 (tjmather)
	- Fixed version number bug in $VERSION, set to 0.04 instead of 0.02
		( https://rt.cpan.org/Public/Bug/Display.html?id=38536 )
2013-08-24 02:21:32 +00:00
wen
c523317857 Update to 0.3.0
Upstream changes:
0.3.0     2013-03-15 15:24:53 Europe/Oslo
        Gotten rid of Data::Visitor::Callback used to parse type
          constraints. Reported by Alceu Rodrigues de Freitas Junior
          (RT #81753). Solution contributed by chromatic.
2013-08-24 02:17:01 +00:00
wen
07a4ad5c51 Restore the line of PKGNAME 2013-08-24 02:13:21 +00:00
wen
cb34a6e150 Update to 2.0103
Upstream changes:
2.0103          Thu 22 Aug 08:34:46 IDT 2013
    - Apply patch from Yuriy / YOREEK for test failures in t/40reader.t:
        - https://rt.cpan.org/Public/Bug/Display.html?id=83779
        - Changed the variable name to start with an underscore for internal
        use.

2.0102          Mon 19 Aug 15:14:13 IDT 2013
    - Fixed https://rt.cpan.org/Ticket/Display.html?id=83744
        - XPathContext memory leak on registerFunction.
        - Thanks to DGINEV for the report and Yuriy for the patch.
    - Apply proposed fix for https://rt.cpan.org/Ticket/Display.html?id=80521
        - "replaceNode() segfaults when copying DTD nodes with ATTLISTs"
        - Thanks to GUIDO@cpan.org for the report and to YOREEK for
        the patch.
    - Apply fix for https://rt.cpan.org/Ticket/Display.html?id=83779
        - "building on RHEL-5-64 fails"
        - Thanks to mathias@koerber.org for the report, SREZIC@cpan.org
        and d.thomas@its.uq.edu.au for taking part and Yuriy for the patch.

2.0101          Thu 15 Aug 08:29:15 IDT 2013
    - Fixed https://rt.cpan.org/Ticket/Display.html?id=87089 .
        - "HTML doctype differs for string/scalar input"
        - Thanks to NGLENN for the report and to Yuriy for the tests and
        fix.
2013-08-24 02:06:47 +00:00