pkgsrc/textproc
bsiegert 00b786b008 Update hunspell to 1.7.0.
Bump ABI_DEPENDS in bl3.mk.

New features and bug fixes by Laszlo Nemeth, supported by FSF.hu Foundation:

  • No annoying suggestion times any more, especially in languages with
    compound word handling and complex morphology. By adding balanced
    multi-level time limits, now the guaranteed suggestion time is there
    within half a second, not seconds (nor dozen of seconds or more
    in extreme cases) for longer misspellings, too.

  • add SPELLML support for run-time dictionary extension with optional
    affixation of user words. See new "Grammar By" feature of
    language-specific user dictionaries of LibreOffice 6.0:

    News: https://wiki.documentfoundation.org/ReleaseNotes/6.0#.E2.80.9CGrammar_By.E2.80.9D_spell_checking

    Screencast with English example: https://www.youtube.com/watch?v=EsS3gaBTfOo

    Screencast with German example: https://www.youtube.com/watch?v=aYVFDqCUb6I

  • Improved, highly customizable suggestions on level of dictionary words:
    Pronunciations and typical misspellings defined by optional "ph:" fields of
    the dictionary words are used not only in n-gram suggestions, but as
    elements of the REP replacement list getting the highest priority in normal
    suggestions, also giving the best suggestions for short words, too.
    More information: see "ph:" in man 5 hunspell.

  • Handling multiple word suggestions is much more easier. Like in a
    traditional spelling dictionary, for example, to get the correct suggestion
    "a lot" for the typical misspelling "alot" at the first place, now it's
    enough to put the following line to the dic(tionary) file:

    a lot

  • Limit compound overgeneration by dictionary based word pairs:
    Now it's possible to filter bad compound words by listing
    the correct word pairs with space in the dictionary, as in a traditional
    spelling dictionary.

  • clean-up suggestion:

      □ no n-gram and compound word suggestions, if "good" suggestion
        exists, ie. uppercase, REP, ph: or dictionary word pair suggestions

      □ word pairs are always suggested, if they exist in the dic file

      □ word pairs have top priority in suggestions, and
        these are the only suggestions if there is no other good suggestion.

      □ also dictionary word pairs separated by dash instead of space
        are handled specially in two-word suggestion (depending from the
        language)

  • limit bad suggestions by improved n-gram suggestion rules:

    don't suggest capitalized dictionary words for lower
    case misspellings in n-gram suggestions, except

      □ PHONE usage, or
      □ in the case of German, where not only proper
        nouns are capitalized, or
      □ the capitalized word has special pronunciation

    and don't suggest if the difference of lengths of misspellings and
    suggestions is 5 or more characters.

  • Extend dotless i and dotted I rules to Crimean Tatar language
    Allow dotted I in dictionary, and disable bad capitalization of i.

  • BREAK: extended recursive word breaking algorithm to handle words or
    words with suffixes when they already contain word break characters,
    for example, "e-mail" is a dictionary word with a word break character, and
    it wasn't accepted before in compounds in some languages.

  • FORBIDDENWORD precedes BREAK: Now it's possible to forbid compound
    forms recognized by BREAK word breaking by adding the bad compounds to
    the dictionary with FORBIDDENWORD flags.

  • lower limit for "doubletwochars" suggestion algorithm:
    one of the typical misspellings recognized by Hunspell suggestion
    mechanism is the syllable duplication. Along the old pattern
    ABABA -> ABA, for example nutrITITIon -> nutrITIon, now also the
    simpler ABAB -> AB pattern is recognized in non-starting position,
    for example, regretTETEd -> regretTEd.

  • lower limit for longswapchar and movechar: recognized only max.
    4-character distances to avoid slow and bad suggestions.

  • fix compound handling for new Hungarian orthography reform

  • Allow suggestion search for prefix + two suffixes:
    Remove artificial performance limit to get correct
    suggestions for relatively simple misspellings in
    Hungarian, etc., when the word form contains prefix
    and both derivative and inflectional suffixes, too:

    lefikszálása -> lefixálása

Improvements for command-line Hunspell:

  • Remove false alarms during checking OpenDocument (ODF)
    documents by ignoring <text:span> elements. (LibreOffice
    creates a lot of <text:span> elements also within words
    during text reediting, resulted often huge amount of broken
    words before this fix.)

  • List filenames during filtering multiple files in command-line:

    Examples:

    $ hunspell -l *.odt
    a.odt: mispelling
    b.odt: egzample

    $ hunspell -l -G *.odt
    a.odt: good
    b.odt: words

  • Dictionary search by option -D doesn't wait for the standard input
    (fixed by Siva Mahadevan)

Other improvements:

  • makealias dictionary compression: add option --minimize-diff
    to reuse free positions of alias lists to create minimal and
    readable diffs for alias compressed dictionaries stored in
    revision control systems, as dictionaries of LibreOffice.

  • Brazilian-Portuguese translation by Rafael Fontenelle

  • Catalan translation by robert dot buj at gmail

  • Minor bug fixes by several contributors, see git log
2018-11-16 13:02:20 +00:00
..
aha Updated textproc/aha 0.4.9 to 0.4.10.6 2017-05-23 10:56:16 +00:00
aiksaurus Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
ansifilter MAKEFLAGS -> MAKE_FLAGS (pkgsrc guide 22.1) 2016-03-12 21:53:39 +00:00
antiword Honor LDFLAGS for RELRO builds. 2017-07-12 12:54:28 +00:00
artha Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
asciidir Added textproc/asciidir version 0.6 2018-07-26 14:27:23 +00:00
asciidoc asciidoc: removed unused REPLACE_PYTHON line 2018-07-20 07:26:43 +00:00
aspell Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
aspell-af Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-am Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-ar Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-ast Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-az Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-be Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-bg Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-bn Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-br
aspell-ca
aspell-cs
aspell-csb Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-cy
aspell-da Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
aspell-de
aspell-de-alt Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-el
aspell-en
aspell-eo
aspell-es
aspell-et Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-fi
aspell-fo Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
aspell-fr
aspell-fy Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-ga (pkgsrc) 2016-07-14 13:35:14 +00:00
aspell-gd Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-gl Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-grc Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-gu Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-gv Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-he Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-hi Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-hil Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-hr Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-hsb Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-hu Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-hus Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-hy Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-ia Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-id Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-is Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-it
aspell-kn Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-ku Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-ky Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-la Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-lt Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-lv Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-mg Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-mi Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-mk Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-ml Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-mn Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-mr Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-mt Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-nb
aspell-nl
aspell-nn Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-ny Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-or Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-pa Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-pl
aspell-pt_BR Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-pt_PT Sort PLIST files. 2018-01-01 22:29:15 +00:00
aspell-qu Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-ro
aspell-ru
aspell-rw Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-sc aspell-sc: Comment out dead HOMEPAGE 2017-11-15 22:09:10 +00:00
aspell-sk
aspell-sl Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-sr Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-sv
aspell-sw Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-ta Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-te Sort PLIST files. 2018-01-01 22:29:15 +00:00
aspell-tet Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-tk Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-tl Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-tn Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-tr Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-uk
aspell-uz Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-vi Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-wa Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-yi Reset maintainer 2017-09-16 19:26:41 +00:00
aspell-zu Reset maintainer 2017-09-16 19:26:41 +00:00
aspic Add aspic 1.05 2018-06-15 13:15:26 +00:00
awf
bibclean Use PKGMANDIR. Add patch comment. 2016-04-01 11:38:30 +00:00
biblook
bibparse textproc/bibparse: Install manpages into ${PKGMANDIR}. 2017-08-19 00:19:49 +00:00
bsdgrep-devel Use PKGMANDIR. 2016-03-30 09:57:50 +00:00
btparse Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
c2html Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
cabocha Fix build problem. 2016-09-09 02:13:59 +00:00
catdoc Follow some http redirects. 2017-08-16 20:21:03 +00:00
catdoc-tk Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
cawf
cdif Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
chasen
chasen-base Make sure depcomp is present. 2017-03-24 11:44:30 +00:00
cityhash Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
cldr-emoji-annotation cldr-emoji-annotation: update to 33.1.0.0. 2018-08-12 10:39:06 +00:00
cmark cmark: updated to 0.28.3 2018-01-18 17:11:38 +00:00
cmigemo Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
coccigrep Update textproc/coccigrep to 1.16 2017-05-05 11:04:15 +00:00
colorit
convertlit
CRF++ Use OPSYSVARS. 2016-02-26 10:24:10 +00:00
crimson Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
crush-tools Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
csharp-xapian Update to 1.4.7. From the changelog: 2018-08-26 13:25:33 +00:00
csvkit Fill in MASTER_SITES and HOMEPAGE. 2017-08-01 17:43:45 +00:00
csvtomd Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided 2016-08-28 15:48:28 +00:00
csvutils Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
cwdiff Update HOMEPAGE 2016-07-15 11:17:04 +00:00
dadadodo Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
db2latex
dblatex extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
dbtoepub pkgsrc: bump PKGREVISION by changing Ruby default version 2018-02-25 12:25:47 +00:00
detex Honor LDFLAGS. Fixes RELRO build. 2017-07-12 10:56:51 +00:00
dict-client textproc/dict-client: dump pkgrevision due to ABI change in libmaa 2018-02-28 21:02:17 +00:00
dict-dictionaries use ${SETENV} ${MAKE_ENV} to avoid locale errors from sort 2018-04-02 17:05:18 +00:00
dict-mueller7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
dict-server textproc/dict-server: dump pkgrevision due to ABI change in libmaa 2018-02-28 21:03:06 +00:00
dictem Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
diction
diffsplit Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
diffstat Update diffstat to 1.61. 2016-03-05 10:58:32 +00:00
dikt revbump after boost-libs update 2018-08-16 18:54:26 +00:00
discount Update to 2.2.4. From the changelog: 2018-08-27 20:46:18 +00:00
docbook
docbook-simple docbok-simple: follow redirect 2018-03-18 08:05:15 +00:00
docbook-website
docbook-xml
docbook-xsl Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
docbook2mdoc Honor LDFLAGS for RELRO builds. 2017-07-12 12:54:28 +00:00
docbook2odf Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
doclifter
dsssl-docbook-modular Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
dtdparse Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
DWB
eb Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
eblook
ebook-tools Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
ebview Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
emacs-dict-client
emacs-muse Follow a redirect. 2017-09-09 06:06:13 +00:00
enca
enchant Make enchant.ordering a CONF_FILE. 2018-10-26 17:03:27 +00:00
enchant2 Set GITHUB_PROJECT=enchant to fix "make fetch". 2018-11-09 12:56:16 +00:00
epubcheck Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
epubpreflight Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
erlang-fast_xml textproc/erlang-fast_xml: Update to 1.1.32. 2018-07-20 09:04:35 +00:00
erlang-fast_yaml textproc/erlang-fast_yaml: Update to 1.0.15. 2018-07-20 09:06:04 +00:00
erlang-jiffy Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
erlang-p1_xmlrpc Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
erlang-stringprep textproc/erlang-stringprep: Update to 1.0.12. 2018-07-20 09:14:29 +00:00
expat expat: update to 2.2.6. 2018-08-20 05:24:49 +00:00
expatobjc
ezxml
FlightCrew revbump after boost-libs update 2018-08-16 18:54:26 +00:00
flyspell Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
fop fop: SUBST in pre-configure doesn't work when NO_CONFIGURE=yes 2018-09-27 22:44:31 +00:00
freepwing Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
freexl freexl: updated to 1.0.5 2018-02-27 06:48:22 +00:00
gdome2 Moved documentation from share/doc/html to share/doc/gdome2. Fixed pkglint 2016-07-24 21:02:45 +00:00
glimpse
gnome-doc-utils extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
gnome-spell Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gnome-subtitles Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
go-glob Revbump all Go packages after go111 update. 2018-11-04 18:37:54 +00:00
go-inflect Revbump all Go packages after go111 update. 2018-11-04 18:37:54 +00:00
go-md2man Revbump all Go packages after go111 update. 2018-11-04 18:37:54 +00:00
go-mmark Revbump all Go packages after go111 update. 2018-11-04 18:37:54 +00:00
go-prose Revbump all Go packages after go111 update. 2018-11-04 18:37:54 +00:00
go-runewidth Revbump all Go packages after go111 update. 2018-11-04 18:37:54 +00:00
go-sentences Revbump all Go packages after go111 update. 2018-11-04 18:37:54 +00:00
go-tablewriter Revbump all Go packages after go111 update. 2018-11-04 18:37:54 +00:00
go-text Revbump all Go packages after go111 update. 2018-11-04 18:37:54 +00:00
grep Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
grepcidr Fixed spelling of NetBSD in mail addresses. 2017-01-22 00:01:30 +00:00
groff Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
groonga pkgsrc: bump PKGREVISION by changing Ruby default version 2018-02-25 12:25:47 +00:00
gsed *: Add some required USE_GCC_RUNTIME. 2018-07-17 10:56:23 +00:00
gspell Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gtk-doc gtk-doc: No longer supports python27. 2018-09-05 13:22:31 +00:00
gtkspell Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gtkspell3 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gutcheck
GutenMark
GutenMark-words
halibut Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
harmony Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +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
heirloom-pr
heirloom-sdiff
heirloom-sed
heirloom-tail
heirloom-tr
heirloom-ul
heirloom-uniq
heirloom-wc
helpdeco *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
hevea Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
hfstospell Add a package for hfstospell-0.5.1. 2018-10-26 20:43:07 +00:00
highlight Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
highway
hre Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
hs-attoparsec
hs-blaze-html
hs-blaze-markup
hs-case-insensitive
hs-cgrep
hs-hscolour
hs-pandoc-types
hs-parsec Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
hs-polyparse
hs-regex-base
hs-regex-posix
hs-stringsearch
hs-tagsoup Update to 0.13.9 2016-03-15 13:45:17 +00:00
hs-texmath
hs-xml
html
html2text Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
html2wml Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
hugs-HaXml Follow some http redirects. 2017-08-16 20:21:03 +00:00
hunspell Update hunspell to 1.7.0. 2018-11-16 13:02:20 +00:00
hunspell-af_ZA
hunspell-ar
hunspell-bg_BG
hunspell-ca_ES
hunspell-cs_CZ
hunspell-cy_GB
hunspell-da_DK
hunspell-de Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
hunspell-el_GR
hunspell-en_CA
hunspell-en_GB Comment out dead sites. 2017-08-16 20:45:30 +00:00
hunspell-en_NZ
hunspell-en_US
hunspell-en_ZA
hunspell-es_ES
hunspell-es_MX
hunspell-fo_FO
hunspell-fr_FR Comment out dead sites. 2017-08-16 20:45:30 +00:00
hunspell-fy_NL
hunspell-ga_IE
hunspell-he_IL
hunspell-hr_HR
hunspell-hu_HU
hunspell-id_ID
hunspell-it_IT
hunspell-lt_LT
hunspell-lv_LV
hunspell-mg_MG
hunspell-ms_MY
hunspell-nl_NL
hunspell-ny_MW
hunspell-pl_PL
hunspell-ru_RU
hunspell-sk_SK
hunspell-sv_SE
hyperestraier hyperestraier: Fix CFLAGS. 2017-12-18 14:31:55 +00:00
hyphen Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
icu Rather than playing "reserved define whack-a-mole" on NetBSD by trying to 2018-07-26 22:37:48 +00:00
igor Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
iksemel Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
intltool Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
ipadic
isearch Sort PLIST files. 2018-01-01 22:29:15 +00:00
iso-codes Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
iso8879 Follow some http redirects. 2017-08-16 20:21:03 +00:00
iso12083 Sort PLIST files. 2018-01-01 22:29:15 +00:00
ispell Honor LDFLAGS. Fixes RELRO build. 2017-07-07 11:19:44 +00:00
ispell-ca ispell-ca: comment out dead sites 2017-09-19 08:25:23 +00:00
ispell-de Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
ispell-emacs
ispell-en_GB Use OPSYSVARS. 2016-02-26 10:24:10 +00:00
ispell-es
ispell-fr
ispell-ga
ispell-gl Reset maintainer 2017-09-16 19:26:41 +00:00
ispell-ku Reset maintainer 2017-09-16 19:26:41 +00:00
ispell-lt extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
ispell-pl
ispell-pt_BR Reset maintainer 2017-09-16 19:26:41 +00:00
ispell-ro Sort PLIST files. 2018-01-01 22:29:15 +00:00
ispell-ru
ispell-ru-io
ispell-sk
ispell-sv
itex2MML Follow some http redirects. 2017-08-16 20:21:03 +00:00
itstool itstool: Apply upstream fix for itstool/itstool#17. 2017-12-15 09:14:52 +00:00
ja-grep Sort PLIST files. 2018-01-01 22:29:15 +00:00
ja-groff Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
ja-sed textproc/ja-sed: Fix empty installed GNU info file. 2017-08-18 01:15:02 +00:00
jansson jansson: updated to 2.11 2018-10-04 12:53:07 +00:00
java-mecab
java-native-hyperestraier
java-pure-hyperestraier
jdom
jing
jo Update textproc/jo to 1.1. 2017-05-19 11:38:36 +00:00
jrep Update to version 1.1.0 2017-04-30 10:39:19 +00:00
json-c json-c: updated to 0.13.1 2018-08-04 09:53:05 +00:00
json-glib Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
json-yaml Add json-yaml version 1.1.1 2018-09-22 07:24:10 +00:00
jsoncpp Updated textproc/jsoncpp 1.7.7 to 1.8.0 2017-05-23 12:35:11 +00:00
kakasi Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
kapidox kapidox: update to 5.47.0 2018-06-21 06:49:18 +00:00
kbanner Use PKGMANDIR. Add patch comment. 2016-03-30 10:01:24 +00:00
kcodecs Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
kcompletion Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
latex2html Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
LDoc Drop maintainership. 2017-09-16 19:53:50 +00:00
libclucene revbump after boost-libs update 2018-08-16 18:54:26 +00:00
libcroco Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libcsv Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
libexttextcat Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libfastjson Update textproc/libfastjson to 0.99.8 2017-12-19 14:07:16 +00:00
libhighlight Update to 3.47. From the changelog: 2018-10-14 12:17:50 +00:00
liblinebreak
liblrdf revbump after boost-libs update 2018-08-16 18:54:26 +00:00
libnxml revbump after boost-libs update 2018-08-16 18:54:26 +00:00
libodfgen Adjust CC_VERSION check from gcc-8* to gcc-[89]* 2018-10-29 14:41:56 +00:00
libpinyin Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libplist extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
libunicode Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libunistring libunistring: update to 0.9.10. 2018-05-27 12:38:19 +00:00
libxml Sort PLIST files. 2018-01-01 22:29:15 +00:00
libxml++ Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
libxml++1 libxml++1: Specify C++03, not C++11 clean. 2018-02-07 16:47:14 +00:00
libxml2 libxml2: Add a patch from upstream to fix CVE-2017-8872 2018-11-09 15:31:46 +00:00
libxslt Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
libyaml libyaml: updated to 0.2.1 2018-07-06 06:50:40 +00:00
link-grammar Update to 5.5.1 2018-10-07 23:21:26 +00:00
lit2epub Updated lit2epub to 0.2.2. 2017-02-20 10:18:33 +00:00
lout
lowdown lowdown: update to 0.4.1. From Charlotte Koch. 2018-10-17 07:01:39 +00:00
lq-sp Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
lua-cjson Follow some http redirects. 2017-08-16 20:21:03 +00:00
lua-expat
lua-slnunicode
lua-xapian Update xapian bindings for 1.4.6. 2018-07-06 16:23:11 +00:00
lucene++ revbump after boost-libs update 2018-08-16 18:54:26 +00:00
makeindexk makeindexk: update to 2.15nb10 2018-05-13 12:18:55 +00:00
makeztxt
man2html Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
mandoc mandoc: Add -D_OPENBSD_SOURCE to CFLAGS on NetBSD 2018-10-11 12:19:04 +00:00
marisa Update some HOMEPAGEs. 2017-09-03 09:22:57 +00:00
Markdown Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
markdown-mode Follow some redirects. 2017-09-03 08:53:04 +00:00
markdown2social extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
mecab Comment out dead sites. 2017-08-16 20:45:30 +00:00
mecab-base mecab requires libiconv. 2017-08-28 19:04:42 +00:00
mecab-ipadic
mecab-jumandic
mecab-naistdic
mendexk mendexk: update to 2.6fnb8 2018-05-13 12:20:33 +00:00
metauml
migemo No need to specify RUBY_VERSIONS_ACCEPTED. 2016-10-24 14:30:18 +00:00
migemo-elisp pkgsrc: bump PKGREVISION by changing Ruby default version 2018-02-25 12:25:47 +00:00
miller Updated miller to 5.2.2. 2017-08-14 21:22:55 +00:00
multimarkdown Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
mxml Updated textproc/mxml to 2.10 2016-07-15 13:14:10 +00:00
mythes Revbump packages that depend on hunspell. 2018-10-24 15:42:46 +00:00
namazu Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
nbsed
ndtpd Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
nxml-mode emacs22*, emacs23*, emacs24*: remove unmaintained emacs versions 2017-09-29 12:40:26 +00:00
o3read
ocaml-csv Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
ocaml-easy-format Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
ocaml-expat Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
ocaml-jsonm Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
ocaml-markup Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
ocaml-text Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
ocaml-tyxml Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
ocaml-uchar Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
ocaml-uutf Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
OdfConverter Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
odt2tex Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
oniguruma oniguruma: updated to 6.9.0 2018-09-06 09:44:23 +00:00
openjade Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
opensp Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
ots Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-ack Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Alien-Hunspell Revbump packages that depend on hunspell. 2018-10-24 15:42:46 +00:00
p5-Biblio-EndnoteStyle Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-cabocha Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CAM-PDF Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Convert-ASCII-Armour Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Convert-ASN1 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Convert-BER Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Convert-PEM Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Convert-Translit Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Cz-Cstools Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Data-FormValidator Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Data-HexDump Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Dist-Zilla-Plugin-PodWeaver Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Encode Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Encode-Detect Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Encode-EUCJPASCII Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Encode-HanExtra Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Encode-JIS2K Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Encode-Locale Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Feed-Find Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-File-ReadBackwards Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Filter Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-FormValidator-Simple Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-highlight Unset PKGREVISION after libhighlight update. 2018-10-08 13:52:20 +00:00
p5-HTML-FormatText-WithLinks Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-FormatText-WithLinks-AndTables Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-iCal-Parser Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Kwalify Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-libxml Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Lingua-EN-Fathom Update to 1.22 2018-11-10 06:36:24 +00:00
p5-Lingua-EN-FindNumber Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Lingua-EN-Inflect Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Lingua-EN-Inflect-Number Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Lingua-EN-Inflect-Phrase Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Lingua-EN-Number-IsOrdinal Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Lingua-EN-Numbers-Ordinate Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Lingua-EN-Sentence p5-Lingua-EN-Sentence: update to 0.31. 2018-08-24 09:34:30 +00:00
p5-Lingua-EN-Syllable Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Lingua-EN-Tagger p5-Lingua-EN-Tagger: update to 0.30. 2018-08-29 06:29:10 +00:00
p5-Lingua-EN-Words2Nums Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Lingua-Identify Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Lingua-Preferred Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Lingua-PT-Stemmer Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Lingua-Stem Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Lingua-Stem-Fr Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Lingua-Stem-It Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Lingua-Stem-Ru Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Lingua-Stem-Snowball Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Lingua-Stem-Snowball-Da Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Lingua-Translit Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-List-Compare Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Locale-Maketext-Gettext Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-marisa Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-mecab Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-mobiperl Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-MultiMarkdown Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-native-hyperestraier Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-Dict Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-IDN-Encode Update to 2.500 2018-10-20 13:34:10 +00:00
p5-Number-Format Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Number-Spell Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-PDF Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-PDF-API2 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-PDF-Create Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-PDF-Reuse Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-PDF-Reuse-Barcode Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-PDF-Table Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Pod-Abstract Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Pod-Coverage Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Pod-Coverage-TrustPod Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Pod-Elemental Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Pod-Elemental-PerlMunger Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Pod-Escapes Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Pod-Eventual Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Pod-Markdown Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Pod-Parser Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Pod-POM Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Pod-Readme Update to 1.2.3 2018-11-10 06:29:37 +00:00
p5-Pod-Simple Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Pod-Spell Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Pod-Spell-CommonMistakes Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Pod-Strip Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Pod-Tests Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Pod-Tree Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Pod-Weaver Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-POD2-Base Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-podlators Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-PPI-HTML Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-PPIx-QuoteLike Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Publican Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Regexp-Common Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Regexp-Copy Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Search-Indexer Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Search-Xapian Update to 1.2.25.2. From the changelog: 2018-09-26 16:50:18 +00:00
p5-SGMLS Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Snowball-Norwegian Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Snowball-Swedish Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-String-Approx Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-String-BufferStack Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-String-CamelCase Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-String-Compare-ConstantTime Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-String-CRC32 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-String-Errf Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-String-Expand Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-String-Flogger Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-String-Formatter Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-String-Koremutake Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-String-RewritePrefix Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-String-ShellQuote Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-String-Similarity Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-String-ToIdentifier-EN Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-String-Trim Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-String-Truncate Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Swim Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Syntax-Highlight-Engine-Kate Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Syntax-SourceHighlight Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Template-Declare Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Template-Plugin-Autoformat Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Template-Plugin-CSV Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Template-Plugin-Latex Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Template-Plugin-Number-Format Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Template-Plugin-YAML Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Template-Tiny Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Test-YAML Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Affixes Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Aligner Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Aspell Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Autoformat Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Balanced Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-BibTeX Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Brew Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-CharWidth Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-ChaSen Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Context-EitherSide Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-CSV Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-CSV-Encoded Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-CSV-Hash Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-CSV-Simple Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-CSV_XS Update to 1.37 2018-10-02 00:38:56 +00:00
p5-Text-DelimMatch Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-DHCPLeases Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Diff Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Diff-HTML p5-Text-Diff-HTML: update to 0.08. 2018-08-24 09:35:51 +00:00
p5-Text-Diff-Parser Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-DoubleMetaphone Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Emoticon Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Emoticon-MSN Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-FindIndent Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Format Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-German Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Glob Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Hunspell Revbump packages that depend on hunspell. 2018-10-24 15:42:46 +00:00
p5-Text-Kakasi Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-LevenshteinXS Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Markdown Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Markdown-Discount Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Microformat Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-MicroTemplate Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Ngram Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Nimble Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Patch Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-PDF Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Quoted Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-RecordParser Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Reflow Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Reform Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-RewriteRules Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Roman Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Sass Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Shellwords Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-SimpleTable Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-SimpleTable-AutoWidth Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Soundex Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-SpellChecker Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Table Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Tabs+Wrap Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-TabularDisplay Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Template Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Textile Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Trac Update to 0.19 2018-11-10 03:40:18 +00:00
p5-Text-Typography Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Unaccent Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Unidecode Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-vCard Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-vFile-asData Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-VisualWidth-PP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-WagnerFischer Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-WikiCreole Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-WikiFormat Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-WrapI18N Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Wrapper Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Xslate Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-xSV Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Tie-Handle-Offset Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Unicode-CaseFold Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Unicode-LineBreak Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Win32-ShellQuote Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Xapian Parameterize loadable module extension. Should fix packaging on non-Darwin. 2018-09-10 10:30:06 +00:00
p5-XML-Atom Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Atom-SimpleFeed Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Atom-Stream Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-AutoWriter Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Bare Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Catalog Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Checker Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Clean Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Compile Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Compile-Cache Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Compile-SOAP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Compile-SOAP12 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Compile-Tester Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Descent Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-DOM Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Dumper Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Elemental Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Encoding Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Entities Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Feed Update to 0.55 2018-10-20 13:29:00 +00:00
p5-XML-FeedPP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Filter-BufferText Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Filter-DetectWS Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Filter-DOMFilter-LibXML Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Filter-Reindent Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Filter-SAXT Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Generator Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Grove Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Handler-Trees Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Handler-YAWriter Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-LibXML Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-LibXML-Iterator Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-LibXML-Simple Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-LibXSLT Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-NamespaceSupport Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Node Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-NodeFilter Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Parser Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Parser-Lite p5-XML-Parser-Lite: update to 0.722. 2018-08-24 09:36:54 +00:00
p5-XML-Parser-Lite-Tree Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Rabbit Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-RAI Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-RegExp Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-RSS Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-RSS-Parser Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-SAX Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-SAX-Base Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-SAX-Expat Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-SAX-ExpatXS Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-SAX-Writer Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-SemanticDiff Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Simple Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Stream Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Tidy Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Tiny Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-TokeParser Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-TreeBuilder Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-TreePP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Twig Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-UM Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Writer Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-Writer-String Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-XPath Update to 1.44 2018-10-20 13:20:19 +00:00
p5-XML-XPathEngine Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-XQL Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-XSLT Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-XML-XUpdate-LibXML Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-yamcha Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-YAML Update to 1.27 2018-11-10 03:24:31 +00:00
p5-YAML-LibYAML Update to 0.75 2018-11-10 03:36:46 +00:00
p5-YAML-Syck Update to 1.31 2018-11-10 03:28:47 +00:00
p5-YAML-Tiny Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
par
pdfgrep *: recursive bump for poppler-0.68 2018-09-02 21:32:41 +00:00
pear-Console_Table textproc/pear-Console_Table: update to 1.3.1 2018-02-28 16:03:31 +00:00
pear-File_Find
php-enchant GC 2017-03-23 13:31:44 +00:00
php-excel Reset maintainer 2017-09-16 19:26:41 +00:00
php-intl lang/php: reset PKGREVISION 2018-07-20 13:33:02 +00:00
php-json lang/php: reset PKGREVISION 2018-01-05 03:14:52 +00:00
php-mecab Sort PLIST files. 2018-01-01 22:29:15 +00:00
php-pspell
php-sphinx Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
php-wddx
php-xapian Add Xapian language bindings for C#, Lua, Perl, PHP, Python, Ruby, and Tcl. 2017-07-10 17:34:04 +00:00
php-xsl pkgsrc: reset PKGREVISION 2017-10-27 08:49:00 +00:00
php-yaml Import PHP PECL YAML processor 2.0.0 2016-12-01 12:23:47 +00:00
po-mode
po4a Update to 0.54. From the changelog: 2018-08-28 10:06:34 +00:00
pod2mdoc Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
postgresql-autodoc Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
psgml-mode Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
pugixml pugixml: update to 1.9. 2018-04-16 21:27:54 +00:00
pxp Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
py-4Suite extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-acora py-acora: updated to 2.1 2017-12-21 14:09:13 +00:00
py-alabaster py-alabaster: updated to 0.7.12 2018-10-07 10:20:22 +00:00
py-antlr4 Added textproc/py-antlr4, Python bindings for Antlr4. 2018-07-26 16:34:57 +00:00
py-anyjson Follow some redirects. 2017-09-03 08:53:04 +00:00
py-babelfish Import py-babelfish-0.5.5 as textproc/py-babelfish 2017-04-14 13:49:34 +00:00
py-biplist py-biplist: updated to 1.0.3 2017-12-17 16:17:54 +00:00
py-cabocha extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-cElementTree Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided 2016-08-28 15:48:28 +00:00
py-cjson py-cjson: update to 1.2.1 2017-09-28 16:21:21 +00:00
py-cmTemplate extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-color Reset maintainer 2017-09-16 19:26:41 +00:00
py-colored textproc/py-colored: use egg.mk. 2018-07-29 13:45:22 +00:00
py-colour py-colour: updated to 0.1.5 2017-11-24 12:46:42 +00:00
py-creole py-creole: updated to 1.3.2 2018-03-01 08:10:35 +00:00
py-cssselect py-cssselect: updated to 1.0.3 2018-01-01 21:28:59 +00:00
py-cssselect2 py-cssselect2: Update to 0.2.1. 2018-11-12 12:51:05 +00:00
py-cssutils Update textproc/py-cssutils to 1.0.2 2017-04-14 13:06:49 +00:00
py-deepdiff py-deepdiff: update to 3.3.0 2017-09-29 11:06:32 +00:00
py-defusedxml Reset maintainer 2017-09-16 19:26:41 +00:00
py-dicttoxml Add py-dicttoxml-1.7.4: 2017-09-29 13:39:59 +00:00
py-diff-match-patch The Diff Match and Patch libraries offer robust algorithms to perform the 2017-10-17 11:34:36 +00:00
py-docutils Release 0.14: 2017-09-04 18:05:58 +00:00
py-docx py-docx: updated to 0.8.7 2018-08-28 10:01:46 +00:00
py-dominate py-dominate: added version 2.3.1 2017-10-23 15:22:29 +00:00
py-ejson Reset maintainer 2017-09-16 19:26:41 +00:00
py-elementtree extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-empy extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-enchant py-enchant: update to 1.6.11 2017-10-07 07:05:49 +00:00
py-Excelerator extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-expat Follow some redirects. 2017-09-03 08:53:04 +00:00
py-feedparser
py-ftfy Reset maintainer 2017-09-16 19:26:41 +00:00
py-generateDS py-generateDS: update to 2.28b 2017-10-08 09:10:11 +00:00
py-gnosis-utils extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-guessit py-guessit: updated to 3.0.0 2018-07-03 09:46:42 +00:00
py-HappyDoc extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-html-sanitizer py-html-sanitizer: updated to 1.6.1 2018-08-07 08:29:39 +00:00
py-html2text py-html2text: updated to 2018.9.1 2018-04-14 09:02:57 +00:00
py-html5-parser py-html5-parser: update to 0.4.5. 2018-04-29 10:03:26 +00:00
py-html5lib py-html5lib: updated to 1.0.1 2018-02-26 08:24:42 +00:00
py-humanize Follow some redirects. 2017-09-04 18:08:18 +00:00
py-inflection Inflection is a string transformation library. It singularizes and pluralizes 2017-07-09 10:33:19 +00:00
py-iniparse extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-jade py-jade: added version 4.0.0 2017-12-18 11:09:14 +00:00
py-jellyfish py-jellyfish: updated to 0.6.1 2018-04-30 06:43:15 +00:00
py-jinja2 py-jinja2: fix for Python 3.7 2018-07-03 07:58:11 +00:00
py-jmespath JMESPath (pronounced "james path") allows you to declaratively specify how to 2017-07-03 21:06:47 +00:00
py-jsbeautifier py-jsbeautifier: updated to 1.8.8 2018-11-03 09:17:58 +00:00
py-jsonlib extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-jsonlib3
py-jsonpickle py-jsonpickle: updated to 1.0 2018-10-11 10:42:02 +00:00
py-jsonref Add py-jsonref-0.1: 2017-09-29 13:47:27 +00:00
py-jsonrpclib extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-jsonschema v2.6.0 2017-05-04 17:46:53 +00:00
py-JWT py-JWT: updated to 1.6.4 2018-05-24 06:33:41 +00:00
py-jxmlease Um, add CATEGORIES. 2017-06-07 10:23:16 +00:00
py-Levenshtein Import py-Levenshtein-0.12.0 as textproc/py-Levenshtein 2017-03-01 10:31:19 +00:00
py-libxml2 py-libxml2: Fix install_name on Darwin. 2018-07-13 11:31:58 +00:00
py-libxslt extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-loremipsum Import py-loremipsum-1.0.5 as textproc/py-loremipsum. 2016-08-20 07:19:51 +00:00
py-lxml py-lxml: updated to 4.2.5 2018-09-11 07:13:45 +00:00
py-m2r py-m2r: updated to 0.2.1 2018-10-14 12:10:47 +00:00
py-marisa extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-markdown py-markdown: updated to 2.6.11 2018-01-05 15:20:58 +00:00
py-markdown2 py-markdown2: updated to 2.3.6 2018-10-03 10:24:41 +00:00
py-markupsafe Update py-markupsafe to 1.0. 2017-03-14 13:36:16 +00:00
py-mecab extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-mistune py-mistune: updated to 0.8.4 2018-10-14 12:09:56 +00:00
py-mkdocs py-mkdocs: updated to 1.0.4 2018-10-03 10:33:25 +00:00
py-mkdocs-bootstrap Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
py-mkdocs-bootswatch Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
py-natsort py-natsort: updated to 5.4.1 2018-09-24 09:43:26 +00:00
py-numpydoc py-numpydoc: updated to 0.8.0 2018-08-29 11:04:42 +00:00
py-odfpy py-odfpy: updated to 1.3.6 2018-07-06 11:03:10 +00:00
py-openpyxl py-openpyxl: updated to 2.5.10 2018-11-14 09:09:47 +00:00
py-pandocfilters py-pandocfilters: update to 1.4.2 2017-09-27 20:14:44 +00:00
py-parse py-parse: updated to 1.9.0 2018-10-07 07:28:01 +00:00
py-parse_type py-parse_type: added version 0.4.2 2018-08-28 09:56:44 +00:00
py-pdf-parser Update to 0.6.8 2018-03-13 12:04:45 +00:00
py-pdfrw Fix LICENSE 2018-01-03 10:55:22 +00:00
py-phonenumbers py-phonenumbers: updated to 8.9.16 2018-10-23 14:21:15 +00:00
py-poyo textproc/py-poyo: Import version 0.4.0 from pkgsrc-wip 2018-02-14 16:54:24 +00:00
py-precis-i18n textproc/py-precis-i18n: import version 1.0.0 2018-11-15 23:48:23 +00:00
py-ptable py-ptable: added version 0.9.2 (py-prettytable fork) 2018-10-16 13:47:01 +00:00
py-pyaml py-pyaml: updated to 17.12.1 2018-01-05 15:35:52 +00:00
py-pybtex corrected Python dependencies for textproc/py-pybtex 2018-07-26 14:20:29 +00:00
py-pybtex-docutils Added textproc/py-pybtex-docutils, a docutils plugin for pybtex. 2018-07-26 16:02:31 +00:00
py-pygments Version 2.2.0 2017-02-18 13:09:11 +00:00
py-pyphen py-pyphen: updated to 0.9.5 2018-10-11 10:52:51 +00:00
py-pyquery py-pyquery: updated to 1.4.0 2018-01-24 11:51:06 +00:00
py-pysrt Import py-pysrt-1.1.1 as textproc/py-pysrt 2017-04-14 13:57:51 +00:00
py-pytoml py-pytoml: updated to 0.1.19 2018-09-24 11:16:42 +00:00
py-ramlfications Add py-ramlfications-0.1.9: 2017-09-29 21:20:16 +00:00
py-rdflib py-rdflib: update to 4.2.2 2017-09-27 13:30:03 +00:00
py-rebulk py-rebulk: update to 0.9.0 2017-09-30 14:11:32 +00:00
py-regex py-regex: updated to 2018.11.07 2018-11-14 10:35:35 +00:00
py-relatorio extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-rst2pdf extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-snowballstemmer
py-sphinx py-sphinx: updated to 1.8.2 2018-11-13 11:30:40 +00:00
py-sphinx-autodoc-typehints py-sphinx-autodoc-typehints: BUILD_DEPENDS on py-setuptools_scm 2018-09-27 22:38:59 +00:00
py-sphinx-rtd-theme py-sphinx-rtd-theme: updated to 0.4.2 2018-10-07 07:25:53 +00:00
py-sphinx-theme-cloud py-sphinx-theme-cloud: update to 1.9.4 2017-10-07 11:25:00 +00:00
py-sphinxcontrib-bibtex py-sphinxcontrib-bibtex: Spell PYPKGPREFIX correctly. 2018-07-27 07:28:14 +00:00
py-sphinxcontrib-newsfeed Follow some redirects. 2017-09-04 18:08:18 +00:00
py-sphinxcontrib-websupport py-sphinxcontrib-websupport: updated to 1.1.0 2018-08-18 21:18:28 +00:00
py-tablib py-tablib: do not depend on pandas (is it optional); use TEST_DEPENDS 2018-07-06 11:15:23 +00:00
py-tabulate py-tabulate: updated to 0.8.2 2017-11-28 09:46:59 +00:00
py-Tempita Comment out dead sites. 2017-09-04 18:00:49 +00:00
py-text-unidecode py-text-unidecode: updated to 1.2 2018-04-13 07:16:33 +00:00
py-textile py-textile: Needs py-test-runner. Downgrade various other build deps. 2017-10-08 20:25:53 +00:00
py-tinycss Reset maintainer 2017-09-16 19:26:41 +00:00
py-tinycss2 Convert test dependencies to TEST_DEPENDS. 2018-03-25 20:30:38 +00:00
py-toml py-toml: added version 0.10.0 2018-10-07 08:20:49 +00:00
py-ujson UltraJSON is an ultra fast JSON encoder and decoder written in pure C with 2017-06-24 07:18:11 +00:00
py-Unidecode py-Unidecode: updated CATEGORIES and HOMEPAGE 2018-02-26 10:55:46 +00:00
py-uritemplate Updated py-uritemplate to 3.0.0. 2016-11-07 10:53:52 +00:00
py-validators py-validators: updated to 0.12.3 2018-11-13 16:05:52 +00:00
py-vobject py-vobject: updated to 0.9.6.1 2018-08-07 06:09:09 +00:00
py-webencodings 0.5.1: 2017-07-26 10:58:02 +00:00
py-Whoosh py-Whoosh: update to 2.7.4 2017-10-07 11:07:39 +00:00
py-X
py-X2 extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-xapian Update xapian bindings for 1.4.6. 2018-07-06 16:23:11 +00:00
py-xlrd 1.1.0: 2017-08-31 09:27:44 +00:00
py-xlsxwriter py-xlsxwriter: updated to 1.1.2 2018-10-23 08:02:49 +00:00
py-xlwt 1.3.0: 2017-08-31 09:31:08 +00:00
py-xml *: reset maintainer for drochner 2018-08-19 20:16:39 +00:00
py-xmltodict Add py-xmltodict-0.11.0: 2017-09-29 13:55:07 +00:00
py-yamcha extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-yaml py-yaml: updated to 3.13 2018-07-07 08:21:59 +00:00
qore-json-module Updated textproc/qore-json-module to version 1.7 . 2018-06-08 19:53:30 +00:00
qore-xml-module Updated textproc/qore-xml-module to version 1.4.1 . 2018-06-08 19:40:44 +00:00
qore-yaml-module Updated textproc/qore-yaml-module to version 0.6 . 2018-06-08 20:12:49 +00:00
qprint
qsubst
queequeg extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
R-formatR Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-gsubfn Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-highr Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-htmltools textproc/R-htmltools: Import version 0.3.6 2018-05-12 21:54:24 +00:00
R-jsonlite Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-markdown Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-stringi Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-stringr Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-utf8 Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-yaml Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
rapidjson textproc/rapidjson: Do not treat warnings as errors 2018-04-02 16:07:47 +00:00
raptor revbump after boost-libs update 2018-08-16 18:54:26 +00:00
raptor2 revbump after boost-libs update 2018-08-16 18:54:26 +00:00
rarian Follow some redirects. 2017-09-04 18:08:18 +00:00
rasqal revbump after boost-libs update 2018-08-16 18:54:26 +00:00
redland Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
regexx Follow some redirects. 2017-09-04 18:08:18 +00:00
regxml Remove url2pkg marker. 2016-09-20 12:59:24 +00:00
rfcutil Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
ripgrep textproc/ripgrep: Install with cargo, rather than manually 2018-10-25 00:35:22 +00:00
rman
robodoc *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
rtf-tools
rtfm Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
rubber extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
ruby-albino
ruby-amrita
ruby-bluecloth Follow some redirects. 2017-09-04 18:08:18 +00:00
ruby-buftok
ruby-builder Update ruby-builder to 3.2.3. 2017-06-21 14:28:23 +00:00
ruby-builder30 textproc/ruby-builder30: remove obsolete patch 2017-09-18 13:03:37 +00:00
ruby-cabocha
ruby-classifier-reborn textproc/ruby-classifier-reborn: update to 2.2.0 2018-03-14 15:40:07 +00:00
ruby-coderay Update ruby-coderay to 1.1.2. 2017-09-10 16:01:44 +00:00
ruby-diff-lcs Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-erubi textproc/ruby-erubi: add version 1.7.1 package 2018-03-13 16:07:49 +00:00
ruby-escape
ruby-fast-stemmer Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-fastercsv Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-feed-normalizer Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-ferret ruby-ferret: Fix build on SunOS C99. 2018-10-23 12:39:25 +00:00
ruby-fuzzyurl Add ruby-fuzzyurl package version 0.9.0. 2017-06-10 16:35:17 +00:00
ruby-haml textproc/ruby-haml: update to 5.0.4 2018-03-14 15:41:36 +00:00
ruby-hikidoc
ruby-hpricot
ruby-html-parser
ruby-htree
ruby-itex2MML Follow some http redirects. 2017-08-16 20:21:03 +00:00
ruby-json Update ruby-json and ruby-json-pure to 2.1.0. 2017-06-12 16:34:13 +00:00
ruby-json-pure Update ruby-json and ruby-json-pure to 2.1.0. 2017-06-12 16:34:13 +00:00
ruby-kramdown textproc/ruby-kramdown: update to 1.17.0 2018-09-23 16:35:23 +00:00
ruby-levenshtein
ruby-libxml textproc/ruby-libxml: update to 3.1.0 2018-03-14 15:42:36 +00:00
ruby-mab
ruby-marisa
ruby-markaby textproc/ruby-markaby: update to 0.9.0 2018-03-14 15:47:03 +00:00
ruby-maruku Update ruby-maruku to 0.7.3. 2017-03-20 15:35:24 +00:00
ruby-mecab
ruby-multi_json textproc/ruby-multi_json: update to 1.13.1 2018-03-14 15:51:13 +00:00
ruby-native-hyperestraier
ruby-nokogiri ruby-nokogiri: update to 1.8.5. 2018-11-01 15:00:31 +00:00
ruby-nqxml Follow some redirects. 2017-09-04 18:08:18 +00:00
ruby-oniguruma Revbump after updating textproc/oniguruma 2018-03-22 08:14:51 +00:00
ruby-plist textproc/ruby-plist: update to 3.4.0 2018-03-14 15:52:57 +00:00
ruby-pure-hyperestraier
ruby-rails-dom-testing textproc/ruby-rails-dom-testing: update to 2.0.3 2018-03-21 09:36:55 +00:00
ruby-rails-dom-testing1 lang/ruby: replace RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED 2018-03-18 14:21:19 +00:00
ruby-rdiscount Initial import of ruby-rdiscount, version 2.2.0.1, into pkgsrc. 2017-08-21 11:56:15 +00:00
ruby-rdtool * Drop setting RUBY_VERSIONS_ACCEPTED since it is now default value. 2017-05-30 14:22:40 +00:00
ruby-redcarpet Update ruby-redcarpet to 3.4.0. 2017-03-20 15:40:02 +00:00
ruby-redcloth Update ruby-redcloth to 4.3.2. 2016-10-18 14:43:14 +00:00
ruby-rison Update ruby-rison to 2.1.0. 2016-10-18 14:48:14 +00:00
ruby-rttool
ruby-safe_yaml textproc/ruby-safe_yaml: add pkg_alternatives support 2018-03-21 13:56:43 +00:00
ruby-sary * Drop setting RUBY_VERSIONS_ACCEPTED since it is now default value. 2017-05-30 14:22:40 +00:00
ruby-simple-rss textproc/ruby-simple-rss: update to 1.3.3 2018-09-23 16:39:23 +00:00
ruby-stringex textproc/ruby-stringex: update to 2.8.4 2018-03-17 16:26:41 +00:00
ruby-stringex1 Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-syntax Update ruby-syntax to 1.2.2. 2017-09-10 16:10:11 +00:00
ruby-temple Add ruby-temple package version 0.8.0 required by new ruby-haml. 2017-06-21 22:18:13 +00:00
ruby-text
ruby-textpow
ruby-tilt Update ruby-tilt to 2.0.8. 2017-09-10 16:11:16 +00:00
ruby-tilt1 Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-toml textproc/ruby-toml: update to 0.2.0 2018-03-17 16:34:11 +00:00
ruby-treetop Stop patching gemspec file and use OVERRIDE_GEMSPEC with updated 2016-11-19 15:24:45 +00:00
ruby-ultraviolet Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-will-paginate Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-xapian Update xapian bindings for 1.4.6. 2018-07-06 16:23:11 +00:00
ruby-xhtmldiff Add newline at EOF to ensure the +INSTALL scripts are generated correctly. 2017-06-30 16:07:51 +00:00
ruby-xmlparser Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-xpath textproc/ruby-xpath: update to 3.1.0 2018-09-23 16:41:14 +00:00
ruby-xslt textproc/ruby-xslt: udpate to 0.9.10 2018-03-17 16:31:14 +00:00
ruby-yajl textproc/ruby-yajl: update to 1.4.1 2018-09-23 16:43:10 +00:00
ruby-yamcha
ruby-yard textproc/ruby-yard: update to 0.9.16 2018-09-23 16:44:15 +00:00
sablotron Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
sary textproc/sary: Fix build problem on NetBSD 8.0_RC2 2018-06-29 17:01:16 +00:00
saxon Reset maintainer 2017-09-16 19:26:41 +00:00
scew
scrollkeeper-dtd
sdop Add sdop 0.80 2018-06-15 13:12:30 +00:00
serd Reset maintainer 2017-09-16 19:26:41 +00:00
sgrep
shared-desktop-ontologies Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
sift Revbump all Go packages after go111 update. 2018-11-04 18:37:54 +00:00
sonnet Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
soprano revbump after boost-libs update 2018-08-16 18:54:26 +00:00
sord Reset maintainer 2017-09-16 19:26:41 +00:00
source-highlight revbump after boost-libs update 2018-08-16 18:54:26 +00:00
sphinxsearch Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
stardic
sub2srt Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
sublib Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
subliminal Fix indentation and incorrect __future__ import in patch-subliminal_subtitles_subrip.py 2017-04-14 19:10:23 +00:00
subtitleripper Sort PLIST files. 2018-01-01 22:29:15 +00:00
swath Follow some redirects. 2017-09-04 18:08:18 +00:00
syntax-highlighting Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
tcl-dom Sort PLIST files. 2018-01-01 22:29:15 +00:00
tcl-expat
tcl-tDOM
tcl-xapian Add Xapian language bindings for C#, Lua, Perl, PHP, Python, Ruby, and Tcl. 2017-07-10 17:34:04 +00:00
tcl-xml Sort PLIST files. 2018-01-01 22:29:15 +00:00
tei
tei-p5-schema Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
tei-xsl
tex-csvsimple Add tex-csvsimple{,-doc} 1.20 2017-09-08 22:23:04 +00:00
tex-csvsimple-doc Add tex-csvsimple{,-doc} 1.20 2017-09-08 22:23:04 +00:00
tex-latexdiff Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
tex-latexdiff-doc Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
tex-lwarp tex-lwarp{,-doc}: update to 0.55 2018-05-12 03:33:44 +00:00
tex-lwarp-doc tex-lwarp{,-doc}: update to 0.55 2018-05-12 03:33:44 +00:00
tex-makeindex
tex-makeindex-doc
tex-xindy Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
tex-xindy-doc Add tex-xindy{,-doc} 2.5.1 2017-07-06 02:33:34 +00:00
tex-xmltex
tex-xmltex-doc
tex-xmltexconfig
texi2html Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
texi2mdoc Honor LDFLAGS. Fixes RELRO build. 2017-07-07 11:30:45 +00:00
texi2roff
the_silver_searcher the_silver_searcher: Update to 2.2.0 2018-08-09 11:02:17 +00:00
tinyxml
tinyxml2
tokyodystopia
trang
translate-shell revbump after boost-libs update 2018-08-16 18:54:26 +00:00
translate-toolkit add textproc/translate-toolkit 2.2.5 2018-03-11 15:42:31 +00:00
troffcvt Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
unac Comment out dead sites. 2017-09-06 10:40:25 +00:00
uncrustify
uni2ascii
unicode-character-database unicode-character-database: update to 11.0.0. 2018-08-12 11:43:44 +00:00
unicode-emoji unicode-emoji: update to 11.0. 2018-08-12 11:42:16 +00:00
unroff Sort PLIST files. 2018-01-01 22:29:15 +00:00
untex
uriparser Update uriparser to 0.9.0. 2018-10-29 16:17:25 +00:00
urlview Sort PLIST files. 2018-01-01 22:29:15 +00:00
verify-synopsis Switch from mdocml to mandoc; remove obsolete references. 2017-08-01 15:09:52 +00:00
vis Use PKGMANDIR. 2016-03-30 08:48:31 +00:00
wbxml2 Comment out dead sites. 2017-09-06 10:40:25 +00:00
wdiff Do not package charset.alias. Bump PKGREVISION. 2016-09-16 06:27:51 +00:00
WordNet Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
writer2latex Comment out dead sites. 2017-09-06 10:40:25 +00:00
xalan-j
xapian Update to 1.4.9. From the changelog: 2018-11-05 05:42:46 +00:00
xapian-omega Update to 1.4.9. From the changelog: 2018-11-05 05:42:59 +00:00
xerces-c xerces-c: update to 3.2.1. 2018-03-11 17:59:01 +00:00
xerces-j
xfce4-dict Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
xfpt Add xfpt 0.09 2018-06-15 13:08:52 +00:00
xhtml
xml-coreutils Use curses framework. 2017-01-04 14:06:10 +00:00
xml2 Comment out dead sites. 2017-09-06 10:40:25 +00:00
xml2doc Sort PLIST files. 2018-01-01 22:29:15 +00:00
xmlada extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
xmlcatmgr Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +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 revbump after boost-libs update 2018-08-16 18:54:26 +00:00
xmlstarlet Update xmlstarlen from 1.3.1 to 1.6.1 2016-10-25 02:11:32 +00:00
xmlto *: Add some required USE_GCC_RUNTIME. 2018-07-17 10:56:23 +00:00
xmltoman Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
xmltooling revbump after boost-libs update 2018-08-16 18:54:26 +00:00
xp
xqilla xqilla: update to 2.3.3. 2017-10-01 09:45:50 +00:00
xslide
xt
xxdiff Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
xxdiff-scripts xxdiff-scripts: Fix DEPENDS match. 2018-03-15 07:14:50 +00:00
yamcha Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
yaml-cpp yaml-cpp: updated to 0.6.2 2018-03-06 10:05:49 +00:00
yaml-cpp03 Pick up the correct yaml-cpp version. 2018-06-02 19:04:32 +00:00
yelp-xsl Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
yodl Comment out dead sites. 2017-09-06 10:40:25 +00:00
zoem
Makefile textproc/py-precis-i18n: import version 1.0.0 2018-11-15 23:48:23 +00:00