NEW: sysutils/fwa

2015-12-07 Thread Peter Hajdu
Hi, Sorry for the previous one, I've forgot the attachment... fwa is a simple file change notifier keeping unix philosophy in mind. It is intended to be a clean and simple application to watch file changes on systems using kqueue. It does not execute any commands, just prints out the changed fi

NEW: sysutils/fwa

2015-12-07 Thread Peter Hajdu
Hi, fwa is a simple file change notifier keeping unix philosophy in mind. It is intended to be a clean and simple application to watch file changes on systems using kqueue. It does not execute any commands, just prints out the changed file's name. To handle the events, read fwa's output and act

Re: NEW: sysutils/fwa

2015-12-07 Thread Peter Hajdu
st prints out the changed file's name. > To handle the events, read fwa's output and act as you wish. > > I've tested it on amd64 and i386. This is my first port, so > I would appreciate any comments. I hope I did not make too many > mistakes. -- Peter Hajdu fwa.tar.gz Description: application/tar-gz

sysutils/fwa update

2024-12-17 Thread Peter Hajdu
= fwa-0.1 +DISTNAME = fwa-0.2 CATEGORIES = sysutils -REVISION = 0 -MAINTAINER = Peter Hajdu +MAINTAINER = Peter Hajdu # BSD PERMIT_PACKAGE = Yes @@ -12,7 +11,7 @@ WANTLIB += c GH_ACCOUNT = peterhajdu GH_PROJECT = fwa

cgoban3 port: licensing question

2024-12-18 Thread Peter Hajdu
Hi, I would like to work on the port of the cgoban3 client. This is a closed source java client to the kgs go server. https://www.gokgs.com/ I have contacted the developer and permission was granted to create and host the packages for OpenBSD. However I don't know if this is sufficient. Sp

NEW: games/cgoban3

2024-12-20 Thread Peter Hajdu
m/ + +DISTFILES= CGoban-${V}.jar + +CATEGORIES = games + +HOMEPAGE = https://www.gokgs.com/ + +MAINTAINER = Peter Hajdu + +# No clear license information is available. +# The developer said it's ok to repackage the jar file. +PERMIT_PACKAGE = No +PERMIT_DISTFILES = No +