Commit graph

303962 commits

Author SHA1 Message Date
rhialto
5427d38c21 Re-add the last version of py-html2text that supports Python 2.7,
for (at least) misc/calibre.
2019-10-08 18:37:47 +00:00
maya
e510c608fb doc: Updated benchmarks/fio to 3.16 2019-10-08 18:14:26 +00:00
maya
c00453cb35 fio: update to 3.16
changes not found.
2019-10-08 18:13:32 +00:00
pgoyette
fbda69387f Remove last vestiges of linux-specific methods of getting the SPD
data.  For NetBSD we support only hex-dump files and sysctl.
2019-10-08 17:11:45 +00:00
ryoon
5ac8d36ff2 Fix immediate eternal pause 2019-10-08 16:13:12 +00:00
ryoon
8f750f26c9 Fix build, PR pkg/54602
waf in this old package supports Python 2.7 only.
Set PYTHON_VERSIONS_ACCEPTED=27.
2019-10-08 14:56:28 +00:00
ryoon
d792d3dd32 Updated mail/gmime3 to 3.2.4 2019-10-08 14:37:02 +00:00
ryoon
8ec07c11fd Update to 3.2.4
Changelog:
### GMime 3.2.4

* Replaced calls to g_memmove with memmove.

    It seems that the latest versions of glib have deprecated g_memmove
    in favor of having developers use libc's memmove() function directly.
    This change reduces the number of compiler warnings during the gmime
    build process.

* Added a new GMIME_DECRYPT_NO_VERIFY flag that disables signature verification.

    For cases where it is not necessary to verify the signatures (or it is known
    that there are no signatures), making use of this flag can significantly
    improve the performance of decrypting OpenPGP content.

* Modified GMimeParser to not set the OpenPGP state for base64/uuencoded content.

    While the GMimeParser is parsing a MIME message (or other MIME entity), it will
    normally attempt to identify OpenPGP markers in the content of GMimeParts.
    However, when the content is base64 or uu-encoded, the parser is unable to
    accurately detect these markers and so in previous versions, it was falsely
    claiming that such MIME parts had no OpenPGP content even though it was possible,
    after decoding their content, that they did in fact have OpenPGP content.

    For more details about this bug, see issue #60.

* Added reporting of RFC 5322 addr-spec syntax violations to the GMimeParserWarning API.

* Fixed a stack underflow error in the uudecode.c sample.

* Improved Vala bindings.

    - Use correct symbol prefixes which avoid loads of cname attributes.
    - Unhide FilterBest.charset() method which conflicts with charset field.
    - Object.write_to_stream conflicts with function pointer with the same name
      but with a different signature.

    Fixes https://gitlab.gnome.org/GNOME/gmime/issues/2
    Fixes https://gitlab.gnome.org/GNOME/gmime/issues/3
2019-10-08 14:36:40 +00:00
ryoon
b2d36e8881 Updated devel/gtexinfo to 6.7 2019-10-08 14:30:42 +00:00
ryoon
a79ce94790 Update to 6.7
Changelog:
6.7 (23 September 2019)
* Language:
  . support of index subentries and sub-subentries with @subentry
  . new commands @seeentry and @seealso in index entries
  . no need to wrap Top node in @ifnottex - omitted automatically when
    processed with TeX
  . UTF-8 is the default input encoding

* texi2any
  . for HTML output, mark index nodes in menus and tables of contents
    with the 'rel' attribute of the 'a' tag.
  . TOP_NODE_UP is now only used in HTML if TOP_NODE_UP_URL is set.
    Also TOP_NODE_UP should now be formatted in the output format.
    In HTML TOP_NODE_UP should be suitable for inclusion in HTML
    element attributes, so for instance should not contain elements.
  . support of noderename.cnf files has been removed
  . INPUT_PERL_ENCODING, INPUT_ENCODING_NAME, NODE_FILE_EXTENSION,
    NODE_FILENAMES, SHORTEXTN and TOP_NODE_FILE removed as customization
    variables.
  . TOP_NODE_FILE_TARGET now contains the extension.
  . error messages translated when the XS parser module is in use

* texi2dvi
  . unconditionally run in --batch mode, i.e. without stopping if there
    is a TeX error
  . keep on going after a TeX error if the index files changed
  . with --tidy (or --build-dir), avoid reading index files from previous
    runs where --tidy was not used

* info
  . for a tree search (with M-/), '}' and '{' work as well as 'M-}' and
    'M-{' to go through the results

* Distribution:
  . Several obsolete portability checks removed
  . gettext 0.20.1, automake 1.16.1


6.6 (16 February 2019)
* Language:
  . new commands @&, @ampchar{}
  . @cropmarks command removed
  . @ctrl is no longer recognised (it was a way to insert literal
    control characters in Info files, but deprecated since the
    time of Texinfo version 2)
  . \usebracesinindexestrue is no longer recommended for using braces in
    index entries, and has been a no-op for some time

* texi2any
  . extension modules fixed to work with the "thread-safe locales" of
    Perl 5.28 and newer
  . some code changed to stop warnings being given by newer versions of Perl
  . for HTML output, use `id' to define link targets instead of the `name'
    attribute on <a>
  . A native-code implementation of the Texinfo parser has been included
    on an experimental basis, which makes texi2any a lot faster.  Set the
    `TEXINFO_XS_PARSER' environment variable to 1 to use.
  . changes to HTML output:
     . omit colon after node name in menus by default (use
       `MENU_ENTRY_COLON' to add it back)
     . no special CSS for commands like @smallexample
     . new customization variable `SECTION_NAME_IN_TITLE' to use the
       section name as the document <title>
     . use section names instead of node names in generated menus
  . pass on flags set with -D to TeX
  . useless static libraries are not installed
  . the newline after an @insertcopying is not output
  . warning given for @multitable prototypes not in braces
  . @indent and @noindent are not allowed inside the arguments to
    commands where they are not meaningful
  . @quote-arg and @allow-recursion are not recognised (these two used
    to be recognised by makeinfo in macro definitions but were never
    implemented in texinfo.tex)
  . `FIX_TEXINFO' removed as a customization variable
  . do not recognise or warn about obsolete customization variables

* info
  . debugging output with -x is not diverted to a separate infodebug file

* Development:
  . switch from Subversion to git
     - https://savannah.gnu.org/git/?group=texinfo
  . automake 1.16
2019-10-08 14:30:09 +00:00
ryoon
a2a4b9a6e6 Updated lang/gawk to 5.0.1 2019-10-08 14:20:11 +00:00
ryoon
8274d0f9ba Update to 5.0.1
Changelog:
Changes from 5.0.0 to 5.0.1
---------------------------

1. A number of ChangeLog.1 files that were left out of the distribution
   have been restored.

2. Multiple syntax errors should no longer be able to cause a core dump.

3. Sandbox mode now disallows assigning new filename values in ARGV that
   were not there when gawk was invoked.

4. There are many small documentation improvements in the manual.

5. The new argument "no-ext" to --lint disables ``XXX is a gawk extension''
   lint warnings.

6. Infrastructure upgrades: Bison 3.4.

N. A number of bugs, some of them quite significant, have been fixed.
   See the ChangeLog for details.
2019-10-08 14:19:42 +00:00
ryoon
8d43a6a086 Fix Added patterns 2019-10-08 14:12:50 +00:00
ryoon
020c87be94 Fix build with recent EV_SET 2019-10-08 14:06:42 +00:00
hauke
e30ff57088 Declare use of perl. 2019-10-08 12:40:54 +00:00
prlw1
883c98f9ec Revert previous as per note from jpkerin@ (PR pkg/54608) 2019-10-08 10:58:17 +00:00
prlw1
4e19b060ed Fix build on SunOS gcc-solaris11 5.11 11.3 sun4u sparc SUNW,SPARC-Enterprise
from Palle Lyckegaard in PR pkg/54608.
2019-10-08 08:48:15 +00:00
triaxx
ac519c89c5 doc: Updated security/libgpg-error to 1.36nb1 2019-10-08 06:38:05 +00:00
triaxx
a1ff13750d libgpg-error: fix PR pkg/54609
pkgsrc changes:
---------------
* Apply upstream patches that will be removed in next release
  (https://github.com/gpg/libgpg-error/commit/7865041)
* Bump revision
2019-10-08 06:36:13 +00:00
gutteridge
57a2628fc4 blackbox: tweak DESCR 2019-10-08 03:06:27 +00:00
gutteridge
afac4159c1 blackbox70: typo fix in DESCR 2019-10-08 03:05:43 +00:00
gutteridge
3df6b7e30c doc: Updated wm/blackbox70 to 0.75 2019-10-08 03:01:50 +00:00
gutteridge
ff2100be25 blackbox70: update to 0.75 (a minor maintenance release)
pkgsrc-specific changes: we are now using upstream's formal release
archive, which means a configure script is provided, so we aren't
pulling in a bunch of tool dependencies just to generate such.

Change log:

Brian Bidulock <bidulock@openss7.org> (16):
      reformat TODO
      generate NEWS better
      update for gettext 0.20.1 to fix issue #23
      update release notes
      generate NOTES and TODO
      place filename last in sed command
      update build process
      have better defaults now
      gcc 9.1 too agressive on array-bounds warnings
      ignore release products
      generate release notes on dist
      handle annotated tags better when generating NEWS
      update po files
      ignore lz files
      update release files
      update release files
2019-10-08 02:59:59 +00:00
leot
a18a2c6bab doc: Make last proftpd entry consistent with other entries 2019-10-07 20:52:19 +00:00
adam
e62d5d6899 Updated devel/py-attrs, lang/py-asttokens, www/py-channels, devel/py-pathlib2 2019-10-07 20:30:51 +00:00
adam
f53feb0408 py-pathlib2: updated to 2.3.5
Version 2.3.5
- Fall back to ascii when getfilesystemencoding returns None
2019-10-07 20:30:22 +00:00
adam
9715cdd5c1 py-channels: updated to 2.3.0
2.3.0:
* Adjusted ``AsgiHandler`` HTTP body handling to use a spooled temporary file,
  rather than reading the whole request body into memory.

  As a result, ``AsgiRequest.__init__()`` is adjusted to expect a file-like
  ``stream``, rather than the whole ``body`` as bytes. Test cases instantiating
  requests directly will likely need to be updated to wrap the provided body
  in, e.g., `io.BytesIO`.
2019-10-07 20:28:57 +00:00
adam
d5e147913a py-asttokens: updated to 1.1.15
1.1.15:
Unknown changes
2019-10-07 20:28:13 +00:00
adam
2b1b750656 py-attrs: updated to 19.2.0
19.2.0:

Backward-incompatible Changes
- Removed deprecated ``Attribute`` attribute ``convert`` per scheduled removal on 2019/1.
- ``__lt__``, ``__le__``, ``__gt__``, and ``__ge__`` do not consider subclasses comparable anymore.

  This has been deprecated since 18.2.0 and was raising a ``DeprecationWarning`` for over a year.


Deprecations
- The ``cmp`` argument to ``attr.s()`` and ``attr.ib()`` is now deprecated.

  Please use ``eq`` to add equality methods (``__eq__`` and ``__ne__``) and ``order`` to add ordering methods (``__lt__``, ``__le__``, ``__gt__``, and ``__ge__``) instead – just like with `dataclasses <https://docs.python.org/3/library/dataclasses.html>`_.

  Both are effectively ``True`` by default but it's enough to set ``eq=False`` to disable both at once.
  Passing ``eq=False, order=True`` explicitly will raise a ``ValueError`` though.

  Since this is arguably a deeper backward-compatibility break, it will have an extended deprecation period until 2021-06-01.
  After that day, the ``cmp`` argument will be removed.

  ``attr.Attribute`` also isn't orderable anymore.

Changes
- Updated ``attr.validators.__all__`` to include new validators.
- Slotted classes now use a pure Python mechanism to rewrite the ``__class__`` cell when rebuilding the class, so ``super()`` works even on environments where ``ctypes`` is not installed.
- When collecting attributes using ``@attr.s(auto_attribs=True)``, attributes with a default of ``None`` are now deleted too.
- Fixed ``attr.validators.deep_iterable()`` and ``attr.validators.deep_mapping()`` type stubs.
- ``attr.validators.is_callable()`` validator now raises an exception ``attr.exceptions.NotCallableError``, a subclass of ``TypeError``, informing the received value.
- ``@attr.s(auto_exc=True)`` now generates classes that are hashable by ID, as the documentation always claimed it would.
- Added ``attr.validators.matches_re()`` that checks string attributes whether they match a regular expression.
- Keyword-only attributes (``kw_only=True``) and attributes that are excluded from the ``attrs``'s ``__init__`` (``init=False``) now can appear before mandatory attributes.
- The fake filename for generated methods is now more stable.
  It won't change when you restart the process.
- The value passed to ``@attr.ib(repr=…)`` can now be either a boolean (as before) or a callable.
  That callable must return a string and is then used for formatting the attribute by the generated ``__repr__()`` method.
- Added ``attr.__version_info__`` that can be used to reliably check the version of ``attrs`` and write forward- and backward-compatible code.
2019-10-07 20:25:01 +00:00
adam
08dab17330 Updated devel/py-prompt_toolkit2, www/py-httplib2, misc/py-tqdm, textproc/py-tabulate 2019-10-07 20:19:39 +00:00
adam
b26344fb07 py-tabulate: updated to 0.8.5
- 0.8.5: Future version
- 0.8.4: Bug fixes.
2019-10-07 20:19:14 +00:00
adam
826227d7ad py-tqdm: updated to 4.36.1
tqdm v4.36.1 stable

fix CLI entrypoint


tqdm v4.36.0 stable

expose more custom format params
potential thread safety fix
update submodule architecture
- backward-compatibility
- expose utils
- rename main -> cli
- add/fix tests
- fix minor cached var optimisation
- gui partial upgrade
- notebook upgrade
  . support {bar} in bar_format
  . inherit methods including set_*(refresh)
- ready for contrib releases
support custom bar_format with unknown total
fix tqdm_notebook red block on explicit file=None
update notebook to fully support custom bar_format
misc tidy
- warnings
- linting
- update submodule contribution guide
- parallel (py)make test
- fix Zenodo metadata
update documentation
- pandas, notebook, gui
- indentation
- update multiprocessing and multithreading examples
2019-10-07 20:17:10 +00:00
adam
f19c33e231 py-httplib2: updated to 0.14.0
0.14.0
* Python3: PROXY_TYPE_SOCKS5 with str user/pass raised TypeError
2019-10-07 20:13:20 +00:00
adam
95d2f86245 py-prompt_toolkit2: updated to 2.0.10
2.0.10:
Bug fixes:
- Handle HANDLE sizes correctly on windows. This made things break randomly.on
  64 bit systems.
- Handle terminal size correctly when reported as (0, 0).
- Fix width computation in progress bar formatter.
- Fix option-up and -down on Mac with iTerm2.
- Removed ctrl-c in confirmation prompt.

New features:
- Added PROMPT_TOOLKIT_NO_CPR=1 environment variable to disable CPR requests.
- Accept a pattern in `WordCompleter`.
2019-10-07 20:10:26 +00:00
christos
790380c3e7 new proftpd. 2019-10-07 19:31:37 +00:00
christos
481384c954 - update to 1.3.6
- add blacklistd support.
2019-10-07 19:29:47 +00:00
adam
b286a8416a Remove unused files; cleanup 2019-10-07 19:28:28 +00:00
adam
bba7b84006 Added databases/postgresql12 2019-10-07 19:23:34 +00:00
adam
6c545580f8 postgresql12: added version 12.0
Release 12:

General performance improvements, including:
* Optimizations to space utilization and read/write performance for B-tree indexes
* Partitioning performance enhancements, including improved query performance on tables with thousands of partitions, improved insertion performance with INSERT and COPY, and the ability to execute ALTER TABLE ATTACH PARTITION without blocking queries
* Automatic (but overridable) inlining of common table expressions (CTEs)
* Reduction of WAL overhead for creation of GiST, GIN, and SP-GiST indexes
* Support for covering GiST indexes, via the INCLUDE clause
* Multi-column most-common-value (MCV) statistics can be defined via CREATE STATISTICS, to support better plans for queries that test several non-uniformly-distributed columns

Enhancements to administrative functionality, including:
* REINDEX CONCURRENTLY can rebuild an index without blocking writes to its table
* pg_checksums can enable/disable page checksums (used for detecting data corruption) in an offline cluster
* Progress reporting statistics for CREATE INDEX, REINDEX, CLUSTER, VACUUM FULL, and pg_checksums

Support for the SQL/JSON path language

Stored generated columns

Nondeterministic ICU collations, enabling case-insensitive and accent-insensitive grouping and ordering

New authentication features, including:
* Encryption of TCP/IP connections when using GSSAPI authentication
* Discovery of LDAP servers using DNS SRV records
* Multi-factor authentication, using the clientcert=verify-full option combined with an additional authentication method in pg_hba.conf
2019-10-07 19:21:48 +00:00
rhialto
49d73c0970 Bump GCC_REQD to 7, because of
"configure: error: GCC 5.5.0 is too old, must be at least GCC 7.0.0".
2019-10-07 18:41:01 +00:00
adam
ee0f7d93a1 Updated www/py-soupsieve, www/py-beautifulsoup 2019-10-07 18:34:44 +00:00
adam
f93baca08a py-beautifulsoup: updated to 3.2.2
3.2.2:
Added helpful syntax errors when someone tries to run Beautiful Soup 3
code under Python 3. Added a detailed deprecation warning with
instructions for everyone else.
2019-10-07 18:34:21 +00:00
adam
fa6979b846 py-soupsieve: updated to 1.9.4
1.9.4
- **FIX**: :checked rule was too strict with option elements. The specification for :checked does not require an
  option element to be under a select element.
- **FIX**: Fix level 4 :lang() wildcard match handling with singletons. Implicit wildcard matching should not
  match any singleton. Explicit wildcard matching (* in the language range: *-US) is allowed to match singletons.
2019-10-07 18:27:09 +00:00
wiz
5619ad98a7 pitivi: fix PLIST for python != 3.7 2019-10-07 15:00:33 +00:00
wiz
e77618b787 doc: Updated multimedia/gst-plugins1-editing-services to 1.16.0nb1 2019-10-07 14:52:52 +00:00
wiz
3d832abf68 gst-plugins1-editing-services: add gstreamer1 requirement
(needs one that has gst-check enabled)

Remove gi file from PLIST that's not installed with current dependencies
(perhaps one is missing?).

Bump PKGREVISION.
2019-10-07 14:52:33 +00:00
kamil
3e59017563 doc: Added lang/tcltutor version 30b7 2019-10-07 14:39:17 +00:00
kamil
ea8d7785a3 + tcltutor 2019-10-07 14:38:49 +00:00
kamil
90e7cda039 lang/tcltutor: import tcltutor-30b7
This is a package designed to teach the Tcl programming language in a
quick and easy manner.  The goal is to teach the minimal amount of Tcl
syntax, commands and options that are necessary to write useful
programs.

You are encouraged to use the man pages and books to augment this
tutorial.
2019-10-07 14:37:34 +00:00
hauke
c835976da2 Un-break Solarish build by avoiding world-writable dist files.
Would be nice if the extract: target took care of this, where upstream cannot...
2019-10-07 12:54:51 +00:00