Re: [new] graphics/mtpaint

2016-04-25 Thread Giovanni Bechis
On Fri, Apr 22, 2016 at 11:47:49PM +0100, Stuart Henderson wrote:
> On 2016/04/07 11:33, Stuart Henderson wrote:
> > On 2016/04/07 14:05, Roman Gorelov wrote:
[...]
> > this version is ok sthen@ if someone would like to import it.
> 
> any takers?
> 
> http://marc.info/?l=openbsd-ports&m=146002529016038&w=2
> 
imported, thanks.
 Giovanni



Re: [new] graphics/mtpaint

2016-04-22 Thread Stuart Henderson
On 2016/04/07 11:33, Stuart Henderson wrote:
> On 2016/04/07 14:05, Roman Gorelov wrote:
> > Added gtk, glib and X to dependencies. I'm new to porting, so I likely
> > miss something else. It would be nice to hear from you about mistakes
> > I made and wishes for the improvement.
> > 
> > Also there are strcpy, sprintf, and rand linker warnings, which I
> > ignored. Should it be patched?
> 
> Cleaned-up version attached.
> 
> - use standard Makefile formatting
> - fix up dependencies (gettext is LIB_DEPENDS not RUN_DEPENDS,
> jasper/jp2 are an "either/or" choice)
> - manpage was being installed to the wrong dir, fixed with
> CONFIGURE_ARGS
> - honour CFLAGS
> - set NO_TEST
> - re-run 'make plist' to clean up the plist (and move @exec to the
> bottom as is done in other ports).
> 
> this version is ok sthen@ if someone would like to import it.

any takers?

http://marc.info/?l=openbsd-ports&m=146002529016038&w=2



Re: [new] graphics/mtpaint

2016-04-07 Thread Stuart Henderson
On 2016/04/07 14:05, Roman Gorelov wrote:
> Added gtk, glib and X to dependencies. I'm new to porting, so I likely
> miss something else. It would be nice to hear from you about mistakes
> I made and wishes for the improvement.
> 
> Also there are strcpy, sprintf, and rand linker warnings, which I
> ignored. Should it be patched?

Cleaned-up version attached.

- use standard Makefile formatting
- fix up dependencies (gettext is LIB_DEPENDS not RUN_DEPENDS,
jasper/jp2 are an "either/or" choice)
- manpage was being installed to the wrong dir, fixed with
CONFIGURE_ARGS
- honour CFLAGS
- set NO_TEST
- re-run 'make plist' to clean up the plist (and move @exec to the
bottom as is done in other ports).

this version is ok sthen@ if someone would like to import it.


mtpaint,2.tgz
Description: application/tar-gz


Re: [new] graphics/mtpaint

2016-04-07 Thread Roman Gorelov
Added gtk, glib and X to dependencies. I'm new to porting, so I likely
miss something else. It would be nice to hear from you about mistakes
I made and wishes for the improvement.

Also there are strcpy, sprintf, and rand linker warnings, which I
ignored. Should it be patched?


mtpaint.tgz
Description: application/tar-gz


Re: [new] graphics/mtpaint

2016-04-06 Thread Roman Gorelov
A better version which passes portcheck. And really enable threads.

mtPaint is a simple GTK+1/2 painting program designed for creating icons and
pixel based artwork. It can edit indexed palette or 24 bit RGB images and offers
basic painting and palette manipulation tools. It also has several other more
powerful features such as channels, layers and animation. Due to its simplicity
and lack of dependencies it runs well on GNU/Linux, Windows and older PC
hardware.


mtpaint.tgz
Description: application/tar-gz