Heads Up! lang/ruby port split into separate 1.8/1.9 ports

2010-09-23 Thread Jeremy Evans
For those of you who don't follow ports-changes, just a heads up to let you know that I just committed a modification to lang/ruby that splits the port into separate 1.8 and 1.9 ports. ruby 1.8 now installs as ruby18 and ruby 1.9 installs as ruby19. When you update or install ruby, ruby-rake, or

new: multimedia/libvpx

2010-09-23 Thread Chris Kuethe
For discussion and to help people who want to update mplayer/ffmpeg, here's a port of libvpx, which implements the Google VP8 (aka WebM) codec. I'm starting to find content encoded in webm format. -- GDB has a 'break' feature; why doesn't it have 'fix' too? libvpx.tgz Description: GNU Zip compr

Re: sched_get_priority_* (was Re: WIP: mediatomb-0.12.1)

2010-09-23 Thread Federico G. Schwindt
On Thu, Sep 23, 2010 at 12:49:50PM +0200, David Coppa wrote: > On Thu, Sep 23, 2010 at 12:40 PM, Stuart Henderson wrote: > > > we have support for thread priorities, see src/lib/libpthread/uthread/ > > and pthreads(3), just not the sched_get_priority_*() functions. > > > > it might make sense to

Re: sched_get_priority_* (was Re: WIP: mediatomb-0.12.1)

2010-09-23 Thread Federico G. Schwindt
On Thu, Sep 23, 2010 at 12:17:54PM +0100, Stuart Henderson wrote: > On 2010/09/23 12:06, Edd Barrett wrote: > > On Thu, Sep 23, 2010 at 11:40:38AM +0100, Stuart Henderson wrote: > > > we have support for thread priorities, see src/lib/libpthread/uthread/ > > > and pthreads(3), just not the sched_ge

Re: WIP: mediatomb-0.12.1

2010-09-23 Thread Federico G. Schwindt
On Thu, Sep 23, 2010 at 11:25:08AM +0200, Antoine Jacoutot wrote: > On Thu, 23 Sep 2010, Federico G. Schwindt wrote: > > > > [..] > > > Right, so I committed this, but we want to know what is going on in the > > > threadpool.c diff. > > > > > > Where did the magical numbers 0 and 31 come from?: >

Re: new: www/fluxbb

2010-09-23 Thread Chris Kuethe
no comments? On Wed, Aug 18, 2010 at 1:42 PM, Chris Kuethe wrote: > "FluxBB is an open source forum application released under the GPL. It > is free to download and use and will remain so. FluxBB was conceived > and designed to be fast and light with less of the "not so essential" > features that

Re: new: www/flyspray

2010-09-23 Thread Chris Kuethe
no comments? On Wed, Aug 18, 2010 at 1:41 PM, Chris Kuethe wrote: > "Flyspray is an uncomplicated, web-based bug tracking system written > in PHP for assisting with software development." > > -- > GDB has a 'break' feature; why doesn't it have 'fix' too? > -- GDB has a 'break' feature; why do

Re: WIP: wesnoth 1.8

2010-09-23 Thread Kirill Bychkov
On Tue, September 14, 2010 15:02, Jasper Lievisse Adriaanse wrote: > hi, > > here's a WIP update for wesnoth to the 1.8 series. > unfortunately it fails to compile on arm and i haven't really got a clue > where to start looking.. any ideas? > Works fine on amd64 anyway.

Re: [NEW] databases/redis

2010-09-23 Thread Scott Vokes
>>> I've already worked on this port some time ago. I posted a redis port for the 1.2 series in April. (More recent versions have had lots of little bugs on OpenBSD, though - I haven't gotten the test suite to pass). I'll run it past both the official tcl tests and the one for my Lua redis library

Re: [NEW] databases/redis

2010-09-23 Thread David Coppa
On Thu, Sep 23, 2010 at 4:46 PM, wrote: > On Thu, 23 Sep 2010 16:33:56 +0200, David Coppa wrote: >> Hi, >> I've already worked on this port some time ago. >> Unfortunately it segfaults on sparc64. Have a look at: >> >> http://code.google.com/p/redis/issues/detail?id=255 >> >> Ciao, >> David > >

Re: Use our libtool for courier-authlib/courier-imap

2010-09-23 Thread Landry Breuil
On Thu, Sep 23, 2010 at 04:26:16PM +0200, David Coppa wrote: > The attached diff makes courier-authlib and courier-imap use > ${PORTSDIR}/infrastructure/bin/libtool instead of gnu libtool. > > Comments? OKs? Given that the testbdb binary is not in PLIST, i suppose it's a regress test.. which a

Re: [NEW] databases/redis

2010-09-23 Thread David Coppa
On Thu, Sep 23, 2010 at 4:11 PM, wrote: > Hello, > > this is the port of redis, an advanced key-value database. > > Critical positive or negative would be appreciated ;-). Hi, I've already worked on this port some time ago. Unfortunately it segfaults on sparc64. Have a look at: http://code.goog

Use our libtool for courier-authlib/courier-imap

2010-09-23 Thread David Coppa
The attached diff makes courier-authlib and courier-imap use ${PORTSDIR}/infrastructure/bin/libtool instead of gnu libtool. Comments? OKs? ciao, david Index: courier-authlib/Makefile === RCS file: /cvs/ports/mail/courier-authlib

[NEW] databases/redis

2010-09-23 Thread remi.pointel
Hello, this is the port of redis, an advanced key-value database. Critical positive or negative would be appreciated ;-). Few information : $ pkg_info redis Information for inst:redis-2.0.2 Comment: extremely fast and powerful key-value store database Description: Red

Re: sched_get_priority_* (was Re: WIP: mediatomb-0.12.1)

2010-09-23 Thread Stuart Henderson
On 2010/09/23 12:06, Edd Barrett wrote: > On Thu, Sep 23, 2010 at 11:40:38AM +0100, Stuart Henderson wrote: > > we have support for thread priorities, see src/lib/libpthread/uthread/ > > and pthreads(3), just not the sched_get_priority_*() functions. > > Good, thanks for clarifying. > > > it migh

Re: sched_get_priority_* (was Re: WIP: mediatomb-0.12.1)

2010-09-23 Thread Edd Barrett
On Thu, Sep 23, 2010 at 11:40:38AM +0100, Stuart Henderson wrote: > we have support for thread priorities, see src/lib/libpthread/uthread/ > and pthreads(3), just not the sched_get_priority_*() functions. Good, thanks for clarifying. > it might make sense to add them though, we have patches in a

Re: sched_get_priority_* (was Re: WIP: mediatomb-0.12.1)

2010-09-23 Thread David Coppa
On Thu, Sep 23, 2010 at 12:40 PM, Stuart Henderson wrote: > we have support for thread priorities, see src/lib/libpthread/uthread/ > and pthreads(3), just not the sched_get_priority_*() functions. > > it might make sense to add them though, we have patches in a few > ports for this: I was being

sched_get_priority_* (was Re: WIP: mediatomb-0.12.1)

2010-09-23 Thread Stuart Henderson
On 2010/09/23 11:25, Edd Barrett wrote: > > > > > > > > Where did the magical numbers 0 and 31 come from?: > > > > +minPriority = 0; > > > > +maxPriority = 31; > > > > [..] > > > > > > egrep -r "PTHREAD_M(IN|AX)_PRIORITY" > > > /usr/src//lib/libpthread/uthread/*.h > > > > Of course, b

Re: WIP: mediatomb-0.12.1

2010-09-23 Thread Edd Barrett
On Thu, Sep 23, 2010 at 11:25:08AM +0200, Antoine Jacoutot wrote: > On Thu, 23 Sep 2010, Federico G. Schwindt wrote: > > > > [..] > > > Right, so I committed this, but we want to know what is going on in the > > > threadpool.c diff. > > > > > > Where did the magical numbers 0 and 31 come from?: >

[new] frogatto-1.0.3

2010-09-23 Thread Antoine Jacoutot
Frogatto is an open-source "platformer" or "jump-and-run" videogame. Like in many classic games, the world is viewed as a cross-section seen from the side, and your character (in this case, a small green fellow named Frogatto) walks and jumps between solid platforms, whilst avoiding monsters. comm

Affordable Web Design & Development

2010-09-23 Thread Cheena Gupta
Dear Sir/Madam, We would like to take the opportunity to introduce ourselves as a Web design & Development company based in New Delhi, India offering affordable web solutions like website design, development, e-Commerce websites and other online applications that can give your business an additiona

UPDATE: ladvd 0.9.2

2010-09-23 Thread Paul de Weerd
This is a relatively straightforward update to the latest release of ladvd, 0.9.2. After testing, one bug was uncovered which was fixed upstream, this has been integrated in the below diff. Tested succesfully on amd64 and sparc64, more testing appreciated (especially with exotic hardware and diff

Re: WIP: mediatomb-0.12.1

2010-09-23 Thread Antoine Jacoutot
On Thu, 23 Sep 2010, Federico G. Schwindt wrote: > > [..] > > Right, so I committed this, but we want to know what is going on in the > > threadpool.c diff. > > > > Where did the magical numbers 0 and 31 come from?: > > +minPriority = 0; > > +maxPriority = 31; > > [..] > > egrep -r "PT

Re: WIP: mediatomb-0.12.1

2010-09-23 Thread Federico G. Schwindt
> [..] > Right, so I committed this, but we want to know what is going on in the > threadpool.c diff. > > Where did the magical numbers 0 and 31 come from?: > +minPriority = 0; > +maxPriority = 31; > [..] egrep -r "PTHREAD_M(IN|AX)_PRIORITY" /usr/src//lib/libpthread/uthread/*.h f.-

Re: audio has dropouts playing music cds

2010-09-23 Thread David Coppa
On Wed, Sep 22, 2010 at 10:43 PM, Jacob Meuser wrote: > play an audio CD.  kscd tries to use '/dev/cdrom' by default, which > is totally bogus. This should definitely be fixed. Any kde using dev who wants to step up and adjust it? ciao, david