summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2009-04-30PkgSrc changes:sno2-8/+9
- Updating package for p5 module YAML::Syck and JSON::Syck to 1.07 Upstream changes since 1.05 Changes for 1.07 (JSON::Syck 0.30) - 2009-04-25 * Added the missing Loadfile function to JSON::Syck. Reported by: Dan McCormick
2009-04-30PkgSrc changes:sno2-6/+7
- Updating package for p5 module of XML::Atom from 0.33 to 0.34 - Setting license to gnu-gpl-v2 Upstream changes: 0.34 2009.04.29 * Fixed $entry->source support (Martin Atkins)
2009-04-29Add tex-xmltex-doc.minskim1-1/+2
2009-04-29Import tex-xmltex-doc-0.8 as textproc/tex-xmltex-doc.minskim4-0/+34
This is documentation for tex-xmltex.
2009-04-25Add and enable xml2rh1-1/+2
2009-04-25Initial import of xml2-0.4, a set of tools to convert XML and HTML to andrh4-0/+38
from a line-oriented format for easier processing with sed, awk, etc.
2009-04-24PkgSrc changes:sno2-6/+6
- Updating package for p5 module XML::RSS to 0.44 Upstream changes: 1.44 - April 1, 2009 - Applied a patch from Simon Wistow (after some modifications) to add support for multiple enclosures. - Added the t/xml-base.t test file from Simon Wistow to test for xml:base. Corrected for style.
2009-04-24PkgSrc changes:sno2-8/+8
- Updating package for p5 module XML::Feed to 0.42 from 0.41 Upstream changes: 0.42 - Fix conversion of multi value fields http://rt.cpan.org/Ticket/Display.html?id=41794 (Mario Domgoergen) - Fixed a bug where $e->category fails when XML::RSS::LibXML is preferred. (Tatsuhiko Miyagawa) - Added support for enclosures
2009-04-24Modify dependencies to perl-modules which are deployed with the perl-core,sno2-4/+4
mainly Scalar::Util and List::Util
2009-04-24PkgSrc changes:sno5-98/+7
- Updating package for p5 module Pod::Tree to 1.16 from 1.15 - Removing patches (applied upstream) Upstream changes: 1.16 2009 Apr 10 Pod::Tree::HTML - fix to work with IO::File 1.13 (RT 34755, 38307) mod2html - added to distribution Makefile.PL - added all required modules to PREREQ_PM
2009-04-24PkgSrc changes:sno2-7/+8
- Updating package for p5 module Pod::POM to 0.25 from 0.18 Upstream changes: Version 0.25 2009-03-27 * updated Makefile.PL to use Module::Include properly - i.e. flag modules as test_requires as appropriate * output test failure reason with diag() * added t/YAML/Tiny.pm (self-contained YAML library) to remove test-only module dependency * test library uses Test::Differences if available but package does not list it as a dependency Version 0.24 2009-03-21 * fixed broken YAML files in testcases that were causing tests to fail on some platforms * added text and HTML verbatim paragraph view tests * fixed typo in synopsis in Pod::POM Version 0.23 2009-03-20 * Applied JJ's patch for coalescing verbatim paragraphs separated by blank lines and refined verbatim paragraph test cases and expected output * Tweaked pom dump format to quote individual text lines * Tweaked PodPOMTestLib to remove dependency on Class::Accessor * Added test cases for =headN hierarchy and =begin blocks * Added format name to =end in Pod::POM::View::Pod * Switch Makefile.PL to Module::Include Version 0.22 2009-03-19 * Added missing dependencies to Makefile.PL * Added pomdump program to list of executables Version 0.21 2009-03-18 * Added missing dependencies to Makefile.PL Version 0.20 2009-03-17 * Added basic pod documentation to the view modules * expanded the test cases (especially expanded sequences and blockquote paragraphs) * add support for blockquote paragraphs to Text and HTML views Version 0.19 2009-03-17 * Added dump method to Pod::POM::Node * Reorganized tests with new testcases directory
2009-04-23Update p5-Text-RewriteRules from version 0.17 to version 0.18.seb2-6/+6
Upstream changes: 0.18 2009, Mar 2 (20:56) - Added parenthesis around regexp so it supports ors nicely.
2009-04-20Update to 1.0.12.0. From the changelog:schmonz2-7/+6
- Add handling of exceptions from Database::get_metadata() and methods of Enquire which might throw DatabaseModifiedError to address situation reported in ticket#284. - Skip thread.t testcase if Perl is new enough, but wasn't built with thread support (reported by Felix Antonius Wilhelm Ostmann). - Fix "fake VPATH" mode to work better. - Add test coverage for more WritableDatabase methods. - Wrap the new FLAG_DEFAULT constant which gives the QueryParser default flag settings, allowing you to easily add flags to the default ones. - Makefile.PL now supports a "fake VPATH" mode, to better support for building from SVN. If you run "perl /path/to/Makefile.PL" then Makefile.PL will run Makefile.PL as nomal in /path/to, and then create a stub Makefile in the current directory which forwards any make invocations. - Wrap Search::Xapian::get_major_version(), get_minor_version(), get_revision(), sortable_serialise(), and sortable_unserialise(). - Reject xapian-core < 1.0 with an error rather than just a warning.
2009-04-20Meant to add LICENSE in previous (gnu-gpl-v2).schmonz1-1/+2
2009-04-20Update to 1.0.12. From the changelog:schmonz6-35/+22
* $log now retries a partial write, or one interrupted by a system call. * cgiparams.html: Note the technique of using a stub database file to allow a default of searching over multiple databases. * omindex: + Add support for indexing Microsoft Office 2007 formats and XPS files (bug#290). + Fix the extraction of metadata from OpenDocument formats. + Fix "-l" which would previously always cause a segmentation fault if used ("--depth-limit" wasn't affected). * Fix to compile when RLIMIT_AS isn't available (as on NetBSD and OpenBSD). Instead use RLIMIT_VMEM or RLIMIT_DATA if either is available, else don't try to limit the memory the filter process can use.
2009-04-20Update to 1.0.12. From the changelog:schmonz3-37/+11
* WritableDatabase::remove_spelling() now works properly. * The QueryParser now treats NON_SPACING_MARK Unicode characters as phrase generators, which improves handling of Arabic. This is a stop-gap solution for 1.0.x which will work with existing databases without requiring reindexing - in 1.1.0, NON_SPACING_MARK will be regarded as part of a word. (ticket#355) * Fix undefined behaviour in distribution of OP_NEAR and OP_PHRASE over a non-leaf subquery (indentified by valgrind on testcase nearsubqueries1). (ticket#349) * Enhance distribution of OP_NEAR/OP_PHRASE over non-leaf subqueries to work when there are multiple non-leaf subqueries (ticket#201). * Enquire::get_mset() no longer needlessly checks if the documents exist. * PostingIterator::get_description() output improved visually in some cases. * Enquire::get_mset(): + Now throws UnimplementedError if there's a percentage cutoff and sorting is primarily by value - this has never been correctly supported and it's better to warn people than give incorrect results. + No longer needlessly copies the results internally. + When searching multiple databases, now recalculates the maximum attainable weight after each database which may allow it to terminate earlier. (ticket#336). + Fix inconsistent percentage scores when sorting primarily by value, except when a MatchDecider is also being used; document this remaining problem case. (ticket#216) * Enquire::set_sort_by_value() (and similar methods): Rename the wrongly named "ascending" parameter to "reverse", and note that its value should always be explicitly given since defaulting to "reverse=true" is confusing and the default will be deprecated in 1.1.0. (ticket#311) * Database::allterms_begin(): Fix memory leak when iterating all terms from more than one database. * Query::get_terms_begin(): Don't return "" from the TermIterator (happened when the query contained or was Query::MatchAll). * Add QueryParser::FLAG_DEFAULT to make it easier to add flags to those set by default.
2009-04-20Update to 3.8. Set LICENSE (gnu-lgpl-v2.1).wiz3-7/+10
iso-codes 3.8 ------------- Tobias Quathamer <toddy@debian.org> Thu, 2 April 2009 [ ISO-3166 ] * Changes from ISO-3166 MA Newsletter VI-6. Closes: #520483 - VE "short" name to "Venezuela, Bolivarian republic of" - introduce a "common_name" for Venezuela * Changes from ISO-3166 MA Newsletter VI-5. - MD "short" name to "Moldova, republic of" - introduce a "common_name" for Moldova [ ISO 639 translations ] * Simplified Chinese by LI Daobing (TP) * Indonesian by Andhika Padmawan (TP) * Russian by Yuri Kozlov * Finnish by Tommi Vainikainen (TP) * Italian by Milo Casagrande (TP) [ ISO 3166 translations ] * Telugu added by Y Giridhar Appaji Nag. Closes: #519665 * French updated by Christian Perrier * Kazakh updated by Baurzhan Muftakhidinov and Dauren Sarsenov. Closes: #521015 * Asturian updated by Marcos. Closes: #521088 [ ISO 3166-2 translations ] * Indonesian by Andhika Padmawan (TP) [ ISO 15924 translations ] * Danish by Joe Hansen (TP)
2009-04-19Add DESTDIR support. Bump PKGREVISION.rh1-2/+15
2009-04-17Add makeindexk.minskim1-1/+2
2009-04-17Import makeindexk-2.15 as textproc/makeindexk.minskim5-0/+74
The program makeindex is a general purpose hierarchical index generator; it accepts one or more input files (often produced by a text formatter such as TeX or troff, sorts the entries, and produces an output file which can be formatted. The index can have up to three levels (0, 1, and 2) of subitem nesting. The way in which words are flagged for indexing within the main document is specific to the formatter used; makeindex does not automate the process of selecting these words. As the output index is hierarchical, makeindex can be considered complimentary to the awk-based make.index system of Bentley and Kernighan, which is specific to troff, generates non-hierarchical indices, and employs a much simpler syntax for indicating index entries.
2009-04-14+ OdfConverter.wiz1-1/+2
2009-04-14Initial import of OdfConverter-1.1, packaged by myself for wip, withwiz5-0/+85
help from kefren. The goal for this project is to provide translators to allow for interoperability between applications based on ODF (OpenDocument) 1.0 standards and Microsoft OpenXML based Office applications. As a part of this interoperability initiative, add-ins are being developed that can be installed on top of Microsoft Office Word (document processing), Excel (spreadsheet) and PowerPoint (presentation) applications (Office 2007 / 2003 / XP version) to allow for opening and saving OpenDocument format / ODF files (.odt, .ods and .odp) that adheres to ODF 1.0 specifications. We also provide command line translator utilities that allow doing batch conversions. The converter is based on XSL transformations between two XML formats, along with some pre- and post-processing to manage the packaging (zip / unzip), schema incompatibility processings and the integration into Microsoft Office applications like Word, Excel and PowerPoint. We chose to use an Open Source development model that allows developers from all around the world to participate & contribute to the project.
2009-04-14PkgSrc changes:sno2-8/+8
- Updating package for p5 module for Text::Diff::Parser to 0.0900 - Setting license to artistic-2.0 - Split version after first 2 numbers to keep 2-digit style like before Upstream changes: 0.0900 Apr 12 2009 - Kwalitee tweaks
2009-04-13Update to 1.2:wiz3-186/+199
Fix -F; add -w to show section in warnings, default off (was new in 1.1 with default on). Functional diff provided by Marc Espie, man page by Jason McIntyre.
2009-04-12${DESTDIR} shouldn't be included in ${SGML_CATALOGS}.minskim2-7/+7
Bump PKGREVISION.
2009-04-12Add a missing file name to the entry in SGML_CATALOGS. It should haveminskim1-3/+3
been included in the previous commit. Bump PKGREVISION.
2009-04-12${DESTDIR} shouldn't be included in ${SGML_CATALOGS}.minskim1-3/+3
Bump PKGREVISION.
2009-04-12PkgSrc changes:sno2-6/+6
- Updating module to 0.32 Upstream changes: version: 0.32 date: Mon Jan 12 11:23:55 IST 2009 changes: - newSVpvs is not portable, change to newSVpvn - update ppport.h options version: 0.31 date: Mon Jan 12 11:23:55 IST 2009 changes: - Fix the leak test so it doesn't load an unused, undeclared dependency (Test::LongString)
2009-04-12PkgSrc changes:sno2-6/+6
- Updating package p5-Text-CSV_XS to 0.64 Upstream changes: 2009-04-03 0.64 - H.Merijn Brand <h.m.brand@xs4all.nl> * Skip perlio tests for perl older than 5.8, as perlio was experimental in 5.6 * Up Devel::PPPort to 3.17 * Fix initialisation of eol => undef (could cause core dump) * Added configure_require to META.yml
2009-04-12PkgSrc changes:sno2-6/+6
- Updating package to 2.33 Upstream changes: $Revision: 2.33 $ $Date: 2009/03/25 07:55:57 $ ! lib/Encode/MIME/Header.pm Decontaminated $& which sneaked in on 2.31. <67FC9F3A39C746DA95AAB6BB01539099@robmhp> <693254b90903242352x2dc26ba6p5e68deb871fa88ae@mail.gmail.com> http://coderepos.org/share/changeset/31542
2009-04-11PkgSrc changes:sno3-8/+9
- removed packages p5-IO-Compress-Base, p5-IO-Compress-Zlib, p5-IO-Compress-Bzip2 and p5-Compress-Zlib because they are merged into p5-IO-Compress - Updated dependend packages to depend on p5-IO-Compress and bump PKGREVISION Upstream changes: 2.017 30 March 2009 * Merged IO-Compress-Base, IO-Compress-Bzip2, IO-Compress-Zlib & Compress-Zlib into IO-Compress. * The interface to Compress-Raw-Zlib now uses the new LimitOutput feature. This will make all of the zlib-related IO-Compress modules less greedy in their memory consumption. * Removed MAN3PODS from Makefile.PL * A few changes to get the test harness to work on VMS courtesy of Craig. A. Berry. * IO::Compress::Base & IO::Uncompress::Base Downgraded some croaks in the constructors to just set $! (by letting the code attempt to open a file and fail). This makes the behavior more consistent to a standard open. [RT #42657] * IO::Uncompress::Base Doing a seek with MultiStream could drop some of the uncompressed data. Fixed. * IO::Compress::Zip - Fixed problem with the uncompressed & uncompressed fields when zip64 is enabled. They were set to 0x0000FFFF instead of 0xFFFFFFFF. Also the ZIP64 extra field was 4 bytes short. Problem spotted by Dino Chiesa. * IO::Uncompress::Unzip - use POSIX::mktime instead of Time::Local::timelocal to convert the zip DOS time field into Unix time. * Compress::Zlib - Documented Compress::Zlib::zlib_version()
2009-04-09Update to mdocml-1.7.12. Biggest change is the start of a man(7) parser.joerg3-10/+10
2009-04-09Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.joerg2-4/+2
2009-04-08Remove the remaining NO_MTREE definitions, it has been a nop for ajoerg7-15/+7
while.
2009-04-07having a build dependency on python but a full one on py-expatdrochner1-2/+2
is pointless
2009-04-07Update to 2.35. From the changelog:schmonz2-6/+6
* undo last change (elim extra \ns) (tx Sumit Rangwala)
2009-04-06Update to 1.0.2, provided by Aleksey Cheusov in PR 41149.wiz2-7/+7
Changes: fixes in dictem-postprocess-definition-remove-header postprocessing function.
2009-03-25Bump PKGREVISION following the update of textproc/icu, and thehe5-6/+10
corresponding change of ABI. OK'ed by wiz@ (as was the textproc/icu update).
2009-03-25Update from version 3.6nb2 to 4.0.1.he10-347/+46
Pkgsrc changes: o New MASTER_SITE o Adjust PLIST o Remove no-longer-needed patches, since corresponding changes have been adopted upstream o BUILDLINK_ABI_DEPENDS bumped to >=4.0, since a new shared library version is installed o Fixes security vulnerability, ref. below. Dependent pkgsrc packages will have their revisions bumped shortly due to the (possibly/probably) changed ABI. Upstream changes: 4.0.1: ICU4C 4.0.1 is a maintenance release of ICU4J 4.0. The primary changes of this release were: * Updated time zone data to 2008i * Technical preview of string search implementation using Boyer-Moore algorithm (#6286). For detail information, please see the tech note here. * #5691 Conversion: consistent illegal sequences * #6435 Bad @stable ICU4.0 tags * #6597 TestDisplayNamesMeta failure * #6670 Test failure in format/TimeZoneTest/TestShortZoneIDs 4.0: Major changes in ICU 4.0 include the following: * Common Changes o Unicode 5.1 (#5696) o Locale Data: ICU uses and supports data from Common Locale Data Repository (CLDR) 1.6 , which includes many improvements in quality and quantity of data. o add/removeLikelySubtags (#6124) o Charset converter file size improvement (#5987) o Date Interval Formatting (#6157) Note: Calendar type supported by this feature is Gregorian only in this release. o Improved Plural support * ICU4C Specific Changes Additional Calendars + Chinese (#4081) + Coptic/Ethiopic (#4571) * ICU4J Specific Changes o Charset + Graduated from Technology Preview status + ICU2022 Converter (#5791) + HZ Converter (#6128) + SCSU/BOCU-1 Converter (#2147) + Charset Converter Callback (#6144) o Thai Dictionary break iterator (#5385) o JDK TimeZone support (#5975) o Locale Service Provider (#5976) o More convenient formatting of year+month, day+month, and other combinations (#6304) o Simple Duration Formatting (#6303) * ICU4C Security Fixes ICU4C 4.0 resolves the vulnerabilities CVE-2007-4770 and CVE-2007-4771 which were found in earlier versions of ICU. The standard ICU tests verify that these have been corrected, however, the updated versions of the previous tests may be run by applying the following patch to ICU 4.0: r24324. As well, ICU4C and ICU4J 4.0 resolve the issue underlying CVE-2008-1036.
2009-03-24Drop MAINTAINERSIP at MAINTAINER's request.darcy1-2/+2
2009-03-23DESTDIR supportjoerg1-3/+5
2009-03-22Update to mdocml 1.6.9. Much improved support for mdoc features andjoerg4-18/+25
new frontend command that can act as drop-in replacement for nroff(1) for mdoc pages.
2009-03-22Restrict conflict for mdocml to versions before command merge.joerg1-2/+3
2009-03-22Added textproc/p5-Pod-Parser version 1.38sno1-1/+2
2009-03-22Importing package for perl-module Pod::Parser-1.38sno3-0/+34
To create a POD filter for translating POD documentation into some other format, you create a subclass of Pod::Parser which typically overrides just the base class implementation for the following methods: * command() * verbatim() * textblock() * interior_sequence() The reason of this import is the huge amount of bug fixes, even if it's declared as deprecated. Pod::Latex-users (and other Pod::Parser dependent) will benefit from this import: Before using this for any _new_ software, please consider using Pod::Simple, it is a modern replacement for this module. 09-Feb-2008 Marek Rouchal <marekr@cpan.org> ----------------------------------------------------------------------------- Version 1.38 + missed one (important) line from one of the patches below in pod2usage2.t No change in the *.pm files 04-Feb-2008 Marek Rouchal <marekr@cpan.org> ----------------------------------------------------------------------------- Version 1.37 + fixed resource links in META.yml + address CPAN#42695 with a minor change in PlainText, although not solving it completely; the 'loose' option now applies to all =headN headings + address failures of find.t on Win32 (cpantesters) - root cause was a mismatch of directory names like "Progra~1" (short/long file names) + include the following bleadperl changes: * Blank lines "between" verbatim sections are now acceptible: http://perl5.git.perl.org/perl.git/commitdiff/caa547d * Be less picky about what constitutes "numeric lists" in Pod: http://perl5.git.perl.org/perl.git/commitdiff/4df4f5d * Changes made to contains_pod.t when upgrading to 1.34: http://perl5.git.perl.org/perl.git/commitdiff/fb59f97 * Fix paths on new pod2usage2 tests to work in the core. http://perl5.git.perl.org/perl.git/commitdiff/222046efb22c183703fea2b30db76296ab782e89 * Make t/pod/pod2usage2.t work on case insensitive file systems. http://perl5.git.perl.org/perl.git/commitdiff/767c16ab361d1225fb153423fb22b590c1e0c7ea Thanks to Nicholas Clark, Steve Hay, Jerry D. Hedden for the patches + removed \r from t/pod/usage2.pod 19-Jan-2008 Marek Rouchal <marekr@cpan.org> ----------------------------------------------------------------------------- Version 1.36 - Did I say this package is dead, and there won't be any updates? This release is fixing all open CPAN RT issues, hopefully this is the last version forever... + Ironed out the most severe issues reported by perlcritic, updated META.yml + Adapted Makefile.PL such that CPAN should recognize dependencies better + CPAN#30672: Merged the minor change (recognize =encoding) from 5.10.0, along with a few test improvements - thanks Adriano Ferreira for the patch + Assimilated changes from 5.8.9 on podchecker.PL + CPAN#23618: replace $Config{privlib} with privlibexp to avoid problems with installation paths like ~user. Thanks clonezone for the patch + CPAN#24983: document that parse_from_file() accepts also file handle references and objects that support the regular IO interfaces + added a little tweaking of Test::Builder to pod2usage2.t, which should solve the problem with older Perls (5.005) + CPAN#29749: applied patch to squelch noise from older blib versions. Thanks SREZIC + CPAN#29978: fixed insecure argument for running perldoc from pod2usage() in -T scripts + CPAN#30043: add =cut as an indentifier for POD in Pod::Find. Thanks NATERAJJ for the patch + CPAN#33020: Pod::Usage will by default look for both SYNOPSIS and USAGE - since SYNOPSIS is the traditional section name, while USAGE is suggested by perlcritic + CPAN#33150: made sure that pod2usage(-message=>'...') always appears, even when using perldoc + CPAN#35514: add some documentation and a test to demonstrate how pod2usage works together with Pod::Find::pod_where to show module PODs + CPAN#38648: pod2usage(-verbose => 1) now accepts whitespace after SYNOPSIS. Thanks dwierenga AT valueclick DOT com for the patch + CPAN#38747: two important bug fixes and one improvement, all around pod2usage(-sections). Many thanks David DOT Purdie AT erggroup DOT com for the patches and suggestions. This fixes also CPAN#41136 + CPAN#41135: allow subheadings in OPTIONS/ARGUMENTS and pod2usage(-verbose => 1) - they are now printed as well + CPAN#42141: find.t fix for VMS in UNIX compatible mode. Thanks a lot malmberg AT Encompasserve org for the patch + Fixed inconsistencies between Pod::PlainText and Pod::Text regarding selection of sections; now both should work according to the docs of Pod::Usage + verified on perl 5.8.8, 5.8.7, 5.6.1, 5.005.03 on Solaris 8 (Sparc), perl 5.6.1, 5.8.7 on RedHat Linux 7.2, perl 5.10.0 on Windows 2000, perl 5.8.0, 5.6.1, 5.8.7, 5.8.8 on RedHat Enterprise Linux 3.0, perl 5.8.5, 5.6.1, 5.8.7, 5.8.8 on RedHat Enterprise Linux 4.0 with various combinations of Pod::Text, Test::More etc. Oked by joerg@ and rhaen@
2009-03-22Update to 3.7:wiz3-7/+11
iso-codes 3.7 ------------- Tobias Quathamer <toddy@debian.org> Sun, 8 March 2009 [ General ] * Use a Perl script for a complete check of valid UTF-8 text in po files [ ISO 639-2 ] * Update to 2009-03-03 [ ISO 639-3 ] * Update to 2009-02-10 [ ISO 3166-2 ] * Update Danemark entry as in second edition of the standard. Thanks to Chris Hills. [ ISO 15924 translations ] * Russian by Pavel Maryanov (TP) [ ISO 3166 translations ] * Norwegian Bokmål by Hans Fredrik Nordhaug. Closes: #513840 * Traditional Chinese by Tetralet. Closes: #513926 * Serbian by Aleksandar Jelenak (TP) * Russian by Pavel Maryanov (TP) * Kazakh by Dauren Sarsenov. Closes: #514584 * Belarusian by Pavel Piatruk. Closes: #516034 * Crimean Tatar by Reşat SABIQ (TP) [ ISO 3166-2 translations ] * Crimean Tatar by Reşat SABIQ (TP) [ ISO 4217 translations ] * Italian by Luca Ferretti (TP) * Russian by Pavel Maryanov (TP) [ ISO 639 translations ] * French by Christian Perrier * Crimean Tatar by Reşat SABIQ (TP) [ ISO 639-3 translations ] * Italian by Milo Casagrande (TP) * French by Christian Perrier * Crimean Tatar by Reşat SABIQ (TP)
2009-03-22Update to 2.26.0:wiz3-26/+26
2.26.0: * Increased version number to match GNOME 2.26.
2009-03-22Update to 0.40.6:wiz2-6/+6
2009-03-14 Rodney Dawes <dobey@gnome.org> * configure.in: Up version to 0.40.6 for release 2009-03-14 Rodney Dawes <dobey@gnome.org> * README: Update for new usage style and to refer to server files instead of oaf Fixes #568863 2009-02-28 Rodney Dawes <dobey@gnome.org> * Makefile.in.in: Don't hardcode /bin/sh as the shell Fixes #573525 2008-11-24 Rodney Dawes <dobey.pwns@gmail.com> * intltool-update.in: Add basic support for PACKAGE_BUGREPORT specified by packages 2008-11-24 Rodney Dawes <dobey.pwns@gmail.com> * configure.ac: Check for at least perl 5.8.1, and print the found version * intltool.m4: Check for at least perl 5.8.1 and print the found version Add _IT_SUBST macro to abstract usage of _AM_SUBST_NOTMAKE when we are using automake 1.10 or nwere Fixes #562085 and #561513 2008-11-22 Rodney Dawes <dobey.pwns@gmail.com> * intltool-merge.in: Replace iconv usage with perl's internal Encode::from_to() 2008-11-17 Rodney Dawes <dobey.pwns@gmail.com> * Makefile.in.in: Quote the grep arguments that use ^ Fixes #559528 2008-11-16 Rodney Dawes <dobey.pwns@gmail.com> * intltool-extract.in: Add support for extracting string data from Bioware Aurora Talk Table format files, along with the extra metadata associated with the strings * intltool-update.in: Add support for Bioware Aurora Talk Table format files in POTFILES 2008-11-05 Rodney Dawes <dobey.pwns@gmail.com> * intltool.m4: Redirect grep output to /dev/null Fixes #557069
2009-03-21Updating Text::CSV_XS to 0.63. Changes since 0.60:sno2-6/+6
2009-03-20 0.63 - H.Merijn Brand <h.m.brand@xs4all.nl> * Fixed allow_whitespace with sep_char = TAB (RT#44402) 2009-03-13 0.62 - H.Merijn Brand <h.m.brand@xs4all.nl> * Prevent warnings in older perls (without utf8) * All known errors are covered and/or documented. TODO dropped * Unicode TODO dropped. All covered, or use Text::CSV::Encoded * Documented the examples 2009-03-08 0.61 - H.Merijn Brand <h.m.brand@xs4all.nl> * valgrind found a possible uninitialized value * Restriction in print () was only for really old perls * Fix for bind_columns () initialisation (vincent, RT#43927) Oked by he@
2009-03-21Change MAINTAINER email address at his request.darcy1-2/+2