summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2013-07-20Use Mt for email addresses.wiz1-2/+2
2013-07-20add textproc/py-xlwtrichard1-1/+2
2013-07-20Library to create spreadsheet files compatible with MS Excel 97/2000/XP/2003richard4-0/+179
XLS files, on any platform, with Python 2.3 to 2.7. xlwt is a library for generating spreadsheet files that are compatible with Excel 97/2000/XP/2003, OpenOffice.org Calc, and Gnumeric. xlwt has full support for Unicode. Excel spreadsheets can be generated on any platform without needing Excel or a COM server. The only requirement is Python 2.3 to 2.7.
2013-07-19Install as egg. Bump revision.joerg2-4/+9
2013-07-17Apply patch from RT to fix "uninitialized value" warnings. Bumpschmonz3-3/+32
PKGREVISION.
2013-07-16Explicitly depend on py-expat. Bump revision.joerg1-1/+3
2013-07-15Add the converters category to this package.agc1-2/+2
No functional change
2013-07-15gobject-introspection is just required to build typelib.obache2-6/+4
2013-07-14Update to 2.0019wen2-8/+7
Upstream changes: 2.0019 Mon 1 Jul 11:04:31 IDT 2013 - Correct typos reported in RT #86599. - https://rt.cpan.org/Ticket/Display.html?id=86599 - Thanks to dsteinbrunner. 2.0018 Mon 13 May 13:35:06 IDT 2013 - Revert previous change of minimal version of libxml2. - This change proved to be unpopular and didn't prevent the CPAN test failures. - By SHLOMIF 2.0017 Thu 9 May 11:03:36 IDT 2013 - Made the minimal version of libxml2 2.9.0 as previous versions were too buggy due to spuriourous CPAN test failures. - Please upgrade. - By SHLOMIF
2013-07-14Update to 1.32wen2-6/+6
Upstream changes: 1.32 - fix t/rt71_pp.t 1.31 Thu Jun 13 14:06:49 2013 - fix handling UTF8 in parse method. - fix getline with allow_loose_quotes (rt#83705) - add allow_unquoted_escape - fix parsing escapted sep char (found in Text::CSV_XS rt#81295) * TODO: Updating documents and adding diag_verbose in the next version
2013-07-13+ jansson.wiz1-1/+2
2013-07-13Import jansson-2.4 as textproc/jansson.wiz4-0/+40
Jansson is a C library for encoding, decoding and manipulating JSON data. It features: * Simple and intuitive API and data model * Comprehensive documentation * No dependencies on other libraries * Full Unicode support (UTF-8) * Extensive test suite
2013-07-13Update to 0.53wen2-7/+12
Upstream changes: 0.53 ( 7-12-13 ) - Remove executable permissions from files that shouldn't have them. - Added shebang to main Bare.pm file ( apparently some people want this ) - Correct line endings to unix style on parser.c - Improved simplify function that works properly with trees instead of just a single level - Added hash2xml to quickly convert recursing hashes into XML
2013-07-13Update to 3.40. Changes:shattered2-10/+10
Bug fixes: -Fixed a problem with @IndexBText -MAX_STACK in z06.c increased (again) to 250. -Rare crash at "env = SetEnv(res, env);" given truly horrible patch. -@Pie totalweight default was not inherited from @PieSetup; fixed now. -@DefinitionTitleFormat, @ClaimTitleFormat, @PropositionTitleFormat, -@LemmaTitleFormat, @CorollaryTitleFormat, @ExampleTitleFormat fixed. -Problem with eogonek in titles (Kamil Rytarowski, Uwe) fixed. Features: -JavaScript and Tcl languages added to prg2lout.c (Mark Summerfield). -@Place symbol now available when setting setup file options. -New version of @Graph with @GraphSetup symbol in setup file. Should be 100% backward compatible, if not use @SysInclude { old_graph }. -New ISOB4, ISOB5, JISB4, and JISB5 paper sizes. The old B4 and B5 sizes are still available unchanged, though now deprecated. -New @Diag options: outlinecolour for nodes, pathcolour for links.
2013-07-12Match textproc/libxslt versionadam2-13/+11
2013-07-12Bump PKGREVISION of all packages which create users, to pick up change ofjperkin1-1/+2
sysutils/user_* packages.
2013-07-11Update to 0.97wen2-7/+6
Upstream changes: 0.97 - #80831 comma-separated selectors from BGRIMM #80927 scss to css for nested includes from BGRIMM 0.96 - #77718 pod encoding bug from ANDK - improved URL handling, tests from Dan Markham 0.95 - bugfix for RT#74181 from Andrei Arsenin 0.94 - bugfix for RT#74160 from Andrei Arsenin
2013-07-11sortjnemeth1-2/+2
2013-07-10Update to 0.52. From the changelog:schmonz2-7/+6
* Build.PL: add dist_author and x_contributors to META files * .gitignore: ignore some generated files * add use warnings to the modules * remove Id tags from the times of Subversion * add version number to all the modules
2013-07-10Update to 1.54. From the changelog:schmonz2-7/+6
- Apply a patch from Debian for correcting a typo. - https://rt.cpan.org/Public/Bug/Display.html?id=85962 - Thanks to Gregor Herrmann - Implement a more user-friendly error with XML::RSS->new(version=>1.0) and a missing "link" and/or "title" field. - Thanks to Gabor Szabo for reporting it.
2013-07-10Update to 2.04. From the changelog:schmonz2-7/+6
ack now runs on a standard Perl 5.8.8 install with no module updates. The minimum Perl requirement for ack is now explicitly 5.8.8. Anything before 5.8.8 will not work, and we've added checks. Thanks, Michael McClimon. [FIXES] ack was colorizing captured groups even if --nocolor was given. Thanks, Dale Sedivic. [ENHANCEMENTS] The --shell file type now recognizes the fish shell. We now ignore minified CSS or Javascript, in the form of either *.css.min or *.min.css, or *.js.min or *.min.js. Added support for the Dart language. ack 2.02 was much slower than ack 1.96, up to 8x slower in some cases. These slowdowns have been mostly eliminated, and in some cases ack 2.04 is now faster than 1.96. The firstlinematch file type detection option now only searches the first 250 characters of the first line of the file. Otherwise, ack would read entire text files that were only one line long, such as minified JavaScript, and that would be slow. Thanks, Michael McClimon. [DOCUMENTATION] Many clarifications and cleanups. Thanks, Michael McClimon.
2013-07-10Update to 0.04. From the changelog:schmonz3-15/+17
- noop to deal with ugly file name - upgraded discount to 2.1.5a (RT:79192)
2013-07-08Fix build on SunOS. Add patch to define bswap_32(x) and bswap_64(x).rodent2-1/+20
2013-07-07Add build_info file to PLIST.taca2-4/+4
Bump PKGREVISION.
2013-07-07o Add build_info file to PLIST.taca2-5/+8
o Don't include extconf.h, a working file to package. Bump PKGREVISION.
2013-07-07Update to 1.81wen2-7/+6
Upstream changes: 1.81 Fri 5 Jul 10:13:36 IDT 2013 - Fix a typo reported by dsteinbrunner: - https://rt.cpan.org/Ticket/Display.html?id=86689 1.80 Wed 23 Jan 07:53:57 IST 2013 - Bump the minimum version of libxslt2 to 1.1.28. - due to failures such as http://www.cpantesters.org/cpan/report/6f5029ee-639a-11e2-8465-2a97270fb964 1.79 Mon 26 Nov 12:15:35 IST 2012 - Die when libxslt is 1.1.27. - Due to this bug - https://bugzilla.gnome.org/show_bug.cgi?id=684564
2013-07-07Update to 2.0008wen2-7/+6
Upstream changes: 2.0008 2013-07-06 00:09:43-0700 [BUG FIXES] - Fix a chache issue that UTF8 flags were not turned on as expected (#82) - Fix Metakolon doc (#83) 2.0007 2013-06-21 13:16:16-0700 [DOCUMENTS] - Add doc about chomping newlines (<:- ... -:>) [NEW FEATURES] - Add pre_process_handler to pre-process template content (bluescreen) 2.0006 2013-06-02 22:58:27 [BUG FIXES] - Fix an issue that the state of VM broke on exception reported by nihen 2.0005 2013-06-02 12:23:15 [BUG FIXES] - Fix a Multiplexed WRAPPER issue reportedy by @kawamuray (#79) Those who use WRAPPER, template cascading, or anonymous functions (lambdas) are strongly recommended to upgrade Xslate. 2.0004 2013-05-29 20:27:07 [TEST FIXES] - Template string must be bytes (#78) 2.0003 2013-05-10 12:59:11 [BUG FIXES] - Fix a crash on compiling templates (#77) 2.0002 2013-04-26 12:51:47 [BUG FIXES] - Support perl-blead (5.17.11)
2013-07-06+p5-HTML-FormatText-WithLinks-AndTables +p5-HTML-FormatText-WithLinksrodent1-1/+4
+p5-Locale-Maketext-Gettext
2013-07-06Import p5-HTML-FormatText-WithLinks-AndTables-0.02 as ↵rodent4-0/+31
textproc/p5-HTML-FormatText-WithLinks-AndTables. Converts HTML to Text with tables in tact.
2013-07-06Import p5-HTML-FormatText-WithLinks-0.14 as ↵rodent4-0/+32
textproc/p5-HTML-FormatText-WithLinks. HTML to text conversion with links as footnotes.
2013-07-06Import p5-Locale-Maketext-Gettext-1.28 as textproc/p5-Locale-Maketext-Gettext.rodent4-0/+34
Joins the gettext and Maketext frameworks.
2013-07-05Recursive revbump from graphics/giflib update to 5.0.4.ryoon1-2/+2
2013-07-05Update to 1.04wen2-7/+13
Add LICENSE Fix path of perl Upstream changes: 1.04 2013-05-08 - fix tests to work on older perls 1.03 2013-05-08 - update copyright info - require 5.8 (let me know if this is a problem for you) - improve tests - hopefully fix failing test on windows - improve code readability - remove DEBUG for private _is_debug method 1.02 2013-05-07 - convert to dzil and adopt
2013-07-03Updating package for CPAN distribution Lingua-EN-Inflect-Phrase insno2-10/+12
textproc/p5-Lingua-EN-Inflect-Phrase from 0.10nb2 to 0.18. pkgsrc changes: - adjust dependencies Upstream changes: 0.18 2012-12-27 00:09:43 - fix meta repository info (RT#82274) 0.17 2012-12-25 14:09:56 - fix for ordinal number phrases, 'first release' was singularizing to 'first releases' (RT#82242) 0.16 2012-11-05 02:43:34 - bump up Lingua::EN::Tagger dep again due to unescaped braces in regexes 0.15 2012-09-27 22:17:00 - fix uninitialized warnings on older perls 0.14 2012-09-24 03:56:10 - add $prefer_nouns config variable, defaulting to 1, which allows the recognition of phrases such as 'source splits' - much better number handling, in both number and word form 0.13 2012-08-30 05:30:04 - bump Lingua::EN::Tagger dep to 0.20 due to unescaped braces in regexes 0.12 2012-01-10 22:44:02 - fix "statuses" -> "status" 0.11 2011-12-18 06:25:33 - fix "aliases" and "referral logs" (RT#73242)
2013-07-03Updating package for CPAN distribution Lingua-EN-Tagger insno2-7/+6
textproc/p5-Lingua-EN-Tagger from 0.20nb2 to 0.23. Upstream changes: 0.23 Aaron Coburn 10/1/12 Fixed errors in threads tests 0.21 Aaron Coburn 9/27/12 Escaped some more curly braces in regex patterns (see below). Made memoize module support threads.
2013-07-03Updating package for CPAN distribution Lingua-EN-Inflect insno2-7/+6
textproc/p5-Lingua-EN-Inflect from 1.893nb2 to 1.895. Upstream changes: 1.895 Wed Sep 12 00:27:54 2012 - Fixed a POD nit (thanks Gregor) - Added 'words_below', 'comma', and 'comma_every' options to NO() (Thanks Lady Aleena). 1.894 Thu Jun 14 10:22:30 2012 - Fixed several dozen obscure plurals (thanks Tom) - Greatly improved the list of prepositions (thanks Tom) - Several minor doc nits cleaned up - Fixed 'miniseries', 'tv series' etc (thanks Lady Aleena) - NON-BACKWARDS COMPATIBLE CHANGE: WORDLIST now always add spaces around its final conjunction. Please report any cases where this is an adverse change.
2013-07-03Adding SUBDIR's for 5-Lingua-EN-FindNumber, p5-Lingua-EN-Number-IsOrdinal,sno1-1/+5
p5-Lingua-EN-Words2Nums and p5-String-Compare-ConstantTime.
2013-07-03Adding package for CPAN distribution String-Compare-ConstantTime versionsno3-0/+34
0.300 into textproc/p5-String-Compare-ConstantTime. This module provides one function, equals (not exported by default). You should pass this function two strings of the same length. It will return true if they are string-wise identical and false otherwise, just like eq. However, comparing any two differing strings will take a fixed amount of time, unlike eq. NOTE: If the lengths of the strings are different, equals will return false right away. Also, comparing two identical strings will take a different amount of time than comparing two differing strings.
2013-07-03Adding package for CPAN distribution Lingua-EN-Number-IsOrdinal versionsno3-0/+37
0.04 into textproc/p5-Lingua-EN-Number-IsOrdinal. This module will tell you if a number, either in words or as digits, is a cardinal or ordinal number. This is useful if you e.g. want to distinguish these types of numbers found with Lingua::EN::FindNumber and take different actions.
2013-07-03Adding package for CPAN distribution Lingua-EN-FindNumber version 1.2sno3-0/+29
into textproc/p5-Lingua-EN-FindNumber. This module provides a regular expression for finding numbers in English text. It also provides functions for extracting and manipulating such numbers.
2013-07-03Adding package for CPAN distribution Lingua-EN-Words2Nums version 0.18sno3-0/+33
into textproc/p5-Lingua-EN-Words2Nums. This module converts English text into numbers. It supports both ordinal and cardinal numbers, negative numbers, and very large numbers. The main subroutine, which is exported by default, is words2nums(). This subroutine, when fed a string, will attempt to convert it into a number. If it succeeds, the number will be returned. If it fails, it returns undef.
2013-07-03Added buildlink3 file to packagejaapb1-0/+13
2013-07-02textproc/xmlada: Update from version 4.2.0.0 to version 4.4.0.0marino14-512/+577
Full change text can be found in features-XX in the distfile, but the main changes are: NF-440-LB01-017 attributeGroup support in simple type extensions (2012-11-08) NF-43-KC20-003 License updated to GPL3 (2011-12-20) NF-43-KC07-033 Documentation converted to Sphinx (2011-12-08) NF-43-KC01-026 Schema: Ignore unsupported xsd:unique (2011-12-01) NF-42-K708-021 Schema: Improved multi-tasking support (2011-07-26) NF-42-K429-012 Schema: Ignore unsupported schema elements (2011-08-16) NF-42-J818-003 New input source for streaming sockets (2010-12-16)
2013-07-02+cityhashrodent1-1/+2
2013-07-02Import cityhash-1.1.1 as textproc/cityhash.rodent5-0/+42
CityHash provides hash functions for strings. The functions mix the input bits thoroughly but are not suitable for cryptography.
2013-07-02Set MAINTAINER=pkgsrc-users@; This package was packaged in pkgsrc-wiprodent1-2/+2
by Kamel Derouiche <jihbed@users.sourceforge.net>
2013-07-02+py-anyjsonrodent1-1/+2
2013-07-02Import py27-anyjson-0.3.3 as textproc/py-anyjson.rodent4-0/+33
Anyjson loads whichever is the fastest JSON module installed and provides a uniform API regardless of which JSON implementation is used
2013-06-28+LICENSE= gnu-gpl-v2 OR gnu-lgpl-v2.1 OR mpl-1.1rodent1-1/+2
2013-06-28Updated to latest release, 4.6.0. MASTER_SITES changed, but other than thatrodent2-7/+8
nothing else relative to pkgsrc. There are hundred of additions in doc/ChangeLog. Most have to do with adding more words and cleanup/fixes.