pkgsrc/textproc
kim 36ba00b61b Upgrade par to 1.53.0
Par 1.53.0 released 2020-Mar-14
    Fixed the following bugs:
        An unintended bad interaction between <quote> and <repeat>.
            The specification was inconsistent.  Although it said that
            the lines inserted by the <quote> feature were vacant,
            the <repeat> feature could interpret the quote character
            of inserted lines as a repeat character, in which case
            the lines were not vacant (according to the definition),
            and more quote/repeat characters would be inserted to
            extend the line to the full width, which no one would ever
            want.  The definition of "bodiless line" is revised so that
            lines inserted by the <quote> feature are excluded from
            consideration by the <repeat> feature.
        A printf format string mismatch (ptrdiff_t vs. %d), reported by
            Quentin Barnes (qbarnes at gmail.com).
        protoMakefile's clean target removed par rather than par$E,
            reported by George V. Reilly (george at reilly.org).
    Added the following features:
        Locale support for single-byte character sets.
            The previous verson, 1.52, attempted to do this in one line
            of code (setlocale()), but it's not that simple.  Versions
            before 1.52 gave no thought to character sets other than
            US-ASCII and did not handle them entirely correctly.
            Calling setlocale() in version 1.52 corrected some flaws but
            not all, and created one new flaw.  This version and the
            previous two all have the same character handling in the
            "C" locale and when processing US-ASCII text; differences
            arise only when processing non-US-ASCII text in another
            locale.  In versions before 1.52 the implementation assumed
            that "uppercase letter" means only the 26 characters A-Z
            and that "lowercase letter" means only the 26 characters
            a-z, and the specification assumed that every letter is
            either upper case or lower case.  These assumptions hold
            for US-ASCII, but not for most other character sets;
            therefore versions before 1.52 did not really support
            non-US-ASCII text.  Version 1.52, by calling setlocale(),
            relaxed the three assumptions in the implementation but
            not the assumption in the specification, and inadvertantly
            caused the implementation to deviate from the specification
            by converting all space characters to spaces rather than
            converting only the specified white characters, which is not
            necessarily what you want (for example, you probably don't
            want no-break space converted to space, but some locales
            on some platforms have been known to classify no-break
            space as white-space, like FreeBSD did in 2004).  This
            version fixes the specification by introducing the concept
            of "neither-case letter" and redefining "alphanumeric
            character" to include it, and fixes the implementation to
            convert only the white characters to spaces.  It also makes
            the white characters configurable so that the version 1.52
            space-conversion behavior can be restored if desired (W=_S).
            Note that Par still assumes constant display width per byte,
            which is not true for UTF-8 nor ISO-2022-*, but is true for
            most single-byte charsets and for EUC-* text without the
            single-shift-in/out codes.
        The W option, for configuring the set of white characters.
        The Z option, for configuring the set of terminal characters.
        The _@ escape sequence (neither-case letter) in charset syntax.
        The _S escape sequence (any space) in charset syntax.
    Added _@ and apostrophe to the set of body characters in PARINIT.
    Add #includes for whatever interfaces are used rather than depending
        on included files to #include other files.
    In protoMakefile introduced CPPFLAGS and CFLAGS (default empty) into
        the default definition of CC.
    Added a test-par script and a test target in protoMakefile.
    Fixed a misspelling (preceed => precede) in par.doc and par.1.
    Changed the top-of-file comment convention so that every release
        won't need to touch every file (this is the last time).
    Updated the author contact information.
    Clarified the license and added the MIT License as an alternative.
    Adopted a modern version number format, with minor and patch numbers
        as dot-separated integers rather than adjacent single digits.
2020-07-13 06:01:33 +00:00
..
aha (textproc/aha) Updated from 0.4.10.6 to 0.5 2019-11-12 14:04:33 +00:00
aiksaurus *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
align textproc/align: Import from wip. Aligns text 2020-06-05 22:08:49 +00:00
ansifilter
antiword
artha *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
asciidir
asciidoc Update asciidoc to 9.0.1. 2020-07-08 19:05:56 +00:00
aspell textproc/aspell: remove unknown configure option --enable-doc-dir 2020-03-17 21:23:22 +00:00
aspell-af
aspell-am
aspell-ar *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
aspell-ast
aspell-az borel.slu.edu is dead, update the links to point to aspell.net instead. 2019-07-06 19:12:47 +00:00
aspell-be
aspell-bg *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
aspell-bn all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
aspell-br
aspell-ca
aspell-cs
aspell-csb mk: make BROKEN a list of lines, like PKG_FAIL_REASON 2019-11-04 17:47:29 +00:00
aspell-cy
aspell-da Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
aspell-de aspell-de: swiss was removed as an alias 2019-10-19 14:39:51 +00:00
aspell-de-alt
aspell-el
aspell-en aspell-en: Update to 2019.10.06.0 2019-10-19 10:45:56 +00:00
aspell-eo aspell-eo: Update to 2.1.20000225a.2 2019-10-19 11:12:13 +00:00
aspell-es
aspell-et
aspell-fa Add textproc/aspell-fa. 2019-10-19 13:38:43 +00:00
aspell-fi
aspell-fo mk: make BROKEN a list of lines, like PKG_FAIL_REASON 2019-11-04 17:47:29 +00:00
aspell-fr
aspell-fy borel.slu.edu is dead, update the links to point to aspell.net instead. 2019-07-06 19:12:47 +00:00
aspell-ga borel.slu.edu is dead, update the links to point to aspell.net instead. 2019-07-06 19:12:47 +00:00
aspell-gd borel.slu.edu is dead, update the links to point to aspell.net instead. 2019-07-06 19:12:47 +00:00
aspell-gl *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
aspell-grc all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
aspell-gu *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
aspell-gv borel.slu.edu is dead, update the links to point to aspell.net instead. 2019-07-06 19:12:47 +00:00
aspell-he
aspell-hi
aspell-hil borel.slu.edu is dead, update the links to point to aspell.net instead. 2019-07-06 19:12:47 +00:00
aspell-hr
aspell-hsb
aspell-hu *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
aspell-hus
aspell-hy
aspell-ia
aspell-id all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
aspell-is mk: make BROKEN a list of lines, like PKG_FAIL_REASON 2019-11-04 17:47:29 +00:00
aspell-it aspell-it: Update to 2.2_20050523.0 2019-10-19 11:15:49 +00:00
aspell-kn
aspell-ku
aspell-ky borel.slu.edu is dead, update the links to point to aspell.net instead. 2019-07-06 19:12:47 +00:00
aspell-la all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
aspell-lt
aspell-lv
aspell-mg
aspell-mi
aspell-mk
aspell-ml
aspell-mn
aspell-mr
aspell-ms Add textproc/aspell-ms. 2019-10-19 13:43:45 +00:00
aspell-mt
aspell-nb mk: make BROKEN a list of lines, like PKG_FAIL_REASON 2019-11-04 17:47:29 +00:00
aspell-nds aspell-nds: Fix installation (conflicts with aspell) 2019-10-24 20:47:14 +00:00
aspell-nl
aspell-nn
aspell-ny borel.slu.edu is dead, update the links to point to aspell.net instead. 2019-07-06 19:12:47 +00:00
aspell-or
aspell-pa
aspell-pl
aspell-pt_BR aspell-pt_BR: Update to 20131030.12.0 2019-10-19 10:58:53 +00:00
aspell-pt_PT aspell-pt_PT: Update to 20190329.1.0 2019-10-19 11:01:25 +00:00
aspell-qu
aspell-ro
aspell-ru
aspell-rw borel.slu.edu is dead, update the links to point to aspell.net instead. 2019-07-06 19:12:47 +00:00
aspell-sc
aspell-sk aspell-sk: Update to 2.01.2 2019-10-19 11:08:31 +00:00
aspell-sl
aspell-sr all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
aspell-sv
aspell-sw
aspell-ta
aspell-te
aspell-tet all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
aspell-tk borel.slu.edu is dead, update the links to point to aspell.net instead. 2019-07-06 19:12:47 +00:00
aspell-tl borel.slu.edu is dead, update the links to point to aspell.net instead. 2019-07-06 19:12:47 +00:00
aspell-tn borel.slu.edu is dead, update the links to point to aspell.net instead. 2019-07-06 19:12:47 +00:00
aspell-tr *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
aspell-uk
aspell-uz
aspell-vi
aspell-wa
aspell-yi
aspell-zu
aspic
awf textproc/awf: remove redundant Makefile from SUBST_FILES 2020-04-26 13:58:32 +00:00
bat Revbump for icu 2020-06-02 08:22:31 +00:00
bibclean
biblook
bibparse
bsdgrep-devel
btparse all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
c2html Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
cabocha all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
catdoc catdoc: fix sysconfdir for location of system-wide configuration file. 2019-07-10 11:12:16 +00:00
catdoc-tk textproc: align variable assignments 2019-11-04 21:43:32 +00:00
cawf
cdif Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
chasen all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
chasen-base all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
cityhash
cjose *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
cldr-emoji-annotation cldr-emoji-annotation: update to 35.12.14971.0. 2019-09-14 03:46:58 +00:00
cmark cmark: dynamically link the executable 2020-04-11 10:55:05 +00:00
cmark-gfm Import cmark-gfm-0.29.0.gfm.0 2020-01-15 06:29:58 +00:00
cmigemo textproc/cmigemo: clean up SUBST_FILES 2020-04-28 04:20:59 +00:00
coccigrep all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
colorit
convertlit textproc: align variable assignments 2019-11-04 21:43:32 +00:00
CRF++ all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
crimson all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
crush-tools *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
csharp-xapian Update to 1.4.16. From the changelog: 2020-06-10 17:54:29 +00:00
csvkit textproc: align variable assignments 2019-11-04 21:43:32 +00:00
csvtomd PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
csvutils *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
cwdiff textproc: align variable assignments 2019-11-04 21:43:32 +00:00
dadadodo
db2latex *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
dblatex dblatex: bump PKGREVISION for previous 2020-05-08 14:52:00 +00:00
detex all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
dict-client Update dict-client and dictd-server to 1.13.0 2020-03-30 13:38:57 +00:00
dict-dictionaries
dict-mueller7 textproc: align variable assignments 2019-11-04 21:43:32 +00:00
dict-server Update dict-client and dictd-server to 1.13.0 2020-03-30 13:38:57 +00:00
dictem
diction all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
diffsplit Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
diffstat Use https for all invisible-island.net HOMEPAGEs. 2019-06-22 11:37:13 +00:00
dikt *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
discount discount: Simplify distfile handling 2019-06-11 10:03:07 +00:00
docbook all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
docbook-simple
docbook-website *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
docbook-xml all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
docbook-xsl docbook-xsl: update to 1.79.2nb3. 2020-03-28 18:36:42 +00:00
docbook2mdoc textproc/docbook2mdoc: Update to version 1.1.0 (from wip) 2019-08-25 17:53:58 +00:00
docbook2odf textproc: align variable assignments 2019-11-04 21:43:32 +00:00
doclifter PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
dsssl-docbook-modular *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
dtdparse *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
DWB textproc/DWB: fix macro calls with wrong number of arguments 2020-04-26 20:23:39 +00:00
dwdiff dwdiff: pkg-config is used to find textproc/icu 2020-06-22 11:43:26 +00:00
eb Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
eblook textproc: align variable assignments 2019-11-04 21:43:32 +00:00
ebook-tools Revbump for icu 2020-06-02 08:22:31 +00:00
ebview *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
emacs-dict-client all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
emacs-muse textproc: align variable assignments 2019-11-04 21:43:32 +00:00
enca
enchant *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
enchant2 textproc/enchant2: remove unknown configure option 2020-05-02 14:59:57 +00:00
epubcheck textproc: align variable assignments 2019-11-04 21:43:32 +00:00
epubpreflight textproc: align variable assignments 2019-11-04 21:43:32 +00:00
erlang-fast_xml
erlang-fast_yaml
erlang-jiffy
erlang-p1_xmlrpc
erlang-stringprep
expat expat: Avoid detecting system docbook, resulting in PLIST conflicts 2020-03-26 11:57:10 +00:00
expatobjc *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
ezxml *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
FlightCrew (textproc/FlightCrew) Fix build: Remove no effective SUBST block (sorry only if for amd64) 2020-05-24 02:05:21 +00:00
flyspell
fmtlib fmtlib: updated to 6.2.1 2020-05-13 15:25:40 +00:00
fop textproc: align variable assignments 2019-11-04 21:43:32 +00:00
freepwing Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
freexl
gdome2 Revbump for icu 2020-06-02 08:22:31 +00:00
glimpse textproc/glimpse: remove double spaces in DESCR 2020-03-13 06:06:49 +00:00
gnome-doc-utils Revbump for icu 2020-06-02 08:22:31 +00:00
go-chroma go-chroma: fix bl3. 2020-06-24 22:58:07 +00:00
go-diff Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
go-glob Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
go-goldmark go-goldmark: add bl3 for hugo update 2020-06-24 20:29:25 +00:00
go-inflect Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
go-kr-text Add textproc/go-kr-text version 0.2.0 2020-06-29 13:04:01 +00:00
go-md2man Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
go-mmark Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
go-org go-org: pkgversion_norev 2020-06-29 12:56:43 +00:00
go-prose Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
go-regexp2 Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
go-runewidth Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
go-sentences Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
go-tablewriter Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
go-text Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
grep textproc/grep: suppress USE_TOOLS+=perl warning 2020-05-03 08:00:42 +00:00
grepcidr all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
groff groff: Now requires yacc due to ypp patch. 2020-04-03 19:47:00 +00:00
groonga textproc/groonga: remove unknown configure option 2020-05-31 14:43:14 +00:00
gsed textproc/gsed: don't use Perl during the build 2020-03-17 22:24:20 +00:00
gspell *: bump for vala 0.48.0 2020-03-11 09:53:51 +00:00
gtk-doc Revbump for icu 2020-06-02 08:22:31 +00:00
gtkspell *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
gtkspell3 *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
guile-commonmark adjust maintainer to my new login 2020-04-28 11:46:27 +00:00
guile-json textproc/guile-json: Update to 4.1.0 2020-06-22 08:01:49 +00:00
guile-syntax-highlight adjust maintainer to my new login 2020-04-28 11:46:27 +00:00
gutcheck *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
GutenMark all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
GutenMark-words all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
halibut halibut: update to 1.1nb5. 2020-04-15 08:24:08 +00:00
harmony
heirloom-bdiff
heirloom-bfs
heirloom-col
heirloom-comm
heirloom-cut
heirloom-diff3
heirloom-doctools all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +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
hevea
hfstospell Revbump for icu 2020-06-02 08:22:31 +00:00
highlight Revbump for icu 2020-06-02 08:22:31 +00:00
highway
hre all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
hs-annotated-wl-pprint hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-ansi-wl-pprint hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-attoparsec hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-blaze-html hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-blaze-markup hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-case-insensitive hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-cassava hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-cassava-megaparsec hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-cgrep mk/haskell.mk: fix PLIST generation for Haskell packages 2020-06-21 22:21:02 +00:00
hs-cheapskate hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-cmark-gfm hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-css-text hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-csv hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-Diff hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-doclayout hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-doctemplates hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-edit-distance hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-Glob hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-haddock-library hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-hscolour hs-*: add PLIST files for a few more Haskell packages 2020-05-13 04:53:15 +00:00
hs-hslua-module-text hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-HsYAML hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-html hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-hxt hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-hxt-charproperties hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-hxt-regex-xmlschema hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-hxt-unicode hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-jira-wiki-markup hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-libyaml hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-lucid hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-megaparsec hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-pandoc-types hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-polyparse hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-regex-base hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-regex-pcre hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-regex-posix hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-regex-tdfa hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-shakespeare hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-skylighting hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-skylighting-core hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-stringsearch hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-tagsoup hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-texmath hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-text-short hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-unicode-show hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-unicode-transforms hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-wcwidth hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-xml hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-yaml hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
html all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
html2text html2text: update HOMEPAGE 2020-04-06 09:30:48 +00:00
html2wml Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
hugs-HaXml
hunspell Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
hunspell-af_ZA
hunspell-ar
hunspell-bg_BG
hunspell-ca_ES
hunspell-cs_CZ
hunspell-cy_GB
hunspell-da_DK
hunspell-de textproc: align variable assignments 2019-11-04 21:43:32 +00:00
hunspell-el_GR
hunspell-en_CA
hunspell-en_GB
hunspell-en_NZ
hunspell-en_US
hunspell-en_ZA
hunspell-es_ES
hunspell-es_MX
hunspell-fo_FO
hunspell-fr_FR
hunspell-fy_NL
hunspell-ga_IE
hunspell-he_IL
hunspell-hr_HR
hunspell-hu_HU *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
hunspell-id_ID
hunspell-it_IT *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
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 *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
hyphen all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
icu reset revision 2020-06-02 08:34:35 +00:00
igor Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
iksemel revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
intltool Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
ipadic all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
isearch mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
iso-codes iso-codes: silence double brackets warning 2020-03-13 11:10:17 +00:00
iso8879
iso12083
ispell textproc: align variable assignments 2019-11-04 21:43:32 +00:00
ispell-ca
ispell-de all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
ispell-emacs
ispell-en_GB ispell-en_GB: needs yacc 2020-04-19 13:50:39 +00:00
ispell-es
ispell-fr all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
ispell-ga
ispell-gl *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
ispell-ku *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
ispell-lt textproc: align variable assignments 2019-11-04 21:43:32 +00:00
ispell-pl *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
ispell-pt_BR
ispell-ro
ispell-ru
ispell-ru-io
ispell-sk
ispell-sv all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
itex2MML
itstool PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
ja-grep all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
ja-groff textproc/ja-groff: fix -Wchar-subscripts 2020-03-26 21:09:20 +00:00
ja-sed all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
jansson jansson: updated to 2.13.1 2020-05-08 13:54:06 +00:00
java-mecab
java-native-hyperestraier
java-pure-hyperestraier
jdom
jing
jo jo: fix PLIST; bump revision 2019-12-25 12:49:27 +00:00
jrep
json-c json-c: api/abi bump 2020-05-21 10:38:14 +00:00
json-glib Make some int cast warnings non-fatal for clang 2020-03-18 18:01:23 +00:00
json-schema json-schema: update to 1.3. 2020-04-02 09:57:41 +00:00
json-yaml json-yaml: Update to 1.2.1 2020-01-01 01:19:00 +00:00
json2tsv json2tsv: Update to 0.5 2020-02-23 20:44:25 +00:00
jsoncpp jsoncpp: updated to 1.9.3 2020-05-30 06:09:47 +00:00
kakasi
kapidox kapidox: update to 5.70.0 2020-06-07 11:53:23 +00:00
kbanner
kcodecs kcodecs: update to 5.70.0 2020-06-07 11:54:27 +00:00
kcompletion kcompletion: updat to 5.70.0 2020-06-07 11:54:59 +00:00
kpimtextedit kde: update kde release service to 20.04.1 2020-06-09 11:56:05 +00:00
latex2html all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
LDoc textproc: align variable assignments 2019-11-04 21:43:32 +00:00
libclucene revbump after boost update 2020-05-06 14:04:05 +00:00
libcroco Revbump for icu 2020-06-02 08:22:31 +00:00
libcsv *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
libexttextcat libexttextcat: fix unportable test(1) operator 2020-03-12 17:39:28 +00:00
libfastjson *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
libhighlight highlight: Update to 3.57 2020-05-17 15:09:41 +00:00
liblinebreak *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
liblrdf Revbump for icu 2020-06-02 08:22:31 +00:00
libnxml revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
libodfgen revbump after boost update 2020-05-06 14:04:05 +00:00
libpinyin *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
libplist Revbump for icu 2020-06-02 08:22:31 +00:00
libstemmer textproc/libstemmer: import libstemmer-2.0.0 2020-04-14 14:07:50 +00:00
libunicode Use https for pango.org. 2019-07-11 09:28:44 +00:00
libuninameslist Add textproc/libuninameslist 2019-09-02 13:40:04 +00:00
libunistring all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
libxls textproc/libxls: Update to 1.5.2 2019-11-16 13:23:03 +00:00
libxlsxwriter libxlsxwriter: Update to 0.9.5 2020-06-02 10:28:40 +00:00
libxml
libxml++ Revbump for icu 2020-06-02 08:22:31 +00:00
libxml2 Revbump for icu 2020-06-02 08:22:31 +00:00
libxslt Revbump for icu 2020-06-02 08:22:31 +00:00
libyaml libyaml: updated to 0.2.5 2020-06-02 08:28:04 +00:00
link-grammar link-grammar: fix builds with older compilers (NetBSD 7, CentOS) 2020-04-19 03:31:08 +00:00
lit2epub *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
lout all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
lowdown lowdown: update to 0.7.1. 2020-07-09 19:38:02 +00:00
lq-sp mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
lua-cjson Add LUA_LINKER_MAGIC variable that centrally sets LDFLAGS on Darwin, 2020-07-11 15:14:29 +00:00
lua-cmark textproc: Add lua-cmark 2020-07-02 14:10:04 +00:00
lua-dkjson textproc: Add lua-dkjson 2020-07-08 16:00:22 +00:00
lua-etlua textproc: Add lua-etlua 2020-07-02 17:30:22 +00:00
lua-expat Add 'lua' category to Lua modules. 2020-07-02 10:26:16 +00:00
lua-inifile textproc: Add lua-inifile 2020-07-09 11:14:00 +00:00
lua-lustache lua-lustache: Support for testing 2020-07-08 16:33:31 +00:00
lua-lyaml Add LUA_LINKER_MAGIC variable that centrally sets LDFLAGS on Darwin, 2020-07-11 15:14:29 +00:00
lua-markdown textproc: Add lua-markdown 2020-07-02 13:14:59 +00:00
lua-rapidjson textproc: Add lua-rapidjson 2020-07-08 17:00:03 +00:00
lua-slnunicode Add 'lua' category to Lua modules. 2020-07-02 10:26:16 +00:00
lua-stringy textproc: Add lua-stringy 2020-07-08 11:54:53 +00:00
lua-utf8 Add LUA_LINKER_MAGIC variable that centrally sets LDFLAGS on Darwin, 2020-07-11 15:14:29 +00:00
lua-xapian Add 'lua' category to Lua modules. 2020-07-02 10:26:16 +00:00
lucene++ revbump after boost update 2020-05-06 14:04:05 +00:00
makeindexk texlive: update to 2020 2020-05-10 03:56:37 +00:00
makeztxt *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
man2html all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
mandoc all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
marisa textproc: align variable assignments 2019-11-04 21:43:32 +00:00
Markdown textproc: align variable assignments 2019-11-04 21:43:32 +00:00
markdown-mode
markdown2social textproc: align variable assignments 2019-11-04 21:43:32 +00:00
mecab
mecab-base
mecab-ipadic
mecab-jumandic
mecab-naistdic
mendexk texlive: update to 2020 2020-05-10 03:56:37 +00:00
metauml *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
migemo textproc: align variable assignments 2019-11-04 21:43:32 +00:00
migemo-elisp
miller miller: update to 5.7.0. 2020-03-17 14:38:25 +00:00
multimarkdown revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
mxml textproc: align variable assignments 2019-11-04 21:43:32 +00:00
mythes mythes: Update to 1.2.4 2020-03-24 18:18:15 +00:00
namazu Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
nbsed all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
ndtpd Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
nxml-mode
o3read
ocaml-csv textproc: align variable assignments 2019-11-04 21:43:32 +00:00
ocaml-easy-format Updated textproc/ocaml-easy-format to version 1.3.2. 2020-01-24 16:31:53 +00:00
ocaml-expat textproc: align variable assignments 2019-11-04 21:43:32 +00:00
ocaml-jsonm
ocaml-markup Updated textproc/ocaml-markup to version 0.8.2. 2020-04-21 11:00:32 +00:00
ocaml-text textproc: align variable assignments 2019-11-04 21:43:32 +00:00
ocaml-textutils Updated textproc/ocaml-textutils to version 0.13.0. 2020-04-08 11:41:44 +00:00
ocaml-tyxml Updated textproc/ocaml-tyxml to version 4.4.0. 2020-04-21 11:39:20 +00:00
ocaml-uchar textproc: align variable assignments 2019-11-04 21:43:32 +00:00
ocaml-uutf Updated package textproc/ocaml-uutf to version 1.0.2. 2019-03-05 17:06:52 +00:00
ocaml-xml-light
OdfConverter Revbump for icu 2020-06-02 08:22:31 +00:00
odt2tex revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
oniguruma Upstream stoppped installing onigposix.h, which e.g. wip/libevhtp 2020-06-10 13:57:20 +00:00
openjade textproc/openjade: install missing manual page 2020-06-21 09:34:59 +00:00
opensp *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
ots Revbump for icu 2020-06-02 08:22:31 +00:00
p5-ack Update to 3.3.1. From the changelog: 2020-02-03 01:57:20 +00:00
p5-Alien-Hunspell textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-Alien-Libxml2 Revbump for icu 2020-06-02 08:22:31 +00:00
p5-Biblio-EndnoteStyle Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-cabocha Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CAM-PDF Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Convert-ASCII-Armour Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Convert-ASN1 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Convert-BER Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Convert-PEM Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Convert-Translit Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Cz-Cstools Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-FormValidator Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-HexDump Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Dist-Zilla-Plugin-PodWeaver textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-Encode Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Encode-Detect textproc/p5-Encode-Detect: document that the bug has been reported 2020-03-24 05:51:19 +00:00
p5-Encode-EUCJPASCII Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Encode-HanExtra textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-Encode-JIS2K Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Encode-Locale Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Feed-Find Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-ReadBackwards Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Filter Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-FormValidator-Simple textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-highlight textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-HTML-FormatText-WithLinks p5-HTML-FormatText-WithLinks: remove PLIST since PERL5_PACKLIST is in use 2019-09-02 12:13:31 +00:00
p5-HTML-FormatText-WithLinks-AndTables Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-iCal-Parser Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwalify Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-libxml Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Lingua-EN-Fathom p5-Lingua-EN-Fathom: remove PLIST since PERL5_PACKLIST is in use 2019-09-02 12:19:15 +00:00
p5-Lingua-EN-FindNumber textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-Lingua-EN-Inflect (textproc/p5-Lingua-EN-Inflect) Updated to 1.904 2019-11-12 13:18:26 +00:00
p5-Lingua-EN-Inflect-Number textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-Lingua-EN-Inflect-Phrase textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-Lingua-EN-Number-IsOrdinal Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Lingua-EN-Numbers-Ordinate Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Lingua-EN-Sentence Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Lingua-EN-Syllable p5-Lingua-EN-Syllable: remove PLIST since PERL5_PACKLIST is in use; update HOMEPAGE 2019-09-02 12:17:05 +00:00
p5-Lingua-EN-Tagger (textproc/p5-Lingua-EN-Tagger) Updated to 0.31 2019-11-12 13:22:42 +00:00
p5-Lingua-EN-Words2Nums Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Lingua-Identify Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Lingua-Preferred Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Lingua-PT-Stemmer Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Lingua-Stem Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Lingua-Stem-Fr Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Lingua-Stem-It Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Lingua-Stem-Ru Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Lingua-Stem-Snowball textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-Lingua-Stem-Snowball-Da Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Lingua-Translit Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-List-Compare Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Locale-Maketext-Gettext Update to 1.30 2019-11-04 14:42:06 +00:00
p5-marisa Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-mecab Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-mobiperl Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MultiMarkdown Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-native-hyperestraier textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-Net-Dict Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-IDN-Encode Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Number-Format Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Number-Spell Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-ODF-lpOD Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-PDF geocities? cute 2020-05-12 11:27:57 +00:00
p5-PDF-API2 Update to 2.036 2019-09-18 14:25:01 +00:00
p5-PDF-Create Update to 1.46 2019-11-04 14:21:00 +00:00
p5-PDF-Reuse Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-PDF-Reuse-Barcode Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-PDF-Table Update to 0.11.0 2019-09-18 14:29:41 +00:00
p5-Pod-Abstract Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Pod-Coverage Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Pod-Coverage-TrustPod Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Pod-Elemental textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-Pod-Elemental-PerlMunger Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Pod-Escapes Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Pod-Eventual Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Pod-Markdown Update to 3.200 2019-11-04 14:13:08 +00:00
p5-Pod-Parser Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Pod-POM Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Pod-Readme Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Pod-Simple Update to 3.40 2019-11-04 13:15:37 +00:00
p5-Pod-Spell textproc/p5-Pod-Spell: remove redundant SUBST block 2020-03-22 20:56:32 +00:00
p5-Pod-Spell-CommonMistakes Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Pod-Strip textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-Pod-Tests Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Pod-Tree Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Pod-Weaver textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-POD2-Base Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-podlators Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-PPI-HTML Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-PPIx-QuoteLike Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Publican Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Regexp-Common Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Regexp-Copy Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-sdf Update to 2.001, noticed via repology. From the changelog: 2019-09-16 06:50:28 +00:00
p5-Search-Indexer Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Search-Xapian Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-SGMLS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Snowball-Norwegian Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Snowball-Swedish Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-String-Approx Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-String-BufferStack Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-String-CamelCase Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-String-Compare-ConstantTime (textproc/p5-String-Compare-ConstantTime) Updated to 0.321 2019-11-12 13:41:12 +00:00
p5-String-CRC32 (textproc/p5-String-CRC32) Updated to 1.8 2019-11-12 13:39:02 +00:00
p5-String-Errf textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-String-Expand textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-String-Flogger Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-String-Formatter Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-String-Interpolate p5-String-Interpolate: Import version 0.32 2020-03-23 02:28:47 +00:00
p5-String-Koremutake Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-String-RewritePrefix Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-String-ShellQuote Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-String-Similarity Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-String-ToIdentifier-EN textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-String-Trim Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-String-Truncate Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Swim Update to 0.1.48. From the changelog: 2020-01-10 12:25:23 +00:00
p5-Syntax-Highlight-Engine-Kate Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Syntax-SourceHighlight revbump after boost update 2020-05-06 14:04:05 +00:00
p5-Template-Declare Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Template-Plugin-Autoformat Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Template-Plugin-CSV Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Template-Plugin-Latex Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Template-Plugin-Number-Format Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Template-Plugin-YAML Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Template-Tiny Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-YAML Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-Affixes Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-Aligner Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-Aspell Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-Autoformat (textproc/p5-Text-Autoformat) Updated to 1.75 2019-11-12 13:45:56 +00:00
p5-Text-Balanced Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-BibTeX all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
p5-Text-Brew Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-CharWidth Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-ChaSen Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-Context-EitherSide Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-CSV Update to 2.00 2019-09-13 14:21:34 +00:00
p5-Text-CSV-Encoded Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-CSV-Hash all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
p5-Text-CSV-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-CSV_XS (textproc/p5-Text-CSV_XS) Updated to 1.40 2019-11-12 13:52:19 +00:00
p5-Text-DelimMatch Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-DHCPLeases Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-Diff Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-Diff-HTML Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-Diff-Parser Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-DoubleMetaphone Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-Emoticon textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-Text-Emoticon-MSN textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-Text-FindIndent textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-Text-Format Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-German Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-Glob Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-Hunspell textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-Text-Kakasi Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-LevenshteinXS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-Markdown textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-Text-Markdown-Discount Update to 0.12. From the changelog: 2020-01-21 10:28:50 +00:00
p5-Text-Microformat textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-Text-MicroTemplate Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-MultiMarkdown Markdown is a text-to-HTML filter; it translates an easy-to-read 2019-08-31 19:55:58 +00:00
p5-Text-Ngram Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-Nimble Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-Patch Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-PDF Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-Quoted Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-RecordParser textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-Text-Reflow Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-Reform Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-RewriteRules Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-Roman Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-Sass Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-Shellwords Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-SimpleTable textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-Text-SimpleTable-AutoWidth textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-Text-Soundex Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-SpellChecker Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-Table textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-Text-Tabs+Wrap Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-TabularDisplay Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-Template (textproc/p5-Text-Template) Updated 1.55 to 1.58 2019-11-12 13:58:52 +00:00
p5-Text-Textile Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-Trac Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-Typography Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-Unaccent Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-Unidecode Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-vCard Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-vFile-asData Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-VisualWidth-PP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-WagnerFischer Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-WikiCreole Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-WikiFormat Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-WrapI18N Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-Wrapper Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-Xslate Update to 3.5.7 2020-01-08 13:55:32 +00:00
p5-Text-xSV Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Tie-Handle-Offset Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Unicode-CaseFold Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Unicode-LineBreak Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Win32-ShellQuote Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Xapian Update to 1.4.16. From the changelog: 2020-06-10 17:54:29 +00:00
p5-XML-Atom Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-Atom-SimpleFeed p5-XML-Atom-SimpleFeed: Update to 0.904. 2020-06-04 13:17:10 +00:00
p5-XML-Atom-Stream textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-XML-AutoWriter Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-Bare Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-Catalog Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-Checker Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-Clean textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-XML-Compile Update to 1.63 2020-05-09 08:39:56 +00:00
p5-XML-Compile-Cache textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-XML-Compile-SOAP Update to 3.26 2020-05-09 08:58:15 +00:00
p5-XML-Compile-SOAP12 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-Compile-Tester Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-Descent textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-XML-DOM Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-Dumper Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-Elemental Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-Encoding Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-Entities Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-Feed Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-FeedPP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-Filter-BufferText textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-XML-Filter-DetectWS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-Filter-DOMFilter-LibXML textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-XML-Filter-Reindent Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-Filter-SAXT Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-Generator Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-Grove Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-Handler-Trees Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-Handler-YAWriter Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-LibXML Revbump for icu 2020-06-02 08:22:31 +00:00
p5-XML-LibXML-Iterator Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-LibXML-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-LibXSLT Revbump for icu 2020-06-02 08:22:31 +00:00
p5-XML-NamespaceSupport Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-Node Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-NodeFilter Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-Parser Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-Parser-Lite Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-Parser-Lite-Tree Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-Rabbit textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-XML-RAI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-RegExp Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-RSS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-RSS-Parser Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-SAX Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-SAX-Base Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-SAX-Expat Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-SAX-ExpatXS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-SAX-Writer Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-SemanticDiff textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-XML-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-Stream textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-XML-Tidy textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-XML-Tiny Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-TokeParser textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-XML-TreeBuilder textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-XML-TreePP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-Twig Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-UM Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-Writer Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-Writer-String Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-XPath Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-XPathEngine textproc: align variable assignments 2019-11-04 21:43:32 +00:00
p5-XML-XQL Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XML-XSLT *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
p5-XML-XUpdate-LibXML Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-yamcha Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-YAML p5-YAML: updated to 1.29 2019-08-23 11:26:43 +00:00
p5-YAML-LibYAML Update to 0.80 2019-09-13 14:16:06 +00:00
p5-YAML-PP Update to 0.019. From the changelog: 2020-02-14 05:58:27 +00:00
p5-YAML-Syck Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-YAML-Tiny Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
par Upgrade par to 1.53.0 2020-07-13 06:01:33 +00:00
pdfgrep *: recursive bump for poppler-0.87 2020-04-03 10:30:30 +00:00
pear-Console_Table
pear-File_Find
php-enchant *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
php-excel
php-intl Revbump for icu 2020-06-02 08:22:31 +00:00
php-json Tell code explicitly how to find re2c. 2020-03-22 21:21:32 +00:00
php-mecab textproc: align variable assignments 2019-11-04 21:43:32 +00:00
php-pspell
php-sphinx
php-wddx Revbump for icu 2020-06-02 08:22:31 +00:00
php-xapian
php-xsl Revbump for icu 2020-06-02 08:22:31 +00:00
php-yaml Update to php yaml-2.0.4. 2019-04-27 22:40:59 +00:00
po-mode all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
po4a Revbump for icu 2020-06-02 08:22:31 +00:00
pod2mdoc Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
postgresql-autodoc textproc: align variable assignments 2019-11-04 21:43:32 +00:00
psgml-mode
pugixml pugixml: Doesn't need gmake 2020-03-27 08:57:59 +00:00
pxp
py-4Suite textproc/py-4Suite: remove no-op pattern from SUBST_FILES 2020-05-02 10:28:42 +00:00
py-acora py-acora: updated to 2.2 2019-08-26 07:32:57 +00:00
py-alabaster
py-antlr4 all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-anyjson
py-babelfish
py-biplist
py-cabocha Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-cElementTree all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-cjson
py-cmTemplate Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-color
py-colored py-colored: updated to 1.4.2 2019-12-11 19:04:15 +00:00
py-colour
py-creole
py-css-parser textproc/py-css-parser: import py-css-parser-1.0.4 2019-02-14 11:57:20 +00:00
py-cssselect py-cssselect: updated to 1.1.0 2019-08-12 20:00:45 +00:00
py-cssselect2 py-cssselect2: updated to 0.2.2 2019-09-12 15:22:36 +00:00
py-cssutils
py-deepdiff py-deepdiff: updated to 4.3.2 2020-05-13 15:10:11 +00:00
py-defusedxml py-defusedxml: updated to 0.6.0 2019-04-29 10:37:14 +00:00
py-demjson py-demjson: fix building with Python 2.7; clean-up 2020-05-07 09:29:04 +00:00
py-dicttoxml
py-diff-match-patch py-diff-match-patch: updated to 20181111 2020-07-09 08:44:15 +00:00
py-docutils py-docutils: updated to 0.16 2020-04-12 11:19:48 +00:00
py-docx pytest from versioned depends 2020-05-17 21:38:45 +00:00
py-dominate py-dominate: updated to 2.5.1 2020-05-17 20:56:29 +00:00
py-ejson
py-elementpath py-elementpath: updated to 1.4.5 2020-05-23 07:41:19 +00:00
py-elementtree all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-empy textproc: align variable assignments 2019-11-04 21:43:32 +00:00
py-enchant py-enchant: update to 2.0.0. 2019-07-20 22:56:54 +00:00
py-eradicate py-eradicate: updated to 1.0 2019-01-22 10:44:10 +00:00
py-Excelerator textproc: align variable assignments 2019-11-04 21:43:32 +00:00
py-expat py-expat: removed redundant PY_PATCHPLIST 2020-01-08 21:19:55 +00:00
py-feedparser
py-ftfy
py-generateDS all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-gnosis-utils Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-guessit py-guessit: updated to 3.1.1 2020-05-17 21:07:03 +00:00
py-HappyDoc *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
py-html-sanitizer py-html-sanitizer: updated to 1.6.4 2019-02-12 16:39:34 +00:00
py-html2text Update to 2020.1.16. From the changelog: 2020-01-17 18:14:49 +00:00
py-html2text-2019.8.11 Re-add the last version of py-html2text that supports Python 2.7, 2019-10-08 18:37:47 +00:00
py-html5-parser Revbump for icu 2020-06-02 08:22:31 +00:00
py-html5lib
py-humanize py-humanize: updated to 2.4.1 2020-06-29 13:35:56 +00:00
py-ICU Revbump for icu 2020-06-02 08:22:31 +00:00
py-inflection
py-iniparse py-iniparse: updated to 0.5 2020-06-18 21:45:06 +00:00
py-isc_dhcp_leases
py-jade
py-jellyfish py-jellyfish: updated to 0.7.2 2020-01-03 08:37:56 +00:00
py-jinja2 py-jinja2: updated to 2.11.2 2020-04-14 12:10:03 +00:00
py-jmespath py-jmespath: updated to 0.10.0 2020-05-13 05:02:51 +00:00
py-jsbeautifier pytest from versioned depends 2020-05-17 21:38:45 +00:00
py-jsonlib textproc: align variable assignments 2019-11-04 21:43:32 +00:00
py-jsonlib3
py-jsonpickle all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-jsonref pytest from versioned depends 2020-05-17 21:38:45 +00:00
py-jsonrpc-server textproc/py-jsonrpc-server: import py-jsonrpc-server-0.3.4 2020-05-18 13:34:30 +00:00
py-jsonrpclib textproc: align variable assignments 2019-11-04 21:43:32 +00:00
py-jsonrpclib-pelix py-jsonrpclib-pelix: Switch to egg.mk 2020-04-16 20:00:45 +00:00
py-jsonschema py-jsonschema: updated to 3.2.0 2019-12-03 16:50:59 +00:00
py-JWT pytest from versioned depends 2020-05-17 21:38:45 +00:00
py-jxmlease py-jxmlease: updated to 1.0.3 2020-07-09 13:24:53 +00:00
py-Levenshtein
py-libxml2 Revbump for icu 2020-06-02 08:22:31 +00:00
py-libxslt Revbump for icu 2020-06-02 08:22:31 +00:00
py-loremipsum textproc: align variable assignments 2019-11-04 21:43:32 +00:00
py-lxml py-lxml: updated to 4.5.2 2020-07-10 07:03:57 +00:00
py-m2r
py-manuel py-manuel: added version 1.10.1 2019-02-12 09:10:31 +00:00
py-marisa py-marisa: use PYTHON_VERSIONS_ACCEPTED 2019-04-28 07:12:34 +00:00
py-markdown py-markdown: updated to 3.1.1 2019-05-21 08:26:21 +00:00
py-markdown-math textproc/py-markdown-math: initial import 2019-03-01 04:26:05 +00:00
py-markdown2 py-markdown2: updated to 2.3.9 2020-05-12 06:52:05 +00:00
py-markovify py-markovify: updated to 0.8.2 2020-06-18 12:26:24 +00:00
py-markups textproc/py-markups: initial import 2019-03-01 22:07:19 +00:00
py-markupsafe py-markupsafe: Update to 1.1.1. 2019-02-25 16:27:24 +00:00
py-mecab Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-mistune
py-mkdocs
py-mkdocs-bootstrap
py-mkdocs-bootswatch
py-natsort py-natsort: updated to 7.0.1 2020-04-29 13:53:31 +00:00
py-nltk all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-numpydoc Switch sphinx to versioned deps. 2019-10-21 21:55:03 +00:00
py-odfpy py-odfpy: updated to 1.4.1 2020-02-16 20:40:14 +00:00
py-openpyxl py-openpyxl: updated to 2.6.3 2019-08-20 07:10:58 +00:00
py-pallets-sphinx-themes py-pallets-sphinx-themes: updated to 1.2.3 2020-01-03 12:45:10 +00:00
py-pandocfilters
py-parse py-parse: updated to 1.15.0 2020-03-02 10:29:57 +00:00
py-parse_type py-parse_type: updated to 0.5.2 2019-08-13 11:00:35 +00:00
py-pdf-parser
py-pdfrw
py-peg2 py-peg2: add USE_LANGUAGES 2020-06-16 09:53:52 +00:00
py-phonenumbers py-phonenumbers: updated to 8.12.6 2020-07-07 05:36:00 +00:00
py-poyo pytest from versioned depends 2020-05-17 21:38:45 +00:00
py-precis-i18n py-precis-i18n: updated to 1.0.1 2019-09-05 10:43:10 +00:00
py-ptable
py-pyaml
py-pybtex py-pybtex: updated to 0.22.2 2019-10-22 06:37:36 +00:00
py-pybtex-docutils py-pybtex-docutils: updated to 0.2.2 2019-10-22 06:45:05 +00:00
py-pygments pytest from versioned depends 2020-05-17 21:38:45 +00:00
py-pyphen all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-pyquery py-pyquery: updated to 1.4.1 2019-10-26 22:55:24 +00:00
py-pysrt py-pysrt: updated to 1.1.2 2020-04-23 18:33:49 +00:00
py-pytoml py-pytoml: updated to 0.1.21 2019-08-12 07:28:46 +00:00
py-ramlfications
py-rapidjson py-rapidjson: added version 0.9.1 2020-06-11 14:05:56 +00:00
py-rdflib py-rdflib: mark as incompatible with Python 2.7 2019-09-25 07:27:45 +00:00
py-readme_renderer pytest from versioned depends 2020-05-17 21:38:45 +00:00
py-rebulk py-rebulk: updated to 2.0.1 2020-05-17 21:04:37 +00:00
py-regex py-regex: updated to 2020.6.8 2020-06-09 09:00:05 +00:00
py-relatorio py-relatorio: updated to 0.9.1 2020-06-01 16:06:17 +00:00
py-rst2pdf py-rst2pdf: updated to 0.97 2020-06-11 10:30:41 +00:00
py-smartypants py-smartypants: added version 2.0.1 2019-04-03 14:49:27 +00:00
py-snowballstemmer py-snowballstemmer: updated to 2.0.0 2019-10-16 07:24:13 +00:00
py-sphinx py-sphinx: updated to 2.4.4 2020-03-09 18:38:59 +00:00
py-sphinx-autoapi textproc/py-sphinx-autoapi: import py-sphinx-autoapi-1.3.0 2020-04-06 07:38:38 +00:00
py-sphinx-autodoc-typehints py-sphinx-autodoc-typehints: update to 1.10.3. 2020-04-06 08:06:30 +00:00
py-sphinx-issues Switch sphinx to versioned deps. 2019-10-21 21:55:03 +00:00
py-sphinx-rtd-theme Switch sphinx to versioned deps. 2019-10-21 21:55:03 +00:00
py-sphinx-theme-cloud py-sphinx-theme-cloud: updated to 1.10.0 2019-11-25 10:44:11 +00:00
py-sphinx1 pytest from versioned depends 2020-05-17 21:38:45 +00:00
py-sphinxcontrib-applehelp textprox/py-sphinxcontrib*: Drop EXTRACT_USING=bsdtar 2020-03-12 17:20:43 +00:00
py-sphinxcontrib-bibtex py-sphinxcontrib-bibtex: updated to 1.0.0 2019-10-22 06:48:26 +00:00
py-sphinxcontrib-devhelp textprox/py-sphinxcontrib*: Drop EXTRACT_USING=bsdtar 2020-03-12 17:20:43 +00:00
py-sphinxcontrib-htmlhelp textprox/py-sphinxcontrib*: Drop EXTRACT_USING=bsdtar 2020-03-12 17:20:43 +00:00
py-sphinxcontrib-jsmath py-sphinxcontrib-jsmath: added version 1.0.1 2019-10-21 20:47:07 +00:00
py-sphinxcontrib-log-cabinet py-sphinxcontrib-log-cabinet: added version 1.0.1 2020-04-01 17:39:14 +00:00
py-sphinxcontrib-newsfeed Switch sphinx to versioned deps. 2019-10-21 22:11:33 +00:00
py-sphinxcontrib-qthelp py-sphinxcontrib-qthelp: updated to 1.0.3 2020-02-29 15:44:42 +00:00
py-sphinxcontrib-serializinghtml textprox/py-sphinxcontrib*: Drop EXTRACT_USING=bsdtar 2020-03-12 17:20:43 +00:00
py-sphinxcontrib-websupport pytest from versioned depends 2020-05-17 21:38:45 +00:00
py-sphobjinv textproc/py-sphobjinv: import py-sphobjinv-2.0.1 2020-04-06 08:03:00 +00:00
py-tablib py-tablib: updated to 2.0.0 2020-05-17 21:26:11 +00:00
py-tabulate py-tabulate: updated to 0.8.7 2020-04-28 13:24:37 +00:00
py-Tempita
py-text-unidecode py-text-unidecode: updated to 1.3 2019-09-02 07:03:48 +00:00
py-textile pytest from versioned depends 2020-05-17 21:38:45 +00:00
py-tinycss2 Use https for pythonhosted.org. 2019-07-09 11:29:30 +00:00
py-toml pytest from versioned depends 2020-05-17 21:38:45 +00:00
py-ujson py-ujson: updated to 2.0.3 2020-03-30 13:11:01 +00:00
py-Unidecode py-Unidecode: updated to 1.1.1 2019-07-02 10:21:09 +00:00
py-uritemplate py-uritemplate: update to 3.0.1. 2020-01-04 19:06:45 +00:00
py-validators pytest from versioned depends 2020-05-17 21:38:45 +00:00
py-vobject
py-webencodings
py-Whoosh pytest from versioned depends 2020-05-17 21:38:45 +00:00
py-X py-X: update to 0.15 2020-03-01 02:56:41 +00:00
py-X2 *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
py-xapian py-xapian: fix PLIST for Pythin 3.x/Sphinx 2; mark as self-conflicting 2019-12-25 12:21:30 +00:00
py-xlrd py-xlrd: update home page and a detail about minimum Python 2019-06-05 00:37:43 +00:00
py-xlsxwriter py-xlsxwriter: updated to 1.2.9 2020-06-01 15:47:54 +00:00
py-xlwt
py-xml textproc: align variable assignments 2019-11-04 21:43:32 +00:00
py-xmlschema py-xmlschema: updated to 1.2.2 2020-06-20 16:18:33 +00:00
py-xmltodict Remove non-ASCII characters for Python 3.6. 2019-12-21 23:47:39 +00:00
py-yamcha Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-yaml py-yaml: updated to 5.3.1 2020-03-21 08:37:55 +00:00
qore-json-module *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
qore-xml-module Revbump for icu 2020-06-02 08:22:31 +00:00
qore-yaml-module *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
qprint all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
qsubst qsubst: Don't build with -Werror 2020-05-04 14:25:52 +00:00
queequeg *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
R-brew R-brew: initial commit 2019-08-09 18:32:48 +00:00
R-cellranger Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-clisymbols R-clisymbols: initial commit 2019-08-09 18:28:57 +00:00
R-commonmark R-commonmark: initial commit 2019-08-09 18:31:59 +00:00
R-crosstalk textproc/R-crosstalk: import R-crosstalk-1.0.0 2020-01-13 09:59:23 +00:00
R-data.table Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-DT (textproc/R-DT) convert R-crosstalk from TEST_DEPENDS to DEPENDS 2020-02-01 02:54:55 +00:00
R-formatR Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-gsubfn Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-haven Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-highr Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-htmlTable Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-htmltools Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-hunspell (textproc/R-hunspell) import R-hunspell-3.0 2020-02-13 15:26:16 +00:00
R-jsonlite Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-markdown Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-openxlsx Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-readr Fix rpath in DSO, don't test on runtime due to $DESTDIR. 2019-12-18 12:42:04 +00:00
R-readstata13 R-readstata13: fix build on non-Linux non-mac. 2019-09-26 01:18:30 +00:00
R-readxl Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-rmarkdown (textproc/R-rmarkdown) Convert R-rtinytex from TEST_DEPENDS to DEPENDS 2020-02-01 02:24:03 +00:00
R-selectr (textproc/R-selectr) Added missing DEPENDS+= R-R6 and some TEST_DEPENDS+ 2020-02-01 04:50:30 +00:00
R-spelling (textproc/R-spelling) import R-spelling-2.1 2020-02-13 15:19:44 +00:00
R-stringi Revbump for icu 2020-06-02 08:22:31 +00:00
R-stringr Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-utf8 Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-xml2 Revbump for icu 2020-06-02 08:22:31 +00:00
R-xmlparsedata (textproc/R-xmlparsedata) import R-xmlparsedata-1.0.3 2020-02-10 14:19:35 +00:00
R-yaml Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
rapidjson all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
raptor Revbump for icu 2020-06-02 08:22:31 +00:00
raptor2 Revbump for icu 2020-06-02 08:22:31 +00:00
rarian Revbump for icu 2020-06-02 08:22:31 +00:00
rasqal Revbump for icu 2020-06-02 08:22:31 +00:00
redland Revbump for icu 2020-06-02 08:22:31 +00:00
regexx
regxml
rfcutil Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
ripgrep Rename EFFECTIVE_MAKE_JOBS -> _MAKE_JOBS_N, suggested by gdt. 2020-01-19 18:20:45 +00:00
rman rman: Honor CPPFLAGS and LDFLAGS. Bump. 2019-10-16 16:30:17 +00:00
robodoc textproc/robodoc: remove no-op SUBST block 2020-04-27 17:35:22 +00:00
rtf-tools textproc: align variable assignments 2019-11-04 21:43:32 +00:00
rtfm
rubber Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
ruby-actionpack-xml_parser textproc/ruby-actionpack-xml_parser: add package version 2.0.1 2020-05-25 15:17:54 +00:00
ruby-actiontext60 lang/rails60: update to 6.0.3.2 2020-06-18 13:38:45 +00:00
ruby-albino
ruby-amrita all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
ruby-bluecloth
ruby-buftok
ruby-builder textproc/ruby-builder: update to 3.2.4 2020-06-15 15:02:11 +00:00
ruby-cabocha
ruby-classifier-reborn
ruby-coderay textproc/ruby-coderay: update to 1.1.3 2020-06-07 15:14:58 +00:00
ruby-csv textproc/ruby-csv: add package version 3.1.5 2020-05-25 14:35:40 +00:00
ruby-diff-lcs
ruby-erubi textproc/ruby-erubi: update to 1.9.0 2020-03-24 16:46:59 +00:00
ruby-escape
ruby-fast-stemmer
ruby-fastercsv
ruby-feed-normalizer
ruby-ferret
ruby-fuzzyurl
ruby-gyoku textproc/ruby-gyoku: add version 1.3.1 package 2020-01-19 09:10:24 +00:00
ruby-haml textproc/ruby-haml: update to 5.1.2 2020-03-24 16:49:51 +00:00
ruby-hikidoc
ruby-hpricot Update wiki.github.com HOMEPAGEs. 2019-07-08 10:47:26 +00:00
ruby-html-parser
ruby-htmlentities textproc/ruby-htmlentities: add package version 4.3.4 2020-05-25 14:21:57 +00:00
ruby-htree
ruby-inifile textproc/ruby-inifile: add version 3.0.0 package 2020-02-11 14:59:24 +00:00
ruby-itex2MML
ruby-json remove ruby24 support. 2020-05-21 15:51:51 +00:00
ruby-json-pure textproc/ruby-json-pure: update to 2.3.0 2020-05-05 05:53:07 +00:00
ruby-kramdown textproc/ruby-rexml: drop dependency 2020-05-05 06:18:02 +00:00
ruby-kramdown-parser-gfm textproc/ruby-kramdown-parser-gfm: update to 1.0.1 2020-03-24 16:52:47 +00:00
ruby-levenshtein
ruby-libxml Revbump for icu 2020-06-02 08:22:31 +00:00
ruby-mab
ruby-marisa
ruby-markaby
ruby-maruku
ruby-mecab textproc: align variable assignments 2019-11-04 21:43:32 +00:00
ruby-multi_json textproc/ruby-multi_json: update to 1.14.1 2020-03-24 16:57:02 +00:00
ruby-native-hyperestraier
ruby-nokogiri Revbump for icu 2020-06-02 08:22:31 +00:00
ruby-nokogumbo textproc/ruby-nokogumbo: import ruby26-nokogumbo-2.0.2 2020-04-14 16:04:41 +00:00
ruby-nori textproc/ruby-nori: add version 2.6.0 package 2020-01-19 09:24:35 +00:00
ruby-nqxml textproc/ruby-nqxml: allow to skip rinstall SUBST block 2020-05-10 14:09:25 +00:00
ruby-oniguruma
ruby-plist textproc/ruby-plist: update to 3.5.0 2020-03-24 16:58:52 +00:00
ruby-pure-hyperestraier
ruby-rails-dom-testing textproc/ruby-rails-dom-testing: allow rails60 2020-03-20 17:22:11 +00:00
ruby-rdiscount all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
ruby-rdtool all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
ruby-redcarpet textproc/ruby-redcarpet: update to 3.5.0 2020-03-24 17:00:50 +00:00
ruby-redcloth all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
ruby-review textproc/ruby-review: update to 4.1.0 2020-05-05 06:05:51 +00:00
ruby-rison
ruby-rttool
ruby-safe_yaml textproc/ruby-safe_yaml: update to 1.0.5 2020-03-24 17:03:36 +00:00
ruby-sary *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
ruby-simple-rss
ruby-stringex textproc/ruby-stringex: update to 2.8.5 2020-03-24 17:06:15 +00:00
ruby-stringex1
ruby-strings textproc/ruby-strings: add version 0.1.8 package 2020-01-19 09:31:54 +00:00
ruby-strings-ansi textproc/ruby-strings-ansi: add version 0.2.0 package 2020-01-19 14:13:38 +00:00
ruby-syntax
ruby-temple textproc/ruby-temple: add USE_LANGUAGES 2020-03-24 17:08:44 +00:00
ruby-terminal-table Add "USE_LANGUAGES= # noen" 2020-06-21 14:54:50 +00:00
ruby-text
ruby-textpow
ruby-tilt textproc/ruby-tilt: update to 2.0.10 2020-03-24 17:18:01 +00:00
ruby-toml
ruby-treetop textproc/ruby-treetop: update to 1.6.10 2020-05-09 05:56:56 +00:00
ruby-ultraviolet textproc: align variable assignments 2019-11-04 21:43:32 +00:00
ruby-unicode-display_width textproc/ruby-unicode-display_width: update to 1.7.0 2020-03-24 17:24:23 +00:00
ruby-unicode_utils textproc/ruby-unicode_utils: add versino 1.4.0 package 2020-01-19 14:16:58 +00:00
ruby-will-paginate textproc/ruby-will-paginate: update to 3.3.0 2020-03-24 18:18:23 +00:00
ruby-xapian Bulk builds with ruby25 don't seem to install jquery.js. 2019-12-25 14:29:24 +00:00
ruby-xhtmldiff
ruby-xmlparser
ruby-xpath
ruby-xslt Revbump for icu 2020-06-02 08:22:31 +00:00
ruby-yajl
ruby-yamcha
ruby-yard textproc/ruby-yard: update to 0.9.25 2020-05-09 06:00:41 +00:00
sablotron textproc: align variable assignments 2019-11-04 21:43:32 +00:00
sary *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
saxon *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
scdoc scdoc: Import version 1.10.1 2020-03-23 02:29:17 +00:00
scew all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
scrollkeeper-dtd *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
sdop
serd serd: Update to 0.30.4 2020-05-18 10:26:13 +00:00
sgrep all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
shared-desktop-ontologies *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
sift Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
sonnet sonnet: update to 5.70.0 2020-06-07 11:55:46 +00:00
soprano Revbump for icu 2020-06-02 08:22:31 +00:00
sord Convert some drobilla.net packages to waf.mk. 2019-12-14 17:53:39 +00:00
source-highlight source-highlight: Update to 3.1.9 2020-05-18 11:31:51 +00:00
sphinxsearch *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
stardic
sub2srt Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
sublib Revbump for icu 2020-06-02 08:22:31 +00:00
subliminal subliminal: Update to 2.1.0 2020-05-02 16:32:01 +00:00
subtitleripper
swath
syntax-highlighting syntax-highlighting: update to 5.70.0 2020-06-07 11:57:22 +00:00
tcl-dom *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
tcl-expat
tcl-tDOM tcl-tDOM: Update to 0.9.1 2019-10-06 03:25:17 +00:00
tcl-xapian
tcl-xml
tei
tei-p5-schema
tei-xsl *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
tex-csvsimple all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-csvsimple-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-latexdiff all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-latexdiff-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-lwarp texlive: update to 2020 2020-05-10 03:56:37 +00:00
tex-lwarp-doc texlive: update to 2020 2020-05-10 03:56:37 +00:00
tex-makeindex all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-makeindex-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-xindy all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-xindy-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-xmltex tex-*: revbump for dependency change tex-tetex -> tex-texlive-scripts 2020-05-10 04:31:36 +00:00
tex-xmltex-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:00:17 +00:00
tex-xmltexconfig tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:00:17 +00:00
texi2html all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
texi2mdoc
texi2roff
the_silver_searcher
tinyxml
tinyxml2 textproc: align variable assignments 2019-11-04 21:43:32 +00:00
tokyodystopia textproc: align variable assignments 2019-11-04 21:43:32 +00:00
trang
translate-shell revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
translate-toolkit translate-toolkit: updated to 3.0.0 2020-07-10 07:05:21 +00:00
troffcvt Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
uchardet textproc: Add uchardet 2020-06-09 13:53:00 +00:00
unac
uncrustify uncrustify: Update to 0.71.0 2020-05-16 19:17:13 +00:00
uni2ascii all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
unicode-character-database unicode-character-database: update to 12.1.0. 2019-09-14 03:12:15 +00:00
unicode-emoji all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
unroff all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
untex
uriparser uriparser: Update to 0.9.4 2020-06-02 09:59:45 +00:00
urlview
verify-synopsis
vis
wbxml2
wdiff all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
word2vec Package makefile is spelled with lower case m. 2019-12-19 22:24:19 +00:00
WordNet all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
writer2latex
xalan-j all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
xapian Update to 1.4.16. From the changelog: 2020-06-10 17:54:29 +00:00
xapian-omega Update to 1.4.16. From the changelog: 2020-06-10 17:56:10 +00:00
xerces-c xerces-c: update to 3.2.3. 2020-04-12 21:24:54 +00:00
xerces-j all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
xfce4-dict librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
xfpt
xhtml all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
xindy texlive: update to 2020 2020-05-10 03:56:37 +00:00
xml-coreutils *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
xml2
xml2doc Revbump for icu 2020-06-02 08:22:31 +00:00
xmlada textproc: align variable assignments 2019-11-04 21:43:32 +00:00
xmlcatmgr *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
xmlindent all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
xmlrpc-c revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
xmlstarlet Revbump for icu 2020-06-02 08:22:31 +00:00
xmlto Revbump for icu 2020-06-02 08:22:31 +00:00
xmltoman Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
xmltooling revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
xp
xqilla *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
xslide *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
xt
xxdiff *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
xxdiff-scripts textproc: align variable assignments 2019-11-04 21:43:32 +00:00
yamcha Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
yaml-cpp yaml-cpp: Update to 0.6.3 2019-10-01 13:11:50 +00:00
yelp-tools Revbump for icu 2020-06-02 08:22:31 +00:00
yelp-xsl textproc: align variable assignments 2019-11-04 21:43:32 +00:00
yodl PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
yq Add yq version 2.9.2 2019-11-19 21:30:15 +00:00
zoem all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
Makefile textproc: Add lua-lyaml 2020-07-09 21:30:16 +00:00