Commit graph

352268 commits

Author SHA1 Message Date
fcambus
5900957bf1 coma: update HOMEPAGE. 2022-02-11 12:08:38 +00:00
pho
1ec411f028 doc: Added lang/hs-hslua-packaging version 2.1.0 2022-02-11 12:08:25 +00:00
pho
398e8d2692 lang/hs-hslua-packaging: import hs-hslua-packaging-2.1.0
Utilities to package up Haskell functions and values into a Lua module.

This package is part of HsLua, a Haskell framework built around the
embeddable scripting language Lua.
2022-02-11 12:08:17 +00:00
pho
5832da37fc +hs-hslua-objectorientation 2022-02-11 12:07:46 +00:00
pho
b8661dabec doc: Added lang/hs-hslua-objectorientation version 2.1.0 2022-02-11 12:07:25 +00:00
pho
b9de89e7ad lang/hs-hslua-objectorientation: import hs-hslua-objectorientation-2.1.0
Expose Haskell objects to Lua with an object oriented interface.
2022-02-11 12:07:14 +00:00
pho
bf2b9faae2 +hs-hslua-classes 2022-02-11 12:06:48 +00:00
pho
3aa63fef43 doc: Added lang/hs-hslua-classes version 2.1.0 2022-02-11 12:06:21 +00:00
pho
ae2954e570 lang/hs-hslua-classes: import hs-hslua-classes-2.1.0
Type classes for convenient marshalling and calling of Lua functions.
2022-02-11 12:06:12 +00:00
pho
83acf46083 +hs-hslua-marshalling 2022-02-11 12:05:41 +00:00
pho
f73b18a927 doc: Added lang/hs-hslua-marshalling version 2.1.0 2022-02-11 12:05:13 +00:00
pho
979f866476 lang/hs-hslua-marshalling: import hs-hslua-marshalling-2.1.0
Provides functions to marshal values from Haskell to Lua, and vice versa.

This package is part of HsLua, a Haskell framework built around the
embeddable scripting language Lua.
2022-02-11 12:05:02 +00:00
pho
3224c97854 +hs-hslua-core 2022-02-11 12:04:05 +00:00
pho
997affdaf7 doc: Added lang/hs-hslua-core version 2.1.0 2022-02-11 12:03:42 +00:00
pho
97ae88ccf5 lang/hs-hslua-core: import hs-hslua-core-2.1.0
Wrappers and helpers to bridge Haskell and Lua.

It builds upon the lua package, which allows to bundle a Lua interpreter
with a Haskell program.
2022-02-11 12:03:30 +00:00
pho
2e729a4f15 +hs-lua 2022-02-11 11:59:51 +00:00
pho
1b6d7c7ee2 doc: Added lang/hs-lua version 2.1.0 2022-02-11 11:59:21 +00:00
pho
a3a08d2e96 Import lua-2.1.0
This package provides low-level bindings and types to bridge Haskell and
Lua.
2022-02-11 11:59:11 +00:00
pho
900621c5d4 doc: Updated net/hs-network to 3.1.2.7 2022-02-11 11:55:43 +00:00
pho
1ac221df55 Import network-3.1.2.7
Version 3.1.2.7
* No change from 3.1.2.6 but to take a right procedure to upload "network"
  to Hackage for Windows.

Version 3.1.2.6
* Making IPv4PktInfo on Win the same as that on Posix #522
* Add support for nix/ghcjs #517

Version 3.1.2.5
* Regenerate configure script with autoconf-2.69 to temporarily fix broken
  cabal-3.4.0.0 on Windows. Note that the old one was generated with
  autoconf-2.71. #513

Version 3.1.2.3
* Supporting M1 Mac #510
* Workaround for autoconf on Windows #508
* Fixing building failure on SmartOS #507
* HsNet.h: remove unused fn hsnet_inet_ntoa definition #504
* Use a working define for OpenBSD detection #503

Version 3.1.2.2
* Allow bytestring 0.11 #490
* Export StructLinger #491
* Fix a couple of broken tests on OpenBSD #498
2022-02-11 11:55:33 +00:00
pho
473e5cfa9e Fix build with GHC 9.2 2022-02-11 11:53:19 +00:00
pho
24bf979642 Fix build with GHC 9.2 2022-02-11 11:33:22 +00:00
pho
b9fc582a60 doc: Updated textproc/hs-commonmark to 0.2.1.1 2022-02-11 11:31:55 +00:00
pho
c1a248fc52 Import commonmark-0.2.1.1
0.2.1.1
* Fix bug in prettyShow for SourceRange (#80). The bug led to an infinite
  loop in certain cases.

0.2.1
* Use official 0.30 spec.txt.
* Update HTML block parser for recent spec changes.
* Fix test case from commonmark/cmark#383. We need to index the list of
  stack bottoms not just by the length mod 3 of the closer but by whether
  it can be an opener, since this goes into the calculation of whether the
  delimiters can match.

0.2
* Commonmark.Inlines: export LinkInfo(..) [API change].
* Commonmark.Inlines: export pLink [API chage].
* Comonmark.ReferenceMap: Add linkPos field to LinkInfo [API change].
* Commonmark.Tokens: normalize unicode to NFC before tokenizing
  (#57). Normalization might affect detection of flankingness, recognition
  of reference links, etc.
* Commonmark.Html: add data-prefix to non-HTML5 attributes, as pandoc does.
* Remove unnecessary build-depends.
* Use lightweight tasty-bench instead of criterion for benchmarks.
2022-02-11 11:31:47 +00:00
pho
7c39647238 Fix build with GHC 9.2 2022-02-11 11:29:44 +00:00
pho
a293430ba7 doc: Updated textproc/hs-jira-wiki-markup to 1.4.0 2022-02-11 11:29:21 +00:00
pho
a8f98236d1 Import jira-wiki-markup-1.4.0
1.4.0 - Released 2021-05-25.
    Allow quoted image parameters.
    Added support for "smart links".
    API Change: Add new constructors SmartCard and SmartLink to
    Text.Jira.Markup.LinkType.

1.3.5 - Released 2021-05-24.
    Allow spaces and most unicode characters in attachment links.
    No longer require a newline character after {noformat}.
    Only allow URI path segment characters in bare links.
    The file: schema is no longer allowed in bare links; these rarely make
    sense.
2022-02-11 11:29:12 +00:00
adam
f4aa4bc10d Updated devel/py-zope.hookable, devel/py-zope.exceptions, www/py-zope.proxy, devel/py-zope.deferredimport 2022-02-11 11:24:41 +00:00
adam
4a3c5c6754 py-zope.deferredimport: updated to 4.4
4.4
Add support for Python 3.8, 3.9 and 3.10.
Drop support for Python 3.4.
2022-02-11 11:24:16 +00:00
adam
a4079a21da py-zope.proxy: updated to 4.5.0
4.5.0

Add support for Python 3.10.

4.4.0

Add support for Python 3.9.
Create aarch64 wheels.
2022-02-11 11:23:00 +00:00
adam
171409b460 py-zope.exceptions: updated to 4.5
4.5:
Add official support for Python 3.9 and 3.10.
Undo dropping support for Python 3.5.
Drop support for running the tests using python setup.py test.
2022-02-11 11:20:39 +00:00
adam
69671a0c40 py-zope.hookable: updated to 5.1.0
5.1.0:
Add support for Python 3.9.
Create Linux aarch64 wheels.
2022-02-11 11:20:07 +00:00
pin
0384a058b7 doc: Updated wm/wmutils-opt to 1.0 2022-02-11 10:18:59 +00:00
pin
d997423ad5 wm/wmutils-opt: update to release 2022-02-11 10:18:41 +00:00
adam
22ecbd84ae Updated devel/py-prompt_toolkit, net/wireshark 2022-02-11 10:08:46 +00:00
adam
458847b53d wireshark: updated to 3.6.2
Wireshark 3.6.2 Release Notes

 What’s New

  Bug Fixes

   The following vulnerabilities have been fixed:

     • wnpa-sec-2022-01[1] RTMPT dissector infinite loop. Issue
       17813[2].

     • wnpa-sec-2022-02[3] Large loops in multiple dissectors. Issue
       17829[4], Issue 17842[5], Issue 17847[6], Issue 17855[7], Issue
       17891[8], Issue 17925[9], Issue 17926[10], Issue 17931[11], Issue
       17932[12], Issue 17933[13].

     • wnpa-sec-2022-03[14] PVFS dissector crash. Issue 17840[15].

     • wnpa-sec-2022-04[16] CSN.1 dissector crash. Issue 17882[17].

     • wnpa-sec-2022-05[18] CMS dissector crash. Issue 17935[19].

   The following bugs have been fixed:

     • Support for GSM SMS TPDU in HTTP2 body Issue 17784[20].

     • Wireshark 3.6.1 broke the ABI by removing ws_log_default_writer
       from libwsutil Issue 17822[21].

     • Fedora RPM package build failing with RPATH of /usr/local/lib64
       Issue 17830[22].

     • macos-setup.sh: ftp.pcre.org no longer exists Issue 17834[23].

     • nmap.org/npcap → npcap.com: domain/URL change Issue 17838[24].

     • MPLS ECHO FEC stack change TLV not dissected correctly Issue
       17868[25].

     • Attempting to open a systemd journal export file segfaults Issue
       17875[26].

     • Dissector bug on 802.11ac packets Issue 17878[27].

     • The Info column shows only one NGAP/S1AP packet of several
       packets inside an SCTP packet Issue 17886[28].

     • Uninstalling Wireshark 3.6.1 on Windows 10 fails to remove the
       installation directory because it doesn’t remove the User’s Guide
       subdirectory and all its contents. Issue 17898[29].

     • 3.6 doesn’t build without zlib Issue 17899[30].

     • SIP Statistics no longer properly reporting method type
       accounting Issue 17904[31].

     • Fuzz job crash output: fuzz-2022-01-26-6940.pcap Issue 17909[32].

     • SCTP retransmission detection broken for the first data chunk of
       each association with relative TSN Issue 17917[33].

     • “Show In Folder” doesn’t work correctly for filenames with spaces
       Issue 17927[34].

  New and Updated Features

  New Protocol Support

   There are no new protocols in this release.

  Updated Protocol Support

   AMP, ASN.1 PER, ATN-ULCS, BGP, BP, CFLOW, CMS, CSN.1, GDSDB, GSM RP,
   GTP, HTTP3, IEEE 802.11 Radiotap, IPDC, ISAKMP, Kafka, MP2T, MPEG
   PES, MPEG SECT, MPLS ECHO, NGAP, NTLMSSP, OpenFlow 1.4, OpenFlow 1.5,
   P_MUL, PN-RT, PROXY, PTP, PVFS, RSL, RTMPT, rtnetlink, S1AP, SCTP,
   Signal PDU, SIP, TDS, USB, WAP, and ZigBee ZCL

  New and Updated Capture File Support

   BLF and libpcap

  New File Format Decoding Support

   There is no new or updated file format support in this release.
2022-02-11 10:08:27 +00:00
adam
6370e23c21 py-prompt_toolkit: updated to 3.0.28
3.0.28

New features:
- Support format specifiers for HTML and ANSI formatted text.
- Accept defaults for checkbox and radio list, and their corresponding dialogs.

Fixes:
- Fix resetting of cursor shape after the application terminates.
2022-02-11 10:01:12 +00:00
pho
94587510a5 doc: Updated textproc/hs-unicode-transforms to 0.4.0 2022-02-11 09:51:24 +00:00
pho
ddfacb2d58 Import unicode-transform-0.4.0
0.4.0 (November 2021)
    Bump unicode-data to 0.2
    Allow text 2.0
    Update to Unicode version 14.0.0
    Drop support for GHC 7.10

0.3.8
    Allow ghc-prim 0.7
    Extract unicode-data into its own package
    Depend on the latest stable text
2022-02-11 09:51:15 +00:00
pho
c56603abdb +hs-unicode-data 2022-02-11 09:50:29 +00:00
pho
8bf2c021fb doc: Added textproc/hs-unicode-data version 0.3.0 2022-02-11 09:49:16 +00:00
pho
b0056b03f2 doc: Updated devel/alex to 3.2.7.1 2022-02-11 09:47:53 +00:00
pho
fc09339f6f Update to alex-3.2.7.1
Change in 3.2.7.1
* Fix bug with repeated numeral characters outside of r{n,m}
  repetitions. This was a regression introduced in 3.2.7.

Changes in 3.2.7
* Allow arbitrary repetitions in regexps. Previously, the r{n,m} and
  related forms were restricted to single digit numbers n and m.
* DFA minimization used to crash on tokens of the form c* which produce
  automata with only accepting states. Considering the empty set of
  non-accepting states as an equivalence class caused minimization to crash
  with exception.
* The small_base flag is removed. Extremely old GHCs will no longer build.
* A number of bug fixes and clearer diagnostics.
2022-02-11 09:47:44 +00:00
pin
76d568ca1e wm/wmutils-core: update to 1.6
Bumping four versions, see upstream for changes,
too many to list here.
2022-02-11 09:47:34 +00:00
pho
301a8d4c61 doc: Updated devel/hs-ansi-terminal to 0.11.1 2022-02-11 09:46:26 +00:00
pho
f18ce2b760 Update to ansi-terminal-0.11.1
Version 0.11.1
* On Windows, fix compatability with the Windows I/O Manager (WinIO)
  introduced in GHC 9.0.1, by incorporating changes made in package
  Win32-2.13.2.0 in that regard.
* Improvements to Haddock documentation.
2022-02-11 09:46:16 +00:00
pin
1961910443 doc: Updated audio/termusic to 0.6.10 2022-02-11 09:45:56 +00:00
pin
6cf4df3e1f audio/termusic: update to 0.6.10
-Make yt-dlp as default download program for youtube thus remove feature yt-dlp.
-Fix issue #39, repeating one song occasionally hangs.
2022-02-11 09:45:34 +00:00
pho
a4b82c6b8e Fix build with GHC 9.2 2022-02-11 09:43:46 +00:00
pho
016bf537da doc: Updated misc/hs-extra to 1.7.10 2022-02-11 09:42:25 +00:00