[macports-ports] branch master updated (60fcf451c6a -> 439112ec0f6)

Herby Gillot herby.gillot at gmail.com
Sat Aug 12 00:48:19 UTC 2023


Herby Gillot (herbygillot) pushed a change to branch master
in repository macports-ports.

    from 60fcf451c6a py-async-timeout: update to 4.0.3
     new caaf2e7b852 cl-iolib: new port (version 0.8.4)
     new 308ae85d704 cl-lass: new port (version 20230703)
     new c4e569cc386 cl-lparallel: new port (version 2.8.4)
     new a0a18db97b0 cl-trivial-timeout: new port (version 20230609)
     new c733cafed2d cl-montezuma: new port (version 20170216)
     new 81824d36cc5 cl-ndebug: new port (version 0.2.0)
     new 647586341dd cl-parse-declarations: new port (version 20090908)
     new a04e10a98b8 cl-parse-number: new port (version 1.7)
     new 97983f70d64 cl-string-case: new port (version 20180718)
     new f6b986b4e48 cl-trivial-file-size: new port (version 20220718)
     new cde1f434dd1 cl-trivial-macroexpand-all: new port (version 20171020)
     new 7d4cd775fe1 cl-atomics: new port (version 20230703)
     new 6f207a4ce7c cl-serapeum: new port (version 20230806)
     new bfc64ef72c5 cl-nfiles: new port (version 1.1.3)
     new fa47834195c cl-float-features: new port (version 20230703)
     new 156deab6bed cl-com.inuoe.jzon: new port (version 1.1.1)
     new b85fb220e67 cl-njson: new port (version 1.1.0)
     new fa417902a7c cl-nhooks: new port (version 1.2.1)
     new 057a4e13e86 cl-nkeymaps: new port (version 1.0.0)
     new ab32087ba0c cl-array-utils: new port (version 20230703)
     new 5ee26955da3 cl-plump: new port (version 20230703)
     new e3cac2cc676 cl-clss: new port (version 20230703)
     new c23d65410da common_lisp PG: allow to control patterns for used systems
     new f29ceeca5e4 cl-cffi-gtk: new port (version 20230202)
     new f9a52743940 cl-acclimation: new port (version 20230226)
     new 41532427024 cl-clump: new port (version 20160408)
     new 5b3b9192947 cl-cluffer: new port (version 20230224)
     new 439112ec0f6 cl-nsymbols: new port (version 0.3.1)

The 28 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 _resources/port1.0/group/common_lisp-1.0.tcl | 51 ++++++++++++++++----------
 lisp/cl-acclimation/Portfile                 | 25 +++++++++++++
 lisp/cl-array-utils/Portfile                 | 24 +++++++++++++
 lisp/cl-atomics/Portfile                     | 28 +++++++++++++++
 lisp/cl-cffi-gtk/Portfile                    | 53 ++++++++++++++++++++++++++++
 lisp/cl-clss/Portfile                        | 25 +++++++++++++
 lisp/cl-cluffer/Portfile                     | 32 +++++++++++++++++
 lisp/cl-clump/Portfile                       | 30 ++++++++++++++++
 lisp/cl-com.inuoe.jzon/Portfile              | 31 ++++++++++++++++
 lisp/cl-float-features/Portfile              | 28 +++++++++++++++
 lisp/cl-iolib/Portfile                       | 33 +++++++++++++++++
 lisp/cl-lass/Portfile                        | 26 ++++++++++++++
 lisp/cl-lparallel/Portfile                   | 39 ++++++++++++++++++++
 lisp/cl-montezuma/Portfile                   | 38 ++++++++++++++++++++
 lisp/cl-ndebug/Portfile                      | 30 ++++++++++++++++
 lisp/cl-nfiles/Portfile                      | 37 +++++++++++++++++++
 lisp/cl-nhooks/Portfile                      | 30 ++++++++++++++++
 lisp/cl-njson/Portfile                       | 25 +++++++++++++
 lisp/cl-nkeymaps/Portfile                    | 29 +++++++++++++++
 lisp/cl-nsymbols/Portfile                    | 29 +++++++++++++++
 lisp/cl-parse-declarations/Portfile          | 23 ++++++++++++
 lisp/cl-parse-number/Portfile                | 21 +++++++++++
 lisp/cl-plump/Portfile                       | 25 +++++++++++++
 lisp/cl-serapeum/Portfile                    | 41 +++++++++++++++++++++
 lisp/cl-string-case/Portfile                 | 22 ++++++++++++
 lisp/cl-trivial-file-size/Portfile           | 24 +++++++++++++
 lisp/cl-trivial-macroexpand-all/Portfile     | 23 ++++++++++++
 lisp/cl-trivial-timeout/Portfile             | 27 ++++++++++++++
 28 files changed, 830 insertions(+), 19 deletions(-)
 create mode 100644 lisp/cl-acclimation/Portfile
 create mode 100644 lisp/cl-array-utils/Portfile
 create mode 100644 lisp/cl-atomics/Portfile
 create mode 100644 lisp/cl-cffi-gtk/Portfile
 create mode 100644 lisp/cl-clss/Portfile
 create mode 100644 lisp/cl-cluffer/Portfile
 create mode 100644 lisp/cl-clump/Portfile
 create mode 100644 lisp/cl-com.inuoe.jzon/Portfile
 create mode 100644 lisp/cl-float-features/Portfile
 create mode 100644 lisp/cl-iolib/Portfile
 create mode 100644 lisp/cl-lass/Portfile
 create mode 100644 lisp/cl-lparallel/Portfile
 create mode 100644 lisp/cl-montezuma/Portfile
 create mode 100644 lisp/cl-ndebug/Portfile
 create mode 100644 lisp/cl-nfiles/Portfile
 create mode 100644 lisp/cl-nhooks/Portfile
 create mode 100644 lisp/cl-njson/Portfile
 create mode 100644 lisp/cl-nkeymaps/Portfile
 create mode 100644 lisp/cl-nsymbols/Portfile
 create mode 100644 lisp/cl-parse-declarations/Portfile
 create mode 100644 lisp/cl-parse-number/Portfile
 create mode 100644 lisp/cl-plump/Portfile
 create mode 100644 lisp/cl-serapeum/Portfile
 create mode 100644 lisp/cl-string-case/Portfile
 create mode 100644 lisp/cl-trivial-file-size/Portfile
 create mode 100644 lisp/cl-trivial-macroexpand-all/Portfile
 create mode 100644 lisp/cl-trivial-timeout/Portfile



More information about the macports-changes mailing list