GNU bug report logs -
#73271
[PATCH] gnu: Add sbcl-cl-ewkb.
Previous Next
Reported by: Roman Scherer <roman <at> burningswell.com>
Date: Sun, 15 Sep 2024 08:38:01 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73271 in the body.
You can then email your comments to 73271 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
glv <at> posteo.net, cox.katherine.e+guix <at> gmail.com, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, jgart <at> dismail.de, guix-patches <at> gnu.org
:
bug#73271
; Package
guix-patches
.
(Sun, 15 Sep 2024 08:38:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Roman Scherer <roman <at> burningswell.com>
:
New bug report received and forwarded. Copy sent to
glv <at> posteo.net, cox.katherine.e+guix <at> gmail.com, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, jgart <at> dismail.de, guix-patches <at> gnu.org
.
(Sun, 15 Sep 2024 08:38:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/lisp-xyz.scm (sbcl-cl-ewkb): New variable.
Change-Id: Iceb146ccee94b82703af706b059b3c0b35f29d86
---
gnu/packages/lisp-xyz.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 2e0dea522e..27fc96d592 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -14568,6 +14568,37 @@ (define-public cl-eventbus
(define-public ecl-eventbus
(sbcl-package->ecl-package sbcl-eventbus))
+(define-public sbcl-cl-ewkb
+ (let ((commit "e2c7976cdc2074d63038ecd7179025ccb8d8f0b7")
+ (revision "0"))
+ (package
+ (name "sbcl-cl-ewkb")
+ (version (git-version "0.2" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/filonenko-mikhail/cl-ewkb")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1n1zm4i11638vh1a4m71690p4lpikkk0rp42j2yfvs5d9wi67cr1"))))
+ (build-system asdf-build-system/sbcl)
+ (inputs (list sbcl-ieee-floats sbcl-flexi-streams))
+ (home-page "https://github.com/filonenko-mikhail/cl-ewkb")
+ (synopsis "Common Lisp PostGIS EWKB library")
+ (description "This package is a geospatial library, based on cl-wkb,
+that implements the OGC Well-Known Binary geographic geometry data model with
+PostGIS 3d, 4d extensions, and provides WKB and EWKB encoding and decoding
+functionality.")
+ (license (list license:expat)))))
+
+(define-public cl-ewkb
+ (sbcl-package->cl-source-package sbcl-cl-ewkb))
+
+(define-public ecl-cl-ewkb
+ (sbcl-package->ecl-package sbcl-cl-ewkb))
+
(define-public sbcl-exit-hooks
;; No release.
(let ((commit "78050f4f55c138fcea86a9d720928782021b6012"))
base-commit: 66611696975409a52478b95a862a464daeaefe2a
--
2.46.0
Reply sent
to
Guillaume Le Vaillant <glv <at> posteo.net>
:
You have taken responsibility.
(Wed, 18 Sep 2024 12:43:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Roman Scherer <roman <at> burningswell.com>
:
bug acknowledged by developer.
(Wed, 18 Sep 2024 12:43:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 73271-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Patch applied as 4d58773989b024ecf801b0c8acd7f36e1c5888c5.
Thanks.
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 17 Oct 2024 11:24:13 GMT)
Full text and
rfc822 format available.
This bug report was last modified 243 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.