summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2009-05-14Add markdown-mode.minskim1-1/+2
2009-05-14Import markdown-mode-1.6 as textproc/markdown-mode.minskim4-0/+44
markdown-mode is a major mode for editing Markdown-formatted text files in GNU Emacs.
2009-05-13Update to 0.16.1:wiz2-6/+6
Changes in 0.16.1: ------------------ * Use new hashlib module instead of md5, bug #576161 (Claude Paroz) * Updated translations: ar (Khaled Hosny) ja (Takeshi AIHANA) pa (Amanpreet Singh Alam)
2009-05-13Update to 3.9:wiz3-9/+9
iso-codes 3.9 ------------- Tobias Quathamer <toddy@debian.org> Fri, 1 May 2009 [ General ] * Use the GNU Lesser General Public License for all files included in this package. * Do no longer provide the file /usr/share/iso-codes/iso_639.tab which has been deprecated for a long time now. * Do no longer include the notes directory in the tarball, because all files were outdated and deprecated. Moreover, none of those files have ever been installed. [ ISO 3166 ] * Fix wrong capitalization for "Moldova, Republic of" [ ISO 15924 ] * Changes made by the Maintenance Agency on 2009-02-23 [ ISO 15924 translations ] * French updated by Christian Perrier * Norwegian Bokmaal by Kjartan Maraas (TP) * Danish by Joe Hansen (TP) * Russian by Yuri Kozlov * Latvian by Rihards Prieditis (TP) [ ISO 3166 translations ] * Simplified Chinese by LI Daobing (TP) * Lithuanian updated by Kęstutis Biliūnas * Italian by Milo Casagrande (TP) * Basque updated by Piarres Beobide Egaña. Closes: #522687 * Slovak updated by Ivan Masár. Closes: #522761 * Indonesian by Andhika Padmawan (TP) * Irish by Kevin Scannell (TP) * Finnish by Tommi Vainikainen (TP) * Latvian by Rihards Prieditis (TP) * Polish updated by Łukasz Paździora. Closes: #523464 * Asturian updated by Marcos Alvarez Costales. Closes: #523651, #525630 * Norwegian Bokmaal by Hans F. Nordhaug (TP) * Russian by Yuri Kozlov * Korean by Changwoo Ryu (TP) * Bengali by Rezwan Shahid * Kazakh updated by Baurzhan Muftakhidinov and Dauren Sarsenov. Closes: #524815 * Slovak by Ivan Masár [ ISO 3166-2 translations ] * Italian by Milo Casagrande (TP) * Indonesian by Andhika Padmawan (TP) [ ISO 639 translations ] * Irish by Kevin Scannell (TP) * Lithuanian updated by Kęstutis Biliūnas * Norwegian Bokmaal by Kjartan Maraas (TP) [ ISO 639-3 translations ] * Italian by Milo Casagrande (TP) * Lithuanian updated by Kęstutis Biliūnas [ ISO 4217 translations ] * Norwegian Bokmaal by Kjartan Maraas (TP) * Danish by Joe Hansen (TP)
2009-05-12Update Pygments to 1.0.obache3-7/+12
While here, set LICENSE. Version 1.0 ----------- (codename Dreiundzwanzig, released Nov 23, 2008) - Don't use join(splitlines()) when converting newlines to ``\n``, because that doesn't keep all newlines at the end when the ``stripnl`` lexer option is False. - Add ``-N`` option to command-line interface to get a lexer name for a given filename. - Add Tango style, written by Andre Roberge for the Crunchy project. - Add Python3TracebackLexer and ``python3`` option to PythonConsoleLexer. - Fix a few bugs in the Haskell lexer. - Fix PythonTracebackLexer to be able to recognize SyntaxError and KeyboardInterrupt (#360). - Provide one formatter class per image format, so that surprises like:: pygmentize -f gif -o foo.gif foo.py creating a PNG file are avoided. - Actually use the `font_size` option of the image formatter. - Fixed numpy lexer that it doesn't listen for `*.py` any longer. - Fixed HTML formatter so that text options can be Unicode strings (#371). - Unified Diff lexer supports the "udiff" alias now. - Fix a few issues in Scala lexer (#367). - RubyConsoleLexer now supports simple prompt mode (#363). - JavascriptLexer is smarter about what constitutes a regex (#356). - Add Applescript lexer, thanks to Andreas Amann (#330). - Make the codetags more strict about matching words (#368). - NginxConfLexer is a little more accurate on mimetypes and variables (#370).
2009-05-10Update to 2.8.0. It is interface-compatible with Xerces-C++ 2.7.0 andhasso8-71/+77
contains a large number of bug fixes as well as improvements to the build system. For the compete list of upstream changes see: http://xerces.apache.org/xerces-c/releases_archive.html#Release280
2009-05-10add 26 to PYTHON_VERSIONS_ACCEPTED.zafer2-4/+4
2009-05-08Add & enable p5-XML-Generatorseb1-1/+2
2009-05-08Initial import of p5-XML-Generator version 1.01 in the NetBSDseb3-0/+29
Packages Collection. The Perl 5 module XML::Generator is a class for generating XML elements: you simply call methods named for each XML tag you wish to generate on instance objects of this class.
2009-05-08Make it build on DragonFly.hasso4-1/+123
2009-05-07Update tokyodystopia to 0.9.11.obache3-9/+11
Changes: 2009-04-01 Mikio Hirabayashi <mikio@users.sourceforge.net> * dystmgr.c (runsearch): interpretation of search options was modified. * lapumgr.c (runsearch): interpretation of search options was modified. - Release: 0.9.11 2009-01-05 Mikio Hirabayashi <mikio@users.sourceforge.net> * tcqmgr.c (tccmpocrs): a bug related to overflow was fixed. - Release: 0.9.10
2009-05-05Fix a dependency.hasso1-2/+2
2009-05-03Update to 1.2:wiz2-6/+8
New in 1.2 - Fix the bug that an assertion in code can fail if an invalid UTF-8 or UTF-16 sequence is encountered near the end of input - Remove the specialization of right single quotation mark as closing punctuation mark in English, French, and Spanish, because it can be used as apostrophe - Make Doxygen documentation better
2009-05-02Add PREV_PKGPATH and/or SUPERSEDES for various packages thatreed1-1/+3
were moved or renamed. This was for some from 2008 and 2009 and one from 2001. Also I noticed that a CHANGES entry was wrong as said "Renamed" when should have said "Moved" (lua-OSBF) because PKGBASE stayed the same.
2009-05-02Update textproc/p5-XML-Atom to 0.35; changes since 0.34:kleink2-6/+6
0.35 2009.05.01 * reworked Module::Install stuff to remove junks
2009-05-01Needs zlib.schmonz1-1/+2
2009-05-01PkgSrc changes:sno2-9/+9
- Updating package for p5 module Text::Diff:HTML from 0.05 to 0.06 - Setting license to gnu-gpl-v2 Upstream changes: 0.06 2009-04-07T16:13:05 - Fixed a pasto in the "Support" section of the documentation. - Changed the documention from recommending that the diff output be wrapped in <pre> tags to suggesting instead that it be wrapped in an element that uses the CSS "white-space: pre". Reported by Pete Gillin (RT #24301).
2009-05-01PkgSrc changes:sno2-6/+6
- Updating package for p5 modules of Text::Wrap and Text::Tabs from 2006.1117 to 2009.0305 Upstream changes: * 2009/03/05 Test improvements from Dave Mitchel sent back in 2005... Added code to increase $columns if it's not big enough to accommodate the subsequent tab. Minor documentation fixes from David Landgren <david at landgren.net>. Use warnings::warnif instead of just warn for columns < 2. Appled per request of Rafael Garcia-Suarez <rgarciasuarez at gmail.com>.
2009-05-01PkgSrc changes:sno2-6/+7
- Updating package for p5 module of String::BufferStack from 1.12 to 1.14 - Setting license to gnu-gpl-v2 Upstream changes: 1.14 Mon Mar 2 20:21:17 2009 * No code changes; make tests pass on 5.6 1.13 Fri Feb 27 19:19:17 2009 * No code changes; add LICENSE and AUTHOR to POD
2009-05-01PkgSrc changes:sno2-7/+7
- Updating package for p5 module of Text::Autoformat from 1.13 to 1.666.0 - Setting license to gnu-gpl-v2 Upstream changes: 1.14.0 Sun Sep 30 04:29:29 2007 - Fixed bug in handling empty mail messages - Fixed bug in handling sig delimiters - Fixed bug in paragraph ignoring code (thanks Rob) - Fixed bug in handling whitespace-only input (thanks Ed) - Fixed bug in Roman numerals (thanks Suresh) - Fixed overeager autocentering (thanks Suresh) - Enhanced 'lists' option to allow only specific types of lists to be recognized (thanks Rob) - Fixed bug in numbered hangs (thanks Rob) - Fixed bug in Roman numeraled hangs (thanks Rob) - Fixed misidentification of 8:20-style times as leading numbers (thanks Rob) - Fixed sentence mode (thanks Eric) - Changed licence to "same terms as Perl itself" to improve Fedora compatibility 1.666.0 Fri Apr 17 08:00:36 2009 No changes logged
2009-05-01no ftp service at namazu.org. removed.zafer1-3/+2
2009-05-01only openjade is mirrored at u-aizu. removed.zafer1-3/+2
2009-05-01remove dead mirror.zafer1-3/+2
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.