summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2017-08-19version 2.6.9:adam3-13/+13
a bug-fix release
2017-08-19Depend on py-typing only for Python < 3.6adam1-1/+6
2017-08-19textproc/lowdown: Install manpages into ${PKGMANDIR}.jlam1-2/+3
Use mk/subst.mk to replace the MANDIR definition in the configure script to point into ${PKGMANDIR}.
2017-08-19textproc/bibparse: Install manpages into ${PKGMANDIR}.jlam3-7/+18
Patch the project Makefile to honor @mandir@ which is substituted for by the GNU configure script. @mandir@ will properly expand to point inside ${PKGMANDIR}.
2017-08-18release 3.1:adam2-7/+7
** Improvements grep '[0-9]' is now just as fast as grep '[[:digit:]]' when run in a multi-byte locale. Before, it was several times slower. ** Changes in behavior Context no longer excludes selected lines omitted because of -m. For example, 'grep "^" -m1 -A1' now outputs the first two input lines, not just the first line. This fixes a glitch that has been present since -m was added in grep 2.5. The following changes affect only MS-Windows platforms. First, the --binary (-U) option now governs whether binary I/O is used, instead of a heuristic that was sometimes incorrect. Second, the --unix-byte-offsets (-u) option now has no effect on MS-Windows too.
2017-08-18textproc/ja-sed: Fix empty installed GNU info file.jlam1-2/+8
This package applies a vendor patch against the distributed GNU sed files to extend GNU sed with multibyte awareness. However, the changes to the GNU info file are applied before the changes to its source file, so the timestamps make it appear that the GNU info file needs to be rebuilt. Update the timestamp of the patched sed.info file in a "pre-build" target to correct this issue. Bump the PKGREVISION due to a change in the installed GNU info file.
2017-08-175 new packages in textprocgavan1-1/+6
2017-08-17Add go-sentences packagegavan5-0/+134
2017-08-17Add go-prose packagegavan5-0/+128
2017-08-17Add go-mmark packagegavan5-0/+96
2017-08-17Add go-md2man packagegavan5-0/+66
2017-08-17Add go-inflect packagegavan5-0/+52
2017-08-16Update some HOMEPAGEs.wiz1-2/+2
2017-08-16Comment out dead sites.wiz6-13/+13
2017-08-16Follow some http redirects.wiz15-33/+33
2017-08-16Update textproc/dblatex to 0.3.10. Changes since 0.3.8:jperkin3-14/+21
Release 0.3.10: --------------- - Add the ability to set images for front and back covers - Add the ability to pass several configuration files (-c option) - Fix Debian bug #840189: drop dependency on the latex package 'multirow' - Fix Debian bug #849679: wrong character entities in el.xml - Fix Debian bug #851145: put the paragraph title on a separate line Release 0.3.9: -------------- Enhancements: - Extend the XML configuration feature: * a user can define its own XSLT engine with a user-defined command, * the rules about how the images shall be converted can be overwritten (Debian bug #837168). - Allow an xref to some informal elements like <para> or <simpara>. It behaves like DocBook FO does.
2017-08-16Updated p5-Encode to 2.92.wiz2-10/+7
$Revision: 2.92 $ $Date: 2017/07/18 07:15:29 $ ! Encode.pm MANIFEST lib/Encode/Alias.pm + t/use-Encode-Alias.t Pulled: Fix loading Encode::Alias before Encode https://github.com/dankogai/p5-encode/pull/118 ! Makefile.PL Pulled: Fix gccversion Argument "630 20170516" isn't numeric https://github.com/dankogai/p5-encode/pull/118 ! lib/Encode/MIME/Header.pm t/mime-header.t Pulled: Encode::MIME::Header: Fix parsing quoted-printable text in strict mode https://github.com/dankogai/p5-encode/pull/115 ! Encode.pm use define_encoding() instead of tweaking $Encode::Encoding{utf8}. https://github.com/dankogai/p5-encode/commit/208d094b8cf82da488495400ea9a518841fd007a#commitcomment-22698036 2.91 2017/06/22 08:11:05 ! Encode.pm Addressed: RT#122167: use parent q{Encode::Encoding}; fails: Can't locate object https://rt.cpan.org/Ticket/Display.html?id=122167 ! Makefile.PL Pulled: fix gcc warnings for older gcc < 4.0 https://github.com/dankogai/p5-encode/pull/114 2.90 2017/06/10 17:23:50 ! Makefile.PL Pulled: Include all contributors into META https://github.com/dankogai/p5-encode/pull/111 ! bin/enc2xs bin/ucmlint encoding.pm lib/Encode/Encoding.pm lib/Encode/GSM0338.pm t/CJKT.t Pulled: Where possible do not depend on value of $@, instead use return value of eval https://github.com/dankogai/p5-encode/pull/110 ! Encode.xs Pulled: Fix more XS problems in Encode.xs file https://github.com/dankogai/p5-encode/pull/109 ! encoding.pm lib/Encode/Encoding.pm t/guess.t Pulled: Small fixes https://github.com/dankogai/p5-encode/pull/108 ! Encode.pm Makefile.PL Pulled: Load modules Encode::MIME::Name and Storable normally https://github.com/dankogai/p5-encode/pull/107 ! Unicode/Unicode.pm lib/Encode/Alias.pm lib/Encode/Encoding.pm lib/Encode/Unicode/UTF7.pm Pulled: Remove no warnings 'redefine'; and correctly loaddependences https://github.com/dankogai/p5-encode/pull/106 ! Encode.pm Encode.xs Unicode/Unicode.pm Unicode/Unicode.xs Pulled: Remove PP stubs and reformat predefine_encodings() https://github.com/dankogai/p5-encode/pull/104 ! Encode.pm Encode.xs Pulled: Run Encode XS BOOT code at compile time https://github.com/dankogai/p5-encode/pull/103 ! Encode.pm Unicode/Unicode.pm lib/Encode/Encoding.pm lib/Encode/Guess.pm lib/Encode/JP/JIS7.pm lib/Encode/MIME/Header.pm lib/Encode/MIME/Header/ISO_2022_JP.pm Pulled: Use Encode::define_encoding and propagate carp/croak message https://github.com/dankogai/p5-encode/pull/102 ! t/truncated_utf8.t t/utf8messages.t Pulled: Fixes for older perl versions https://github.com/dankogai/p5-encode/pull/101 ! Encode.xs encoding.pm t/enc_eucjp.t t/enc_utf8.t Pulled: cperl fixes: encoding undeprecated, no strict hashpairs https://github.com/dankogai/p5-encode/pull/100 ! MANIFEST Pulled: Add missing tests into MANIFEST file https://github.com/dankogai/p5-encode/pull/99 ! Encode.xs t/fallback.t Pulled: Cleanup code for handling fallback/replacement characters https://github.com/dankogai/p5-encode/pull/98
2017-08-15Updated py-m2r to 0.1.10.wiz3-20/+10
### Version 0.1.10 (2017-08-15) * Include CHANGES and test files in source distribution
2017-08-15Revbump due to poppler update to verson 0.57.0.nros1-1/+2
2017-08-14Updated miller to 5.2.2.wiz2-7/+7
5.2.2 This bugfix release delivers a fix for #147 where a memory allocation failed beyond 4GB. 5.2.1 Fix non-x86/gcc7 build error
2017-08-14Updated py-m2r to 0.1.9.wiz3-11/+11
Version 0.1.9 (2017-08-12) Print help when input_file is not specified on command-line Version 0.1.8 (2017-08-11) Update metadata on setup.py
2017-08-14Updated p5-Text-BibTeX to 0.81.wiz2-8/+7
0.81 2017-07-19 * Fix issue with NameFormat and unitialized join-tokens. (thanks to Karl Wette for the bug report).
2017-08-14Fix build.wiz1-2/+5
This special snowflake wants both Module::Install AND Module::Build.
2017-08-12Update self test bug status.wiz1-4/+4
2017-08-12Updated mandoc to 1.14.3.wiz2-7/+7
Changes in version 1.14.3, released on August 5, 2017 --- BUG FIXES --- * man(7): Do not crash with out-of-bounds read access to a constant array if .sp or a blank line immediately precedes .SS or .SH. * mdoc(7): Do not crash with out-of-bounds read access to a constant array if .sp or a blank line precede the first .Sh macro. * tbl(7): Ignore explicitly specified negative column widths rather than wrapping around to huge numbers and risking memory exhaustion. * man(1): No longer use names that only occur in the SYNOPSIS section. Gets rid of some surprising behaviour and bogus warnings. --- THANKS TO --- Leah Neukirchen (Void Linux), Markus Waldeck (Debian), Peter Bui (nd.edu), and Yuri Pankov (illumos) for bug reports.
2017-08-11Add patches/ryoon1-0/+18
2017-08-11Update to 2.0.1ryoon2-8/+9
* Disable C++ locale on NetBSD to avoid runtime error in non-C locale case Changelog: Version 2.0.1 [2017-03-06] --------------------------- - Bugfix: Fix --cache when used with recursive search Version 2.0 [2017-01-25] ------------------------- - **Incompatible change**: `--context/-C` is now line based as opposed to character based and works just like grep - Two new options from grep: `-A/--after-context` and `-B/--before-context` - Lines with multiple matches are now printed only once - Optional caching of pdf-text for faster operation (by Christian Dietrich) This adds a **new dependency**: libgcrypt - Bash-completion improvements (by Rainer Müller) - Bugfix: Fixed string search (`-F`) now works as advertised with multiple patterns - Bugfix: Empty pages can now be matched with `^$` - Bugfix: The pattern `^` now matches *only* at the beginning of pages - Bugfix: Text outside of PDF's CropBox but inside the MediaBox is not ignored anymore. - Various fixes for BSD support
2017-08-10Update to 0.57wen2-8/+7
No upstream changelog found.
2017-08-10Update to 1.20wen2-7/+7
Upstream changes: - 1.20 H79M9hU8 Sun Jul 9 09:43:30:08 -0500 2017 * removed broken Build.PL to resolve <HTTPS://RT.CPAN.Org/Ticket/Display.html?id=122406>. (Thank you, Slaven.)
2017-08-10Update to 1.42wen2-8/+7
Upstream changes: 1.42 2017-07-30 MANWAR - Fixed GitHub issue #5 (abstract is undef in meta files). Thanks @y. 1.41 2017-07-28 MANWAR - Fixed GitHub issue #4 (can't use non-ascii first character as element name). Thanks @nanis, @ikegami.
2017-08-07Link directly with libtclstub.a (there's no .so). Fixes build on NetBSD,schmonz2-6/+16
doesn't break build on OS X.
2017-08-07Allow installing multiple versions of Lua bindings. Bump PKGREVISION.schmonz4-9/+37
2017-08-04Update to 1.133wen2-8/+7
Upstream changes: 1.133 2017-08-04 - Correct the URLs to the GitHub repositories. - https://rt.cpan.org/Ticket/Display.html?id=122708 - Thanks to John Marino for the bug report. - Fix https://rt.cpan.org/Ticket/Display.html?id=118853 (doc typo) - Thanks to Rihards for the report. - Fix https://rt.cpan.org/Ticket/Display.html?id=118851 (grammar error) - Thanks to Rihards for the report.
2017-08-04Update p5-XML-Atom to 0.42.kleink2-10/+10
0.42 2017-05-12 14:33:09 JST * Doc fixes * Remove encoding pragma to support latest version of perl https://rt.cpan.org/Ticket/Display.html?id=115101
2017-08-02openjade: Add a hack to fix the build of postgresql95-docs if built with GCC>6.maya1-2/+10
The openjade code is wrong, see analysis at: https://bugzilla.redhat.com/show_bug.cgi?id=1306162 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69534#c9 From Thomas Orgis
2017-08-02Specify path to rdoc. Avoid CONFLICTS. Bump PKGREVISION.schmonz4-63/+100
2017-08-02Include "../../lang/lua/tool.mk".schmonz1-1/+2
2017-08-01Update py-vobject to 0.9.5.kleink2-7/+7
0.9.5 ----- * Make ics_diff.py work with Python 3 * Huge changes to text encoding for Python 2/3 compatibility * Autogenerate DTSTAMP if not provided * Fix getrruleset() for Python 3 and in the case that addRDate=True * Update vCard property validation to match specifications * Handle offset-naive and offset-aware datetimes in recurrence rules * Improved documentation for multi-value properties
2017-08-01Fill in MASTER_SITES and HOMEPAGE.wiz1-3/+3
2017-08-01Comment out some dead HOMEPAGEs.wiz14-30/+30
2017-08-01Update HOMEPAGE.wiz4-11/+8
2017-08-01Update HOMEPAGE.wiz2-6/+4
2017-08-01Comment out dead sites (DNS problems).wiz4-8/+8
2017-08-01+ py-tinycss2kleink1-1/+2
2017-08-01Import tinycss2 0.5 as textproc/py-tinycss2.kleink4-0/+82
tinycss2 is a rewrite of tinycss with a simpler API, based on the more recent CSS Syntax Level 3 specification.
2017-08-01Remove mdoclint. It has been integrated into mandoc -Tlint.wiz7-647/+1
Thanks, Ingo!
2017-08-01mdocml -> mandoc.wiz1-2/+2
2017-08-01Remove mdocml (replaced by mandoc).wiz6-129/+0
2017-08-01Switch from mdocml to mandoc; remove obsolete references.wiz2-5/+3
2017-08-01Import mandoc-1.14.2 as textproc/mandoc.wiz6-0/+129
The mandoc manual page parser and formatter contains: * complete validating parsers for the mdoc and man languages * a slightly incomplete parser handling most of the tbl language * a very incomplete parser handling a part of the eqn language * support for a few selected roff requests that often occur in manuals * complete ASCII, UTF8, HTML and XHTML text output formatters * simple PostScript and PDF output formatters * output formatters producing indented mdoc and man parse trees To format manuals for console display, it can be used as a smaller and faster drop-in replacement for nroff -mandoc. Some rare manuals using lots of uncommon low-level roff requests may not work with mandoc but require a full roff implementation. Changes to mdocml-1.14.1: Changes in version 1.14.2, released on July 28, 2017 --- MAJOR NEW FEATURES --- * New mdoc(7) -Tmarkdown output mode. * For -Thtml, implement internal hyperlinks pointing to authoritative definitions of various syntax elements, similar to the ctags(1)-like less(1) :t internal searching in terminal mode. * Provide a superset of the functionality of the former mdoclint(1) utility and a new -Wstyle message level with several new messages, including validity checking of .Xr cross references. * tbl(7): Implement automatic line breaking inside individual table cells, and several other formatting improvements. * eqn(7): Complete rewrite of the lexer, resulting in several bugfixes. * Continue parser unification, in particular allowing generation of syntax tree nodes on the roff(7) level, allowing implementation of many additional roff requests. --- REMOVED FUNCTIONALITY --- * Delete the manpage(1) utility. It was never enabled in any release. * Delete the -Txhtml command line option. It has been an obsolete alias for the -Thtml output mode for more than two years. --- MINOR NEW FEATURES --- * -Tlint now puts parser messages on stdout instead of stderr, making commands like "man -l -Tlint *.1" useful. * mdoc(7): Various .Lk formatting improvements. * mdoc(7) -Thtml: Better CSS for .Bl lists. * man(7): Implement the .MT/.ME block macro (mailto hyperlink). * man(7): Implement the .DT macro (restore default tab positions). * man(7): Improved support for manuals generated with reStructuredText by partial support for the \n[an-margin] number register. * man(7) -Thtml: Support deep linking to .SH and .SS headers. * tbl(7): Implement the "allbox" table option. * tbl(7): Implement the column spacing and the 'w' (minimum column width) layout modifiers. * tbl(7): Significant improvements of the manual page. * eqn(7): Much improved font selection, including recognition of well-known function names, and a few other formatting improvements. * eqn(7) -Thtml: Use <mn> and <mo> in addition to <mi>. * roff(7): Implement the .ce (centering), .mc (margin character), .rj (right justify), .ta (define tab stops), .ti (temporary indent), .als (macro alias), .ec and .eo (escape character control), .po (page offset), and .rn (macro rename) requests. * roff(7) .am: Implement appending to mdoc(7) and man(7) macros. * roff(7): implement the \h (horizontol motion), \l (horizontal line drawing), and \p (break output line) escape sequences, and also several additional character escape sequences. * roff(7): Implement the 'd' conditional (macro or string defined). * man.cgi(8) now uses pledge(2), too. * regress.pl(1): simpler user interface, better summary output, simpler code, and no more recursion. --- THANKS TO --- * Anthony Bentley (OpenBSD) for the implementation of .MT/.ME, reports of many bugs and missing features, and suggestions for a number of feature and documentation improvements. * Sebastien Marie (OpenBSD) for two source code patches and for some useful discussions. * Florian Obser (OpenBSD) for a bugfix patch and a bug report. * Jonathan Gray (OpenBSD) for several bug reports from afl(1) and several more from static analysis tools. * Theo Buehler (OpenBSD) for several bug reports, most from afl(1). * Jason McIntyre (OpenBSD) for many useful discussions about a wide variety of topics, lots of continuous testing, a number of bug reports, and some suggestions for messages and documentation. * Thomas Klausner (NetBSD) for lots of help while migrating mdoclint(1) functionality to mandoc -Tlint, for suggesting several useful new messages, and for release testing. * Reyk Floeter (OpenBSD) and Vsevolod Stakhov (FreeBSD) for suggesting a markdown output mode. * Thomas Guettler for suggesting -Thtml internal hyperlinks. * Yuri Pankov (Illumos) for inspiring new warning messages and for extensive release testing. * Anton Lindqvist and TJ Townsend (both OpenBSD) and Jan Stary for multiple bug reports. * Leah Neukirchen (Void Linux) for bug reports and release testing. * Michael Stapelberg (Debian) for suggesting feature improvements and for release testing. * Martin Natano and Theo de Raadt (both OpenBSD), Andreas Voegele, Gabriel Guzman, Gonzalo Tornaria, Markus Waldeck, and Raf Czlonka for bug reports. * Antoine Jacoutot (OpenBSD) and Steffen Nurpmeso for suggesting feature improvements. * Dag-Erling Smoergrav (FreeBSD) for inspiring new warning messages. * Ted Unangst and Marc Espie (OpenBSD) for providing useful ideas. * Svyatoslav Mishyn (Crux Linux) for release testing. * Carsten Kunze (Heirloom roff) for help keeping mandoc and groff compatible and for committing some of my patches to groff.