Commit graph

6689 commits

Author SHA1 Message Date
riastradh
e00fac7571 Fix cross-build of textproc/enca: use CC_FOR_BUILD and avoid run-tests. 2013-05-10 05:27:38 +00:00
joerg
08ed39e3b9 Don't try to explicitly link in libstdc++. 2013-05-09 15:07:58 +00:00
jperkin
494b34688f Comment out broken ruby-gnome2 dependency. This is almost certainly wrong,
but the package is already marked BROKEN yet is currently breaking pbulk due
to this bogus dependency.
2013-05-09 10:09:37 +00:00
adam
f059af431c This one should not be revbumped! 2013-05-09 07:59:26 +00:00
adam
1ab43a036f Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu. 2013-05-09 07:39:04 +00:00
adam
887d5005d9 Changes 51.1:
Common Changes
==============
CLDR 23: Collation tailorings put native script first; non-Gregorian calendar formats are more consistent; much improved data for Armenian (hy), Georgian (ka), Mongolian (mn), and Welsh (cy); …
Time zone data: 2013b
Date format/parse now supports CLDR short weekday names ("EEEEEE", "cccccc").
Support DisplayContext for date formatting, locale display names.
DateTimePatternGenerator behavior is now much more consistent between C and J.
Support new timezone pattern characters in LDML spec: X+, x+, O, OOOO, V, VV, VVV.
Updated  SpoofChecker for v5 of UTS39.
AlphabeticIndex enhancements:
New thread-safe ImmutableIndex sub-API
Build an index for a custom Collator.
Make data-driven for Chinese collations.
New API for CLDR script metadata.

ICU4C Specific Changes
======================
Support for “dangi” Korean luni-solar calendar (already in ICU4J).
Add CompactDecimalFormat (already in ICU4J).
Add TerritoryContainment APIs (already in ICU4J).
UnicodeString default constructor and destructor now inline.
Layout engine now supports 'morx' tables.
Fixed some ICU 50 regressions:
Affixes set with e.g. DecimalFormat::setPositivePrefix were ignored for parse.
UNUM_PARSE_INT_ONLY no longer handled grouping separator.
Add ucal_getTimeZoneID.
The C++ AlphabeticIndex implementation is now on par with Java, including full support for all Chinese collation tailorings.
U8_NEXT() and similar low-level macros now support NUL-terminated UTF-8 strings.
New macros like U8_NEXT_OR_FFFD() return U+FFFD for an ill-formed sequence.
Conversion: New "good one-way" mapping type, for example for Variation Selector sequences.
2013-05-09 07:10:08 +00:00
obache
6f086374cb Marked as BROKEN, no suitable dependency in pkgsrc. 2013-05-09 00:21:34 +00:00
wen
86ea8211a3 Update to 3.28
Upstream changes:
2013-05-04   David E. Wheeler <david@justatheory.org>
	* Release 3.28

	Removed use of 'done_testing' in t/white.t, which was added in
	v3.27. Thanks to Paul Howarth for the catch.

	Fixed inproperly calculated number of skipped tests in t/xhtml01.t
	when HTML::Entities is not intalled.

2013-05-03   David E. Wheeler <david@justatheory.org>
	* Release 3.27

	Added new warnings as defined by Pod::Checker, thanks to RJBS:
	+ "=over" without "=back"
	+ "L<>" starts or ends with whitespace
	+ raw "|" or "/" in "L<text|link>" text

	Added ->keep_encoding_directive, which is false by default, to
	prevent formatters from emitting a document's '=encoding'
	directive in most cases. That they emitted the encoding was a bug
	introduced in v3.26 (RT #84093). Now, only the DumpAsText and
	DumpAsXML formats set it to true. Patch from Patrice Dumas.

2013-02-27   David E. Wheeler <david@justatheory.org>
	* Release 3.26

	Fixed another test script to skip all tests when Encode is not
	installed.

	Added 'encoding()' and 'detected_encoding()' to return the current
	encoding and the encoding actually to decode the input file. The
	value from "=encoding" is also now kept in the output tree. Patch
	from Patrice Dumas (RT #74390).
2013-05-06 15:55:42 +00:00
joerg
790d471cb4 Request C++11 for clang. 2013-05-06 14:59:34 +00:00
wen
765946a282 Update to 2.0016
Upstream changes:
2.0016          Sat 13 Apr 22:36:51 IDT 2013
    - Don't enable XML_PARSE_HUGE by default.
        - Fix the previous version due to a mercurial SNAFU.

2.0015          Sat 13 Apr 02:30:33 IDT 2013
    - Don't enable XML_PARSE_HUGE by default.
        - https://bitbucket.org/shlomif/perl-xml-libxml/pull-request/19
        - Thanks to Grant McLean ( https://metacpan.org/author/GRANTM ) for
        the bug report and patch.

2.0014          Wed  5 Dec 11:06:26 IST 2012
    - Got 40reader_mem_error.t to not fetch the external DTDs.
        - https://rt.cpan.org/Public/Bug/Display.html?id=81703
        - Thanks to Alexandr Ciornii (CHORNY) for the report and Slaven
        Rezic (SREZIC) for the analysis and a proposed fix.

2.0013          Tue  4 Dec 17:40:27 IST 2012
    - Fix a memory error (double-free) in XML::LibXML::Reader if we reached
    EOF and
    then called destroy.
        - discovered by Shlomi Fish.
        - Fixed by Shlomi Fish.
        - see t/40reader_mem_error.t

2.0012          Fri  9 Nov 06:39:32 IST 2012
    - Fix support for references to scalars with overloaded stringification
    magic.
        - https://rt.cpan.org/Public/Bug/Display.html?id=77864
        - Thanks to Christian Hansen (CHANSEN) for a report, a testcase, and
        a patch.

2.0011          Thu  8 Nov 00:25:15 IST 2012
    - Fix crash in removeChild() when not expanding entities
        - https://rt.cpan.org/Ticket/Display.html?id=80395
            - "removeChild() segfaults when not expanding entities"
        - Thanks to GUIDO@cpan.org for the report, for a test case (that
        was adapted into t/48_removeChild_crashes_rt_80395.t ) and for
        a patch to fix it.

2.0010          Thu  1 Nov 20:13:08 IST 2012
    - Passing debug (an undocumented option) to check_lib in Makefile.PL.
        - This way we get more meaningful traces on perl Makefile.PL DEBUG=1.
        - Thanks to MSTROUT for the report and a proposed fix.

2.0009          Thu  1 Nov 16:26:45 IST 2012
    - Fix libxml2 detection in Strawberry Perl.
        - Another Devel::CheckOS fallout.
        - Thanks to KMX for the report and for a proposed fix. The actual fix
        was made to be more generic considering the use-cases.
        - https://rt.cpan.org/Ticket/Display.html?id=80540

2.0008          Mon 22 Oct 12:09:11 IST 2012
    - Fix build error when using non-standard libxml2 installation
        - https://rt.cpan.org/Ticket/Display.html?id=80332
        - Thanks to L RW for the report.
2013-05-04 16:09:41 +00:00
joerg
6637ef4270 Add a bunch of missing includes hidden by libstdc++ namespace pollution. 2013-05-04 12:59:45 +00:00
obache
1a3bece9a8 missing recursive bump from poppler-0.22.3 shlib major change. 2013-05-04 07:19:01 +00:00
wen
b04750c741 Update to 0.52
Upstream changes:
0.52 ( 4-29-13 )
  - Added proper binmode setting when outputting XML to address deficiences on Win32 ( such as failing Strawberry perl due to line endings )
  - Added evil OS check in file writing code to address differences in how files must be opened to write utf8 on win32 versus linux/cygwin.
  - Added note regarding using utf8 flag instead of using encoding(utf8)
  - Altered UTF8 test to also write XML containing UTF8 to a file.

0.51 ( 4-28-13 )
  - New 'unsafe' parsing mode, giving a 30% speed increase with some downfalls
  - New 'read_more' function, allowing more data to be read in before parsing into a tree
  - Fixed some memory leaks
  - Added 'Controversy' section to documentation
  - Updated speed comparisons for feed2.xml, adding a comparison against XML::Fast as well
    as a comparison of running in 'unsafe' mode.
  - Spelling correction
  - "Modernized" file handling using my variables

0.50 ( 4-24-13 )
  - Remove debugging print statements that were left in
  - Include the new test cases in the distribution

0.49 ( 4-23-13 )
  - Fixes to find_by_perl
    Can now be accessed in an object or namespace flexibly.
    Now ignores case of keys.
    Keys with underscores can be used.
    Will work properly when passed a single node instead of an array reference of nodes.
  - Fixes to xget
    Method of deferencing has been changed to be compatible with newer versions of perl ( 5.10.2+ )
  - Fixed handling of nodes named 'value'; they will no longer crash the XS code
  - Added a new function similar to new called 'simple', that works in the same way but automatically uses the 'simple' parser
  - Altered handling of node values in simple mode, so that it stores values when mixed with nodes or atttributes under 'content' ( like XML::Simple )
    This feature was requested by users so it has been added. Note that it only does this when the value is not composed of just spaces and carriage returns.

0.48 ( 4-22-13 )
  - Revert code back to 0.45 version
    Changes lost in the process:
      Content is not stored in the 'content' key any more; it is stored as the node itself when the node contains nothing else. As God intended.
      Memory leak fixes
      Quote handling
  - Code copyright returned fully to David Helkowski; any changes by other parties have been discarded. Any code ported in from other open source projects removed.
    This has been done intentionally so as to make it possible to relicense the software commerically.
  - XS code modofied to work in a multi-threaded environment
  - Reverting Makefile.PL back to original wierd hackish fixes. They are there for specific reasons.
2013-05-02 02:30:42 +00:00
joerg
a378365295 Pick wcschr from std. 2013-04-30 22:29:39 +00:00
joerg
3769fa0bfc Add a number of includes hidden by libstdc++'s name space pollution. 2013-04-29 21:31:09 +00:00
dholland
4146d53ae8 Restore DIST_SUBDIR properly per PR 47769. 2013-04-29 16:11:11 +00:00
rodent
aea47995af +ispell-pt_BR 2013-04-27 10:44:38 +00:00
rodent
32b8c2aeed Import ispell-br-2.4 as textproc/ispell-pt_BR.
This the br.ispell dictionary for Brazilian Portuguese. It's freely available
under the terms of the GNU GPL. You can freely redistribute and/or use it for
spell checking through ispell. The main page (in Portuguese) for this dictionary
is http://www.ime.usp.br/~ueda/br.ispell.
2013-04-27 10:43:31 +00:00
rodent
d551490b96 Removing DIST_SUBDIR since the package was renamed. Resolves PR pkg/47769 2013-04-26 17:03:42 +00:00
wiz
5b30967c5e Fix after rename. 2013-04-25 06:42:39 +00:00
wiz
7b4c176517 Fix CONFLICTS. 2013-04-25 06:40:49 +00:00
jnemeth
638b55e8be sort 2013-04-25 03:50:20 +00:00
wen
5b8d7b4a19 Update to 2.0001
Adjust DEPENDS

Upstream changes:
2.0001 2013-04-24 16:24:22
    [FEATURES]
    - Support PUREPERL_ONLY build
      See the Lancaster Consensu:
      219db464af/lancaster-consensus.md (specifying-pure-perl-builds)

2.0000 2013-02-20 09:21:08
    - No code change from 1.9999_01

1.9999_01 2013-02-16 15:44:31
    [CHANGES]
    - Migrate from Any::Moose to Mouse because Any::Moose is deprecated

1.6002 2012-12-19 22:54:55
    [BUG FIXES]
    - Fix a bug where TTerse created no variable scopes (thanks to Yappo)
2013-04-24 15:00:32 +00:00
rodent
99bd9282bb +ispell-gl 2013-04-24 11:45:41 +00:00
rodent
4c64b5490a Import ispell-gl-0.5 as textproc/ispell-gl.
This an ispell dictionary for Galician, using the "Minimos" standard. It's
freely available under the terms of the GNU GPL, version 2. You can freely
redistribute and/or use it for spell checking with the program ispell.
2013-04-24 11:45:00 +00:00
rodent
4f29bf2828 Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages.
Fixed PLIST for ispell-en_GB.
2013-04-24 11:15:41 +00:00
sbd
87b94069aa Revbump for all packages that have USE_TOOLS+=gs 2013-04-24 10:06:47 +00:00
rodent
997980529f +ispell-ku 2013-04-24 03:33:32 +00:00
rodent
999f2ca0e9 Import ispell-ku-0.20 as textproc/ispell-ku.
Ispell dictionary for Kurdish.

The original word list used for this package was augmented using Scannell's web
crawling software and then hand-checked.
2013-04-24 03:32:37 +00:00
rodent
bf1ca74753 +ispell-lt 2013-04-24 03:06:18 +00:00
rodent
6c1f8538b8 Import ispell-lt-1.3 as textproc/ispell-lt, originally imported to
pkgsrc-wip in 2004 by Chris Pinnock (cjep@users.sourceforge.net) References
PR pkg/25023

This package provides the dictionaries and affix files for spellchecking
of Lithuanian texts.

The latest version of the affix tables and dictionaries can be found
at ftp://ftp.akl.lt/ispell-lt/ .  The mailing list of the project is
available at https://lists.akl.lt/mailman/listinfo/ispell-lt .  A
browsable web interface to the project CVS repository is available at
http://sraige.mif.vu.lt/cvs/ispell-lt/

The software is available under the provisions of a BSD-style license.
The full text of the license is available in the COPYING file.

The project has been sponsored by the Information Society Development
Committee of the Government of Republic of Lithuania.
2013-04-24 03:05:33 +00:00
rodent
8fdf3ffa95 Moving ispell-* packages as discussed on tech-pkg@. Reasons being:
1) Shorter package name;
2) Be consistent with kde3-l18n-*, kde4-l10n-*, hunspell-*, aspell-*,
lang-* PKG_OPTIONS;
3) Simplify modifications to PKGNAME in some Makefiles;
4) Accordance with international language naming standards;

and rename the ispell-base package to ispell, to be consistent with aspell
and hunspell. Bump PKGREVISION where necessary.
2013-04-24 02:20:36 +00:00
rodent
9aed2a8ef3 Update json-glib to 0.16.0. pkgsrc changes: use options framework to enable
the user to disable tests and NLS (enabled by default), and add PKG_OPTION
for gobject-introspection. EXTRACT_SUFX is now .tar.xz. Buildlink pthread
and textproc/json-c. Add PKG_BUILD_OPTIONS to buildlink3.mk. No noticeable
changes by default. PLIST uses PLIST_VARS as supplied by options.mk for
introspection and nls PKG_OPTIONS. Passes pkglint. From ChangeLog:

    Translation additions/updates:
    Assamese, Bengali Brazilian, British Bulgarian, Catalan, Catalan
    (Valencian), Czech, Danish, English, Esperanto, Estonian, French, Galician,
    German, Greek, Hindi, Hungarian, India, Indonesian, Italian, Japanese,
    Korean, Kyrgyz, Latvian, Lithuanian, Norwegian (bokmal), Odia, Polish,
    Portuguese, Portuguese (Brazilian), Punjabi, Russian, Serbian, Slovak,
    Slovenian, Spanish, Swedish, Tadjik, Telugu, Traditional Chinese
    translation (Hong Kong and Taiwan), Turkish, Ukrainian, Uyghur, Vietnamese

    docs: Fix xinclude fallback for annotation glossary
    variant: Fix documentation and annotations for deserialize()
    Update Visual Studio Solution Files
    Visual Studio Builds: Support building introspection files
    Update build/win32/config.h.win32(.in)
    Update Visual Studio Property Sheets
    node: add (transfer none) annotations to the new typed initializers
    Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
    path: Fix get all object members with wildcard
    path: Fix get all array elements with wildcard
    Using the same data as in tests, asking for $['store']['book'][*] JSON path
    should return all the book objects in an array.
    But that array is returned inside another array, dupped several times.
    Fix VS 2008 poperty sheet
    Cleanup/fix Visual C++ build files
    build: Bump up the requirement for GLib
    build: Use the symbols file to generate our public ABI
    symbols: Re-sort
    tests: Put g_type_init() under conditional compilation
    Use typed initializers for JsonNode
    Use the new typed JsonNode initializers
    The typed setters in JsonArray and JsonObject should use the JsonNode
    typed initializers.
    Consolidate null handling in JsonArray and JsonObject
    node: Add typed initializers
    tests/reader: Improve test coverage
    reader: "null" is a value
    scanner: Remove unused functions
    tests: Improve coverage
    gobject: Use JsonSerializable API
    Instead of directly accessing the vfunc from the interface vtable.
    tests: Improve coverage
    builder: Conform to the coding style
    Function arguments should be aligned on different lines.
    array: Relax preconditions on array and object methods
    array: Relax add_string_element() preconditions
    tests/parser: Check negative numeric values
    tests/invalid: Improve test coverage
    parser: Empty member names are not valid
    build: Fix test-report generation
    tests/invalid: Add more invalid JSON tests
    tests/invalid: Check invalid assignments
    parser: Use error codes for invalid assignments
    tests: Move the invalid JSON unit to its own file
    parser: Consolidate value parsing
    parser: Show the column in the error message
    parser: Fix small leak in json_parse_statement
    reader: Do not do strict type validation on numeric types
    node: Implicitly convert numeric types
    generator: Use JsonValue, not GValue
    doap: Change my email address to @gnome.org
    Post-release version bump to 0.15.3
    docs: Add missing symbols
    build: Drop dependency on gnome-autogen.sh
    Use autoreconf instead.
    symbols: Add missing functions
    build: Add abicheck.sh
    scanner: Mark all symbols as internal
    Use lcov instead of gcov for test coverage reports
    With lcov we get nicer reporting tools, with HTML output.
    node: Replace GValue with JsonValue
    Add JsonValue
    path: Pass int width for printf field width, not long
    Signed-off-by: Fran Diéguez <fran.dieguez@mabishu.com>
    Fix "install" paths in VS property sheets
    Remove JSON_DISABLE_DEPRECATED
    Prevent .po file updates on simple 'make'
    autogen.sh: remove out-of-tree check
    Fix VS property sheets
    docs: Use markdown in the README
    docs: Fix typo in JsonObject's description
    Use the new GLib deprecation scheme
    Use g_value_[sg]et_schar() with GLib 2.31
    The non-explicitly signed variant is deprecated.
    Adapt to the demise of single includes in GLib
    Update VS9 property sheet
    build: Fix srcdir != builddir
2013-04-21 14:04:20 +00:00
ryoon
41a5ba8732 Update to 2013031301
Changelog:
Version 2013031301 Wed Mar 13 12:03:41 CET 2013
+ Pattern for IPv6 addresses. Requested by Guy Edwards and many others.
  RT 50693.

Version 2013031201 Tue Mar 12 15:44:48 CET 2013
+ Allow host/domain names to start with a digit, using
  $RE{net}{domain}{-rfc1101}. Requested by Guy Edwards and many others.
  RT 23626.

Version 2013031101 Mon Mar 11 21:02:45 CET 2013
+ For integers and decimal numbers (reals), allow the user to specify the
  pattern of the signs (leading sign, and for reals, the sign of the exponent).
  This gives the user the option to ask for a pattern that matches unsigned
  numbers (by specifying the empty string as the pattern).
  Requested by "Wilson, Jonathan" <jonathan.wilson@Vanderbilt.Edu>.

Version 2013030901 Sat Mar  9 14:51:42 CET 2013
+ Use (?-1) instead of (??{ }) for the recursive balanced pattern.
  This makes the pattern unavailable for pre-5.010 perls.
2013-04-21 13:01:04 +00:00
ryoon
6c3d8d17ed Update to 1.60
Changelog:
 31-Jan-2013           Marek Rouchal                        <marekr@cpan.org>
 -----------------------------------------------------------------------------
 Version 1.60
 + removed Pod::Checker and Pod::Usage from this distribution - they are now
   separate distros and are subjects to be refactored, to be based upon
   Pod::Simple. Thanks to rjbs for reminding me of this.


 25-Jan-2012           Marek Rouchal                        <marekr@cpan.org>
 -----------------------------------------------------------------------------
 Version 1.51
 + CPAN#74271: Pod::Parser should not flag L<text|hyperlink>
   undo change CPAN#47473: L<alt text|URL> _is_ allowed (see discussion on
   pod-people and p5p); confirmed by blead change; references:
   http://code.activestate.com/lists/perl-pod-people/1690/
   http://code.activestate.com/lists/perl-pod-people/1393/
   http://perl5.git.perl.org/perl.git/commit/f6e963e4dd62b8e3c01b31f4a4dd57e47e104997
 + bump all module versions (except Pod::PlainText) to 1.51
 + update META.yml (thanks rjbs for the hint)


 16-Jan-2012           Marek Rouchal                        <marekr@cpan.org>
 -----------------------------------------------------------------------------
 Version 1.50
 + fix whitespace (esp. CR [\r] related) issues with different Perl versions
   on Windows (with Perl 5.8.8 [Activestate], and 5.6.1 [SUA])
 + merge latest core (5.14.x) changes to this distro
 + CPAN#73446: fix minor POD error in InputObjects.pm
 + CPAN#43955: podchecker fails to detect superfluous =cut directive:
   implemented (and extended by a check for superfluous =pod commands) and
   documented in Pod::Checker; also added a note in the POD of all modules
   that they are part of the Pod::Parser distribution
 + CPAN#46695: use consistent version (1.50) for distribution and all Pod::
   modules in this distro (except for Pod::PlainText, which stays at 2.05)
 + CPAN#52086: mismatch between distro and module version:
   same as above
 + CPAN#55121: correction for Pod::Find and t/pod/find.t on VMS
 + CPAN#47473: podchecker on L<> url with alt text
   ... causes an error in Pod::Checker now
 + CPAN#57954: Pod::Usage does not find perldoc when perl is relocatable
   ... use $Config{scriptdirexp} instead of scriptdir
 + CPAN#61223: podchecker notice missing blank line before command
   implemented with more tests in poderrs.t and self test of all *.pms
 + CPAN#66614: parse of no final newline vs perl -w
   ... a rare case, but fixed nevertheless
 + CPAN#68157: Pod-Parser-1.38/lib/Pod/Usage.pm question/bug
   ... pass through formatting options to Pod::Text
 + CPAN#70771: mishandles symbolic links in @INC
   ... fixed by making the paths in @INC absolute, using Cwd::abs_path()
 + CPAN#71139: 3 possible optimisations
   ... applied
 + several other rt.cpan.org tickets processed and closed
2013-04-21 12:58:35 +00:00
ryoon
ec929320ad Update to 1.50
Changelog:
1.50 - April 7, 2013
    - Update the repository URL to its new location on GitHub.
2013-04-21 12:55:49 +00:00
obache
7bb0a75869 + ruby-text 2013-04-21 12:33:34 +00:00
obache
0b4ff2f9c9 Import ruby-text-1.2.1 as textproc/ruby-text.
A collection of text algorithms: Levenshtein, Soundex, Metaphone, Double
Metaphone, Porter Stemming
2013-04-21 12:27:11 +00:00
wiz
af13c55896 Update to 2.00:
2.00    Wed Apr 17 22:49:41 CDT 2013
====================================

The first version of ack 2.0.


# Incompatibilities with ack 1.x

ack 2 makes some big changes in its behaviors that could trip up
users who are used to the idiosyncracies of ack 1.x.  These changes
could affect your searching happiness, so please read them.

* ack's default behavior is now to search all files that it identifies
as being text.  ack 1.x would only search files that were of a file
type that it recognized.

* Removed the `-a` and `-u` options since the default is to search
all text files.

* Removed the `--binary` option.  ack 2.0 will not find and search
through binary files.

* Removed the `--skipped` option.

* Removed the `--invert-file-match` option.  `-v` now works with
`-g`.  To list files that do not match `/foo/`

    ack -g foo -v

* `-g` now obeys all regex options: `-i`, `-w`, `-Q`, `-v`

* Removed the `-G` switch, because it was too confusing to have two
regexes specified on the command line.  Now you use the `-x` switch
to pipe filenames from one `ack` invocation into another.

To search files with filename matching "sales" for the string "foo":

    ack -g sales | ack -x foo

# New features in ack 2.0

ack 2.0 will:

* By default searches all text files, as identified by Perl's `-T` operator
    * We will no longer have a `-a` switch.

* improved flexibility in defining filetype selectors
    * name equality ($filename eq 'Makefile')
    * glob-style matching (`*.pl` identifies a Perl file)
    * regex-style matching (`/\.pl$/i` identifies a Perl file)
    * shebang-line matching (shebang line matching `/usr/bin/perl/`
    identifies a Perl file)

* support for multiple ackrc files
    * global ackrc (/etc/ackrc)
        * https://github.com/petdance/ack/issues/#issue/79
    * user-specific ackrc (~/.ackrc)
    * per-project ackrc files (~/myproject/.ackrc)

* you can use --dump to figure which options are set where

* all inclusion/exclusion rules will be in the ackrc files
    * ack 2.0 has a set of definitions for filetypes, directories to
      include or exclude, etc, *but* these are only included so you don't
      need to ship an ackrc file to a new machine.  You may tell ack to
      disregard these defaults if you like.

* In addition to the classic `--thpppt` option to draw Bill the
Cat, `ack --bar` will draw (of course) Admiral Ackbar.
2013-04-20 14:38:50 +00:00
obache
68c5a2a000 Change version number of python buitin module packages
form fixed `0' to main Python distribution version (PY_DISTVERSION)
so that packages will be updated with main Python distribution update.

no objection in tech-pkg@ for a week.
2013-04-20 09:38:04 +00:00
drochner
56b5ec71bd add CVE reference 2013-04-19 09:47:43 +00:00
drochner
81799dfd32 add patch from upstream to fix Multiple Use-After-Free Vulnerabilities
(no CVE# assigned yet)
bump PKGREV
2013-04-18 10:17:42 +00:00
wiz
aed6bb966b Restore needed EXTRACT_SUFX=.tar.gz. 2013-04-14 15:59:21 +00:00
rodent
853c990d09 Updated to latest stable. Commented patch and updated it to reflect changes
in source file. +LICENSE; Made HOMEPAGE more package-specific. This exceeds
requested update.
2013-04-13 13:14:05 +00:00
rodent
9cbe53cb04 +aspell-de-alt 2013-04-13 12:54:15 +00:00
rodent
366191773d Import aspell-de-alt-2.1.1 as textproc/aspell-de-alt.
GNU Aspell 0.60 German - Old Spelling (Deutsch - Alter Spelling) Dictionary
Package
2013-04-13 12:53:32 +00:00
rodent
b9849322b1 +aspell-zu 2013-04-13 12:48:49 +00:00
rodent
887f6e7852 Import aspell-zu.0.50-0 as textproc/aspell-zu.
GNU Aspell Zulu Word List Package
2013-04-13 12:48:06 +00:00
rodent
d0dc048268 +aspell-yi 2013-04-13 12:45:18 +00:00
rodent
f0c1e94d0a Import aspell-yi-0.01.1.1 as textproc/aspell-yi.
GNU Aspell 0.60 Yiddish Dictionary Package
2013-04-13 12:44:44 +00:00
rodent
e2efc62240 +aspell-wa 2013-04-13 12:41:05 +00:00
rodent
c0fc51a32b Import aspell-wa-0.50.0 as textproc/aspell-wa.
GNU Aspell Walloon Word List Package
2013-04-13 12:40:25 +00:00
rodent
27d952b3d8 +aspell-vi 2013-04-13 12:36:13 +00:00
rodent
c96d29602f Import aspell-vi-0.01.1.1 as textproc/aspell-vi.
GNU Aspell 0.60 Vietnamese Dictionary Package
2013-04-13 12:35:21 +00:00
rodent
75e6ac7582 +aspell-uz 2013-04-13 12:31:45 +00:00
rodent
623a8a4287 Import aspell-uz-0.6.0 as textproc/aspell-uz.
GNU Aspell 0.60 Uzbek Dictionary Package
2013-04-13 12:31:05 +00:00
rodent
d5eea767f8 +aspell-tr 2013-04-13 12:26:55 +00:00
rodent
eb38616f96 Import aspell-tr-0.50.0 as textproc/aspell-tr.
GNU Aspell Turkish Word List Package
2013-04-13 12:25:59 +00:00
rodent
c9eece1b3c +aspell-tn 2013-04-13 12:08:16 +00:00
rodent
607042495f Import aspell-tn-1.0.1.0 as textproc/aspell-tn.
GNU Aspell Setswana Word List Package
2013-04-13 12:07:33 +00:00
rodent
2a1888a309 +aspell-tl 2013-04-13 12:03:40 +00:00
rodent
8fd0608eee Import aspell-tl-0.02.1 as textproc/aspell-tl.
GNU Aspell Tagalog Word List Package
2013-04-13 12:03:06 +00:00
rodent
dcbf1bb641 +aspell-tk 2013-04-13 11:59:41 +00:00
rodent
16c3b8803e Import aspell-tk-0.01.0 as textproc/aspell-tk.
GNU Aspell Turkmen Word List Package
2013-04-13 11:58:55 +00:00
rodent
aaa13ed8e5 +aspell-tet 2013-04-13 11:54:56 +00:00
rodent
8efbaccb53 Import aspell-tet-0.1.1 as textproc/aspell-tet.
GNU Aspell Tetum Word List Package
2013-04-13 11:54:12 +00:00
rodent
61370d7f58 +aspell-ta 2013-04-13 11:39:55 +00:00
rodent
49a563bf43 Import aspell-ta-20040424.1 as textproc/aspell-ta.
GNU Aspell 0.60 Tamil Dictionary Package
2013-04-13 11:39:13 +00:00
rodent
b9f89db994 Import aspell-sw-0.50.0 as textproc/aspell-sw.
GNU Aspell Swahili Word List Package
2013-04-13 11:24:48 +00:00
rodent
41520785e7 Import aspell-lv-0.5.5.1 as textproc/aspell-lv.
GNU Aspell 0.60 Latvian Dictionary Package
2013-04-13 11:23:28 +00:00
ghen
e3ba207887 Hand in maintainership. 2013-04-13 07:55:01 +00:00
rodent
ddbfc9fec1 +aspell-sw 2013-04-13 04:02:00 +00:00
rodent
e046c92d54 +aspell-sr 2013-04-12 12:33:20 +00:00
rodent
b2a65e605f Import aspell-sr-0.02 as textproc/aspell-sr.
GNU Aspell 0.60 Serbian Dictionary Package
2013-04-12 12:32:39 +00:00
rodent
bef9d746cf +aspell-sl 2013-04-12 12:26:00 +00:00
rodent
21933b3f54 Import aspell-sl-0.50.0 as textproc/aspell-sl.
GNU Aspell Slovenian Word List Package
2013-04-12 12:25:05 +00:00
rodent
86b28e77a2 +aspell-sc 2013-04-12 12:20:10 +00:00
rodent
3e7a0cbe73 Import aspell-sc-1.0 as textproc/aspell-sc.
GNU Aspell Sardinian Word List Package
2013-04-12 12:19:29 +00:00
rodent
44b538335f +aspell-rw 2013-04-12 11:57:16 +00:00
rodent
0797fa7b6f Import aspell-rw-0.50.0 as textproc/aspell-rw.
GNU Aspell Kinyarwanda Word List Package
2013-04-12 11:56:37 +00:00
rodent
d81b67d8b6 +aspell-qu 2013-04-12 11:17:49 +00:00
rodent
49cf7c2eb0 Import aspell-qu-0.02.0 as textproc/aspell-qu.
GNU Aspell 0.60 Quechua (Runasimi (qheshwa)) Dictionary Package
2013-04-12 11:17:06 +00:00
rodent
ceabfeffa0 +aspell-pt_BR 2013-04-12 11:12:26 +00:00
rodent
b98fbf2b45 Import aspell-pt_BR-20090702.0 as textproc/aspell-pt_BR.
GNU Aspell 0.60 Brazilian Portuguese Dictionary Package
2013-04-12 11:11:19 +00:00
rodent
5ad97a9731 +aspell-pa 2013-04-12 10:54:47 +00:00
rodent
bb7baf2678 Import aspell-pa-0.01.1 as textproc/aspell-pa.
GNU Aspell 0.60 Punjabi Dictionary Package
2013-04-12 10:54:07 +00:00
rodent
90fe818fc9 +aspell-or 2013-04-12 10:51:15 +00:00
rodent
2c06ad8918 Import aspell-or-0.03.1 as textproc/aspell-or.
GNU Aspell 0.60 Oriya Dictionary Package
2013-04-12 10:50:37 +00:00
rodent
4446f1684d +aspell-ny 2013-04-12 10:46:04 +00:00
rodent
364b82184c Import aspell-ny-0.01.0 as textproc/aspell-ny.
GNU Aspell Chichewa Word List Package
2013-04-12 10:45:24 +00:00
rodent
26f99b86a8 +aspell-nn 2013-04-12 10:41:21 +00:00
rodent
9604108915 Import aspell-nn-0.50.1.1 as textproc/aspell-nn.
GNU Aspell Norwegian Nynorsk Word List Package
2013-04-12 10:40:40 +00:00
rodent
866a572e23 Import aspell-mt-0.50.0 as textproc/aspell-mt.
GNU Aspell Maltese Word List Package
2013-04-12 10:31:25 +00:00
rodent
bed5d6bfd9 CONFLICTS+= aspell-mr-[0-9]* 2013-04-12 00:14:10 +00:00
rodent
4b8d7aec32 +aspell-mr 2013-04-12 00:13:19 +00:00
rodent
3a3fb731d4 Import aspell-mr-0.10.0 as textproc/aspell-mr.
GNU Aspell 0.60 Marathi Dictionary Package
2013-04-12 00:12:29 +00:00
rodent
7922e028bd +aspell-mn 2013-04-12 00:02:25 +00:00
rodent
7b8df66aa2 Import aspell-mn-0.06.2 as textproc/aspell-mn.
GNU Aspell 0.60 Mongolian Dictionary Package
2013-04-12 00:01:26 +00:00
rodent
f684cabef6 +aspell-ml 2013-04-11 23:57:04 +00:00
rodent
0307afd5d8 Import aspell-ml-0.03.1 as textproc/aspell-ml.
GNU Aspell 0.60 Malayalam Dictionary Package
2013-04-11 23:56:24 +00:00
rodent
6ccacb37db +aspell-mk 2013-04-11 23:50:19 +00:00
rodent
6c704a714e Import aspell-mk-0.50.0 as textproc/aspell-mk.
GNU Aspell Macedonian Word List Package
2013-04-11 23:49:37 +00:00
rodent
239fd8ed26 +aspell-mi 2013-04-11 23:43:26 +00:00
rodent
8cd102595e Import aspell-mi-0.50.0 as textproc/aspell-mi.
GNU Aspell Maori Word List Package
2013-04-11 23:42:18 +00:00
rodent
4ff990cfb3 +aspell-mg 2013-04-11 23:38:28 +00:00
rodent
9b7fd2ac06 Import aspell-mg-0.03.0 as textproc/aspell-mg.
GNU Aspell Malagasy Word List Package
2013-04-11 23:37:47 +00:00
rodent
86efce9f66 +aspell-lv 2013-04-11 17:26:49 +00:00
rodent
fec1b37767 +aspell-lt 2013-04-11 17:10:31 +00:00
rodent
ea1b22fc82 Import aspell-lt-1.3 as textproc/aspell-lt.
GNU Aspell 0.60 Lithuanian Dictionary Package
2013-04-11 17:09:53 +00:00
rodent
d64658a3a0 +aspell-la 2013-04-11 17:02:16 +00:00
rodent
a12cfe5a89 Import aspell-la-20020503.0 as textproc/aspell-la.
GNU Aspell 0.60 Latin Dictionary Package
2013-04-11 17:01:30 +00:00
rodent
e0d48786a2 +aspell-ky 2013-04-11 16:57:31 +00:00
rodent
04a41ba818 Import aspell-ky-0.01.0 as textproc/aspell-ky.
GNU Aspell 0.60 Kirghiz Dictionary Package
2013-04-11 16:54:33 +00:00
rodent
f1a7022d4f +aspell-ku 2013-04-11 16:51:18 +00:00
rodent
a4fbf263b3 Import aspell-ku-0.20.1 as textproc/aspell-ku.
GNU Aspell Kurdi Word List Package
2013-04-11 16:50:38 +00:00
rodent
d67a8a747e +aspell-kn 2013-04-11 16:45:57 +00:00
rodent
972405303e Import aspell-kn-0.01.1 as textproc/aspell-kn.
GNU Aspell 0.60 Kannada Dictionary Package
2013-04-11 16:44:58 +00:00
rodent
3058ff64be +aspell-is 2013-04-11 12:31:22 +00:00
rodent
5de4632291 Import aspell-is-0.51.1.0 as textproc/aspell-is.
GNU Aspell Icelandic Word List Package
2013-04-11 12:30:42 +00:00
rodent
257e56b4ea +aspell-id 2013-04-11 11:58:39 +00:00
rodent
7fd784a62d Import aspell-id-1.2.0 as textproc/aspell-id.
GNU Aspell Indonesian (Bahasa Indonesia) Word List Package
2013-04-11 11:58:03 +00:00
rodent
4bd7e449df +aspell-ia 2013-04-11 11:51:39 +00:00
rodent
dd1b907f12 Import aspell-ia-0.50.1 as textproc/aspell-ia.
GNU Aspell Interlingua Word List Package
2013-04-11 11:50:55 +00:00
rodent
21241ba2c8 +aspell-hy 2013-04-11 11:46:39 +00:00
rodent
3802001653 Import aspell-hy-0.10.0.0 as textproc/aspell-hy.
GNU Aspell 0.60 Armenian Dictionary Package
2013-04-11 11:45:55 +00:00
rodent
f80b1bc374 +aspell-hus 2013-04-11 11:40:04 +00:00
rodent
4dbd787ff2 Import aspell-hus-0.03.1 as textproc/aspell-hus.
GNU Aspell 0.60 Huastec (Tenek) Dictionary Package
2013-04-11 11:39:25 +00:00
rodent
b90f3b94d0 +aspell-hu 2013-04-11 11:34:10 +00:00
rodent
ab412b7b18 Import aspell-hu-0.99.4.2.0 as textproc/aspell-hu.
GNU Aspell 0.60 Hungarian Dictionary Package
2013-04-11 11:33:16 +00:00
rodent
0a99e05a23 +aspell-hsb 2013-04-11 11:27:19 +00:00
rodent
4669cf3ac7 Import aspell-hsb-0.02.0 as textproc/aspell-hsb.
GNU Aspell 0.60 Upper Sorbian (hornjoserbsce) Dictionary Package
2013-04-11 11:26:26 +00:00
rodent
fed123e078 +aspell-hr 2013-04-11 11:22:31 +00:00
rodent
f986e650ae Import aspell-hr-0.51.0 as textproc/aspell-hr.
GNU Aspell Croatian Word List Package
2013-04-11 11:21:49 +00:00
rodent
c11b986e9e +aspell-hil 2013-04-11 11:17:12 +00:00
rodent
267b6f4c96 Import aspell-hil-0.11.0 as textproc/aspell-hil.
GNU Aspell Hiligaynon Word List Package
2013-04-11 11:16:08 +00:00
rodent
37bf8b8f34 +aspell-hi 2013-04-11 11:10:25 +00:00
rodent
88fa67f5ac Import aspell-hi-0.02.0 as textproc/aspell-hi.
GNU Aspell 0.60 Hindi Dictionary Package
2013-04-11 11:09:46 +00:00
rodent
f0736e95cc +aspell-he 2013-04-11 11:05:39 +00:00
rodent
b6469216cc Import aspell-he-1.0.0 as textproc/aspell-he.
GNU Aspell 0.60 Hebrew Dictionary Package
2013-04-11 11:04:41 +00:00
rodent
1f7c1038ab +aspell-gv 2013-04-11 10:58:04 +00:00
rodent
5e70a10bdb Import aspell-gv-0.50.0 as textproc/aspell-gv.
GNU Aspell Manx Gaelic Word List Package
2013-04-11 10:56:04 +00:00
rodent
6fae5dfbf6 +aspell-gu 2013-04-11 03:44:19 +00:00
rodent
6d1a028503 Import aspell-gu-0.03.0 as textproc/aspell-gu.
GNU Aspell 0.60 Gujarati Dictionary Package
2013-04-11 03:43:31 +00:00
rodent
9a23d23ad0 +aspell-grc 2013-04-11 03:32:29 +00:00
rodent
6f2ac4bdb1 Import aspell-grc-0.02.0 as textproc/aspell-grc.
GNU Aspell 0.60 Ancient Greek Dictionary Package
2013-04-11 03:31:21 +00:00
rodent
27cdf2d7d3 +aspell-gl 2013-04-11 00:28:14 +00:00
rodent
d8950867b0 Import aspell-gl-0.5a.2 as textproc/aspell-gl.
GNU Aspell 0.60 Galician (Galego (minimos)) Dictionary Package
2013-04-11 00:27:28 +00:00
rodent
bde1214627 +aspell-gd 2013-04-11 00:20:13 +00:00
rodent
2a0369ad97 Import aspell-gd-0.1.1.1 as textproc/aspell-gd.
GNU Aspell Scottish Gaelic Word List Package
2013-04-11 00:19:47 +00:00
rodent
83bb7f8af1 +aspell-fy 2013-04-11 00:10:45 +00:00
rodent
12e5c27fee Import aspell-fy-0.12.0 as textproc/aspell-fy.
GNU Aspell 0.60 Frisian (Frysk) Dictionary Package
2013-04-11 00:10:16 +00:00
rodent
16c612b3d2 +aspell-et 2013-04-11 00:02:38 +00:00
rodent
797c65d52a Import aspell-et-0.1.21.1 as textproc/aspell-et.
GNU Aspell 0.60 Estonian Dictionary Package
2013-04-11 00:02:11 +00:00
rodent
37ac0e939b +aspell-csb 2013-04-10 18:00:10 +00:00
rodent
67305f1e59 Import aspell-csb-0.02.0 as textproc/aspell-csb.
GNU Aspell 0.60 Kashubian Dictionary Package
2013-04-10 17:59:41 +00:00
rodent
af90710c70 +aspell-bn 2013-04-10 17:51:19 +00:00
rodent
e74731a1bd Import aspell-bn-0.01.1.1 as textproc/aspell-bn.
GNU Aspell 0.60 Bengali Dictionary Package
2013-04-10 17:50:41 +00:00
rodent
a0297b6881 +aspell-bg 2013-04-10 17:46:50 +00:00
rodent
27910f5589 Import aspell-bg-4.1.0 as textproc/aspell-bg.
GNU Aspell 0.60 Bulgarian Dictionary Package
2013-04-10 17:46:20 +00:00
rodent
5e64a3df7d +aspell-be 2013-04-10 17:42:01 +00:00
rodent
da377c6533 Import aspell-be-0.01 as textproc/aspell-be.
Belarusian language support for aspell.
2013-04-10 17:41:36 +00:00
rodent
9c6eee5e3e +aspell-az 2013-04-10 17:31:23 +00:00
rodent
d57eb6ffdd Import aspell-az-0.02.0 as textproc/aspell-az.
GNU Aspell 0.60 Azerbaijani Dictionary Package
2013-04-10 17:30:49 +00:00
rodent
ad90d1e833 +aspell-ast 2013-04-10 17:24:50 +00:00
rodent
43df344c78 Import aspell-ast-0.01 as textproc/aspell-ast.
GNU Aspell 0.60 Asturian (Asturianu) Dictionary Package
2013-04-10 17:24:17 +00:00
obache
7abf2532d3 Update ruby-tilt to 1.3.7.
## 1.3.7 (2013-04-09)

* Erubis: Check for the correct constant (#183, mattwildig)
* Don't fail when BasicObject is defined in 1.8 (#182, technobrat, judofyr)
2013-04-10 12:37:36 +00:00
rodent
f6eeb5fc88 +aspell-ar 2013-04-10 12:33:06 +00:00
rodent
eef2ff2651 Import aspell-ar-1.2.0 as textproc/aspell-ar.
GNU Aspell 0.60 Arabic Dictionary Package
2013-04-10 12:32:40 +00:00
rodent
344f2c7331 HOMEPAGE -> http://aspell.net/ 2013-04-10 12:26:14 +00:00
rodent
b9755d14fe +aspell-am 2013-04-10 12:04:19 +00:00
rodent
32ca946a95 Import aspell-am-0.03.1 as textproc/aspell-am.
GNU Aspell 0.60 Amharic Dictionary Package
2013-04-10 12:03:55 +00:00
rodent
df2e6c3a58 +aspell-af 2013-04-10 11:49:34 +00:00
rodent
0755d70b72 Import aspell-af-0.50.0 as textproc/aspell-af.
GNU Aspell Afrikaans Word List Package
2013-04-10 11:49:01 +00:00
rodent
66e9d95a6b +aspell-te 2013-04-10 00:19:03 +00:00
rodent
6a54b9e84c Import aspell-te-0.01.2 as textproc/aspell-te.
Aspell Telugu dictionary.

Passes pkglint. Packaged originally in pkgsrc-wip by Prudhvi Krishna
Surapaneni (prudhvikrishna@users.sourceforge.net).
2013-04-10 00:18:18 +00:00
rodent
0543eccd99 +aspell-fi
Finnish language support for aspell originally packaged in pkgsrc-wip by
Juho Juopperi <jkjuopperi@users.sourceforge.net>
2013-04-09 23:56:15 +00:00
rodent
6c99966f06 Import aspell-fi-0.7.0 as textproc/aspell-fi.
Finnish language support for aspell.
2013-04-09 23:54:16 +00:00
rodent
c1df4978d4 Depend on aspell-en instead of aspell-english. Bump PKGREVISION. 2013-04-09 09:40:11 +00:00
rodent
b21fbd60c3 Last minute move of aspell-pt -> aspell-pt_PT, because aspell-pt_BR is
also possible.
2013-04-09 02:35:05 +00:00
rodent
ac14942890 Moved aspell-* packages as discussed. Reasons being:
1) Shorter package name;
2) Be consistent with kde3-i18n-*, kde4-l10n-*, hunspell-*, lang-*
   PKG_OPTIONS;
3) Simplify modifications to PKGNAME in their Makefiles;
4) Accordance with international language naming standards;
5) Facilitate the addition of other dictionaries which are variants of the
   same language (ex. Portuguese and Norwegian);

May this commit not cause anything to explode, hairs to gray, nerds to rage
2013-04-09 02:33:36 +00:00
rodent
b65af7be2b Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
rodent
6b46c62d2e Edited DESCR in the case of:
File too long (should be no more than 24 lines).
 Line too long (should be no more than 80 characters).
 Trailing empty lines.
 Trailing white-space.
Trucated the long files as best as possible while preserving the most info
contained in them.
2013-04-07 20:49:31 +00:00
obache
182556208b Update ruby-tilt to 1.3.6.
## 1.3.6 (2013-03-17)

* Accept Hash that implements #path as options (#180, lawso017)
* Changed extension for CsvTemplate from '.csv' to '.rcsv' (#177, alexgb)
2013-04-07 11:23:27 +00:00
obache
d80bf52f29 correct format fix miss replacing "=" with a space. 2013-04-07 08:39:29 +00:00
rodent
9e8537cdd2 "Each sed command should appear in an assignment of its own." 2013-04-06 21:07:31 +00:00
rodent
942aad2e6a Resolves:
"INFO_FILES should be set to YES or yes."
"Packages that install info files should set INFO_FILES."
Makefile and PLIST warning, respectively.
2013-04-06 20:27:16 +00:00
rodent
76e83cbf5c Various MASTER_SITES-related fixes. 2013-04-06 14:09:32 +00:00
rodent
7009872d91 "Please write NetBSD.org instead of netbsd.org" 2013-04-06 13:09:24 +00:00
rodent
44c94b38c6 'EXTRACT_SUFX is ".tar.gz" by default, so this definition may be
redundant.' - It was. Removed.
2013-04-06 13:01:26 +00:00
rodent
56cf012b37 'For consistency, please add a trailing slash to "http://example.com".' 2013-04-06 12:08:38 +00:00
rodent
28c976145a "Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variable
$$extract_file instead."
2013-04-06 12:03:59 +00:00
rodent
648218e98c 'Please use "${TRUE}" instead of "true".' 2013-04-06 03:59:24 +00:00
rodent
a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00
wiz
fd59004a98 + discount. 2013-04-04 09:42:53 +00:00
wiz
2e57806670 Import discount-2.1.6 as textproc/discount, packaged for wip
by zecrazytux and fhajny.

Markdown is a text-to-HTML conversion tool for web writers. Markdown
allows you to write using an easy-to-read, easy-to-write plain text
format, then convert it to structurally valid XHTML (or HTML).

The overriding design goal for Markdown's formatting syntax is to make
it as readable as possible. The idea is that a Markdown-formatted
document should be publishable as-is, as plain text, without looking
like it's been marked up with tags or formatting instructions. While
Markdown's syntax has been influenced by several existing text-to-HTML
filters, the single biggest source of inspiration for Markdown's
syntax is the format of plain text email.

Original Markdown implementation is written in Perl. Discount provides a
Markdown CLI tool and a library, written in C.
2013-04-04 09:40:22 +00:00
wen
1f5e1d3e12 Update to 0.97
Upstream changes:
0.97	- 2013-03-30, H.Merijn Brand
    * Regain the speed from 0.91 (buffer back to 1k)
    * Minor cleanup in XS code
    * Add diag_verbose attribute

0.96	- 2013-03-26, H.Merijn Brand
    * No need to require Test::Harness if unused (RT#82693)
    * parse ("") should return one empty field, not undef
    * Now that we know the record number, show it in auto_diag

0.95	- 2013-01-13, H.Merijn Brand
    * Introduce allow_unquoted_escape as workaround for RT#81295
    * Update copyright to 2013
    * Introduce print_hr () for RT#76143
    * Dropped plans to support EBCDIC
2013-04-03 08:11:17 +00:00
markd
e597d79260 Update to 2.9.0
* Better error handling on the Client::LocalSocketClient
* New DataStream class which shares code between the server and client
* New boolean option "emptyGraphs" in the Virtuoso backend, which can
  enable/disable checks for empty graphs
* New boolean option "fakeBooleans" in the virtuoso backend, which can
  enable/disable fake boolean support
* Client and Server code optimizations
2013-04-03 07:41:37 +00:00
markd
25ed9df4d6 Update to 0.10.0
0.10.0
    02/11/2012 - trueg
           Added nmm:TVSeason and friends to make TV seasons fully
 qualified resources.
    02/28/2012 - Evgeny Egorochkin
           Fixed nmo:messageHeader cardinality restriction.

0.9.0
    01/05/2012 - trueg
           Added properties nfo:depicts and nfo:depiction
           Made nmm:artwork a subproperty of nfo:depiction

    12/13/2011 - trueg
           Added nrl:DefiningProperty and nrl:NonDefiningProperty

    12/12/2011 - trueg
           Set nao:userVisible on the following classes and properties:
              nao:score
              nao:hasSubResource
              nao:hasSuperResource
              nrl:Graph
              rdf:Property
              rdfs:Class
              rdfs:Resource
              nie:hasPart
              nie:isPartOf
              nfo:hasHash
              nuao:Event

    08/23/2011 - trueg
           Added class nfo:LocalFileDataObject


0.8.1
    11/25/2011 - trueg
           Fixed domain of nmm:setSize to nmm:MusicAlbum

0.8.0
    08/18/2011 - trueg
           Made nfo:FileName a sub-property of nao:prefLabel

    08/14/2011 - trueg
           Added nfo:WebDataObject

    08/05/2011 - trueg
           Fixed range of nexif:orientation
           Added nmm:setNumber and nmm:setSize

    07/24/2011 - trueg
           Added nmm:albumTrackCount

    07/15/2011 - trueg
           nmm:MusicPiece is a subclass of nfo:Audio instead of nfo:Media
           Added focus event handling:
              nuao:FocusEvent
              nuao:totalFocusDuration
              nuao:initiatingAgent
              nuao:targettedResource
           pimo:person is a sub-class of nao:Party
           Added nfo:colorCount and nfo:paletteSize

    06/27/2011 - trueg
           Made ncal:comment a subproperty of nie:comment

    06/14/2011 - grundleborg
           Added new more specific way of specifying the IM
 availability status:
              nco:imStatusType
              nco:IMStatusType
              nco:IMStatusTypeOffline
              nco:IMStatusTypeAvailable
              nco:IMStatusTypeAway
              nco:IMStatusTypeExtendedAway
              nco:IMStatusTypeHidden
              nco:IMStatusTypeBusy
              nco:IMStatusTypeUnknown

    06/05/2011 - trueg
           Added nie:modified and nie:contentModified

    05/24/2011 - trueg
           Fixed ranges of
              nmm:albumPeakGain
              nmm:trackGain
              nmm:trackPeakGain
              nmm:albumGain

0.7.1
    06/14/2011 - trueg
           Fixed domain of nao:maintainedBy
2013-04-03 07:27:28 +00:00
rodent
1fa7c00d14 Update saxon to 9.4.0.7. No ChangeLog in distfile, but changes are listed
here: http://www.saxonica.com/documentation/changes/intro.xml
package now has a 1 entry PLIST, passes pkglint, and requires Java2.
Update provided from pkgsrc-wip. This commit resolves PR pkg/47151.
2013-04-03 00:39:18 +00:00
rodent
6d47ba609c Update py-docutils to 0.10. Resolves PR pkg/47372. From RELEASE-NOTES:
Docutils 0.10 is compatible with Python versions from 2.4 to 3.2.

    General:

        SmartQuotes transform for typographic quotes and dashes.

        docutils/math, docutils/error_reporting.py, and docutils/urischemes.py moved to the utils package. Code importing these modules needs to adapt, e.g.:

        try:
            import docutils.math as math
        except ImportError:
            import docutils.utils.math as math

        enhanced math and error handling.

    docutils/io.py
        FileInput/FileOutput: no system-exit on IOError. The handle_io_errors option is ignored.

    docutils/writers/html4css1/__init__.py
        Use <code> tag for inline "code", do not drop nested inline nodes (syntax highlight tokens).
        Customizable MathJax URL (based on patch by Dmitry Shachnev).
        No line break after opening inline math tag.
    docutils/writers/latex2e/__init__.py, docutils/writers/xetex/__init__.py
        Fix section numbering by LaTeX.
    docutils/writers/s5_html/__init__.py
        Fix [ 3556388 ] Mathjax does not work with rst2s5.
2013-04-02 03:05:03 +00:00
wiz
c88876181d revbump for libzip shlib major change. 2013-04-01 16:03:48 +00:00
obache
11942a54c1 missing recursive bump from poppler-0.22.2 shlib major change. 2013-03-31 08:13:27 +00:00
wiz
1ea8ca06d4 Keep in sync with OpenBSD: add octeon port.
From jmc@openbsd.
2013-03-26 20:26:18 +00:00
taca
a8a59578da Update ruby-multi_json to 1.7.0.
1.7.0
-----
* [Add load_options/dump_options to MultiJson](a153956be6)
* [MultiJson does not modify arguments](58525b01c4)
* [Enable quirks_mode by default for json_gem/json_pure adapters](1fd4e6635c)
* [Add JrJackson adapter](4dd86fa963)
* [Raise ArgumentError on bad adapter input](911a3756bd)
2013-03-17 16:25:16 +00:00
wiz
1b958d477e Update to 3.1.0:
3.1.0 (2013-02-10)
==================

Features added
--------------

* GH#89: lxml.html.clean allows overriding the set of attributes that it
  considers 'safe'.  Patch by Francis Devereux.

Bugs fixed
----------

* LP#1104370: ``copy.copy(el.attrib)`` raised an exception.  It now returns
  a copy of the attributes as a plain Python dict.

* GH#95: When used with namespace prefixes, the  ``el.find*()`` methods
  always used the first namespace mapping that was provided for each
  path expression instead of using the one that was actually passed
  in for the current run.

* LP#1092521, GH#91: Fix undefined C symbol in Python runtimes compiled
  without threading support.  Patch by Ulrich Seidl.

Other changes
-------------


3.1beta1 (2012-12-21)
=====================

Features added
--------------

* New build-time option ``--with-unicode-strings`` for Python 2 that
  makes the API always return Unicode strings for names and text
  instead of byte strings for plain ASCII content.

* New incremental XML file writing API ``etree.xmlfile()``.

* E factory in lxml.objectify is callable to simplify the creation of
  tags with non-identifier names without having to resort to getattr().

Bugs fixed
----------

* When starting from a non-namespaced element in lxml.objectify, searching
  for a child without explicitly specifying a namespace incorrectly found
  namespaced elements with the requested local name, instead of restricting
  the search to non-namespaced children.

* GH#85: Deprecation warnings were fixed for Python 3.x.

* GH#33: lxml.html.fromstring() failed to accept bytes input in Py3.

* LP#1080792: Static build of libxml2 2.9.0 failed due to missing file.

Other changes
-------------

* The externally useless class ``_ObjectifyElementMakerCaller`` was
  removed from the module API of lxml.objectify.

* LP#1075622: lxml.builder is faster for adding text to elements with
  many children.  Patch by Anders Hammarquist.
2013-03-17 15:47:15 +00:00
taca
53b94d85eb Update pear-Console_Table to 1.1.5 and add LICENSE.
* Use mb_strwidth() instead of mb_strlen() to determine lengths of multi-byte
  strings (Bug #19423).
2013-03-16 03:49:35 +00:00
wiz
aad04992c7 Update to 2.0.9:
2013-02-26 Raptor2 Version 2.0.9 Released

   Added full parsing and serializing support for Turtle Terse RDF Triple
   Language W3C Candidate Recommendation 19 February 2013
   Added CMake build framework for building Raptor on Microsoft (Daniel
   Richard G.)
   Made a few minor fixes and improvements
   Fixed reported issues: 0000499, 0000508, 0000520, 0000521 and 0000526
2013-03-15 21:51:45 +00:00
wiz
a36579429b Add -l in another place. Found by jmc@openbsd. 2013-03-14 19:37:33 +00:00
wiz
48be373076 Mention that -l is in default flags. Noted by jmc@openbsd. 2013-03-14 19:24:54 +00:00
wiz
c71380c698 Report correct line for duplicate RCS Ids.
Noted by jmc@openbsd.org.
Bump version.
2013-03-14 18:01:12 +00:00
taca
3bf7cb3fd3 Update ruby-tilt to 1.3.5.
## 1.3.5 (2013-03-06)

* Fixed extension for PlainTemplate (judofyr)
* Improved local variables regexp (#174, razorinc)
* Added CHANGELOG.md
2013-03-14 16:15:01 +00:00
taca
4dd056f586 Update ruby-textpow to 1.3.1.
A few bug fixes.
2013-03-14 16:13:52 +00:00
taca
796bbcbb2e Update ruby-multi_json to 1.6.1.
1.6.1
-----
* [Revert "Use JSON.generate instead of #to_json"](https://github.com/intridea/multi_json/issues/86)
2013-03-14 16:12:43 +00:00
taca
2f50f51ea8 Update ruby-mab to 0.0.3
Chantes aren't available.
2013-03-14 16:11:29 +00:00
taca
11e9e9dea2 Update ruby-libxml to 2.6.0.
== 2.6.0 / 2013-02-16 Charlie Savage

* Fix uninitialized constant LibXML::XML::Error::I18N (NameError) that occurred
  with older versions of libxml.
* Various updates/fixes to new XML::Writer class and update how flushing works
  (julp)
2013-03-12 15:37:53 +00:00
taca
c88d9bb7d6 Update ruby-haml to 4.0.0.
## 4.0.0

* The Haml exectutable now accepts an `--autoclose` option. You can now
  specify a list of tags that should be autoclosed

* The `:ruby` filter no longer redirects $stdout to the Haml document, as this
  is not thread safe. Instead it provides a `haml_io` local variable, which is
  an IO object that writes to the document.

* HTML5 is now the default output format rather than XHTML. This was already
  the default on Rails 3+, so many users will notice no difference.

* The :sass filter now wraps its output in a script tag, as do the new :less and
  :scss filters. The :coffee filter wraps its output in a script tag.

* Haml now supports only Rails 3 and above, and Ruby 1.8.7 and above. If you
  still need support for Rails 2 and Ruby 1.8.6, please use Haml 3.1.x which
  will continue to be maintained for bug fixes.

* The :javascript and :css filters no longer add CDATA tags when the format is
  html4 or html5. This can be overridden by setting the `cdata` option to
  `true`. CDATA tags are always added when the format is xhtml.

* HTML2Haml has been extracted to a separate gem, creatively named "html2haml".

* The `:erb` filter now uses Rails's safe output buffer to provide XSS safety.

* Haml's internals have been refactored to move the parser, compiler and options
  handling into independent classes, rather than including them all in the
  Engine module. You can also specify your own custom Haml parser or compiler
  class in Haml::Options in order to extend or modify Haml reasonably easily.

* Add an {file:REFERENCE.md#hyphenate_data_attrs-option `:hyphenate_data_attrs`
  option} that converts underscores to hyphens in your HTML5 data keys. This is
  a language change from 3.1 and is enabled by default.
  (thanks to [Andrew Smith](https://github.com/fullsailor))

* All Hash attribute values are now treated as HTML5 data, regardless of key.
  Previously only the "data" key was treated this way. Allowing arbitrary keys
  means you can now easily use this feauture for Aria attributes, among other
  uses.
  (thanks to [Elvin Efendi](https://github.com/ElvinEfendi))

* Added `remove_whitespace` option to always remove all whitespace around Haml
  tags. (thanks to [Tim van der Horst](https://github.com/vdh))

* Haml now flattens deeply nested data attribute hashes. For example:

  `.foo{:data => {:a => "b", :c => {:d => "e", :f => "g"}}}`

  would render to:

  `<div class='foo' data-a='b' data-c-d='e' data-c-f='g'></div>`

  (thanks to [Péter Pál Koszta](https://github.com/koszta))

* Filters that rely on third-party template engines are now implemented using
  [Tilt](github.com/rtomayko/tilt). Several new filters have been added, namely
  SCSS (:scss), LessCSS, (:less), and Coffeescript (:coffee/:coffeescript).

  Though the list of "official" filters is kept intentionally small, Haml comes
  with a helper method that makes adding support for other Tilt-based template
  engines trivial.

  As of 4.0, Haml will also ship with a "haml-contrib" gem that includes useful
  but less-frequently used filters and helpers. This includes several additional
  filters such as Nokogiri, Yajl, Markaby, and others.

* Generate object references based on `#to_key` if it exists in preference to
  `#id`.

* Performance improvements.
  (thanks to [Chris Heald](https://github.com/cheald))

* Helper `list_of` takes an extra argument that is rendered into list item
  attributes.
  (thanks  [Iain Barnett](http://iainbarnett.me.uk/))

* Fix parser to allow lines ending with `some_method?` to be a Ruby multinline.
  (thanks to [Brad Ediger](https://github.com/bradediger))

* Always use :xhtml format when the mime_type of the rendered template is
  'text/xml'.
  (thanks to [Stephen Bannasch](https://github.com/stepheneb))

* html2haml now includes an `--html-attributes` option.
  (thanks [Stefan Natchev](https://github.com/snatchev))

* Fix for inner whitespace removal in loops.
  (thanks [Richard Michael](https://github.com/richardkmichael))

* Use numeric character references rather than HTML entities when escaping
  double quotes and apostrophes in attributes. This works around some bugs in
  Internet Explorer earlier than version 9.
  (thanks [Doug Mayer](https://github.com/doxavore))

* Fix multiline silent comments: Haml previously did not allow free indentation
  inside multline silent comments.

* Fix ordering bug with partial layouts on Rails.
  (thanks [Sam Pohlenz](https://github.com/spohlenz))

* Add command-line option to suppress script evaluation.

* It's now possible to use Rails's asset helpers inside the Sass and SCSS
  filters. Note that to do so, you must make sure sass-rails is loaded in
  production, usually by moving it out of the assets gem group.

* The Haml project now uses [semantic versioning](http://semver.org/).

## 3.2.0

The Haml 3.2 series was released only as far as 3.2.0.rc.4, but then was
renamed to Haml 4.0 when the project adopted semantic versioning.

## 3.1.8

* Fix for line numbers reported from exceptions in nested blocks
  (thanks to Grant Hutchins & Sabrina Staedt).
2013-03-12 15:36:09 +00:00
taca
500d8dd89c Update ruby-coderay to 1.0.9.
Changes in 1.0.9

* Fix Ruby scanner: Ruby 1.9 hash syntax { key: value } is highlighted
  correctly. [GH #106, thanks to Seth Vargo]
* Fix HTML scanner: Accept DTDs. [GH #83]
* Fix PHP scanner: Accept Unicode. [GH #40, thanks to Lance Li]
2013-03-12 15:33:48 +00:00
obache
6fb6a48e20 Update p5-XML-TreeBuilder to 4.1.
based on PR pkg/47636.

Mar 13 2011 Jeff Fearn <Jeff.Fearn@gmail.com>
   Release 4.1

   Doc typo fixes. (Ansgar Burchardt) RT #66404
   Use same version in all packages for CPAN indexing. RT #66111
   Moved perlcritic tests to xt/author
   Fix Authors is all PM files

Nov 24 2010  Jeff Fearn <Jeff.Fearn@gmail.com>

   Release 4.0

   Added NoExpand option to allow entities to be left untouched in xml.
   Added ErrorContext option to allow better reporting of error locations.
   Expanded tests to test these options.
   Added EncodeAmp option to encode unencoded ampersans on parsing.
   Switched to Module::Build
   Added Perl::Critic tests
   Fixed Perl::Critic complaints
   Switched t/10main.t to Test::More
   Added create_makefile_pl to Build.pl
   Bumped HTML::Element req to 4.1 for proper entity handling
2013-03-11 12:26:13 +00:00
wiz
e6bd15d1e2 Stop looking at cat pages. 2013-03-10 22:14:40 +00:00
tez
88c9a4f688 Fix for CVE-2013-0338 & CVE-2013-0339
from https://git.gnome.org/browse/libxml2/commit/?id=23f05e0c33987d6605387b300c4be5da2120a7ab

bump PKGREVISION
2013-03-08 23:59:31 +00:00
wiz
5f23098395 Add librumpclient. 2013-03-08 08:28:41 +00:00
wiz
614f262963 + libpnf. 2013-03-07 21:54:24 +00:00
wiz
130579d4f4 Add libmj and libnetpgpverify. 2013-03-07 06:38:43 +00:00
wiz
327a701c1d Fix some incorrect warnings about 'new sentence, new line'. Ride bump. 2013-03-06 22:21:36 +00:00
wiz
e52b5800c5 Do not warn about () in literal strings or when used as macro argument.
Ride bump.
2013-03-06 22:09:01 +00:00
wiz
94f3a42c56 Add libmandoc. Ride bump. 2013-03-06 21:43:43 +00:00
wiz
9102af90b3 Warn about unknown libraries. Bump version to 1.19. 2013-03-06 21:26:45 +00:00
obache
b5c8021256 Update Pygments to 1.6.
Version 1.6
-----------
(released Feb 3, 2013)

- Lexers added:

  * Dylan console (PR#149)
  * Logos (PR#150)
  * Shell sessions (PR#158)

- Fix guessed lexers not receiving lexer options (#838).

- Fix unquoted HTML attribute lexing in Opa (#841).

- Fixes to the Dart lexer (PR#160).


Version 1.6rc1
--------------
(released Jan 9, 2013)

- Lexers added:

  * AspectJ (PR#90)
  * AutoIt (PR#122)
  * BUGS-like languages (PR#89)
  * Ceylon (PR#86)
  * Croc (new name for MiniD)
  * CUDA (PR#75)
  * Dg (PR#116)
  * IDL (PR#115)
  * Jags (PR#89)
  * Julia (PR#61)
  * Kconfig (#711)
  * Lasso (PR#95, PR#113)
  * LiveScript (PR#84)
  * Monkey (PR#117)
  * Mscgen (PR#80)
  * NSIS scripts (PR#136)
  * OpenCOBOL (PR#72)
  * QML (PR#123)
  * Puppet (PR#133)
  * Racket (PR#94)
  * Rdoc (PR#99)
  * Robot Framework (PR#137)
  * RPM spec files (PR#124)
  * Rust (PR#67)
  * Smali (Dalvik assembly)
  * SourcePawn (PR#39)
  * Stan (PR#89)
  * Treetop (PR#125)
  * TypeScript (PR#114)
  * VGL (PR#12)
  * Visual FoxPro (#762)
  * Windows Registry (#819)
  * Xtend (PR#68)

- The HTML formatter now supports linking to tags using CTags files, when the
  python-ctags package is installed (PR#87).

- The HTML formatter now has a "linespans" option that wraps every line in a
  <span> tag with a specific id (PR#82).

- When deriving a lexer from another lexer with token definitions, definitions
  for states not in the child lexer are now inherited.  If you override a state
  in the child lexer, an "inherit" keyword has been added to insert the base
  state at that position (PR#141).

- The C family lexers now inherit token definitions from a common base class,
  removing code duplication (PR#141).

- Use "colorama" on Windows for console color output (PR#142).

- Fix Template Haskell highlighting (PR#63).

- Fix some S/R lexer errors (PR#91).

- Fix a bug in the Prolog lexer with names that start with 'is' (#810).

- Rewrite Dylan lexer, add Dylan LID lexer (PR#147).

- Add a Java quickstart document (PR#146).

- Add a "external/autopygmentize" file that can be used as .lessfilter (#802).
2013-03-03 07:31:30 +00:00
tron
19fd9a3b46 Reset maintainer to "pkgsrc-users@NetBSD.org". 2013-03-02 10:44:33 +00:00
obache
2635fd04b7 Update ruby-tilt to 1.3.4.
1.3.4 (2013-02-28)
 * Support RDoc 4.0 (#168, judofyr)
 * Add mention of Org-Mode support (#165, aslakknutsen)
 * Add AsciiDoctorTemplate (#163, #164, aslakknutsen)
 * Add PlainTextTemplate (nathanaeljones)
 * Restrict locals to valid variable names (#158, thinkerbot)
 * ERB: Improve trim mode support (#156, ssimeonov)
 * Add CSVTemplate (#153, alexgb)
 * Remove special case for 1.9.1 (#147, guilleiguaran)
 * Add allows_script? method to Template (#143, bhollis)
 * Default to using Redcarpet2 (#139, DAddYE)
 * Allow File/Tempfile as filenames (#134, jamesotron)
 * Add EtanniTemplate (#131, manveru)
 * Support RDoc 3.10 (#112, timfel)
 * Less: Options are now being passed to the parser (#106, cowboyd)
2013-03-02 02:30:13 +00:00
obache
3ace0f3172 Update mecab to 0.996.
2013-02-18 MeCab 0.996
* fixes missing linkage with iconv.
* Add function to generate new CSV file from adding costs and left/right context
  ID of CVS for user's dictionary.
* Add Lattice::set_result() method for generated analysis result to Lattice
2013-01-24 MeCab 0.995
* Reimplementation of partial analysis function
* Add API for partial analysis function (Lattice:set_boundary_constrant,
  Lattice::set_feature_constranit)
2013-02-28 12:31:37 +00:00
jperkin
1b7dba1c62 Don't use -export-symbols-regex, it breaks non-GNU linkers and results in the
wrong SONAME being set, in this case to '../librarian/.libs/librarian.so'.

Fixes a number of packages and PR#37842.

Bump PKGREVISION, binary package needs to be updated.
2013-02-23 22:17:01 +00:00
shattered
088e18038c Update homepage URLs. 2013-02-22 19:59:05 +00:00
ryoon
e6f3889355 Update to 2.2.1
* Fix MASTER_SITES, sf.net no longer has distfile.
* Fix HOMEPAGE.

Changelog:
* Change command name to markdown_py from markdown.
* Drop python 2.3 and 2.4 support.
* Many bugfixes.
2013-02-19 19:41:28 +00:00
kleink
bc9f660c30 Update p5-Text-vFile-asData to 0.08.
0.08    Monday 28th January, 2013
        Merge fix from Ashley Willis - Only " should get special
        treatment as a quote character.
        https://github.com/richardc/perl-text-vfile-asdata/pull/1
2013-02-19 19:04:33 +00:00
dholland
384132a8a7 Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
wen
1c2b481aca Update to 3.25
Upstream changes:
2013-02-16   David E. Wheeler <david@justatheory.org>
	* Release 3.25

	Improved the warning when "=item" types mismatch within one
	"=over"/"=back" block.

2013-02-14   David E. Wheeler <david@justatheory.org>
	* Release 3.24

	Fixed corner case bug for unlikely scenario in which non-UTF-8
	text could be parsed as UTF-8. Grant McLean.

	XHTML IDs can no longer end with punctuation. Thanks to Smylers
	for the patch.

	Fixed test failure on Perl 5.6.2.

	Changed the default installation location from "perl" to "site" on
	5.12 and higher, since as of that version of Perl, dual-life
	modules no longer need to be installed in "perl" to replace
	in-core versions. Patch from tzccinct.

	Fixed hash order dependency test failures on Perl 5.17. Thanks to
	Yves Orton for the patch.

	Inlined the code that tries to guess a Pod file's encoding. This
	reduces the time Pod::Simple takes to build the core Perl
	documentation by 15-20%. Thanks to Dagfinn Ilmari Mannsåker for
	the patch!

	Added a warning when "=item" types mismatch within one
	"=over"/"=back" block. Marc Green/Google Summer of Code, with
	assist from RJBS.

	Fixed regression introduced in 3.22 in which "C< >" tags were
	incorrectly treated as verbatim text in table of contents items
	emitted by Pod::Simple::XHTML. Thanks to Randy Stauner for the
	report and to Thomas Sibley for the fix!

	Loosened up the matching of "L< >" tags for man pages so that they
	allow names with dots, underscores, and any other chararacters
	other than "/", just so long as they end in '[(][-a-zA-Z0-9]+[)]'.
	Thanks to Dave Rolsky and Kevin Ryde for the reports (RT #82975 &
	RT #82972).

	Fixed inverted mapping of "keyboard" to "kbd" in
	Pod::Simple::HTML. Thanks to Robert Boisvert for the bug report
	(RT #79201).

	Added two new Tagmap entries to Pod::Simple::HTML: "preformat"
	maps to "pre", and "teletype" maps to "tt". Suggested by Robert
	Boisvert (RT #79201).

	"X< >" tags are now ignored by the pull parser when it searches
	for titles, as is any trailing whitespace. Thanks to Patrice Dumas
	for the report (RT #74389).
2013-02-17 12:57:07 +00:00
wiz
d1b820f37b Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
wiz
5f461dbea7 Recursive bump for png-1.6. 2013-02-16 11:18:48 +00:00
wiz
0602d449ce Recursive bump for png-1.6. 2013-02-16 11:17:56 +00:00
shattered
e0a5c1b4d8 Update to 0.8.6. Changes:
- fixed a bug in ezxml_add_child() that can occur when adding tags out of order
- for consistency, ezxml_set_attr() now returns the tag given
- added ezxml_move() and supporting functions ezxml_cut() and ezxml_insert()
- fixed a bug where parsing an empty file could cause a segfault
2013-02-15 19:17:20 +00:00
obache
07659b9b8d recursive bump from boost-lib shlib update. 2013-02-15 11:53:59 +00:00
taca
3145cbbfb5 Update ruby-multi_json to 1.6.0.
1.6.0
-----
* [Add gson.rb support](https://github.com/intridea/multi_json/pull/71)
* [Add MultiJson.default_options](https://github.com/intridea/multi_json/pull/70)
* [Add MultiJson.with_adapter](https://github.com/intridea/multi_json/pull/67)
* [Stringify all possible keys for ok_json](https://github.com/intridea/multi_json/pull/66)
* [Alias `MultiJson::DecodeError` to `MultiJson::LoadError`](https://github.com/intridea/multi_json/pull/79)
2013-02-13 16:17:51 +00:00
taca
6b5b1aa81c Update ruby-multi_json to 1.5.1.
Various fixes and workaround for JSON#parse.
2013-02-12 15:08:30 +00:00
taca
b04b753a38 Update ruby-json and ruby-json-pure to 1.7.7.
2013-02-04 (1.7.7)
  * Security fix for JSON create_additions default value and
    JSON::GenericObject. It should not be possible to create additions unless
    explicitely requested by setting the create_additions argument to true or
    using the JSON.load/dump interface. If JSON::GenericObject is supposed to
    be automatically deserialised, this has to be explicitely enabled by
    setting
      JSON::GenericObject.json_createble = true
    as well.
  * Remove useless assert in fbuffer implementation.
  * Apply patch attached to https://github.com/flori/json/issues#issue/155
    provided by John Shahid <jvshahid@gmail.com>, Thx!
  * Add license information to rubygems spec data, reported by Jordi Massaguer
    Pla <jmassaguerpla@suse.de>.
  * Improve documentation, thx to Zachary Scott <zachary@zacharyscott.net>.
2013-02-12 13:13:08 +00:00
wiz
5f4b331d8a Update to 1.56:
2013/02/11 (diffstat 1.56)
	+ add -K option which attempts to improve the annotation of "only"
	  files by looking for a match in the resulting set of files and
	  inferring whether the file was added or removed (request by Marc
	  Haber).

	+ add check of command-line options for valid numbers.

	+ improve merging of patches for the same filename (report/testcase by
	  Paul E McKenney).

	+ document -d option in manpage.

	+ document -b, -C, -s option in usage (patch by Tim Waugh, Red Hat
	  #852770)

	+ modify configure script as done for byacc in 2012/10/03, making the
	  2.52-patches the prerequisite and adding support for --datarootdir
	  option.

	+ update config.guess, config.sub

	+ add logic to handle SVN diffs when the pathnames contain spaces
	  (patch by Stuart Prescott, Debian #675475).

	+ fix typo in package/debian/control

2012/01/03 (diffstat 1.55)
	+ add -R option, like patch's, to reverse the order of the comparison.

	+ FreeBSD ports/148604, ports/149500 reported that lzcat may not
	  support extracting files compressed in xz format (patch by Frederic
	  Culot, FreeBSD #149500).

	+ address documentation issue raised in Novell #739210

	+ correct typo s/Solaris/Solar/.

	+ updated configure script macros:
	  CF_ANSI_CC_CHECK CF_DISABLE_LEAKS CF_GCC_ATTRIBUTES CF_GCC_WARNINGS
	  CF_MAKE_TAGS CF_MSG_LOG CF_PATH_PROG CF_WITH_INSTALL_PREFIX
	  CF_XOPEN_SOURCE

	+ update config.guess, config.sub

2010/10/10 (diffstat 1.54)
	+ change Debian package script to use native format.

	+ correct counts used for new files when -S/-D options are used.

	+ minor typography improvement to manpage (patch by Solar Designer)

	+ remove the temporary directory on error, introduced in 1.48+ (patch
	  by Solar Designer).

2010/07/19 (diffstat 1.53)

	+ add missing "break" statement which left "-c" option falling-through
	  into "-C".

2010/07/16 (diffstat 1.52)

	+ add "-C" option to show the histogram using SGR colors.

	+ add "-s" option to show only the summary line.

	+ add configure check for "xz", using this in preference to "lzcat"
	  (FreeBSD #148604).

	+ also escape literal dashes used as part of the histogram in the
	  manpage.

	+ modify hyphens vs dashes in manpage per
		http://lintian.debian.org/tags/hyphen-used-as-minus-sign.html
	  (patch by Francois Marier).

	+ drop mkdirs.sh, use "mkdir -p"

	+ add configure checks for ctags and lint.

	+ updated configure macros

	+ reformat CHANGES to work with metrics script.

	+ fix strict gcc warnings, e.g., using const.

	+ improve a case where filenames have embedded blanks (patch by Reinier
	  Post).

	+ update config.guess, config.sub
2013-02-12 10:13:41 +00:00
taca
918bd611fa Update ruby-will-paginate to 3.0.4.
No changes are available, but various changes.
2013-02-11 09:24:24 +00:00
taca
c06f0262b6 Update ruby-rison to 2.0.0.
* Switch to use parslet and minitest.
2013-02-11 09:17:42 +00:00
taca
1341577041 Update ruby-libxml to 2.5.0.
= Release History

== 2.5.0 / 2013-01-27 Charlie Savage

* Compatibility with older versions for IO::write (rb_io_bufwrite is specific
  to ruby >= 1.9.3?)
  and symbols are VALUE not ID (julp).
* Fix version for xmlTextWriterSetQuoteChar, it appeared in libxml2 2.9.0, last
  version (julp)
* Update use of LIBXML_VERSION (julp).
* Fix misuse of rb_scan_args (julp).
* Update documentation, including DTD docs and added XML Writer (julp).
* Added a new XML::Writer class (julp).
* Improved xml reader api and add namespace support.  Note that passing a
  numeric value to XML::Reader::move_to_attribute has been deprecated. Instead
  you should now use #move_to_attribute_no.  (julp).
* Improve error handling and messages (Jarl Friis)
2013-02-11 09:10:40 +00:00
taca
ba72b6bbaf Update ruby-kramdown to 0.14.2.
Changes

* 1 minor change
	New option link_defs for pre-defining link definitions

* 1 bug fix
	Fixed raised errors on atx headers without text
2013-02-11 09:08:16 +00:00