wn/mystuff/src/branch/main/net/crawley
The tests now run without error.
Thank you, both for the assist, and the explanation.
Edd, if I need to send a diff, please let me know.
-R
>
> > —
> > Antoine
> >
> > > On 11 May 2024, at 00:41, Russ Sharek wrote:
On May 22, 2024 2:52:39 PM EDT, Edd Barrett wrote:
>Hi,
>
>Sorry for the delay.
>
>On Sun, May 19, 2024 at 12:45:45AM -0400, Russ Sharek wrote:
>> > # Adapted from the test target in ${WRKSRC}/Makefile
>> > MODGO_TEST_TARGET =cd ${WRKSRC} &&
Minor update to sysutils/croc from 9.6.13 to 10.0.10
Lightly tested on amd64, appears to do the thing.
? testing
Index: Makefile
===
RCS file: /cvs/ports/sysutils/croc/Makefile,v
diff -u -p -r1.1.1.1 Makefile
--- Makefile29 Feb
> Your patch does not apply for me for some reason.
> In any case, I tried the update myself and it has the same problem as
> 10.0.8 which I had ready for commit. Apparently there's a problem with
> the curses library they're using in the case they have to ask for a code
> on the receiving end, an
Hello!
Here's a port of gonic v0.16.2, a music streaming server which uses the
subsonic server API.
homepage: https://github.com/sentriz/gonic
A huge thank you to Edd Barrett and Aaron Bieber, who both held my hands
and checked my work while I stumbled my way through putting together my
first po
> Why not place the config file under ${SYSCONFDIR}, i.e. /etc?
>
> You can use ${SUBST_DATA} instead of ${SUBST_CMD} -c -m 755.
Done, and done. Thanks for the help.
Updated port attached.
gonic-0.16.2.tgz
Description: application/tar-gz
Fixed the README to include the correct config file location.
gonic-0.16.2.tgz
Description: application/tar-gz
Thanks to a *lot* of help from Aaron Bieber (again), I've put together
another port! This time it's stmp, a terminal-based client for subsonic
API servers. Now that we have two of them in ports, it seemed like we
needed a simple client.
homepage: https://github.com/wildeyedskies/stmp
It's been
Hello!
I found a cool little TUI front-end for the misc/remind calendar tool,
and have put together a port.
homepage: https://github.com/realsirjoe/remindcal
I've tested this on amd64.
Notes? OK?
remindcal-0.1.0.tgz
Description: application/tar-gz
On January 10, 2024 12:16:50 AM EST, Russ Sharek wrote:
>Hello!
>
>I found a cool little TUI front-end for the misc/remind calendar tool,
>and have put together a port.
>
>homepage: https://github.com/realsirjoe/remindcal
>
>I've tested this on amd64.
>
>
While working on this port, I sent a bugfix to the developer and they
were kind enough to merge it in quickly and tag a new release.
Here's an update to a shiny new remindcal-v0.1.1, hot off the forge.
OK?
remindcal-0.1.1.tgz
Description: application/tar-gz
On Wed, May 22, 2024 at 07:52:39PM +0100, Edd Barrett wrote:
> On Sun, May 19, 2024 at 12:45:45AM -0400, Russ Sharek wrote:
> > > # Adapted from the test target in ${WRKSRC}/Makefile
> > > MODGO_TEST_TARGET = cd ${WRKSRC} && \
> > > CGO_ENABLED=1 ${
> Instead of setting MODGO_TEST_TARGET, it would be more
> ports-idiomatic/clearer
> to use a `do-test` target like:
>
> ```
> do-test:
> cd ${WRKSRC} && CGO_ENABLED=1 ${MODGO_CMD} test -count 1 -v \
> -tags=test -coverprofile="cover.out" ./...
> ```
>
> Tests are passing lik
Here's a cleaned up version of a port for crawley v1.7.8, which I've
been batting back and forth with a few folks here. Tests are now working
as intended.
OK please?
crawley-1.7.8.tgz
Description: application/tar-gz
> Did you by any chance write
>
> If you did, then I think that's the problem. Everything after the colon are
> prerequisites (dependencies) to the target (do-test), see here[1].
> Prerequisites are simply other targets you'd want executed *before* the
> do-test target. So in this case make tries
A minor update to net/crawley from v1.7.8 to v1.7.9, which was released
three days after we *finally* got the initial port sorted. :)
Tested and working as expected.
OK, please?
Index: Makefile
===
RCS file: /cvs/ports/net/crawley/M
> I have committed this after regenerating modules.inc to keep the diff
> small.
Thanks muchly!
> I usually do 'make modgo-gen-modules | tee /tmp/modules.inc'. If the
> output looks right, 'mv /tmp/modules.inc .' and edit the file to
> remove the MODGO_VERSION bits. Compare my diff with yours quo
Minor update to audio/gonic from 0.16.2 to 0.16.4
Tested on amd64, appears to be working as expected.
OK, please?
gonic-0.16.4.tgz
Description: application/tar-gz
Hello all!
Attached is a port of crawley, the unix-way web crawler.
It handily crawls web pages and prints any link it can find.
homepage: https://github.com/s0rg/crawley
Tested on amd64.
OK, please?
crawley-1.7.5.tgz
Description: application/tar-gz
Can I get someone to look at this, please?
Bump-ingly,
-R
On Sun, Apr 07, 2024 at 12:41:22AM -0400, Russ Sharek wrote:
> Minor update to audio/gonic from 0.16.2 to 0.16.4
>
> Tested on amd64, appears to be working as expected.
>
> OK, please?
Bump!
Can someone please check this over?
Thanks,
-R
On Sun, Apr 07, 2024 at 10:33:41PM -0400, Russ Sharek wrote:
> Hello all!
>
> Attached is a port of crawley, the unix-way web crawler.
>
> It handily crawls web pages and prints any link it can find.
>
> homepage: ht
> Is `ALL_TARGET = github.com/s0rg/crawley@v1.7.5` needed?
I couldn't get it to build without.
If there is a better way to do this, please suggest and I'll happily
improve upon it.
> Is it supposed to recurse out of the website you start inside, given enough
> time? I ran it on my own website,
> > Is `ALL_TARGET = github.com/s0rg/crawley@v1.7.5` needed?
>
> I couldn't get it to build without.
And a moment later, I realized that I was wrong. :)
Revision attached. Thank you!
crawley-1.7.5.tgz
Description: application/tar-gz
> Please send a diff, it's easier to review and apply.
Happily done.
Thanks for the instruction!
OK, please?
Index: Makefile
===
RCS file: /cvs/ports/audio/gonic/Makefile,v
diff -r1.1.1.1 Makefile
4c4
< MODGO_VERSION = v0.16.
Anything else need tidying on this?
On Fri, Apr 19, 2024 at 07:10:12PM -0400, Russ Sharek wrote:
> > > Is `ALL_TARGET = github.com/s0rg/crawley@v1.7.5` needed?
> >
> > I couldn't get it to build without.
>
> And a moment later, I realized that I was wrong. :)
>
> Revision attached. Thank you!
On Mon, Apr 29, 2024 at 01:45:03PM +0200, Jeremie Courreges-Anglas wrote:
> A few nits:
> - the port doesn't install any doc and DESCR is rather light. I
> understand the tool is simple but still, it would be nice to at least
> have the examples from the README. Maybe just install that file u
On May 1, 2024 1:07:10 AM EDT, Russ Sharek wrote:
>On Mon, Apr 29, 2024 at 01:45:03PM +0200, Jeremie Courreges-Anglas wrote:
>> A few nits:
>> - the port doesn't install any doc and DESCR is rather light. I
>> understand the tool is simple but still, it would be nice
Hello!
Here's a patch to update crawley from v1.7.9 to v1.7.10
Passed tests, and working as expected on amd64.
OK, please?
Index: Makefile
===
RCS file: /cvs/ports/net/crawley/Makefile,v
diff -u -p -r1.2 Makefile
--- Makefile4
On Sun, Oct 20, 2024 at 04:40:30PM GMT, Martin Ziemer wrote:
> This tarball contains a port of topydo, a todo.txt implementation in
> python.
>
> Tested all three modes (cli, prompt and columns).
>
> Use it on my daily driver for over a year with no problems.
I've been using topydo for years, an
Thank you!
On Thu, Jan 09, 2025 at 07:10:17AM GMT, Aaron Bieber wrote:
> OK from me!
>
>
> On 1/9/25 03:23, Antoine Jacoutot wrote:
> > Hi.
> >
> > <...>
> > # [pkg-config --cflags -- openal]
> > Package openal was not found in the pkg-config search path
> > <...>
> > *** Error 1 in audio/term
gz termsonic-0.2
>
> -DISTFILES.bsdclown = termsonic-0.2.tar.gz
> +SITES = https://russ.whirling.top/distfiles/
>
> -SITES.bsdclown = https://russ.whirling.top/distfiles/
> -
> MAINTAINER = Russ Sharek
>
> # GPL3
> @@ -35,7 +33,
Hello all!
Here's a port of termsonic v0.2, a TUI client for subsonic compatible
music streaming servers like gonic and navidrome.
I've tested this briefly with navidrome, and have been running it with
my own gonic server for the last couple of months. It's been extremely
reliable in both cases.
}
CATEGORIES = net
+
HOMEPAGE = https://github.com/s0rg/crawley
+
MAINTAINER = Russ Sharek
# MIT
PERMIT_PACKAGE = Yes
-WANTLIB += c pthread
+do-test:
+ cd ${WRKSRC} && CGO_ENABLED=1 ${MODGO_CMD} test -count 1 -v \
+ -tags=test -coverprofile=&q
Hello all,
Here's a port for the deltachat-rpc-server v1.159.3
https://github.com/deltachat/deltachat-core-rust/tree/main/deltachat-rpc-server
A few friends and I have been using this daily with arcanechat-tui on
amd64 for about six months, and it's been rock solid.
By itself, the rpc server a
Thank you for the notes!
The project tagged a new release while I was pulling all of these
corrections together. I've attached a new-and-hopefully improved version
of the port-in-progress.
It's now building both the deltachat-rpc-server and the deltachat-repl.
deltachat-rpc-server-1.160.0.tgz
35 matches
Mail list logo