UPDATE: audio/gonic to v0.16.4

2024-04-06 Thread Russ Sharek
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

[NEW] net/crawley-v1.7.5

2024-04-07 Thread Russ Sharek
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

Re: UPDATE: audio/gonic to v0.16.4

2024-04-19 Thread Russ Sharek
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?

Re: [NEW] net/crawley-v1.7.5

2024-04-19 Thread Russ Sharek
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

Re: [NEW] net/crawley-v1.7.5

2024-04-19 Thread Russ Sharek
> 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,

Re: [NEW] net/crawley-v1.7.5

2024-04-19 Thread Russ Sharek
> > 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

Re: UPDATE: audio/gonic to v0.16.4

2024-04-21 Thread Russ Sharek
> 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.

Re: [NEW] net/crawley-v1.7.5

2024-04-27 Thread Russ Sharek
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!

Re: [NEW] net/crawley-v1.7.5

2024-04-30 Thread Russ Sharek
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

Re: [NEW] net/crawley-v1.7.5

2024-05-10 Thread Russ Sharek
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

Re: [NEW] net/crawley-v1.7.5

2024-05-18 Thread Russ Sharek
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:

Re: [NEW] net/crawley-v1.7.5

2024-07-04 Thread Russ Sharek
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} &&

UPDATE: sysutils/croc to v10.0.10

2024-07-11 Thread Russ Sharek
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

Re: UPDATE: sysutils/croc to v10.0.10

2024-07-14 Thread Russ Sharek
> 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

UPDATE: net/crawley-v1.7.8

2024-08-29 Thread Russ Sharek
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 ${

Re: UPDATE: net/crawley-v1.7.8

2024-08-30 Thread Russ Sharek
> 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

[NEW] net/crawley-v1.7.8

2024-08-30 Thread Russ Sharek
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

[NEW] audio/gonic v0.16.2

2023-12-10 Thread Russ Sharek
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

Re: [NEW] audio/gonic v0.16.2

2023-12-11 Thread Russ Sharek
> 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

Re: [NEW] audio/gonic v0.16.2

2023-12-13 Thread Russ Sharek
Fixed the README to include the correct config file location. gonic-0.16.2.tgz Description: application/tar-gz

[NEW] audio/stmp v0.0.3

2023-12-29 Thread Russ Sharek
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

[NEW] misc/remindcal v0.1.0

2024-01-09 Thread Russ Sharek
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

Re: [NEW] misc/remindcal v0.1.0

2024-01-21 Thread Russ Sharek
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. > >

[NEW] misc/remindcal v0.1.1

2024-01-25 Thread Russ Sharek
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

Re: UPDATE: net/crawley-v1.7.8

2024-08-31 Thread Russ Sharek
> 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

[UPDATE] net/crawley-v1.7.9

2024-09-04 Thread Russ Sharek
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

Re: [UPDATE] net/crawley-v1.7.9

2024-09-04 Thread Russ Sharek
> 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