Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] the xtools-minimal package is missing xlocate
@ 2023-03-22 13:21 paoloschi
  2023-03-22 13:37 ` leahneukirchen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: paoloschi @ 2023-03-22 13:21 UTC (permalink / raw)
  To: ml

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

New issue by paoloschi on void-packages repository

https://github.com/void-linux/void-packages/issues/42928

Description:
**xtools-minimal** includes **xmandoc** which…

```
$ cat /bin/xmandoc
#!/bin/sh
# xmandoc MANPAGE - read manpage of possibly not installed package

xlocate "man/man..\?/$1\.[0-9]" 2>/dev/null |
        { grep . || { echo "xmandoc: No entry for $1 found." 1>&2; exit 1; } } |
        while read -r pkg page; do
                page=${page#* -> }
                xbps-query --cat=$page ${pkg%-*} | mandoc -a
        done
```

...depends on **xlocate** who is included in **xtools** package but not in **xtools-minimal**



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

* Re: the xtools-minimal package is missing xlocate
  2023-03-22 13:21 [ISSUE] the xtools-minimal package is missing xlocate paoloschi
@ 2023-03-22 13:37 ` leahneukirchen
  2023-03-22 13:39 ` [ISSUE] [CLOSED] " leahneukirchen
  2023-03-22 15:26 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: leahneukirchen @ 2023-03-22 13:37 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/issues/42928#issuecomment-1479581905

Comment:
Good point, but xlocate needs Git to be useful, so instead xmandoc should be moved from minimal.

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

* Re: [ISSUE] [CLOSED] the xtools-minimal package is missing xlocate
  2023-03-22 13:21 [ISSUE] the xtools-minimal package is missing xlocate paoloschi
  2023-03-22 13:37 ` leahneukirchen
@ 2023-03-22 13:39 ` leahneukirchen
  2023-03-22 15:26 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: leahneukirchen @ 2023-03-22 13:39 UTC (permalink / raw)
  To: ml

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

Closed issue by paoloschi on void-packages repository

https://github.com/void-linux/void-packages/issues/42928

Description:
**xtools-minimal** includes **xmandoc** which…

```
$ cat /bin/xmandoc
#!/bin/sh
# xmandoc MANPAGE - read manpage of possibly not installed package

xlocate "man/man..\?/$1\.[0-9]" 2>/dev/null |
        { grep . || { echo "xmandoc: No entry for $1 found." 1>&2; exit 1; } } |
        while read -r pkg page; do
                page=${page#* -> }
                xbps-query --cat=$page ${pkg%-*} | mandoc -a
        done
```

...depends on **xlocate** who is included in **xtools** package but not in **xtools-minimal**



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

* Re: the xtools-minimal package is missing xlocate
  2023-03-22 13:21 [ISSUE] the xtools-minimal package is missing xlocate paoloschi
  2023-03-22 13:37 ` leahneukirchen
  2023-03-22 13:39 ` [ISSUE] [CLOSED] " leahneukirchen
@ 2023-03-22 15:26 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-03-22 15:26 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/42928#issuecomment-1479777540

Comment:
yes, xlocate is not in minimal because it requires git and got requires Perl

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

end of thread, other threads:[~2023-03-22 15:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-22 13:21 [ISSUE] the xtools-minimal package is missing xlocate paoloschi
2023-03-22 13:37 ` leahneukirchen
2023-03-22 13:39 ` [ISSUE] [CLOSED] " leahneukirchen
2023-03-22 15:26 ` classabbyamp

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