git: 9d25c710a798 - main - x11/cl-clx: Update to 0.7.6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 May 2024 16:09:35 UTC
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=9d25c710a798667d8a17fa0f42e0604995a9646f commit 9d25c710a798667d8a17fa0f42e0604995a9646f Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2024-05-16 15:40:32 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2024-05-16 16:08:07 +0000 x11/cl-clx: Update to 0.7.6 Changes in CLX 0.7.6 - Introduce rudimentary LICENSE file - Enable CLX for LispWorks 8.x and later - BUFFER-READ-DEFAULT handles gracefully eof and partial reads - RENDER-FREE-GLYPHS accepts START and END arguments - Export a new convenience function FIND-STANDARD-PICTURE-FORMAT - Fix RR-GET-SCREEN-INFO rates - Initial port for ABCL - Various fixes for bundled demos - Document composite extension - Export COMPOSITE-RELEASE-OVERLAY-WINDOW - Portability fixes for multiple Common Lisp implementations - Merge support for CLASP - Merge support for CMUCL - Cleanup of dependents and removal of obsolete kludges - Export RENDER-SET-PICTURE-TRANSFORM - Implement all render triangle functions from XRender Sponsored by: The FreeBSD Foundation --- x11/cl-clx/Makefile | 7 ++----- x11/cl-clx/distinfo | 6 +++--- x11/cl-clx/pkg-plist | 1 + 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/x11/cl-clx/Makefile b/x11/cl-clx/Makefile index 39527be4af08..82f36b59aa87 100644 --- a/x11/cl-clx/Makefile +++ b/x11/cl-clx/Makefile @@ -1,6 +1,5 @@ PORTNAME= clx -DISTVERSION= 0.7.5-65 -DISTVERSIONSUFFIX= -g8e07155 +DISTVERSION= 0.7.6 CATEGORIES= x11 lisp PKGNAMEPREFIX= cl- @@ -10,9 +9,7 @@ WWW= https://www.cliki.net/CLX LICENSE= MIT -USES= tar:tgz - -USES+= makeinfo +USES= makeinfo tar:tgz USE_ASDF= yes USE_GITHUB= yes GH_ACCOUNT= sharplispers diff --git a/x11/cl-clx/distinfo b/x11/cl-clx/distinfo index de7a19989a18..5af7ed205321 100644 --- a/x11/cl-clx/distinfo +++ b/x11/cl-clx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611597859 -SHA256 (sharplispers-clx-0.7.5-65-g8e07155_GH0.tar.gz) = c24327a44d5ae159f07e9f1093a5665f3cc6586f22646055ecc6d913d4902396 -SIZE (sharplispers-clx-0.7.5-65-g8e07155_GH0.tar.gz) = 462599 +TIMESTAMP = 1715873953 +SHA256 (sharplispers-clx-0.7.6_GH0.tar.gz) = bcc9cd736e7e28ec2b8085ce1c9686e02ffbee9257e1072f5c4fc393e33467e8 +SIZE (sharplispers-clx-0.7.6_GH0.tar.gz) = 462763 diff --git a/x11/cl-clx/pkg-plist b/x11/cl-clx/pkg-plist index 73212193d8b7..3d3d02268932 100644 --- a/x11/cl-clx/pkg-plist +++ b/x11/cl-clx/pkg-plist @@ -6,6 +6,7 @@ %%ASDF_PATHNAME%%/clx.asd %%ASDF_PATHNAME%%/clx.lisp %%ASDF_PATHNAME%%/cmudep.lisp +%%ASDF_PATHNAME%%/common.lisp %%ASDF_PATHNAME%%/debug/debug.lisp %%ASDF_PATHNAME%%/debug/describe.lisp %%ASDF_PATHNAME%%/debug/event-test.lisp