Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: zr-0.0.17
@ 2020-07-04  4:04 atweiden
  2020-07-04  4:21 ` [PR PATCH] [Updated] " atweiden
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: atweiden @ 2020-07-04  4:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages zr
https://github.com/void-linux/void-packages/pull/23384

New package: zr-0.0.17
Offline, local, serverless search of StackOverflow/man/etc

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

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

From f3e4dc15a9043c7403417c4c7209afc358c74b72 Mon Sep 17 00:00:00 2001
From: atweiden <atweiden@tutanota.de>
Date: Sat, 4 Jul 2020 14:03:53 +1000
Subject: [PATCH] New package: zr-0.0.17

---
 srcpkgs/zr/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/zr/template

diff --git a/srcpkgs/zr/template b/srcpkgs/zr/template
new file mode 100644
index 00000000000..4a132391d1d
--- /dev/null
+++ b/srcpkgs/zr/template
@@ -0,0 +1,20 @@
+# Template file for 'zr'
+pkgname=zr
+version=0.0.17
+revision=1
+build_style=go
+go_import_path="github.com/jackdoe/zr"
+go_package="$go_import_path/cmd/zr $go_import_path/cmd/zr-fetch
+ $go_import_path/cmd/zr-reindex $go_import_path/cmd/zr-stackexchange
+ $go_import_path/cmd/zr-stdin"
+depends="sqlite"
+short_desc="Offline, local, serverless search of StackOverflow/man/etc"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
+license="BSD-3-Clause"
+homepage="https://github.com/jackdoe/zr"
+distfiles="https://github.com/jackdoe/zr/archive/v$version.tar.gz>$pkgname-$version.tar.gz"
+checksum=6b998c062ffd1543a44dc07ec302db06bbaf682188936e61d5aab765540dd331
+
+post_install() {
+	vdoc README.txt
+}

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

* Re: [PR PATCH] [Updated] New package: zr-0.0.17
  2020-07-04  4:04 [PR PATCH] New package: zr-0.0.17 atweiden
@ 2020-07-04  4:21 ` atweiden
  2020-07-09  0:42 ` atweiden
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: atweiden @ 2020-07-04  4:21 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by atweiden against master on the void-packages repository

https://github.com/atweiden/void-packages zr
https://github.com/void-linux/void-packages/pull/23384

New package: zr-0.0.17
Offline, local, serverless search of StackOverflow/man/etc

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

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

From 7ac832e3ee719938fe69fad55ce49c8bf87c7f84 Mon Sep 17 00:00:00 2001
From: atweiden <atweiden@tutanota.de>
Date: Sat, 4 Jul 2020 14:03:53 +1000
Subject: [PATCH] New package: zr-0.0.17

---
 srcpkgs/zr/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/zr/template

diff --git a/srcpkgs/zr/template b/srcpkgs/zr/template
new file mode 100644
index 00000000000..7c5c2530f64
--- /dev/null
+++ b/srcpkgs/zr/template
@@ -0,0 +1,21 @@
+# Template file for 'zr'
+pkgname=zr
+version=0.0.17
+revision=1
+build_style=go
+go_import_path="github.com/jackdoe/zr"
+go_package="$go_import_path/cmd/zr $go_import_path/cmd/zr-fetch
+ $go_import_path/cmd/zr-reindex $go_import_path/cmd/zr-stackexchange
+ $go_import_path/cmd/zr-stdin"
+depends="sqlite"
+short_desc="Offline, local, serverless search of StackOverflow/man/etc"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
+license="BSD-3-Clause"
+homepage="https://github.com/jackdoe/zr"
+distfiles="https://github.com/jackdoe/zr/archive/v$version.tar.gz>$pkgname-$version.tar.gz"
+checksum=6b998c062ffd1543a44dc07ec302db06bbaf682188936e61d5aab765540dd331
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.txt
+}

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

* Re: [PR PATCH] [Updated] New package: zr-0.0.17
  2020-07-04  4:04 [PR PATCH] New package: zr-0.0.17 atweiden
  2020-07-04  4:21 ` [PR PATCH] [Updated] " atweiden
@ 2020-07-09  0:42 ` atweiden
  2020-10-06 11:04 ` Piraty
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: atweiden @ 2020-07-09  0:42 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by atweiden against master on the void-packages repository

https://github.com/atweiden/void-packages zr
https://github.com/void-linux/void-packages/pull/23384

New package: zr-0.0.17
Offline, local, serverless search of StackOverflow/man/etc

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

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

From b935edf840564aff429c7f3f909afa1a5ab7a208 Mon Sep 17 00:00:00 2001
From: atweiden <atweiden@tutanota.de>
Date: Sat, 4 Jul 2020 14:03:53 +1000
Subject: [PATCH] New package: zr-0.0.17

---
 srcpkgs/zr/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/zr/template

diff --git a/srcpkgs/zr/template b/srcpkgs/zr/template
new file mode 100644
index 00000000000..b0f288d0e4c
--- /dev/null
+++ b/srcpkgs/zr/template
@@ -0,0 +1,21 @@
+# Template file for 'zr'
+pkgname=zr
+version=0.0.17
+revision=1
+build_style=go
+go_import_path="github.com/jackdoe/zr"
+go_package="${go_import_path}/cmd/zr ${go_import_path}/cmd/zr-fetch
+ ${go_import_path}/cmd/zr-reindex ${go_import_path}/cmd/zr-stackexchange
+ ${go_import_path}/cmd/zr-stdin"
+depends="sqlite"
+short_desc="Offline, local, serverless search of StackOverflow/man/etc"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
+license="BSD-3-Clause"
+homepage="https://github.com/jackdoe/zr"
+distfiles="https://github.com/jackdoe/zr/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
+checksum=6b998c062ffd1543a44dc07ec302db06bbaf682188936e61d5aab765540dd331
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.txt
+}

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

* Re: New package: zr-0.0.17
  2020-07-04  4:04 [PR PATCH] New package: zr-0.0.17 atweiden
  2020-07-04  4:21 ` [PR PATCH] [Updated] " atweiden
  2020-07-09  0:42 ` atweiden
@ 2020-10-06 11:04 ` Piraty
  2020-10-08  0:23 ` atweiden
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Piraty @ 2020-10-06 11:04 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/23384#issuecomment-704194839

Comment:
we already got `so` and i'm not in favor of merging yet another low-interest rust package

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

* Re: New package: zr-0.0.17
  2020-07-04  4:04 [PR PATCH] New package: zr-0.0.17 atweiden
                   ` (2 preceding siblings ...)
  2020-10-06 11:04 ` Piraty
@ 2020-10-08  0:23 ` atweiden
  2020-10-14 22:55 ` atweiden
  2020-10-14 22:55 ` [PR PATCH] [Closed]: " atweiden
  5 siblings, 0 replies; 7+ messages in thread
From: atweiden @ 2020-10-08  0:23 UTC (permalink / raw)
  To: ml

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

New comment by atweiden on void-packages repository

https://github.com/void-linux/void-packages/pull/23384#issuecomment-705260663

Comment:
[zr][zr] is essentially `man-pages` for StackOverflow data. It allows you to make a local copy of StackOverflow and search through it. This is something [so][so] doesn't do.

I think the best argument against merging this is how much more apparently active [so][so] development is than [zr][zr]. Granted, it's conceivable for [so][so] to add this capability in the future.

[so]: https://github.com/samtay/so
[zr]: https://github.com/jackdoe/zr

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

* Re: New package: zr-0.0.17
  2020-07-04  4:04 [PR PATCH] New package: zr-0.0.17 atweiden
                   ` (3 preceding siblings ...)
  2020-10-08  0:23 ` atweiden
@ 2020-10-14 22:55 ` atweiden
  2020-10-14 22:55 ` [PR PATCH] [Closed]: " atweiden
  5 siblings, 0 replies; 7+ messages in thread
From: atweiden @ 2020-10-14 22:55 UTC (permalink / raw)
  To: ml

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

New comment by atweiden on void-packages repository

https://github.com/void-linux/void-packages/pull/23384#issuecomment-708702885

Comment:
I'm closing my open PRs in this repo for two reasons:

1. They don't seem to be going anywhere
2. There are now over 550 open pull requests

I've opined for quite some time now about how unsustainable it is to have one monorepo serving all of Void. As the PRs continue to pile up, the sustainability of the current approach becomes more and more questionable.

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

* Re: [PR PATCH] [Closed]: New package: zr-0.0.17
  2020-07-04  4:04 [PR PATCH] New package: zr-0.0.17 atweiden
                   ` (4 preceding siblings ...)
  2020-10-14 22:55 ` atweiden
@ 2020-10-14 22:55 ` atweiden
  5 siblings, 0 replies; 7+ messages in thread
From: atweiden @ 2020-10-14 22:55 UTC (permalink / raw)
  To: ml

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

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

New package: zr-0.0.17
https://github.com/void-linux/void-packages/pull/23384

Description:
Offline, local, serverless search of StackOverflow/man/etc

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

end of thread, other threads:[~2020-10-14 22:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-04  4:04 [PR PATCH] New package: zr-0.0.17 atweiden
2020-07-04  4:21 ` [PR PATCH] [Updated] " atweiden
2020-07-09  0:42 ` atweiden
2020-10-06 11:04 ` Piraty
2020-10-08  0:23 ` atweiden
2020-10-14 22:55 ` atweiden
2020-10-14 22:55 ` [PR PATCH] [Closed]: " atweiden

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).