Re: NEW: sysutils/fwa

2015-12-10 Thread Jérémie Courrèges-Anglas
Peter Hajdu  writes:

> I've fixed a few things after a discussion with James Turner.

Looks fine.

James: ok jca@ to import

Peter: you may want to fix these:

shannon /usr/ports/pobj/fwa-0.1/fwa-ce8f590963fdf9e3f5986efb70d68c1918262d86$ 
mandoc -Tlint fwa.1
mandoc: fwa.1:44:2: ERROR: inserting missing end of block: Sh breaks Bl
mandoc: fwa.1:43:2: WARNING: moving paragraph macro out of list: Pp
mandoc: fwa.1:43:2: WARNING: skipping paragraph macro: Pp at the end of Sh
mandoc: fwa.1:48:2: WARNING: skipping paragraph macro: Pp at the end of Sh

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



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


Best regards,
Peter



fwa.tar.gz
Description: application/tar-gz


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


Best regards,
Peter



Re: NEW: sysutils/fwa

2015-12-07 Thread James Turner
Peter,

Port looks pretty good, no need for MAKE_FILE or TEST_TARGET as those
are both the defaults. Also make test failed for me. You may need to add
./${TEST} or sh ${TEST} in your Makefile to it executes correctly.

On Mon, Dec 07, 2015 at 08:29:49PM +0100, Peter Hajdu wrote:
> 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 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.
> 
> 
> Best regards,
> Peter
> 



-- 
James Turner



Re: NEW: sysutils/fwa

2015-12-07 Thread Peter Hajdu
I've fixed a few things after a discussion with James Turner.

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