pkgsrc/textproc
wiz 618fd6f028 Updated mdocml to 1.13.4.
Should fix PR 51307.

Changes in version 1.13.4, released on July 14, 2016

    --- MAJOR NEW FEATURES ---
 * man.conf(5): Design and implement a simpler configuration file format.
 * man(1): Leverage less(1) -T and :t in a way resembling ctags(1)
   to jump to the definitions of various terms inside manual pages.
 * soelim(1): New implementation by Baptiste Daroussin.
 * privilege limitation: Use OpenBSD pledge(2) or OS X sandbox_init(3)
   when available.
 * man.cgi(8): Support short URIs like http://man.openbsd.org/mdoc .
 * mandoc.css: Use one unified stylesheet rather than three different ones.
    --- MAJOR FUNCTIONALLY RELEVANT BUGFIXES ---
 * mdoc(7): Fix multiple aspects of SYNOPSIS .Nm formatting.
 * man(1): Fix process group handling, avoiding unclean shutdowns.
    --- PORTABILITY IMPROVEMENTS ---
 * Correctly use the ohash(3) compatibility implementation
   even when building without SQLite support.
 * Add compat glue for building on Solaris 9 and 10.
 * Let ./configure select a supported RE syntax for word boundaries.
 * Support LDFLAGS, to be used for example for hardening options.
 * Avoid mixing putchar(3) and putwchar(3) on the same file descriptor,
   it resulted in output corruption on some platforms.
 * Avoid reusing va_lists, use va_copy(3) for better portability.
 * Do not hardcode the path to the more(1) program.
    --- MINOR NEW FEATURES ---
 * roff(7): Implement \n(.$ (number of macro arguments).
 * roff(7): Fully implement \z (do not advance cursor).
 * roff(7): Implement the `r'  conditional (register exists).
 * roff(7): Implement \\$* (interpolate all arguments).
 * roff(7): Parse and ignore \, and \/ (italic corrections).
 * When there is no -m, no -M, no MANPATH and no /etc/man.conf,
   fall back to /usr/share/man:/usr/X11R6/man:/usr/local/man.
 * man(1): Give manuals in purely numerical sections priority over
   manuals of the same name in sections with an alphabetical suffix.
 * man.cgi(8): Support "header.html" and "footer.html".
 * man.cgi(8): Set the "autofocus" attribute on the query text box.
 * man.cgi(8): Simplify the search form, drop two useless buttons.
 * man.cgi(8): Delete the pseudo-manpath "mandoc", assume that
   apropos(1) and man.cgi(8) are installed in the default manpath.
    --- RELIABILITY BUGFIXES ---
 * mdoc(7): Avoid a use after free and an assertion failure when nodes
   are deleted during validation.
 * mdoc(7): Avoid a NULL pointer access when .Bd has no arguments.
 * mdoc(7): Avoid a NULL pointer access triggered by mismatching end macros.
 * mdoc(7): Avoid an assertion when .Fo has no argument.
 * mdoc(7): Avoid an assertion when .Ta<tab> occurs in .Bl -column.
 * mdoc(7): Avoid an assertion when a body gets broken and has a tail.
 * roff(7): Avoid an assertion caused by blanks inside \o.
 * roff(7): Make .so links to gziped manuals work without mandoc.db(5).
 * tbl(7): Avoid a use after free when the last line of a layout is empty.
 * eqn(7): Avoid an infinite loop caused by recursive "define".
 * makewhatis(8): Avoid a segfault caused by unusual directory structures.
 * Fix handling of leading, trailing, and double colons in MANPATH and -m.
    --- MINOR BUGFIXES ---
 * mdoc(7): Put arguments to end macros of broken partial explicit blocks
   inside the breaking block.
 * mdoc(7): Let .Dv force normal font.
 * mdoc(7): Make trailing whitespace significant in .Bl -tag widths.
 * mdoc(7): Fix macro interpretation around tabs in .Bl -column.
 * man(7): Use the default width for .RS without arguments.
 * man(7): On a new RS nesting level, the saved width starts from
   the default width, not from the saved width of the previous level.
 * man(7): Allow .PD in next-line scope.
 * man(7): Improve handling of empty .HP.
 * man(7): Improve formatting of .br and .sp inside .HP.
 * man(7): Do not mistreat empty arguments to font alternating
   macros as vertical spacing requests.
 * man(7): Allow fill mode changes in tagged paragraph next-line scope.
 * man(7): Fix minor bugs in block rewinding and simplify the related code.
 * man(7): Add missing line breaks before subsection headers.
 * man(7): Give section and subsection headers hanging indentation.
 * man(7): Make trailing whitespace significant in .TP widths.
 * roff(7): Don't allow breaking the output line after hyphens
   that immediately follow escape sequences.
 * roff(7): Ignore blank characters at the beginning of conditional blocks.
 * roff(7): Escape breakable hyphens only after handling input line traps.
 * roff(7): Reject \[uD800] to \[uDFFF] (surrogates) in the parser.
 * tbl(7): Allow more than one data field after T} on the same input line.
 * terminal output: Apply bold and italic to non-ASCII Unicode codepoints.
 * terminal output: Improve rounding rules for horizontal scaling widths.
 * HTML output: Render ASCII_NBRSP as "&nbsp;", not "-".
 * man(1): Do not match the first part of a name if it continues with a dot.
 * man(1): Keep working even if the current directory is unusable.
 * man(1): Better error message when $PAGER is invalid.
 * makewhatis(8): Improve handling of .Va and .Vt macros.
 * apropos(1): Print "nothing appropriate" to stderr when appropriate.
 * apropos(1): Abort with a useful error message when elementary
   database operations like preparing queries or binding variables fail.
    --- STRUCTURAL CHANGES, no functional change ---
 * mdoc(7) and man(7): Unified data structures struct roff_node etc.
 * mdoc(7) and man(7): Unified node handling library in roff.c.
 * mdoc(7) and man(7): Seperate validation phase from parsing.
 * roff(7): Major character table cleanup.
 * Link with libz rather than forking gunzip(1).
    --- THANKS TO ---
 * Baptiste Daroussin (FreeBSD) for the new soelim(1)
   and for release testing.
 * Anthony Bentley (OpenBSD) for unifying mandoc.css, two nice
   patches for man.cgi(8), some documentation patches, some bug
   reports, and various useful discussions.
 * Todd Miller (OpenBSD) for lots of help with process group and
   signal handling, a few patches, some bug reports and some useful
   discussions.
 * Jonathan Gray (OpenBSD) for yet more testing with afl(1)
   again resulting in more than half a dozen important bug reports.
 * Svyatoslav Mishyn (Crux Linux) for some patches, several bug
   reports, and extensive release testing.
 * Christian Neukirchen (void Linux) for a number of compatibility
   patches and suggestions and several bug reports.
 * Christos Zoulas (NetBSD) for a bug fix patch and some useful
   suggestions for cleanup.
 * Florian Obser (OpenBSD) for a bugfix patch and some bug reports.
 * Sevan Janiyan for help with Solaris compatibility and release
   testing on many platforms.
 * Jan Holzhueter and OpenCSW in general for help with Solaris
   compatibility, and for providing me with a Solaris 9/10/11 testing
   environment.
 * Michael McConville (OpenBSD) for some simple cleanup patches.
 * Thomas Klausner (NetBSD) for some bug reports and release testing.
 * Christian Weisgerber, Dmitrij Czarkoff, Igor Sobrado,
   Ken Westerback, Marc Espie, Mike Belopuhov, Rafael Neves,
   Ted Unangst, Tim van der Molen, Theo Buehler, Theo de Raadt
   (OpenBSD), Kurt Jaeger, Dag Erling Smoergrav (FreeBSD),
   Joerg Sonnenberger (NetBSD), Carsten Kunze (Heirloom troff),
   Daniel Levai, Fabian Raetz, Jan Stary, Jean-Yves Migeon,
   Lorenzo Beretta, Markus Waldeck, Maxim Belooussov, Michael Reed,
   Peter Bray, and Serguey Parkhomovsky for bug reports and feature
   suggestions.
 * Alexander Hall, Andrew Fresh, Antoine Jacoutot, Doug Hogan,
   Jason McIntyre, Jasper Lievisse Adriaanse, Kent Spillner,
   Nicholas Marriott, Peter Hessler, Sebastien Marie, Stefan Sperling,
   and Theo de Raadt (OpenBSD) for helpful discussions and feedback.
2016-07-14 15:26:42 +00:00
..
aha (pkgsrc) 2016-07-14 13:18:08 +00:00
aiksaurus Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ansifilter MAKEFLAGS -> MAKE_FLAGS (pkgsrc guide 22.1) 2016-03-12 21:53:39 +00:00
antiword Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
artha Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
asciidoc Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
aspell Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
aspell-af Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-am Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-ar Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-ast Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-az Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-be Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-bg Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-bn Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-br Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-ca Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-cs Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-csb Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-cy Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-da Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
aspell-de Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-de-alt Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-el Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-en Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-eo Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-es Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-et Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-fi Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-fo Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
aspell-fr Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-fy Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-ga (pkgsrc) 2016-07-14 13:35:14 +00:00
aspell-gd Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-gl Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-grc Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-gu Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-gv Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-he Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-hi Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-hil Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-hr Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-hsb Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-hu Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-hus Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-hy Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-ia Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-id Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-is Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-it Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-kn Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-ku Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-ky Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-la Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-lt Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-lv Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-mg Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-mi Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-mk Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-ml Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-mn Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-mr Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-mt Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-nb Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-nl Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-nn Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-ny Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-or Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-pa Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-pl Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-pt_BR Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-pt_PT Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-qu Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-ro Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-ru Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-rw Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-sc Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-sk Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-sl Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-sr Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-sv Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-sw Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-ta Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-te Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-tet Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-tk Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-tl Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-tn Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-tr Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-uk Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-uz Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-vi Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-wa Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-yi Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
aspell-zu Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
awf Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
bibclean Use PKGMANDIR. Add patch comment. 2016-04-01 11:38:30 +00:00
biblook Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
bibparse Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
bsdgrep-devel Use PKGMANDIR. 2016-03-30 09:57:50 +00:00
btparse Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
c2html Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
cabocha
catdoc
catdoc-tk
cawf Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
cdif Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
chasen Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN. 2015-06-29 11:06:46 +00:00
chasen-base Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
cityhash Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
cmark Fix HOMEPAGE to be copy'n'pastable. 2016-06-09 06:23:38 +00:00
cmigemo Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
coccigrep Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
colorit
convertlit Add SHA512 checksum. 2015-11-04 08:32:34 +00:00
CRF++ Use OPSYSVARS. 2016-02-26 10:24:10 +00:00
crimson
crush-tools Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
csvkit Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
cwdiff Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
dadadodo Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
db2latex Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
dblatex Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
dbtoepub Bump PKGREVISION by chaging default version of Ruby. 2016-03-13 09:36:58 +00:00
detex Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
dict-client
dict-dictionaries Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
dict-mueller7 Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
dict-server Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
dictem Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
diction Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
diffsplit Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
diffstat Update diffstat to 1.61. 2016-03-05 10:58:32 +00:00
dikt Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
discount Update textproc/discount to discount-2.1.8a. 2015-11-04 01:10:18 +00:00
docbook Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
docbook-simple Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
docbook-website Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
docbook-xml Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
docbook-xsl Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
docbook2mdoc Support PKGMANDIR. 2016-04-01 12:55:43 +00:00
doclifter Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
dsssl-docbook-modular Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
dtdparse Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
DWB Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
eb Removed CVS files from PLIST. Bumped revision. 2016-07-10 11:31:31 +00:00
eblook Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ebook-tools Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ebview Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
emacs-dict-client Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
emacs-muse Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
enca Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
enchant Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
epubcheck Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
epubpreflight Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
erlang-fast_xml Import fast_xml-1.1.3 as textproc/erlang-fast_xml. 2016-04-25 14:33:38 +00:00
erlang-fast_yaml Import fast_yaml-1.0.3 as textproc/erlang-fast_yaml. 2016-04-25 14:37:08 +00:00
erlang-jiffy Update textproc/erlang-jiffy to 0.14.8. 2016-04-22 14:50:04 +00:00
erlang-p1_xmlrpc Import p1_xmlrpc-1.15.1 as textproc/erlang-p1_xmlrpc. 2016-04-25 14:39:43 +00:00
erlang-stringprep Update textproc/erlang-stringprep to 1.0.3. 2016-04-29 18:16:42 +00:00
expat update to 2.2.0 2016-06-22 15:39:09 +00:00
expatobjc Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ezxml Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
FlightCrew Disable use of PCH, doesn't work with GCC on 32bit platforms. 2016-07-02 14:43:12 +00:00
flyspell Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
fop Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
freepwing Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
freexl FreeXL is an open source library to extract valid data from within an Excel 2015-11-27 14:00:26 +00:00
gdome2 Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
glimpse update to glimpse 4.18.6 2016-01-26 09:01:28 +00:00
gnome-doc-utils Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
gnome-spell Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
gnome-subtitles Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
go-text Revbump packages that build-depend on Go after 1.6 update. 2016-02-23 20:18:11 +00:00
grep Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
grepcidr Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
groff Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
groonga Wants to install onig library now. Bump revision. 2016-03-29 21:59:21 +00:00
gsed Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
gspell Update gspell to 1.0.2 2016-06-19 16:01:57 +00:00
gtk-doc Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
gtkspell Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
gutcheck Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
GutenMark Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
GutenMark-words Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
halibut Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
harmony Recursive revbump associated with ocaml update. 2016-05-05 11:45:36 +00:00
heirloom-bdiff
heirloom-bfs
heirloom-col
heirloom-comm
heirloom-cut
heirloom-diff3
heirloom-doctools Update textproc/heirloom-doctools to 160308. 2016-03-10 12:49:32 +00:00
heirloom-ed
heirloom-fmt
heirloom-fold
heirloom-grep
heirloom-head
heirloom-join
heirloom-line
heirloom-nl
heirloom-paste
heirloom-pg Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
heirloom-pr
heirloom-sdiff
heirloom-sed
heirloom-tail
heirloom-tr
heirloom-ul Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
heirloom-uniq
heirloom-wc
helpdeco Fix missing/broken rcsids. 2015-12-29 04:04:26 +00:00
hevea Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
highlight Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
highway Import highway-1.1.0 as textproc/highway. 2015-12-11 14:10:42 +00:00
hre Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hs-attoparsec Bump PKGREVISION for hs-text-1.2.2.0 || hs-hashable-1.2.3.3 2016-01-10 11:49:09 +00:00
hs-blaze-html Bump PKGREVISION for hs-text-1.2.2.0 || hs-hashable-1.2.3.3 2016-01-10 11:49:09 +00:00
hs-blaze-markup Bump PKGREVISION for hs-text-1.2.2.0 || hs-hashable-1.2.3.3 2016-01-10 11:49:09 +00:00
hs-case-insensitive Bump PKGREVISION for hs-text-1.2.2.0 || hs-hashable-1.2.3.3 2016-01-10 11:49:09 +00:00
hs-cgrep Bump PKGREVISION for hs-text-1.2.2.0 || hs-hashable-1.2.3.3 2016-01-10 11:49:09 +00:00
hs-hscolour Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hs-pandoc-types Bump PKGREVISION for hs-text-1.2.2.0 || hs-hashable-1.2.3.3 2016-01-10 11:49:09 +00:00
hs-parsec Bump PKGREVISION for hs-text-1.2.2.0 || hs-hashable-1.2.3.3 2016-01-10 11:49:09 +00:00
hs-polyparse Bump PKGREVISION for hs-text-1.2.2.0 || hs-hashable-1.2.3.3 2016-01-10 11:49:09 +00:00
hs-regex-base Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hs-regex-posix Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hs-stringsearch Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hs-tagsoup Update to 0.13.9 2016-03-15 13:45:17 +00:00
hs-texmath Bump PKGREVISION for hs-text-1.2.2.0 || hs-hashable-1.2.3.3 2016-01-10 11:49:09 +00:00
hs-xml Bump PKGREVISION for hs-text-1.2.2.0 || hs-hashable-1.2.3.3 2016-01-10 11:49:09 +00:00
html Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
html2text Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
html2wml Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
hugs-HaXml Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
hunspell-af_ZA Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-ar Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-bg_BG Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-ca_ES Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-cs_CZ Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-cy_GB Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-da_DK Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-de Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
hunspell-el_GR Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-en_CA Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-en_GB Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-en_NZ Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-en_US Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-en_ZA Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-es_ES Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-es_MX Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-fo_FO Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-fr_FR Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-fy_NL Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-ga_IE Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-he_IL Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-hr_HR Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-hu_HU Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-id_ID Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-it_IT Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-lt_LT Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-lv_LV Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-mg_MG Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-ms_MY Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-nl_NL Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-ny_MW Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-pl_PL Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-ru_RU Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-sk_SK Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hunspell-sv_SE Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hyperestraier Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
hyphen Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
icu Revert incorrect change of the package list which was part of yesterday's 2016-04-12 19:51:54 +00:00
igor Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
iksemel Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
intltool Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
ipadic Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
isearch Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
iso-codes Updated iso-codes to 3.68. 2016-05-22 17:46:26 +00:00
iso8879 Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
iso12083 Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ispell Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ispell-ca Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ispell-de Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
ispell-emacs Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ispell-en_GB Use OPSYSVARS. 2016-02-26 10:24:10 +00:00
ispell-es Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ispell-fr Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ispell-ga Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ispell-gl Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ispell-ku Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ispell-lt Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
ispell-pl Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ispell-pt_BR Use PKGMANDIR. Remove fragile subst handling. 2016-04-21 14:21:08 +00:00
ispell-ro Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ispell-ru Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ispell-ru-io
ispell-sk Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ispell-sv Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
itex2MML Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
itstool Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
ja-grep Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ja-groff Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
ja-sed Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
jansson Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
java-mecab Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
java-native-hyperestraier
java-pure-hyperestraier
jdom Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
jing Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
jrep Update to 0.6.1 2016-07-03 16:37:56 +00:00
json-c Updated json-c to 0.12.1. 2016-06-12 14:37:37 +00:00
json-glib Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
jsoncpp Update jsoncpp to 1.7.2. 2016-04-19 11:16:37 +00:00
kakasi Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
kapidox Add KDE Frameworks 5.21.0 packages: 2016-05-26 09:26:56 +00:00
kbanner Use PKGMANDIR. Add patch comment. 2016-03-30 10:01:24 +00:00
kcodecs Add KDE Frameworks 5.21.0 packages: 2016-05-26 09:26:56 +00:00
kcompletion Add KDE Frameworks 5.21.0 packages: 2016-05-26 09:26:56 +00:00
kdoc Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
latex2html Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
LDoc Switch to pkg_alternatives(8) and rename to lua5x-LDoc-1.4.3. 2016-06-06 23:19:07 +00:00
libclucene Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
libcroco revert previous commit, sorry. 2015-11-23 12:54:53 +00:00
libexttextcat Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
libfastjson Update textproc/libfastjson to 0.99.2. 2016-03-09 20:43:07 +00:00
liblinebreak Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
liblrdf Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
libnxml Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
libodfgen Update libodfgen to 0.1.5: 2015-12-29 20:46:50 +00:00
libpinyin Remove --version-script argument on Darwin too. 2016-02-26 12:16:38 +00:00
libplist Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
libunicode Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
libunistring Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
libxml Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
libxml++ Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
libxml++1 Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
libxml2 Use standard format for 'used by' lines, since some tools make use of this. 2016-05-28 06:47:51 +00:00
libxslt Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
libyaml Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
link-grammar Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
lit2epub Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
lout Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
lq-sp Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
lua-cjson Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
lua-expat Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
lua-slnunicode Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
lucene++ Fix HOMEPAGE to be copy'n'pastable. 2016-06-09 06:23:38 +00:00
makeindexk Updated to TexLive 2016: 2016-06-16 04:11:50 +00:00
makeztxt Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
marisa Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
Markdown Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
markdown-mode Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
markdown2social Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
mdoclint Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
mdocml Updated mdocml to 1.13.4. 2016-07-14 15:26:42 +00:00
mecab
mecab-base Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
mecab-ipadic Remove mk/find-prefix.mk usage from the textproc category. 2015-11-25 12:53:42 +00:00
mecab-jumandic Remove mk/find-prefix.mk usage from the textproc category. 2015-11-25 12:53:42 +00:00
mecab-naistdic Remove mk/find-prefix.mk usage from the textproc category. 2015-11-25 12:53:42 +00:00
mendexk Updated to TexLive 2016: 2016-06-16 04:11:50 +00:00
metauml Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
migemo remove references to ruby200 2016-03-14 00:59:05 +00:00
migemo-elisp Bump PKGREVISION by chaging default version of Ruby. 2016-03-13 09:36:58 +00:00
miller Update miller to 3.4.0. 2016-02-18 10:07:48 +00:00
multimarkdown Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
mxml Remove patch that's not in distinfo. 2016-05-05 06:29:30 +00:00
mythes Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
namazu Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
nbsed Add LICENSE (original-bsd AND modified-bsd). 2016-01-28 14:08:10 +00:00
ndtpd Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
nxml-mode Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
o3read Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ocaml-csv Updated package to latest version, 1.5; also updated package to work with 2016-07-02 10:11:09 +00:00
ocaml-expat Updated package to use ocaml.mk framework. No upstream changes. 2016-06-25 14:31:13 +00:00
ocaml-jsonm Revbump to make sure package gets rebuilt with new mk/ocaml.mk. 2016-06-19 17:20:44 +00:00
ocaml-markup Added package textproc/ocaml-markup, a pair of parsers for XML and HTML5. 2016-06-20 11:08:31 +00:00
ocaml-text Revbump to make sure package gets recompiled with newer mk/ocaml.mk, and 2016-06-20 10:29:29 +00:00
ocaml-tyxml Syntax extension needs to be installed for dependencies. Revbump. 2016-06-20 15:20:03 +00:00
ocaml-uutf Updated package to add ocamlbuild dependency, plus revbump to ensure it 2016-06-17 11:31:55 +00:00
OdfConverter Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
oniguruma Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
openjade Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
opensp Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
ots Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
p5-ack Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Biblio-EndnoteStyle Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-cabocha Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CAM-PDF Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Convert-ASCII-Armour Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Convert-ASN1 Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Convert-BER Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Convert-PEM Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Convert-Translit Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Cz-Cstools Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Data-FormValidator Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Data-HexDump Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Dist-Zilla-Plugin-PodWeaver Updated textproc/p5-Dist-Zilla-Plugin-PodWeaver to 4.008 2016-06-09 12:06:39 +00:00
p5-Encode Updated textproc/p5-Encode to 2.84 2016-06-09 13:09:53 +00:00
p5-Encode-Detect Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Encode-Locale Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Feed-Find Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-File-ReadBackwards Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Filter Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-FormValidator-Simple Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-highlight Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-FormatText-WithLinks Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-FormatText-WithLinks-AndTables Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-iCal-Parser Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Kwalify Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-libxml Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
p5-Lingua-EN-Fathom Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Lingua-EN-FindNumber Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Lingua-EN-Inflect Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Lingua-EN-Inflect-Number Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Lingua-EN-Inflect-Phrase Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Lingua-EN-Number-IsOrdinal Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Lingua-EN-Numbers-Ordinate Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Lingua-EN-Sentence Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Lingua-EN-Syllable Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Lingua-EN-Tagger Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Lingua-EN-Words2Nums Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Lingua-Identify Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Lingua-Preferred Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Lingua-PT-Stemmer Updated textproc/p5-Lingua-PT-Stemmer to 0.02 2016-06-09 13:07:13 +00:00
p5-Lingua-Stem Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Lingua-Stem-Fr Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Lingua-Stem-It Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Lingua-Stem-Ru Updated extproc/p5-Lingua-Stem-Ru to 0.04 2016-06-09 13:03:10 +00:00
p5-Lingua-Stem-Snowball Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Lingua-Stem-Snowball-Da Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-List-Compare Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Locale-Maketext-Gettext Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-marisa Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-mecab Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
p5-mobiperl Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
p5-native-hyperestraier Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Net-Dict (pkgsrc) 2016-06-09 13:26:43 +00:00
p5-Net-IDN-Encode Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Number-Format Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Number-Spell Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-PDF Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-PDF-API2 Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-PDF-Create Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-PDF-Reuse Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-PDF-Reuse-Barcode Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-PDF-Table Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Pod-Abstract Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Pod-Coverage Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Pod-Coverage-TrustPod Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Pod-Elemental Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Pod-Elemental-PerlMunger Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Pod-Escapes Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Pod-Eventual Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Pod-Markdown Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Pod-Parser Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Pod-POM Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Pod-Readme Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Pod-Simple Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Pod-Spell Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Pod-Spell-CommonMistakes Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Pod-Strip Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Pod-Tests Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Pod-Tree Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Pod-Weaver Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-POD2-Base Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-podlators Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-PPI-HTML Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Publican Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Regexp-Common Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Regexp-Copy Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Search-Indexer Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Search-Xapian Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-SGMLS Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Snowball-Norwegian Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Snowball-Swedish Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-String-Approx Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-String-BufferStack Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-String-CamelCase Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-String-Compare-ConstantTime Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-String-CRC32 Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-String-Errf Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-String-Flogger Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-String-Formatter Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-String-Koremutake Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-String-RewritePrefix Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-String-ShellQuote Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-String-Similarity Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-String-ToIdentifier-EN Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-String-Trim Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-String-Truncate Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Swim Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Syntax-Highlight-Engine-Kate Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Syntax-SourceHighlight Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Template-Declare Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Template-Plugin-Autoformat Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Template-Plugin-CSV Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Template-Plugin-Latex Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Template-Plugin-Number-Format Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Template-Plugin-YAML Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Template-Tiny Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Test-YAML Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Affixes Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Aligner Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Aspell Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Autoformat Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Balanced Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-BibTeX Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Brew Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-CharWidth Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-ChaSen Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Context-EitherSide Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-CSV Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-CSV-Encoded Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-CSV-Hash Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-CSV-Simple Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-CSV_XS Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-DelimMatch Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-DHCPLeases Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Diff Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Diff-HTML Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Diff-Parser Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-DoubleMetaphone Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Emoticon Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Emoticon-MSN Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-FindIndent Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Format Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-German Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Glob Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Hunspell Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Kakasi Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-LevenshteinXS Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Markdown Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Markdown-Discount Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Microformat Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-MicroTemplate Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Ngram Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Nimble Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Patch Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-PDF Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Quoted Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-RecordParser Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Reflow Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Reform Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-RewriteRules Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Roman Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Sass Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Shellwords Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-SimpleTable Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-SimpleTable-AutoWidth Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Soundex Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-SpellChecker Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Substitute Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Table Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Tabs+Wrap Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-TabularDisplay Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Template Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Textile Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Trac Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Typography Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Unaccent Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Unidecode Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-vCard Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-vFile-asData Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-VisualWidth-PP Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-WagnerFischer Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-WikiCreole Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-WikiFormat Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-WrapI18N Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Wrapper Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-Xslate Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Text-xSV Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Unicode-CaseFold Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Unicode-LineBreak Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Atom Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Atom-SimpleFeed Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Atom-Stream Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-AutoWriter Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Bare Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Catalog Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Checker Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Clean Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Descent Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-DOM Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Dumper Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Elemental Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Encoding Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Entities Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Feed Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-FeedPP Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Filter-BufferText Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Filter-DetectWS Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Filter-DOMFilter-LibXML Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Filter-Reindent Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Filter-SAXT Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Generator Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Grove Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Handler-Trees Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Handler-YAWriter Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-LibXML Updated p5-XML-LibXML to 2.0126. 2016-06-30 17:42:38 +00:00
p5-XML-LibXML-Iterator Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-LibXML-Simple Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-LibXSLT Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-NamespaceSupport Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Node Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-NodeFilter Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Parser Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Parser-Lite Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Parser-Lite-Tree Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Rabbit Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-RAI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-RegExp Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-RSS Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-RSS-Parser Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Sablotron Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-SAX Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-SAX-Base Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-SAX-Expat Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-SAX-ExpatXS Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-SAX-Writer Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-SemanticDiff Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Simple Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Stream Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Tidy Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Tiny Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-TokeParser Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-TreeBuilder Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-TreePP Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Twig Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-UM Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Writer Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-Writer-String Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-XPath Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-XPathEngine Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-XQL Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-XSLT Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-XML-XUpdate-LibXML Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-yamcha Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-YAML Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-YAML-LibYAML Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-YAML-Syck Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-YAML-Tiny Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
par Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
pdfgrep Recursive bump for poppler* update to 0.44.0. 2016-05-22 18:20:46 +00:00
pear-Console_Table Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
pear-File_Find Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
php-dom
php-enchant
php-excel
php-intl Reset PKGREVISION along with all PHP language updates. 2016-05-02 13:11:27 +00:00
php-json
php-mecab Update php-mecab to 0.6.0. 2015-12-13 17:20:21 +00:00
php-pspell
php-sphinx More packages currently incompatible with php70. 2015-12-25 01:18:10 +00:00
php-wddx
php-xsl
po-mode Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
po4a Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
pod2mdoc Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
postgresql-autodoc Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
psgml-mode Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
pugixml Import pugixml-1.7 as textproc/pugixml. 2016-04-29 11:54:54 +00:00
pxp Updated PLIST to properly use ocaml.mk framework. No upstream changes. 2016-07-02 09:30:45 +00:00
py-4Suite Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-acora Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-alabaster Import py-alabaster-0.7.7 as textproc/py-alabaster. 2016-01-17 13:38:25 +00:00
py-anyjson Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-biplist Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-cabocha Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-cElementTree
py-cjson Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-cmTemplate Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-color Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-colour Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-creole Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-cssselect Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-cssutils Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-defusedxml Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-docutils Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
py-docx Add a new package for py-docx. From David H. Gutteridge in PR pkg/50645. 2016-03-08 19:51:25 +00:00
py-ejson Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-elementtree Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-empy Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-enchant Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-Excelerator Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-expat
py-feedparser Update to 5.2.1. From the changelog: 2015-10-31 14:18:32 +00:00
py-ftfy Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-generateDS Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-gnosis-utils Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-HappyDoc Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-html2text Updated py-html2text to 2016.5.29. 2016-07-03 11:58:57 +00:00
py-html5lib Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
py-iniparse Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-jinja2 Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-jsonlib Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-jsonlib3 Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
py-jsonschema Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-JWT Add some BUILD/TEST dependencies. 2015-11-07 19:04:09 +00:00
py-libxml2 pkglint cleanup: remove empty line 2016-05-28 06:48:03 +00:00
py-libxslt Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-lxml Update py-lxml to 3.6.0. 2016-04-08 15:27:34 +00:00
py-marisa Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-markdown Update py-markdown to 2.6.4. 2015-11-13 14:47:09 +00:00
py-markdown2 Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-markupsafe Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-mecab Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-mkdocs Import py-mkdocs and associated themes. 2016-01-21 20:32:26 +00:00
py-mkdocs-bootstrap Import py-mkdocs and associated themes. 2016-01-21 20:32:26 +00:00
py-mkdocs-bootswatch Import py-mkdocs and associated themes. 2016-01-21 20:32:26 +00:00
py-numpydoc Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-openpyxl Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-pdf-parser Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
py-phonenumbers Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-prettytable Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-pygments Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-pyphen Update py-pyphen to 0.9.4. 2016-02-10 13:07:03 +00:00
py-pyquery Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-pytoml Add pytoml-0.1.10 as textproc/py-pytoml 2016-07-07 16:11:06 +00:00
py-rdflib Fix HOMEPAGE to be copy'n'pastable. 2016-06-09 06:23:38 +00:00
py-relatorio Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-snowballstemmer Import py-snowballstemmer-1.2.1 as textproc/py-snowballstemmer. 2016-01-17 13:16:49 +00:00
py-sphinx Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-sphinx-rtd-theme Import py-sphinx-rtd-theme-0.1.9 as textproc/py-sphinx-rtd-theme. 2016-01-17 13:45:42 +00:00
py-sphinx-theme-cloud Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-Tempita Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-textile Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-tinycss Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-Unidecode Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-uritemplate Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
py-validators Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-vobject Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-Whoosh Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-X Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
py-X2 Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-xlrd Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-xlsxwriter Update textproc/py-xlsxwriter to 0.9.2. 2016-06-17 11:57:44 +00:00
py-xlwt Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-xml Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-yamcha Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-yaml Remove unnecessary test target -- distutils.mk provides this. 2016-07-02 09:30:54 +00:00
qore-json-module Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
qore-xml-module Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
qore-yaml-module Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
qprint Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
qsubst Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
queequeg Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
R-formatR Update to 1.3 2016-04-16 14:52:15 +00:00
R-gsubfn Import textproc/R-gsubfn 0.6-6 into pkgsrc. 2016-02-25 19:43:57 +00:00
R-highr Update to 0.5.1 2016-01-09 14:06:59 +00:00
R-markdown Update to 0.7.7 2016-04-13 14:18:23 +00:00
R-stringi Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
R-stringr Update to 1.0.0 2016-01-01 13:38:34 +00:00
R-yaml Import yaml-2.1.13 as textproc/R-yaml. 2016-04-16 14:46:28 +00:00
raptor Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
raptor2 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
rarian Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
rasqal Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
redland Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
regexx Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
regxml Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
rfcutil Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
rman Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
robodoc Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
rtf-tools Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
rtfm Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
rubber Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
ruby-albino Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-amrita Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-bluecloth Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-buftok Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-builder Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-cabocha
ruby-classifier-reborn Update ruby-classifier-reborn to 2.0.4. 2015-12-13 16:55:48 +00:00
ruby-coderay Update ruby-coderay to 1.1.1. 2016-03-15 15:39:04 +00:00
ruby-diff-lcs remove references to ruby200 2016-03-14 00:59:05 +00:00
ruby-eruby Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-escape Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-fast-stemmer Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-fastercsv Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-feed-normalizer Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-ferret Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-haml Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-hikidoc Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-hpricot Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-html-parser Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-htree Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-itex2MML Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-json remove references to ruby200 2016-03-14 00:59:05 +00:00
ruby-json-pure Update ruby-json-pure to 1.8.3. 2015-12-13 15:04:46 +00:00
ruby-kramdown Update ruby-kramdown to 1.10.0. 2016-03-15 15:43:28 +00:00
ruby-levenshtein Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-libxml Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-mab Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-marisa
ruby-markaby Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-maruku Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-mecab Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-multi_json Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-native-hyperestraier
ruby-nokogiri Update ruby-nokogiri to 1.6.7.2. 2016-03-15 15:45:46 +00:00
ruby-nqxml Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-oniguruma Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-plist Update ruby-plist to 3.2.0. 2016-03-15 15:55:42 +00:00
ruby-pure-hyperestraier
ruby-rdtool remove references to ruby200 2016-03-14 00:59:05 +00:00
ruby-redcarpet Update ruby-redcarpet to 3.3.4. 2016-03-15 15:57:59 +00:00
ruby-redcloth Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-rison Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-rttool Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-safe_yaml Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-sary remove references to ruby200 2016-03-14 00:59:05 +00:00
ruby-simple-rss Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-stringex Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-suikyo
ruby-syntax Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-text Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-textpow Fix ALTERNATIVES. 2015-12-12 04:14:03 +00:00
ruby-tilt Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-toml Allow ruby-toml to depend on ruby-parslet 1.6 and later. 2015-11-18 16:09:24 +00:00
ruby-treetop Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-ultraviolet Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-will-paginate Update ruby-will-paginate to 3.1.0. 2016-03-15 16:00:58 +00:00
ruby-xmlparser Update ruby-xmlparser to 0.7.3. 2015-12-13 16:57:32 +00:00
ruby-xpath Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-xslt Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-yajl Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
ruby-yamcha
ruby-yard Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
sablotron Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
sary Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
saxon Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
scew Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
scrollkeeper-dtd Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
serd Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
sgrep Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
shared-desktop-ontologies Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
sift Revbump packages that build-depend on Go after 1.6 update. 2016-02-23 20:18:11 +00:00
sonnet Add KDE Frameworks 5.21.0 packages: 2016-05-26 09:26:56 +00:00
soprano Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
sord Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
source-highlight Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
sphinxsearch Update textproc/sphinxsearch to 2.2.10. 2015-10-18 20:30:02 +00:00
stardic Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
sub2srt Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
sublib Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
subtitleripper Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
suikyo Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
suikyo-conv-table
suikyo-docs
suikyo-elisp
swath Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
tcl-dom Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
tcl-expat Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
tcl-tDOM Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
tcl-xml Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
tei Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
tei-p5-schema Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
tei-xsl Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
tex-latexdiff Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
tex-latexdiff-doc Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
tex-makeindex Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
tex-makeindex-doc Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
tex-xmltex Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
tex-xmltex-doc Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
tex-xmltexconfig Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
texi2html Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
texi2mdoc Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
texi2roff Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
the_silver_searcher Update textproc/the_silver_searcher to 0.32.0 2016-05-17 10:22:44 +00:00
tinyxml Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
tinyxml2 Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
tokyodystopia Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
trang Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
troffcvt Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
unac Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
uncrustify Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
uni2ascii Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
unroff Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
untex Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
uriparser Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
urlview Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
vis Use PKGMANDIR. 2016-03-30 08:48:31 +00:00
wbxml2 Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
wdiff Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
WordNet Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
writer2latex Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
xalan-j Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
xapian Update to 1.2.23. From the changelog: 2016-04-30 14:14:07 +00:00
xapian-omega Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
xerces-c Updated xerces-c to 3.1.4. 2016-07-03 11:17:15 +00:00
xerces-j Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
xfce4-dict Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
xhtml Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
xhtmldiff Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
xml-coreutils Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
xml2 Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
xml2doc Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
xmlada Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
xmlcatmgr Remove mk/find-prefix.mk usage from the textproc category. 2015-11-25 12:53:42 +00:00
xmlindent Make lex/flex a runtime dependency for packages which link against -lfl. 2016-03-30 12:51:16 +00:00
xmlrpc-c Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
xmlstarlet Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
xmlto Using "type -t" is a pretty pointless bashism, even slowing things down 2015-12-11 23:31:09 +00:00
xmltoman Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
xmltooling Release Notes - XMLTooling - C++ - Version 1.5.6 2016-03-20 09:57:12 +00:00
xp Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
xqilla Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
xslide Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
xt Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
yamcha Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
yaml-cpp Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
yelp-xsl Update yelp-xsl to 3.20.1 2016-05-07 08:43:00 +00:00
yodl Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
zoem Add SHA512 digests for distfiles for textproc category 2015-11-04 01:59:17 +00:00
Makefile +py-pytoml 2016-07-07 16:12:00 +00:00