Commit graph

362255 commits

Author SHA1 Message Date
wiz
5d7d78c7b5 doc: Added fonts/tex-alkalami.doc version 2022 2022-08-19 16:15:23 +00:00
wiz
3ea4cc6681 doc: Added fonts/tex-alkalami version 1.000 2022-08-19 16:15:11 +00:00
wiz
92b4a77066 fonts/Makefile: + tex-alkalami* 2022-08-19 16:14:56 +00:00
wiz
46c9558ded fonts/tex-alkalami.doc: import tex-alkalami.doc-2022
This font is designed for Arabic-based writing systems in the
Kano region of Nigeria and Niger.

This package contains the documentation.
2022-08-19 16:14:38 +00:00
wiz
3eed175db3 fonts/tex-alkalami: import tex-alkalami-1.000
This font is designed for Arabic-based writing systems in the
Kano region of Nigeria and Niger.
2022-08-19 16:13:59 +00:00
tnn
ac61af1040 ruby-power_assert: skip the package if the version is same as ruby-base
avoids this error in bulk builds:
=> Creating binary package .../packages/ruby31-power_assert-2.0.1.tgz
pkg_add: Conflicting PLIST with ruby31-base-3.1.2nb3: lib/ruby/gems/3.1.0/cache/power_assert-2.0.1.gem
2022-08-19 14:16:47 +00:00
tnn
6049635adb doc: Updated devel/woboq_codebrowser to 2.1.20220614 2022-08-19 14:06:16 +00:00
tnn
26e92a7e24 woboq_codebrowser: remove manual do-install target 2022-08-19 14:01:38 +00:00
wiz
df8fd77955 doc: Added mail/py-postfix-mta-sts-resolver version 1.1.3 2022-08-19 13:59:53 +00:00
wiz
82e019ac47 mail/Makefile: + py-postfix-mta-sts-resolver 2022-08-19 13:59:43 +00:00
wiz
e5f3cd0935 mail/py-postfix-mta-sts-resolver: import py-postfix-mta-sts-resolver-1.1.3
A daemon which provides TLS client policy for Postfix via socketmap,
according to domain MTA-STS policy. The current support for RFC8461
is limited - the daemon lacks some minor features:

* Fetch error reporting
* Fetch ratelimit (but actual fetch rate partially restricted with
  `cache_grace` config option).

The server has a configurable cache backend which allows storing
cached STS policies in memory (`internal`), a file (`sqlite`) or
in a Redis database (`redis`).
2022-08-19 13:59:28 +00:00
wiz
66c0475a26 doc: Added net/py-aiodns version 3.0.0 2022-08-19 13:58:53 +00:00
wiz
292584de98 net/Makefile: + py-aiodns 2022-08-19 13:58:42 +00:00
wiz
99e60b7180 net/py-aiodns: import py-aiodns-3.0.0
aiodns provides a simple way for doing asynchronous DNS resolutions
using pycares.
2022-08-19 13:58:27 +00:00
tnn
b2ed57cca0 woboq_codebrowser: retain the old PKGNAME despite DISTFILE name change 2022-08-19 13:51:55 +00:00
wiz
46275380ce doc: Updated net/py-cares to 4.2.2 2022-08-19 13:48:39 +00:00
wiz
5c37399a18 py-cares: update to 4.2.2.
After 4.0:

No longer updated. Please check the commits.

Version 4.0.0
=============
- doc: uppdate README
- core: add support for CAA queries
- core: add support for getaddrinfo()
- doc: update README
- core: add ability to use the system installed c-ares
- misc: set version to 4.0.0
- test: remove TTL tests
- core: update c-ares and use a submodule
- core: drop bundled c-ares version
- misc: drop tasks.py

Version 3.2.0
=============
- misc: add Python 3.9 classifier
- core: drop py3.5 from CI and documentation
- ci: run tests in Python 3.9
- ci: fix SDK path in appveyor
- ci: fix VS linker in appveyor
- ci: update python installer script in appveyor
- misc: add compiled windows dll to gitignore
- test: skip SOA non-ascii test due to changes in remote host
- test: fix broken chunked TXT test due to changes in remote host
- test: skip ANY test due to problems with mac
- ci: add action to release wheels to PyPi
- ci: drop AppVeyor
- ci: don't fail fast
- ci: stop testing on Travis
- test: add generic way to check for a CI
- test: relax check
- test: try to avoid spurious CI failures
- ci: test all platforms on GH actions
- ci: build wheels on GH Actions
- build: fix build error on macOS
- ci: explicitly set Python versions to build wheels for
- ci: update cibuildwheel
- ci: re-add IDNA test

Version 3.1.1
=============
- ffi: new style callbacks

Version 3.1.0
=============
- misc: add Python 3.8 classifier
- (origin/master, origin/HEAD) build: use Travis to build Python Wheels
- ci: use GH Actions to test on macOS
- ci: run tests in Python 3.8 too
- test: remove no longer valid test
- test: remove empty test
- errno: return str from errno.strerror
- core: fix crash when processing .onion queries
- test: fix test_query_txt_multiple_chunked
- doc: fix path of _version.py file
- core: fix support for ARES_OPT_LOOKUPS option
- build: add cygwin support
- core: fix struct in6_addr alignment
- misc: simplify non-ascii txt test example
- core: fix long TXT record with non-ascii bytes
- build: remove extra add_include_dir line on linux
- build: fix testing manylinux wheels

Version 3.0.0
=============
(changes since version 2.x)
 - core: drop C backend in favor of CFFI
 - core: drop Python < 3.5 support
 - core: use None instead of -1 for default values
 - core: add support for ANY queries
 - core: automagically encode query names with IDNA
 - core: add support for ares_search

Version 3.0.0b5
===============
 - core: add support for ares_search

Version 3.0.0b4
===============
 - core: give better errors descriptions for AresError
 - test: add IDNA test using the query() API
 - cffi: simplify destroying ares channel

Version 3.0.0b3
===============
 - core: reorganize package
 - core: automagically encode query names with IDNA

Version 3.0.0b2
===============
 - errno: fix errorcode dictionary

Version 3.0.0b1
===============
 - core: add support for ANY queries
 - cffi: fix memory leak

Version 3.0.0b0
===============
 - core: drop C backend
 - core: drop Python < 3.5 support
 - core: use None instead of -1 for default values
 - core: set TTL to -1 when we cannot parse it
2022-08-19 13:48:29 +00:00
tnn
fa7afc2ed5 wodoq_codebrowser: update to git master to fix build with lang/clang 14 2022-08-19 13:48:25 +00:00
adam
71aa2fdba8 Updated www/py-paste, finance/py-stripe 2022-08-19 13:31:30 +00:00
adam
c212577085 py-stripe: updated to 4.0.2
4.0.2 - 2022-08-03
* Fix issue where auto_paging_iter failed on nested list objects.

4.0.1 - 2022-08-02
* Fix incorrect handling of additional request parameters
  * Fixes issue where using special parameter like `api_key`, `idempotency_key`, `stripe_version`, `stripe_account`, `headers` can cause a `Received unknown parameter error`.

4.0.0 - 2022-08-02

Breaking changes that arose during code generation of the library that we postponed for the next major version. For changes to the SDK, read more detailed description at https://github.com/stripe/stripe-python/wiki/Migration-guide-for-v4. For changes to the Stripe products, read more at https://stripe.com/docs/upgrades#2022-08-01.

"⚠️" symbol highlights breaking changes.

* API Updates
* Next major release changes
* API Updates. Add Price.create tests.
* API Updates. Use auto-generation for credit_note and invoice methods.

⚠️ Removed
- Removed deprecated `AlipayAccount`, `BitcoinReceiver`, `BitcoinTransaction`, `IssuerFraudRecord`, `Recipient`, `RecipientTransfer`, and  `ThreeDSecure` classes.
- Removed deprecated `Charge.update_dispute` and `Charge.close_dispute` methods that were using legacy REST API endpoint. Prefer [Dispute.modify](https://stripe.com/docs/api/disputes/update?lang=python) and [Dispute.close](https://stripe.com/docs/api/disputes/close?lang=python)
- Removed deprecated `Card.details` method and `CardDetails` resource. The REST API endpoint is not longer supported.
- Removed the deprecated `Source.source_transactions` method. Prefer `SubscriptionItem.list_source_transactions`
- Removed the deprecated `SubscriptionItem.usage_record_summaries` method. Prefer `SubscriptionItem.list_usage_record_summaries`
- Removed the deprecated `Charge.refund` method. Prefer [Refund.create](https://stripe.com/docs/api/refunds/create)

⚠️ Changed
- To be consistent with other resource methods, `ApplicationFee.refund` returns an instance of `ApplicationFee` and doesn't mutate the instance of `ApplicationFee`.
- To be consistent with other resource methods, the `Customer.delete_discount` no longer resets the `discount` property to `None` and returns the deleted discount instead. If you were relying on this behavior, reset the discount property manually:
- The `LineItem` resource now inherits from `StripeObject` as it has no methods of it's own.
- To be consistent with other resource methods, the `Subscription.delete_discount` returns an instance of deleted discount and doesn't mutate the instance of `Subscription`.
- Update the CA certificate bundle.
- Request sending logic unified across standard and custom methods (https://github.com/stripe/stripe-python/pull/832)
2022-08-19 13:30:17 +00:00
adam
3c9df27e97 py-paste: updated to 3.5.2
3.5.2
* Additional fixes to next in iterators.
2022-08-19 13:22:16 +00:00
taca
096731da12 doc: Updated mail/roundcube to 1.6.0nb1 2022-08-19 13:09:58 +00:00
taca
a0151aebe6 mail/roundcube: restore patches
Restore patches accidently removed by me.

Noted by tnn@ and thanks much.

Bump PKGREVISION.
2022-08-19 13:09:38 +00:00
tnn
7fd240a3cf ocaml-core_unix: fix build on SunOS 2022-08-19 12:42:34 +00:00
wiz
e71debc2bf doc: Updated devel/hs-vector to 0.13.0.0 2022-08-19 12:30:23 +00:00
wiz
6948af524d hs-vector: update to 0.13.0.0.
# Changes in version 0.13.0.0

 * `mkType` from `Data.Vector.Generic` is deprecated in favor of
   `Data.Data.mkNoRepType`
 * The role signatures on several `Vector` types were too permissive, so they
   have been tightened up:
   * The role signature for `Data.Vector.Mutable.MVector` is now
     `type role MVector nominal representational` (previously, both arguments
     were `phantom`). [#224](https://github.com/haskell/vector/pull/224)
   * The role signature for `Data.Vector.Primitive.Vector` is now
     `type role Vector nominal` (previously, it was `phantom`).
     The role signature for `Data.Vector.Primitive.Mutable.MVector` is now
     `type role MVector nominal nominal` (previously, both arguments were
     `phantom`). [#316](https://github.com/haskell/vector/pull/316)
   * The role signature for `Data.Vector.Storable.Vector` is now
     `type role Vector nominal` (previous, it was `phantom`), and the signature
     for `Data.Vector.Storable.Mutable.MVector` is now
     `type role MVector nominal nominal` (previous, both arguments were
     `phantom`). [#235](https://github.com/haskell/vector/pull/235)

     We pick `nominal` for the role of the last argument instead of
     `representational` since the internal structure of a `Storable` vector is
     determined by the `Storable` instance of the element type, and it is not
     guaranteed that the `Storable` instances between two representationally
     equal types will preserve this internal structure.  One consequence of this
     choice is that it is no longer possible to `coerce` between
     `Storable.Vector a` and `Storable.Vector b` if `a` and `b` are nominally
     distinct but representationally equal types. We now provide
     `unsafeCoerce{M}Vector` and `unsafeCast` functions to allow this (the onus
     is on the user to ensure that no `Storable` invariants are broken when
     using these functions).
 * Methods of type classes `Data.Vector.Generic.Mutable.MVector` and
   `Data.Vector.Generic.Vector` use concrete monads (`ST`, etc) istead of being
   polymorphic (`PrimMonad`, etc). [#335](https://github.com/haskell/vector/pull/335).
   This makes it possible to derive `Unbox` with:
   * `GeneralizedNewtypeDeriving`
   * via `UnboxViaPrim` and `Prim` instance
   * via `As` and `IsoUnbox` instance: [#378](https://github.com/haskell/vector/pull/378)
 * Add `MonadFix` instance for boxed vectors: [#312](https://github.com/haskell/vector/pull/312)
 * Re-export `PrimMonad` and `RealWorld` from mutable vectors:
   [#320](https://github.com/haskell/vector/pull/320)
 * Add `maximumOn` and `minimumOn`: [#356](https://github.com/haskell/vector/pull/356)
 * The functions `scanl1`, `scanl1'`, `scanr1`, and `scanr1'` for immutable
   vectors are now defined when given empty vectors as arguments,
   in which case they return empty vectors. This new behavior is consistent
   with the one of the corresponding functions in `Data.List`.
   Prior to this change, applying an empty vector to any of those functions
   resulted in an error. This change was introduced in:
   [#382](https://github.com/haskell/vector/pull/382)
 * Change allocation strategy for `unfoldrN`: [#387](https://github.com/haskell/vector/pull/387)
 * Remove `CPP` driven error reporting in favor of `HasCallStack`:
   [#397](https://github.com/haskell/vector/pull/397)
 * Remove redundant `Storable` constraints on to/from `ForeignPtr` conversions:
   [#394](https://github.com/haskell/vector/pull/394)
 * Add `unsafeCast` to `Primitive` vectors: [#401](https://github.com/haskell/vector/pull/401)
 * Make `(!?)` operator strict: [#402](https://github.com/haskell/vector/pull/402)
 * Add `readMaybe`: [#425](https://github.com/haskell/vector/pull/425)
 * Add `groupBy` and `group` for `Data.Vector.Generic` and the specialized
   version in `Data.Vector`, `Data.Vector.Unboxed`, `Data.Vector.Storable` and
   `Data.Vector.Primitive`. [#427](https://github.com/haskell/vector/pull/427)
 * Add `toArraySlice` and `unsafeFromArraySlice` functions for conversion to and
   from the underlying boxed `Array`: [#434](https://github.com/haskell/vector/pull/434)
2022-08-19 12:30:14 +00:00
wiz
d2c2934673 doc: Added devel/hs-vector-stream version 0.1.0.0 2022-08-19 12:23:33 +00:00
wiz
139cb5a0ba devel/Makefile: + hs-vector-stream 2022-08-19 12:23:23 +00:00
wiz
3f4dd5671e devel/hs-vector-stream: import hs-vector-stream-0.1.0.0
Simple yet powerful monadic streams that are used as a backbone
for vector package fusion functionality.
2022-08-19 12:22:57 +00:00
tnn
a366674b8f nas: replicate missing -laudio fix from patch-ag to more places
Use a SUBST block instead of a patch since too many Makefiles need fixups.
2022-08-19 12:17:46 +00:00
wiz
bb7ef39855 doc: Updated converters/hs-aeson to 2.1.0.0 2022-08-19 12:16:09 +00:00
wiz
2a492d9c18 hs-aeson: update to 2.1.0.0.
### 2.1.0.0

- Change time instances of types with year (`Day`, `UTCTime`) to require years with at least 4 digits.
- Change `KeyValue` instances to be more general (and use equality to constraint them) instead of being more lax flexible instances.
- Export `Key` type also from `Data.Aeson.KeyMap` module.
- Export `mapWithKey` from `Data.Aeson.KeyMap` module.
- Export `ifromJSON` and `iparse` from `Data.Aeson.Types`. Add `iparseEither`.
- Add `MonadFix Parser` instance.
- Make `Semigroup Series` slightly lazier
- Add instances for `Generically` type
2022-08-19 12:16:00 +00:00
wiz
51bf43e707 doc: Added devel/hs-generically version 0.1 2022-08-19 12:14:49 +00:00
wiz
975de9c5dd devel/Makefile: + hs-generically 2022-08-19 12:14:38 +00:00
wiz
60f404e185 devel/hs-generically: import hs-generically-0.1
This is a compatibility package as Generically and Generically1
newtypes are available since base-4.17 in GHC.Generics.
2022-08-19 12:10:41 +00:00
tnn
7aece6e0c1 hs-*sqlite*: propagate sqlite3 dependency in bl3.mk
seems to be needed for devel/hs-hiedb
2022-08-19 11:43:50 +00:00
tnn
8653342b61 R-uuid: carry over SunOS build fix from devel/libuuid 2022-08-19 11:36:25 +00:00
tnn
61a6f9e6d1 gpgme: add patch from upstream to not require C++14 2022-08-19 11:15:16 +00:00
pin
b4136a31f0 doc: Updated audio/termusic to 0.7.3 2022-08-19 10:17:40 +00:00
pin
1a5d9b40e0 audio/termusic: update to 0.7.3
[v0.7.3] Released on: August 18, 2022.
    Fix: Windows compile warnings.
    Fix: Clippy warning for rust v1.63.0.
    Fix: Compile error for lofty 0.8.
    Fix: tag editor delete error.
2022-08-19 10:17:16 +00:00
pin
eb43e37b30 doc: Updated news/tuifeed to 0.2.1 2022-08-19 10:16:21 +00:00
pin
955d34a7ce news/tuifeed: update to 0.2.1
Released on 19/08/2022

    If published is None, use updated from feed.
2022-08-19 10:15:58 +00:00
micha
25741bef07 doc: Updated x11/xlockmore and x11/xlockmore-lite to 5.71 2022-08-19 10:15:42 +00:00
micha
e48d911a40 x11/xlockmore: Update to 5.71
5.71
  Patch for Theobromine, Niacin, and Cobalamin from Richard Narron,
    richard AT aaazen.com.
  Added cuboctahedron from mxico to ico mode.
  xmlock updates for Athena for toggles.  Fix also for Xaw3d.  I think
    it has most of the working parts to the Motif version now.
2022-08-19 10:11:09 +00:00
wiz
73878fc4b5 doc/TODO: + krita-5.1, libreoffice-7.4.0. 2022-08-19 10:08:25 +00:00
tnn
822a3e5422 *: summon ghosts of HOMEPAGEs past with Wayback Machine 2022-08-19 09:58:30 +00:00
fcambus
06c83c5ff0 most: add missing LICENSE marker. 2022-08-19 09:25:53 +00:00
fcambus
f514451773 doc: Updated devel/mold to 1.4.1 2022-08-19 08:59:59 +00:00
fcambus
960f1f2b7b mold: update to 1.4.1.
New features:

- mold/macOS is now available as an alpha feature. We do not recommend using
  it for anything serious though. Starting from this version, we accept not
  only mold/Unix issues but also mold/macOS ones on our GitHub Issues. Feel
  free to file a bug if you encounter any problem.
- We started supporting CMake in addition to Make to build mold. Our long-term
  plan is to migrate from Make to CMake because we want to support Windows
  eventually and CMake provides a better Windows support than Make does.

Bug fixes and compatibility improvements:

- There was a bug that mold accidentally exported a hidden symbol from an
  executable if a shared library linked to that executable happened to define
  the same symbol. This caused a build issue with Blender. The bug has been
  fixed.
- --hash-style=both is now the default if no --hash-style option is given.
  Previously, --hash-style=sysv was the default. This change shouldn't affect
  most users because the compiler driver (cc, gcc, clang, etc.) always passes
  --hash-style to the linker. We made this change because GNU ld defaults to
  --hash-style=both.
- Alias symbols defined by the --defsym option now have the same scope as the
  aliased symbols. Previously, alias symbols defined by --defsym were always
  hidden and never be exported as dynamic symbols.
- mold now accepts foo = bar-style linker script directive to define symbol
  aliases. Previously, such statement was treated as a syntax error. This
  change was made to link mariadb-connector-c correctly.
- Symbols in mergeable string sections now have correct output section indices
  instead of SHN_UNDEF.
- [ARM32] Previously, calling a function from ARM code to Thumb code caused a
  program crash due to bug #442. This issue has been fixed.
2022-08-19 08:59:48 +00:00
leot
3633ecbfbd doc: Updated sysutils/node_exporter to 1.3.1 2022-08-19 08:39:46 +00:00