NEW: math/golly (was: Re: NEW: games/golly)

2013-03-31 Thread Brian Callahan

Pinging this as well. Note the category has changed to math.
Still works for me on amd64 and loongson. Attached.

OK?

~Brian


golly.tgz
Description: Binary data


Re: NEW: games/golly

2013-03-16 Thread Brian Callahan

On 3/10/2013 2:02 PM, Donovan Watteau wrote:

On Wed, 6 Mar 2013, Brian Callahan wrote:

On 3/2/2013 9:15 AM, Donovan Watteau wrote:

Hello,

Attached is a port for golly, a Conway's game of life simulator.

I needed to patch it so that libutil is loaded along with libpython,
otherwise I would get undefined symbols forkpty/openpty.  My patch
is similar to the one applied to py-gstreamer.

Tested on amd64.


Seemed fun (though I'm pretty sure I didn't understand a thing I was doing,
but it was fun to watch).
Can import after unlock if someone wants to give me an OK.


Glad you like it, thanks for your feedback.

Here are some further changes.  I think math/ makes more sense as the
primary category, and I've also simplied that PERMIT_* thing.  It's been
tested on loongson too, since then.



Hi --

Sorry I'm not moving as fast on this as I should be. One comment - NO_REGRESS 
has been changed to NO_TEST.

Should be all good after that. (Can I get an OK for import from somebody?)

~Brian



Re: NEW: games/golly

2013-03-16 Thread Donovan Watteau
On Sat, 16 Mar 2013, Brian Callahan wrote:
 On 3/10/2013 2:02 PM, Donovan Watteau wrote:
  On Wed, 6 Mar 2013, Brian Callahan wrote:
   On 3/2/2013 9:15 AM, Donovan Watteau wrote:
Hello,

Attached is a port for golly, a Conway's game of life simulator.

I needed to patch it so that libutil is loaded along with libpython,
otherwise I would get undefined symbols forkpty/openpty.  My patch
is similar to the one applied to py-gstreamer.

Tested on amd64.
   
   Seemed fun (though I'm pretty sure I didn't understand a thing I was
   doing,
   but it was fun to watch).
   Can import after unlock if someone wants to give me an OK.
  
  Glad you like it, thanks for your feedback.
  
  Here are some further changes.  I think math/ makes more sense as the
  primary category, and I've also simplied that PERMIT_* thing.  It's been
  tested on loongson too, since then.
  
 
 Hi --
 
 Sorry I'm not moving as fast on this as I should be. One comment - NO_REGRESS
 has been changed to NO_TEST.
 
 Should be all good after that. (Can I get an OK for import from somebody?)
 

Indeed.  Here you go!

golly.tgz
Description: Binary data


Re: NEW: games/golly

2013-03-10 Thread Donovan Watteau
On Wed, 6 Mar 2013, Brian Callahan wrote:
 On 3/2/2013 9:15 AM, Donovan Watteau wrote:
  Hello,
  
  Attached is a port for golly, a Conway's game of life simulator.
  
  I needed to patch it so that libutil is loaded along with libpython,
  otherwise I would get undefined symbols forkpty/openpty.  My patch
  is similar to the one applied to py-gstreamer.
  
  Tested on amd64.
 
 Seemed fun (though I'm pretty sure I didn't understand a thing I was doing,
 but it was fun to watch).
 Can import after unlock if someone wants to give me an OK.

Glad you like it, thanks for your feedback.

Here are some further changes.  I think math/ makes more sense as the
primary category, and I've also simplied that PERMIT_* thing.  It's been
tested on loongson too, since then.

golly.tgz
Description: Binary data


Re: NEW: games/golly

2013-03-06 Thread Brian Callahan

On 3/2/2013 9:15 AM, Donovan Watteau wrote:

Hello,

Attached is a port for golly, a Conway's game of life simulator.

I needed to patch it so that libutil is loaded along with libpython,
otherwise I would get undefined symbols forkpty/openpty.  My patch
is similar to the one applied to py-gstreamer.

Tested on amd64.


Seemed fun (though I'm pretty sure I didn't understand a thing I was doing, but 
it was fun to watch).
Can import after unlock if someone wants to give me an OK.

~Brian