Re: FreeMat 4.0

2010-09-26 Thread Predrag Punosevac
Alexandr Shadchin wrote: > On Wed, Sep 22, 2010 at 01:41:42AM -0400, Predrag Punosevac wrote: > > FreeMat 4.0 is almost a year old now. Has anybody tried to bump up the > > port from 3.6 to 4.0? I tried manually editing Makefile and compiling > > 4.0 on the snapshot from 22nd of August (i386) but

Skype Upgrade Notification - Talk More For Free

2010-09-26 Thread Skype Support
TO: ALL SKYPE USERS EFFECTIVE DATE: IMMEDIATELY This is to notify that new VoIP and Conversation Recording addons have been released for Skype. Following are major new features: - Talk more for free via Voice Over IP (VoIP) - Lower cost when connecting to landlines (much cheaper than Callin

Re: FreeMat 4.0

2010-09-26 Thread Predrag Punosevac
Alexandr Shadchin wrote: > On Wed, Sep 22, 2010 at 01:41:42AM -0400, Predrag Punosevac wrote: > > FreeMat 4.0 is almost a year old now. Has anybody tried to bump up the > > port from 3.6 to 4.0? I tried manually editing Makefile and compiling > > 4.0 on the snapshot from 22nd of August (i386) but

Skype Upgrade Notification - Talk More For Free

2010-09-26 Thread Skype Support
TO: ALL SKYPE USERS EFFECTIVE DATE: IMMEDIATELY This is to notify that new VoIP and Conversation Recording addons have been released for Skype. Following are major new features: - Talk more for free via Voice Over IP (VoIP) - Lower cost when connecting to landlines (much cheaper than Callin

Re: heads up: libtool switch

2010-09-26 Thread Christian Weisgerber
Steven Mestdagh wrote: > - improved library search, which provides correct linking at build time, > allowing to build a port while an older version of the package is already > installed This still doesn't work for databases/sqlite3 and graphics/GraphicsMagick once you remove their current -L

Re: devel/cpphs: add hs-cpp subpackage for use with ghc

2010-09-26 Thread Jasper Lievisse Adriaanse
On Sat, Sep 25, 2010 at 09:47:11PM +0200, Matthias Kilian wrote: > Use cabal and build the library on archs with ghc (i386 and amd64), > because jasper@ wants the cpphs library. > Put the library into a separate subpackage (hs-cpphs). > Shorten DESCR-main (formerly DESCR). > > It would be nice if

Re: new: multimedia/libvpx

2010-09-26 Thread Matthias Kilian
On Sat, Sep 25, 2010 at 05:30:49PM -0400, Brad wrote: > On Thursday 23 September 2010 17:58:53 Chris Kuethe wrote: > > 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

Re: [NEW] databases/redis

2010-09-26 Thread Scott Vokes
On Thu, Sep 23, 2010 at 10:11 AM, wrote: > this is the port of redis, an advanced key-value database. > Critical positive or negative would be appreciated ;-). This adds a few minor improvements to the port - redis's test suite (make regress) and it installs the documentation. Tests pass for

Re: update: Geany

2010-09-26 Thread Jonathan Armani
Updated after fgsch comments (Forgot some trailing \) and add a / to the website. -- Jonathan Armani Index: Makefile === RCS file: /cvs/openbsd/ports/devel/geany/Makefile,v retrieving revision 1.23 diff -u -p -r1.23 Makefile ---

[NEW] databases/buzhug

2010-09-26 Thread Remi Pointel
Hello, this is the port of buzhug, a pure-Python database engine, using a Pythonic, no-SQL syntax. Critical positive or negative would be appreciated ;-). Few information : $ pkg_info buzhug Information for inst:buzhug-1.8 Comment: pure-Python database engine Descrip

Re: Fix mozilla-firefox crash

2010-09-26 Thread Federico G. Schwindt
On Sun, Sep 26, 2010 at 10:49:35AM +0100, Federico G. Schwindt wrote: > Hi, > > While I was testing mozplugger, I found that going to the page below > and playing the html5 video crashes firefox. The diff below fixes it. > > http://camendesign.com/code/video_for_everybody > > There is stil

UPDATE: devel/py-parsing

2010-09-26 Thread Benoit Lecocq
Hi, This diff updates py-parsing to the latest release 1.5.5. Tested on amd64. Comments ? OK ? Cheers, benoit Index: Makefile === RCS file: /cvs/ports/devel/py-parsing/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile ---

Fix mozilla-firefox crash

2010-09-26 Thread Federico G. Schwindt
Hi, While I was testing mozplugger, I found that going to the page below and playing the html5 video crashes firefox. The diff below fixes it. http://camendesign.com/code/video_for_everybody There is still no audio in that video, which is the main cause of the crash, but since it's possibl

heads up: libtool switch

2010-09-26 Thread Steven Mestdagh
a few days ago, we have switched the ports tree's default libtool from gnu to our own version living in ports/infrastructure/bin/libtool. any port that sets USE_LIBTOOL=yes will now use this. major advantages include: - reduced build time by avoiding relinking during installation reported to red

UPDATE: www/bozohttpd

2010-09-26 Thread Benoit Lecocq
Hi, This diff updates bozohttpd to the latest release 20100920. Tested on amd64. Comments ? OK ? Cheers, benoit Index: Makefile === RCS file: /cvs/ports/www/bozohttpd/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Ma

UPDATE: graphics/pngcrush

2010-09-26 Thread Benoit Lecocq
Hi, This diff updates pngcrush to the latest release 1.7.12. Tested on amd64. Comments ? OK ? Cheers, benoit Index: Makefile === RCS file: /cvs/ports/graphics/pngcrush/Makefile,v retrieving revision 1.43 diff -u -r1.43 Makefile ---

Re: simplification lang/python

2010-09-26 Thread Alexandr Shadchin
2010/9/26 Federico G. Schwindt : > On Sun, Sep 26, 2010 at 03:56:49AM +0600, Alexandr Shadchin wrote: >> Hi! >> >> Simplification lang/python and switch to REVISION. >> Comments ? OK ? > > Why are you bumping the ports, and have you tested the post-extract on > 2.4 since the original didn't have th

Re: simplification lang/python

2010-09-26 Thread Federico G. Schwindt
On Sun, Sep 26, 2010 at 03:56:49AM +0600, Alexandr Shadchin wrote: > Hi! > > Simplification lang/python and switch to REVISION. > Comments ? OK ? Why are you bumping the ports, and have you tested the post-extract on 2.4 since the original didn't have the rm? Otherwise looks good. f.-