Re: WIP: net/weechat 0.3.6

2012-02-26 Thread Simon Kuhnle
On Wed, Oct 26, 2011 at 02:55:06PM +0200, Simon Kuhnle wrote:
 based on the port from Jona Joachim, I updated the Makefile to the
 latest version being 0.3.6 and tested it on sparc64.
 (http://marc.info/?l=openbsd-portsm=130790115400980w=2)
 
 WeeChat is a (currently only) ncurses based IRC client,
 extensible with Perl/Python/Ruby scripts: http://weechat.org/
 
 I played a bit with it, worked fine for me on sparc64,
 though I'll stick with my good old irssi for now.
 
 Some things that need to be polished:
  - MULTI_PACKAGES for Python/Ruby scripts (ATM only Perl scripts work)
  - on the first start, one needs to set weechat.plugin.path
to /usr/local/lib/weechat/plugins by hand
 
 I'll just leave this here, perhaps it can be useful for somebody more
 interested in having a WeeChat port.


I updated the port to the latest release, 0.3.7:
http://blarzwurst.de/openbsd/weechat.tgz

Works for me on sparc64 and amd64.
-- 
Simon



Re: WIP: net/weechat 0.3.6

2011-11-13 Thread Simon Kuhnle
On Wed, Nov 09, 2011 at 12:05:51PM +0100, Simon Kuhnle wrote:
 I attached a first shot at using MULTI_PACKAGES.
 
 So, far it works for me on amd64.

I tested it on sparc64 again, too.
No problems so far.

 FWIW, I've sent the patches to upstream,
 so they remove the libutf8 dependency for OpenBSD.

The patches got commited.

 Any feedback would be appreciated,
 as I'm not sure if I got the MULTI_PACKAGES stuff right,
 for example the pkg/PLIST-foo stuff and such.

Anyone?
http://blarzwurst.de/openbsd/weechat.tgz

Regards,
Simon



Re: WIP: net/weechat 0.3.6

2011-11-09 Thread Simon Kuhnle
Hi,

I attached a first shot at using MULTI_PACKAGES.

So, far it works for me on amd64.

FWIW, I've sent the patches to upstream,
so they remove the libutf8 dependency for OpenBSD.

Any feedback would be appreciated,
as I'm not sure if I got the MULTI_PACKAGES stuff right,
for example the pkg/PLIST-foo stuff and such.

Regards,
Simon


weechat.tgz
Description: application/tar-gz


Re: WIP: net/weechat 0.3.6

2011-11-01 Thread Simon Kuhnle
On Wed, Oct 26, 2011 at 02:55:06PM +0200, Simon Kuhnle wrote:
 based on the port from Jona Joachim, I updated the Makefile to the
 latest version being 0.3.6 and tested it on sparc64.
 (http://marc.info/?l=openbsd-portsm=130790115400980w=2)
 
 WeeChat is a (currently only) ncurses based IRC client,
 extensible with Perl/Python/Ruby scripts: http://weechat.org/
 
 I played a bit with it, worked fine for me on sparc64,
 though I'll stick with my good old irssi for now.
 
 Some things that need to be polished:
  - MULTI_PACKAGES for Python/Ruby scripts (ATM only Perl scripts work)

What would be the preferred way to handle this?

Obviously the Perl plugin can always be enabled,
but how to handle the other plugins?

One FLAVOR that does include all the other available languages?
Or many MULTI_PACAKGES for each language.

Just to be clear, the other languages would be:
Lua, Python, Tcl and Ruby.

Regards,
Simon