Commit graph

7630 commits

Author SHA1 Message Date
mef
a66cbc65d1 Update to 1.100602
------------------
1.100602  2014-03-15 17:21:42+01:00 Europe/Paris
          typo fixes (thanks, David Steinbrunner)
2015-04-26 13:39:44 +00:00
mef
b53fe66d83 Update to 0.11
--------------
0.11 2013-08-27 19:00:41
    - POD typo fixes from dsteinbrunner #1
2015-04-26 13:37:48 +00:00
mef
ad5688eddb Update to 0.007
---------------
0.007     2013-10-15 22:37:01 America/New_York
          update bugtracker and repo metadata
2015-04-26 13:35:48 +00:00
mef
76b888191e Update 0.102082 to 0.102084
0.102084  2013-11-08 22:30:46 America/New_York
        - typo fixes
        - update repo and bugtracker links
2015-04-26 13:33:30 +00:00
mef
a34dd0014a (pkgsrc)
- Switch DEPENDS from JSON to JSON::MaybeXS (see below)
(upstream)
 - Update 1.101242 to 1.101245
---------------------------
1.101245  2014-08-08 18:43:38-04:00 America/New_York
        - switch from JSON to JSON::MaybeXS

1.101244  2013-10-15 22:35:34 America/New_York
          update bugtracker and repo

1.101243  2013-01-31 11:42:28 America/New_York
          use horrible hack to avoid dying when a data structure to log
          contains an object
2015-04-26 13:30:43 +00:00
mef
5d181cbc95 Update to 0.007
---------------
0.007     2013-11-24 13:46:17 America/New_York
       -  catch more bad input and die [rt.cpan.org #83552]
       -  update repository and bugtracker metadata
2015-04-26 13:06:27 +00:00
mef
ab14bd1698 Update 0.300 to 0.310
----------------------
0.310  2014-09-23
  * Fix segfault when passed in undef (thanks Ichinose Shogo)
  * Documentation updates
  * Add github repo and license meta info
2015-04-26 13:04:20 +00:00
mef
60e1d3682a Update to 1.16
--------------
1.16   Wed Oct 26 08:05:17 2011
        * No code changes; fix license in META.yml
2015-04-26 13:02:49 +00:00
mef
dbf8e90e2d Update to 0.77
--------------
0.77 04.05.2013
  - fix warning in dump() & identify stopwords
2015-04-26 13:00:43 +00:00
mef
ba98330566 (pkgsrc)
- Drop DEPENDS+=      p5-Moose-Autobox, see below
(upstream)
 - Update 4.006 to 4.011
---------------------
4.011     2015-03-17 07:48:54-04:00 America/New_York
        - add "header" attributes to more sections, to change the =head1
          headert ext (thanks, David Wheeler)

4.010     2014-12-30 22:02:58-05:00 America/New_York
        - use of Moose::Autobox has been dropped (thanks Karen Etheridge!)

4.009     2014-12-02 23:00:37-05:00 America/New_York
        - when a Collect-worthy header exists (like =head1 METHODS) use it,
          rather than making a new one *and* leaving the old one around
          (thanks, Christian Walde)

4.008     2014-11-12 09:37:13-05:00 America/New_York
        - handle UTF-8 data in PODNAME and ABSTRACT (thanks,  Blabos de Blebe)
        - Explain Section::Region naming, nonpod, and flattening
          (thanks, Kent Fredric)

4.007     2014-10-27 22:21:55-04:00 America/New_York
        - immutabilize ALL THE THINGS!
2015-04-26 12:56:59 +00:00
mef
008385c3b6 Update to 1.17
--------------
1.17      2015-03-08
        - revert changes in 1.16 they are not compatible with windows GH #18
2015-04-26 09:54:10 +00:00
mef
42ea76ef78 Update 3.28 to 3.30
( From the entry 2015-01-13  * Release 3.29)
	NOTE: This will be the last release of Pod::Simple to support versions
	of Perl earlier than 5.6.
-------------------
2015-02-23   David E. Wheeler <david@justatheory.org>
	* Release 3.30
	No changes since 3.29_6.

2015-02-19   David E. Wheeler <david@justatheory.org>
	* Release 3.29_6
	The survey() method in Pod::Simple::Search now ignores duplicat
	files with varying lettercasing on case-insensitive file systems.
	This allows

	When pondering files in a given directory, the survey() method in
	Pod::Simple::Search now prefers files with extensions in the
	following order: no extension, .pod, .pm, .plx, .pl.

	The find() method in Pod::Simple::Search now records the './pod'
	subdirectory of each directory it considers in such a way as to
	preserve its case on the file system.

	The find() method in Pod::Simple::Search now tries harder to find
	the proper file on case-insensitive file systems when searching
	for modules starting with "Pod". For example, when searching for
	'Pod::Perldoc' it now returns a file ending in 'Pod/Perldoc.pm'
	instead of 'Pod/perldoc.pod', as the latter is actually the
	documention for the 'perldoc' program.

2015-02-17   David E. Wheeler <david@justatheory.org>
	* Release 3.29_5
	No changes except that the release tarball should no longer be empty.

2015-02-16   David E. Wheeler <david@justatheory.org>
	* Release 3.29_4
	Removed "Caveats" from the docs. Pod::Simple has been out of beta
	for years.

	The survey() method in Pod::Simple::Search no longer assumes that
	files ending in '.pod' are actually Pod. Like .pm and .pl files,
	.pod files must contains at least one valid POD command, as
	documented. This brings the behavior in line with find(), which
	already required that .pod files contain Pod.

	The survey() method in Pod::Simple::Search now prefers files
	ending in .pod over those ending in .pm, and .pm over those ending
	in .pl, when it finds duplicate pod files for a given name.

2015-02-11   David E. Wheeler <david@justatheory.org>
	* Release 3.29_3
	Tightened up the first pass at recognizing a Pod command so that
	fewer invalid Pod lines will be recognized. Suggested by Randy
	Stauner.

	Fixed bug where Pod::Simple would attempt to call
	utf8::unicode_to_native on Perl 5.6, where that function does not
	exist.

	Typos and minor wordsmithing changes in Pod::Simple::Subclassing,
	thanks to Randy Stauner.

	The Pod::Simple::Search survey() and find() methods now use the same
	code for determining @INC directories to search. The only difference
	is that find() also includes $Config::Config{'scriptdir'}.

2015-01-13   David E. Wheeler <david@justatheory.org>
	* Release 3.29
	NOTE: This will be the last release of Pod::Simple to support versions
	of Perl earlier than 5.6.

	Fixed test failure for unsupported encoding on Perl 5.6.

	Removed unnecessary dependency on constant. Reported by Petr Pisar
	(RT #85578).

	Many documentation and comment typos fixed by David Steinbrunner.

	Fixed issue when an encoding is declared via an '=encoding' directive
	*after* Pod::Simple has already detected an encoding. Thanks to
	Graham Knop for the patch and Patrice Dumas for the tests.

	Added '>&STDERR' as an output to better emulate
	Pod::Parser::parse_from_file(). Florent Angly.

	Tidied the description of the different Pod::Simple interfaces,
	with greater emphasis on the four different steps to subclassing.
	Florent Angly.

	Added the 'top_anchor' attribue to Pod::Simple::HTML, to allow
	specification of a custom top anchor format. Gabor Szabo.

	Fixed the text formatter to properly set the Text::Wrap overflow policy.
	Thanks to Nigel Metheringham for the fix!

	Fixed mis-matched quotation marks when adding JavaScript elements
	to the XHTML output. Patch from jonathancast.

	Fixed issues on EBCDIC. Patch from Karl Williamson (GitHub Pull
	Request #58).

	Fixed bug where the value passed to Pod::Simple::XHTML's
	html_css() method would be output twice. Thanks to Andrew Johnson
	for the report (RT #99303).

	Documented the 'recurse' attribute of Pod::Simple::Search.
	Thanks to Jim Keenan for the report (RT #91886).

	An error is no longer thrown when '=encoding' directives are found
	on subsequent lines. Instead, we now log a an error message,
	"Cannot have multiple =encoding directives" (RT #91757).

	The HTML and XHTML formatters now do a better job of preserving
	lines in 'begin html' blocks. Fixes a bug that dates from 2002
	(Perl RT#9385, CPAN RT #91851).
2015-04-26 09:45:51 +00:00
mef
b5fbc13b09 (pkgsrc)
- Add  LICENSE= artistic
 - Add  CONFLICTS=     mrtg-[0-9]*
 - Remove @ from @${FIND}, pkglint flags not to hide
(upstream)
 - Update to 1.63
--------------
 Version 1.63
 + CPAN#101847: [PATCH] Bump $VERSION in module changed since Pod-Parser-1.60
   increased VERSION in all *.pm files
 + CPAN#98610: Pod::Find should skip also object directories of modern vc
   systems (.git, .hg)
   implemented in Pod::Find
 Thanks for the reports and patches!
2015-04-26 09:04:43 +00:00
mef
ae7f9620f6 Update to 0.200002
------------------
0.200002  2014-03-20 19:13:01-04:00 America/New_York
        - the comment replacer now uses "#pod" not "#" to build replacement
          text, making it easier to strip out with grep (thanks, Karen
          Etheridge)
2015-04-26 08:50:04 +00:00
mef
ffb4b721c4 Update 0.9.3 to 0.9.7
---------------------
Version 0.9.7 - for a detailed log and changed files visit GitHub
----------------------------
- Reviewed and updated README
- Huge POD rewrite
- Adding a small script that generates HTML from POD and applies CSS from
  CPAN. Useful for reviewing the POD before release.
- Added a test for POD validation
- Added an example file that can test GitHub Issues #8, #9, #10
- GitHub [Issue #9] [Issue #10] Fixed cell_props applied to a different
  row when 'Repeat Headers' is enabled
- Introduced column_numbers variable to avoid using $record in a broader
  scope. Further improvement needed.
- Header row height is copied to each new page when 'Repeat Headers' is
  enabled
- Fixed messing up row height when repeat headers is enabled due to
  access by array index vs shift/unshift
- Fixed row height for rows with text blocks
- Headers_props variable has been wrongly initialised with 0 causing a
  copy of the first data row even when header props are not passed as
  parameter
- Added initialisation of header props justify param so that column and
  cell properties are not affecting the default value.
- Fixed an issue with messing up row properties when repeating the header
  row on each page.
- Examples have been formatted.
- One new example added (header.pl) for demonstrating how header row can
  be added to multiple pages.
- No need to export variables. Added one more test.
- Removed pad_w and pad_h local variable as useless
- Fixed typo causing a bug with row_height param.  Added example file for
  row_height. To be used for writing a test.
- Added POD for row_height param
- Row counting should not be skipped if it is first row.
- Added one more test(duplicates existing) but only to have base.
- Extracted PDF::API2 Mock as a separate package.  Created New test with
  the very basics.  Create a new package that will hold predefined data
  for tests so it can be reused.
- Fixed a variable that masks earlier declaration.
- Fixed Issue #4 - Row height is calculated correctly depending on font
  size.  Some variables are renamed to more meaningful.  Row counting is
  done in a new way with single counter that is used for column and cell
  props retrieval.
- Row height is now calculated for each row based on maximum font size
  from all cells.  Refactored some variable names and unified row
  counting during column size calculation phase.
- Fixed doc details in POD
- Cosmetic changes
- Decreased indent and reduced if body.  For easier review, diff with
  whitespace changes disabled.
- Added github url in readme

Version 0.9.6
----------------------------
- Fixed typo in POD. Closes #71816 Thanks to Gregor Herrmann
- Small code refactoring.
- Added patch for infinite loop fix. Closes #77376 Thanks to John Bazik
- Added patch for header justification. Closes #77566 Thanks to James
   Lance
- Added horizontal_borders, vertical_borders params to table(). Closes
  #79883 Thanks to Eric Johnson

Version 0.9.5 - 18.Oct.2011
----------------------------
- MANIFEST was missing sample pdf file.
- Accidently left alternative code for infinite loop fix commented out.
  Fixed.  Added a test for that.

Version 0.9.4 - 17.Oct.2011
----------------------------
- Don't bump row count when row spans a page.  Closes #67401.
- Fixed bug: don't call text_block if record width is exactly cell width.
- Fixed bug in text_block: bottom is (top - height), not (baseline - height).
- Example script typo fixed.  Closes #55133.
- Don't set up strokes when border is 0.  Apparently breaks Acrobat.
  Closes #40705 and #55137.
- Changed print warnings to carp.  Closes #38007.
- Added center justification for columns and cells.  Tests, too.  Closes
  #37924.
- Fixed infinite loop caused by uninitialized $2.  Thanks to Petri
  Kaurinkoski.  Closes #34017.
- Fixed perl warning if $col_prop->{min_w} is undef.  Thanks to Matthias
  Pitzl (NEPOS).  Closes #30720.
- Fixed default header background color bug, closes #28542.
- Added mock PDF::API2 packages to test script and added tests.
- Improve column width calculations so wider content gets wider columns.
  Added column width test.  Thanks to Barrie Slaymaker (RBS).  Closes
  #26158.
2015-04-26 08:48:16 +00:00
mef
df33766429 Update 1.08 to 1.10
-------------------
1.10 2014.08.22
    Fix test that used to use CGI.pm

1.09 2014.08.21
    Eliminate the need for CGI.pm in the test RT #98222
    Some POD updates.
    Eliminate memory leak RT #93412 thanks to Chris Jack.
2015-04-26 08:39:20 +00:00
mef
cbbef8eacc Update 2.021 to 2.023
---------------------
2.023     2014-09-12
    - The fix for [RT #69503] broke a previously-working case where a
      page object could be passed (and was expected).  The -firstpage
      option now accepts a page object or a page number.  Thanks to
      Marco Pessotto for the bug report and test.

2.022     2014-07-04
    - Added $pdf->version() get/set method.  When opening an existing
      PDF, the existing version number will now be retained.

    - Renamed the following in PDF::API2:
        - importpage to import_page
        - openScalar to open_scalar

      The old names are deprecated.

    - [RT #69503] Fix the -firstpage option to $pdf->preferences() so
      that it doesn't always lead to a crash (reported by Dietrich
      Streifert).

    - [RT #47974] Accept malformed xref subsections (with a warning)
      that have extraneous spaces on the first line (reported by
      Abhinav Kaushik).

    - [RT #94505] For Code128 barcodes, the initial character set is
      now optional (defaults to B or C depending on the content to be
      encoded).  The initial character set can be passed as a capital
      letter, and the program will die if an invalid character set is
      requested (requested by Andrea Nall).

    - Interleaved 2 of 5 barcodes now prepend a zero when an odd
      number of digits is specified, which is standard behavior.
      Previously, a zero was appended instead.

    - $page->rotate(0) now sets rotation to 0 degrees rather than
      deleting an existing page rotation command.  Page rotation is
      inherited, so this is necessary to undo any inherited page
      rotation.

    - Fix: Attempts to use EAN-128 barcodes resulted in an error.

    - Add a more informative error when text() is called without first
      setting a font(), and when font() is called without including a
      font size.
2015-04-26 08:37:26 +00:00
mef
a40566088c Update 0.24 to 0.25
--------------------
0.25            Aaron Coburn            4/3/15
        Fixed floating point number regex.
2015-04-26 08:34:32 +00:00
mef
f5db3c446b Update 0.25 to 0.27
-------------------
0.26 Mar 12 2015
    - Fixed POD errors
        - Fixed RT bug 97681, setlocale work around for Android systems
        - Added Build.PL
        - Added tests harness and more tests
        - update to newer Perl idioms such as 'our' variables

0.27 Mar 12 2015
    - added main.t to MANIFEST
        - added more prefixes and suffixes for people' snames, such as Mme. , Msgr.
2015-04-26 08:32:04 +00:00
mef
248d113484 Update to 0.05
--------------
0.05 2015-03-23 00:06:52
    - merge PR #1 to add Test::Kwalitee and License info
2015-04-26 08:28:16 +00:00
mef
a80ac52ad9 Update 2.64 to 2.73
-------------------
Revision: 2.73 Date: 2015/04/15 23:14:01
! MANIFEST
+ t/isa.t
! Encode.pm
  Addressed RT#103253: Encode::XS does not inherit from Encode::Encoding
  https://rt.cpan.org/Public/Bug/Display.html?id=103253
! encoding.pm
+ t/encoding-locale.t
  Pulled: Rewrite of encoding::_get_locale_encoding for more portability #40
! encoding.pm
  Pulled: encoding.pm: more inlining #39
  https://github.com/dankogai/p5-encode/pull/39

2.72 2015/03/14 02:44:39
! encoding.pm
  Copied from bleadperl to be in sync with it again.
  http://www.nntp.perl.org/group/perl.perl5.porters/2015/03/msg226576.html

2.71 2015/03/12 00:03:52
! encoding.pm
  Pulled: Don't fail 'no encoding' on EBCDIC
  https://github.com/dankogai/p5-encode/pull/38
! lib/Encode/Alias.pm t/Aliases.t
  Add cp65000 => UTF-7 and cp65001 => utf-8-strict
  https://github.com/dankogai/p5-encode/issues/37
! encoding.pm
  Sync w/ bleadperl
  https://github.com/dankogai/p5-encode/pull/36
! bin/encguess
  Pulled: show encguess example per #33
  https://github.com/dankogai/p5-encode/pull/34

2.70 2015/02/05 10:53:00
! Makefile.PL
  add bin/encguess to EXE_FILES

2.69 2015/02/05 10:35:11
! bin/encguess
  Refactored so that
  * does not depend on non-core module (File::Slurp in particular)
  * PODified document
  * -s "encA encB" to -s encA,encB which is more shell-friendly
  * and more
! MANIFEST
+ bin/encguess
  Pulled: Added CLI wrapper for Encode::Guess
  https://github.com/dankogai/p5-encode/pull/32
! Unicode/Unicode.pm
  Pulled: Bump $VERSION in module changed since Encode-2.60
  https://github.com/dankogai/p5-encode/pull/31

2.68 2015/01/22 10:17:32
! Pulled: Fix C++ build on Windows with VC++
  https://github.com/dankogai/p5-encode/pull/30
  https://rt.cpan.org/Public/Bug/Display.html?id=82897
! lib/Encode/MIME/Header.pm t/taint.t
  Pulled: maintain taint flag when encoding MIME on old perl
  https://github.com/dankogai/p5-encode/pull/29
! Encode.pm
  POD fixes
  https://github.com/dankogai/p5-encode/pull/27
! bin/enc2xs
  Addressed: RT#101345: [PATCH] reduce compiler warnings and stderr noise
  enc2xs no longer emits verbose messages to STDERR
  unless -v switch or $ENV{ENC2XS_VERBOSE} is set.
  https://rt.cpan.org/Public/Bug/Display.html?id=101345

2.67 2014/12/04 20:13:00
! t/taint.t
  Now skips nonexistent methods like Encode::Detect->encode() should
  that be installed.  This resolves RT#100105.
  https://rt.cpan.org/Ticket/Display.html?id=100105

2.66 2014/12/02 23:30:34 $
! bin/enc2xs
  Resolved RT#100656: enc2xs -C fails if URL::Encode::XS is installed
  https://rt.cpan.org/Ticket/Display.html?id=100656

2.65 2014/11/27 14:08:33
! Changes Encode.xs bin/enc2xs
  Applied 3 patches from jhi:
    0001-For-C-don-t-use-the-array-size-in-forward-declaratiotion
    0002-Unused-variables
    0003-1-needs-casting-to-STRLEN
  Message-Id: <54753674.6070909@iki.fi>
2015-04-26 08:25:12 +00:00
wiz
ddca7378fc Update to 3.4.4:
3.4.4 (2015-04-25)
==================

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

* An ElementTree compatibility test added in lxml 3.4.3 that failed in
  Python 3.4+ was removed again.
2015-04-26 08:01:31 +00:00
wiz
f0a67ea5c2 Update to 2.0119:
2.0119  2015-04-23
    - Preserve unset options after a _clone() call (e.g: in load_xml()).
        - This caused expand_entities(0) to not be preserved/etc.
        - Thanks to Tilmann Haak from xing.com for the report.
2015-04-26 07:47:18 +00:00
tnn
6a69e9522b Recursive revbump following MesaLib update, categories p through x. 2015-04-25 14:24:44 +00:00
markd
c58a383491 Update to texlive 2014 version.
* fread.c (copy_multibyte_char): Avoid ambiguous operation.
   * fread.c: Add copy_multibyte_char() to
     copy multibyte character correctly.
   * fread.c: Wide char is not always even bytes in getestr().
   * convert.c: Add (unsigned char*) cast arg1 of UTF8StoUCS().
   * fwrite.c: Declare fprint_euc_char() as static.
   * main.c: Add TeX Live version.
   * {main,convert,fread,fwrite,styfile}.c, kana.h,
     mendex.doc, mendex.1: Add a new option -I to switch
     internal buffers for key words to EUC-JP or UTF-8.
   * mendex.1: Fix usage.
   * convert.c: Allow longer words in dictionary.
   * fwrite.c:  Make a buffer size larger.
   * fwrite.c: Replace sprintf with snprintf.
   * fread.c: Allow lines with only a line ending in mfgets(),
     because dictionary files with DOS line endings can't be read.
2015-04-25 10:03:52 +00:00
markd
7668f5e345 Update to TeXLive 2014 version.
changes:
bzero() -> memset()
2015-04-25 09:08:25 +00:00
wen
c4e25bd132 Update to 0.49
Upstream changes:
0.38 Thu Sep  5 21:09:10 EDT 2013
    - Update support information; no longer using dedicated mailing list.

0.39 Fri Jul  4 15:38:24 EDT 2014
    - Repository migrated from Subversion to git.  Development repository
      initiated at https://github.com/jkeenan/list-compare.

0.40 Sat Feb  7 08:39:06 EST 2015
    - Eliminated three unnecessary hash assignments.

0.41 Sun Feb  8 20:38:46 EST 2015
    - Revised List::Compare::Functional::_intersection_engine() to eliminate
      need to call _calculate_xintersection_only() and
      _calculate_hash_intersection();

0.42 Wed Feb 11 20:57:43 EST 2015
    - Improve performance of four List::Compare::Functional functions.

      get_nonintersection
      get_nonintersection_ref
      get_symmetric_difference
      get_symmetric_difference_ref

0.43 Thu Feb 12 19:14:35 EST 2015
    - Improve performance of two List::Compare::Functional functions.

      get_shared
      get_shared_ref

0.44 Sun Feb 15 14:40:06 EST 2015
    - Improve performance of complement-related functions in both functional
      and object-oriented interfaces:

      get_complement
      get_complement_ref
      get_complement_all

0.45 Mon Feb 16 16:59:03 EST 2015
    - Improve performance of unique-related functions in both functional and
      object-oriented interfaces:

      get_unique
      get_unique_ref
      get_unique_all

0.46 Wed Feb 18 19:30:30 EST 2015
    - Improve performance of List::Compare::Multiple::Accelerated methods:

      get_intersection
      get_intersection_ref
      get_shared
      get_shared_ref

0.47 Sun Feb 22 08:17:54 EST 2015
    - Improve performance of List::Compare::Multiple::Accelerated methods:

      get_nonintersection
      get_nonintersection_ref
      get_symmetric_difference
      get_symmetric_difference_ref

0.48 Wed Feb 25 17:59:30 EST 2015
    - Improve performance of is_LdisjointR in List::Compare::Functional and in
      multiple accelerated mode of List::Compare.

0.49 Sun Mar  8 20:06:20 EDT 2015
    - Add metadata to Makefile.PL.
2015-04-24 13:53:35 +00:00
spz
6dee5ceb3e patch for CVE-2015-1819 Enforce the reader to run in constant memory
from https://git.gnome.org/browse/libxml2/commit/?id=213f1fe0d76d30eaed6e5853057defc43e6df2c9

+general patch refresh
2015-04-24 11:32:29 +00:00
jperkin
58d63b5151 Needs lex and yacc. 2015-04-22 09:06:28 +00:00
markd
6fc4a7857e Update tex-makeindex{,-doc} to 2.15
latest texlive version.  changes unknown.
2015-04-21 23:00:46 +00:00
jperkin
ca8519b89a Update Xfce to 4.12.0.
This is a very large change, and incorporates the 4.8, 4.10, and 4.12 major
Xfce releases since 4.6.2, our previous pkgsrc release.  For more information
about the thousands of changes in each major release since then, please see:

  Xfce 4.12 announcement:
    http://www.xfce.org/about/news

  Xfce 4.12 tour:
    http://www.xfce.org/about/tour

  Xfce 4.10 announcement:
    http://www.xfce.org/about/news/?post=1335571200

  Xfce 4.10 tour:
    http://www.xfce.org/about/tour410

  Xfce 4.8 announcement:
    http://www.xfce.org/about/news/?post=1295136000

  Xfce 4.8 tour:
    http://www.xfce.org/about/tour48

The pkgsrc changes since then are:

  New packages:
    archivers/xfce4-thunar-archive
    graphics/elementary-xfce-icon-theme
    mail/xfce4-mailwatch-plugin
    misc/xfce4-time-out-plugin
    multimedia/xfce4-thunar-media-tags
    sysutils/xfce4-mount-plugin
    sysutils/xfce4-taskmanager
    sysutils/xfce4-thunar-vcs
    sysutils/xfce4-verve-plugin
    x11/xfce4-garcon
    x11/xfce4-notifyd
    x11/xfce4-tumbler
    x11/xfce4-whiskermenu-plugin

  Renamed packages:
    devel/xfconf to devel/xfce4-conf
    x11/libxfce4menu to x11/libxfce4ui
    x11/xfce4-screenshooter-plugin to x11/xfce4-screenshooter

  Updated packages:
    audio/xfce4-mixer
    audio/xfce4-xmms-plugin
    devel/xfce4-dev-tools
    editors/xfce4-mousepad
    graphics/ristretto
    meta-pkgs/xfce4-extras
    meta-pkgs/xfce4
    misc/xfce4-weather-plugin
    multimedia/xfce4-mpc-plugin
    net/xfce4-wavelan-plugin
    sysutils/xfce4-appfinder
    sysutils/xfce4-battery-plugin
    sysutils/xfce4-cpugraph-plugin
    sysutils/xfce4-diskperf-plugin
    sysutils/xfce4-fsguard-plugin
    sysutils/xfce4-genmon-plugin
    sysutils/xfce4-netload-plugin
    sysutils/xfce4-quicklauncher-plugin
    sysutils/xfce4-systemload-plugin
    sysutils/xfce4-thunar
    sysutils/xfce4-xarchiver
    sysutils/xfce4-xkb-plugin
    textproc/xfce4-dict-plugin
    time/xfce4-datetime-plugin
    time/xfce4-orage
    time/xfce4-timer-plugin
    wm/xfce4-wm-themes
    wm/xfce4-wm
    x11/libxfce4gui
    x11/libxfce4util
    x11/xfce4-clipman-plugin
    x11/xfce4-desktop
    x11/xfce4-exo
    x11/xfce4-eyes-plugin
    x11/xfce4-gtk2-engine
    x11/xfce4-notes-plugin
    x11/xfce4-panel
    x11/xfce4-places-plugin
    x11/xfce4-session
    x11/xfce4-settings
    x11/xfce4-terminal

  Removed packages:
    sysutils/xfce4-volman
    x11/xfce4-utils

This is based on a huge amount of work by the NetBSDfr team and Youri Mouton,
who takes over as MAINTAINER, and has been tested by Youri on a large number
of platforms prior to commit.  A massive thanks to them.  Any issues with the
import are mine alone as the committer-by-proxy.
2015-04-21 08:56:37 +00:00
rodent
e405f30622 +sort - depends on serd, used by lilv 2015-04-19 23:23:53 +00:00
rodent
706dd2ed92 Import sord-0.12.2 as textproc/sord.
Sord is a lightweight C library for storing RDF data in memory.
2015-04-19 23:23:10 +00:00
rodent
e01ce60968 +serd - will be used by lilv 2015-04-19 23:11:42 +00:00
rodent
ba7a447dbb Import serd-0.20.0 as textproc/serd.
Serd is a lightweight C library for RDF syntax which supports reading and
writing Turtle and NTriples.

Serd is not intended to be a swiss-army knife of RDF syntax, but rather is
suited to resource limited or performance critical applications (e.g. converting
many gigabytes of NTriples to Turtle), or situations where a simple
reader/writer with minimal dependencies is ideal (e.g. in LV2 implementations or
embedded applications).
2015-04-19 23:10:52 +00:00
rodent
b5c61a1a83 +py-rdflib - packaged originally in pkgsrc-wip by kamelderouiche@yahoo.com 2015-04-19 22:04:57 +00:00
rodent
72edc0e541 Import py27-rdflib-4.2.0 as textproc/py-rdflib.
RDFLib is a Python library for working with RDF, a simple yet powerful
language for representing information.

The library contains parsers and serializers for RDF/XML, N3, NTriples,
Turtle, TriX and RDFa . The library presents a Graph interface which can
be backed by any one of a number of Store implementations, including, Memory,
MySQL, Redland, SQLite, Sleepycat, ZODB and SQLObject.
2015-04-19 22:03:29 +00:00
wiz
976ae705e1 Update to 3.4.3:
3.4.3 (2015-04-15)
==================

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

* Expression cache in ElementPath was ignored.  Fix by Changaco.

* LP#1426868: Passing a default namespace and a prefixed namespace mapping
  as nsmap into ``xmlfile.element()`` raised a ``TypeError``.

* LP#1421927: DOCTYPE system URLs were incorrectly quoted when containing
  double quotes.  Patch by Olli Pottonen.

* LP#1419354: meta-redirect URLs were incorrectly processed by
  ``iterlinks()`` if preceded by whitespace.
2015-04-19 18:24:14 +00:00
wiz
6d65ac63a1 Update to 2.202:
2.202 (2015-04-18)
	- use updated IdnaTest.txt from Unicode 7.0.0 database
	  FIXES: #96749: Fails with bleadperl
	- documentation updates, point to perl Unicode tutorials
	- tests for domain xn--zcaa.de;
	  REJECTED: #103205 for Net-IDN-Encode: conversion of domain name
2015-04-19 18:10:46 +00:00
cheusov
6238e8d2d5 Depends on python-dateutil>=2.2; ++pkgrevision 2015-04-18 18:27:16 +00:00
schmonz
f90ae3a796 Update to 2015.4.14. From the changelog:
* Feature #56: Treat '-' file parameter as stdin.
* Feature #57: Retain escaping of html except within code or pre tags.
* Feature #59: Write image tags with height and width attrs as raw
  html to retain dimensions
2015-04-18 14:08:54 +00:00
adam
4606c07235 Revbump after updating devel/boost-libs 2015-04-17 15:52:56 +00:00
wiz
caeaebd5e0 Update to 0.36, provided by Leonardo Taccari in PR 49841.
Changes:
0.36 Wed Dec 10 2014
     Added binary blob handling to prJpeg
     Added prAltJpeg to allow for insertion of alternate low-res images for display
     Added support for grayscale images to prJpeg after suggestions from Ingo Lachmann
     Removing depricated define(@array) syntax per suggestion from Nigel Gourlay
     Updating copyright notices
2015-04-16 14:23:57 +00:00
wiz
fcbb1b66ac Remove python-2.6-only package py-ordereddict and references to it. 2015-04-14 11:25:37 +00:00
rodent
a7b568d574 Removing python26. EOL'd quite some ago and discussed a couple times on
tech-pkg@ and pkgsrc-users@.
2015-04-13 23:12:40 +00:00
mef
279b90f9f7 (pkgsrc)
- Add LICENSE gnu-gpl-v1 AND gnu-gpl-v2
(upstream)
 - Update 20040130 to 2.1.5.1
--------------------------
Version 2.1.5 (27/06/2009)
    Some corrections in the rules
    Generate an "official" dictionary file for aspell

Version 2.1.4 (11/03/2009)
    Some corrections and additions
    Corrections: bytes, malveure

Version 2.1.3 (02/03/2009)
    Generate files for aspell

Version 2.1.2 (27/10/2008)
    Information for remote update

Version 2.1.1 (19/10/2008)
    Valencian additions and correction of mistakes

Version 2.1.0 (03/06/2008)
    Created Valencian specific version
    New entries from AVL dictionary

Version 2.0.0 (14/07/2007)
    Added the entries from the DIEC 2
    Correction in rules and several entries
    Added names of places and other words

Version 1.0.3 (16/10/2006)
    Added names of Valencian places

Version 1.0.2 (29/09/2006)
    Added Valencian combinations of personal pronouns

Version 1.0.1 (19/09/2006)
    Added missing words
2015-04-12 08:47:30 +00:00
mef
98e99cdfb6 Update HOMEPAGE (gitorious.org to github.com) 2015-04-11 02:26:02 +00:00
mef
855879b4ab Update 6.0.0 to 7.1.0
---------------------
7.1: January 6, 2011

  Updated to SCOWL 7.1 which corrected several errors and also added
  several now common proper names and some other words now in
  common use.

7.0: December 27, 2010

  Updated to SCOWL 7 which was created with a new version of Varcon
  which corrected many errors, especially in the British and Canadian
  dictionaries.  Numerous other corrections are also included.

  Added en_CA-variant_* and en_GB-variant_* auxiliary dictionaries.
2015-04-11 02:07:41 +00:00
mef
22b2f9dcd6 (pkgsrc)
- Add LICENSE as gnu-gpl-v2
 - Add (tricky) SUBST to avoid editting patch-aa version to version
   patch-aa will be different on the fixed (no-editting) line but of version
(upstream)
 - Update 1.7.30 to 1.7.42
   ChangeLog unknown
2015-04-11 02:01:55 +00:00
wiz
e8cb7be27c + heirloom-doctools 2015-04-09 09:35:21 +00:00