Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: common-lisp-ppcre-2.1.1
@ 2023-04-20 15:44 funk443
  2023-04-20 15:56 ` Chocimier
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: funk443 @ 2023-04-20 15:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1206 bytes --]

There is a new pull request by funk443 against master on the void-packages repository

https://github.com/funk443/void-packages stumpwm2-branch
https://github.com/void-linux/void-packages/pull/43545

New package: common-lisp-ppcre-2.1.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl



A patch file from https://github.com/void-linux/void-packages/pull/43545.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-stumpwm2-branch-43545.patch --]
[-- Type: text/x-diff, Size: 1308 bytes --]

From 8a0a013d13861fadf7947fc4c6bee7edbf8352c3 Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Thu, 20 Apr 2023 23:43:04 +0800
Subject: [PATCH] New package: common-lisp-ppcre-2.1.1

---
 srcpkgs/common-lisp-ppcre/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/common-lisp-ppcre/template

diff --git a/srcpkgs/common-lisp-ppcre/template b/srcpkgs/common-lisp-ppcre/template
new file mode 100644
index 000000000000..97b1aaf1c60e
--- /dev/null
+++ b/srcpkgs/common-lisp-ppcre/template
@@ -0,0 +1,23 @@
+# Template file for 'common-lisp-ppcre'
+pkgname=common-lisp-ppcre
+version=2.1.1
+revision=1
+build_style=fetch
+hostmakedepends="tar curl"
+short_desc="Common Lisp regular expression library"
+maintainer="ctoid <funk443@yandex.com>"
+license="BSD-2-Clause"
+homepage="https://edicl.github.io/cl-ppcre/"
+distfiles="https://github.com/edicl/cl-ppcre/archive/refs/tags/v${version}.tar.gz"
+checksum="89631179b71648d9e6c565a928f6896a9d5742aa2083b9c1b705fe0b45d85def"
+
+_LIBRARY_DIR=/usr/share/common-lisp/source/cl-ppcre
+
+do_install() {
+	tar -xzvf v${version}.tar.gz
+	cd cl-ppcre-${version}
+	curl -O "https://raw.githubusercontent.com/edicl/cl-ppcre/master/LICENSE"
+	vlicense LICENSE
+	vmkdir $_LIBRARY_DIR
+	vcopy * $_LIBRARY_DIR
+}

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: New package: common-lisp-ppcre-2.1.1
  2023-04-20 15:44 [PR PATCH] New package: common-lisp-ppcre-2.1.1 funk443
@ 2023-04-20 15:56 ` Chocimier
  2023-04-20 15:57 ` funk443
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Chocimier @ 2023-04-20 15:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 296 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/43545#issuecomment-1516576291

Comment:
Recompressing existing tarballs isn't best of xbps usages.

Why do this need to be installed global-wise and not kept close to code it is called from?

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: New package: common-lisp-ppcre-2.1.1
  2023-04-20 15:44 [PR PATCH] New package: common-lisp-ppcre-2.1.1 funk443
  2023-04-20 15:56 ` Chocimier
@ 2023-04-20 15:57 ` funk443
  2023-04-20 15:59 ` Chocimier
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: funk443 @ 2023-04-20 15:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 332 bytes --]

New comment by funk443 on void-packages repository

https://github.com/void-linux/void-packages/pull/43545#issuecomment-1516578368

Comment:
> Recompressing existing tarballs isn't best of xbps usages.
> 
> Why do this need to be installed global-wise and not kept close to code it is called from?

It's needed to build StumpWM

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: New package: common-lisp-ppcre-2.1.1
  2023-04-20 15:44 [PR PATCH] New package: common-lisp-ppcre-2.1.1 funk443
  2023-04-20 15:56 ` Chocimier
  2023-04-20 15:57 ` funk443
@ 2023-04-20 15:59 ` Chocimier
  2023-04-20 15:59 ` funk443
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Chocimier @ 2023-04-20 15:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 197 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/43545#issuecomment-1516582384

Comment:
Do you plan to submit stumpwm? If so, send in one PR.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: New package: common-lisp-ppcre-2.1.1
  2023-04-20 15:44 [PR PATCH] New package: common-lisp-ppcre-2.1.1 funk443
                   ` (2 preceding siblings ...)
  2023-04-20 15:59 ` Chocimier
@ 2023-04-20 15:59 ` funk443
  2023-04-20 16:02 ` funk443
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: funk443 @ 2023-04-20 15:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 483 bytes --]

New comment by funk443 on void-packages repository

https://github.com/void-linux/void-packages/pull/43545#issuecomment-1516578368

Comment:
> Recompressing existing tarballs isn't best of xbps usages.
> 
> Why do this need to be installed global-wise and not kept close to code it is called from?

It's needed to build StumpWM.  I asked about this on #xbps irc, whether I should use Quicklisp or ASDF to build StumpWM, and someone replied that I should package these libraries.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: New package: common-lisp-ppcre-2.1.1
  2023-04-20 15:44 [PR PATCH] New package: common-lisp-ppcre-2.1.1 funk443
                   ` (3 preceding siblings ...)
  2023-04-20 15:59 ` funk443
@ 2023-04-20 16:02 ` funk443
  2023-04-20 16:02 ` funk443
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: funk443 @ 2023-04-20 16:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 290 bytes --]

New comment by funk443 on void-packages repository

https://github.com/void-linux/void-packages/pull/43545#issuecomment-1516586157

Comment:
Yes, I do plan to submit it.

> If so, send in one PR
Sorry my bad, I misread the Contributing guide.  I thought I should open one PR per package

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: New package: common-lisp-ppcre-2.1.1
  2023-04-20 15:44 [PR PATCH] New package: common-lisp-ppcre-2.1.1 funk443
                   ` (4 preceding siblings ...)
  2023-04-20 16:02 ` funk443
@ 2023-04-20 16:02 ` funk443
  2023-04-21 14:47 ` [PR PATCH] [Closed]: " Chocimier
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: funk443 @ 2023-04-20 16:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 292 bytes --]

New comment by funk443 on void-packages repository

https://github.com/void-linux/void-packages/pull/43545#issuecomment-1516586157

Comment:
Yes, I do plan to submit it.

> If so, send in one PR

Sorry my bad, I misread the Contributing guide.  I thought I should open one PR per package

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Closed]: New package: common-lisp-ppcre-2.1.1
  2023-04-20 15:44 [PR PATCH] New package: common-lisp-ppcre-2.1.1 funk443
                   ` (5 preceding siblings ...)
  2023-04-20 16:02 ` funk443
@ 2023-04-21 14:47 ` Chocimier
  2023-04-21 14:48 ` Chocimier
  2023-04-21 14:50 ` [PR REVIEW] " Chocimier
  8 siblings, 0 replies; 10+ messages in thread
From: Chocimier @ 2023-04-21 14:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1047 bytes --]

There's a closed pull request on the void-packages repository

New package: common-lisp-ppcre-2.1.1
https://github.com/void-linux/void-packages/pull/43545

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: New package: common-lisp-ppcre-2.1.1
  2023-04-20 15:44 [PR PATCH] New package: common-lisp-ppcre-2.1.1 funk443
                   ` (6 preceding siblings ...)
  2023-04-21 14:47 ` [PR PATCH] [Closed]: " Chocimier
@ 2023-04-21 14:48 ` Chocimier
  2023-04-21 14:50 ` [PR REVIEW] " Chocimier
  8 siblings, 0 replies; 10+ messages in thread
From: Chocimier @ 2023-04-21 14:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 150 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/43545#issuecomment-1517949651

Comment:
#43563

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR REVIEW] New package: common-lisp-ppcre-2.1.1
  2023-04-20 15:44 [PR PATCH] New package: common-lisp-ppcre-2.1.1 funk443
                   ` (7 preceding siblings ...)
  2023-04-21 14:48 ` Chocimier
@ 2023-04-21 14:50 ` Chocimier
  8 siblings, 0 replies; 10+ messages in thread
From: Chocimier @ 2023-04-21 14:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 216 bytes --]

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/43545#discussion_r1173868949

Comment:
LICENSE should be fetched frm versioned url and put into distfiles

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-04-21 14:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-20 15:44 [PR PATCH] New package: common-lisp-ppcre-2.1.1 funk443
2023-04-20 15:56 ` Chocimier
2023-04-20 15:57 ` funk443
2023-04-20 15:59 ` Chocimier
2023-04-20 15:59 ` funk443
2023-04-20 16:02 ` funk443
2023-04-20 16:02 ` funk443
2023-04-21 14:47 ` [PR PATCH] [Closed]: " Chocimier
2023-04-21 14:48 ` Chocimier
2023-04-21 14:50 ` [PR REVIEW] " Chocimier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).