[update] editors/dhex 0.62->0.63

2011-01-29 Thread ramrunner
attached is a patch which takes editors/dhex from 0.62 to 0.63 version. CHANGES: Man pages were written, searching is possible from the command line. cheers. DsP dhex-0.63.patch Description: Binary data

Re: [new] dhex port (0.62/all fixed)

2011-01-13 Thread ramrunner
just to be correct i meant the developer was kind enough to provide that :) ... sorry for the extra mail. On Thu, Jan 13, 2011 at 5:35 PM, ramrunner wrote: > ok list. > here is a new port of the newest version of dhex that > has string searching capabilities and some bugfixes. > th

[new] dhex port (0.62/all fixed)

2011-01-13 Thread ramrunner
ok list. here is a new port of the newest version of dhex that has string searching capabilities and some bugfixes. the maintainer was kind enough to provide that after marcos request. also the new port has WANTLIB, and -03 flags , but somebody could just mention it before... cheers DsP dhex-por

[NEW] dhex port

2011-01-09 Thread ramrunner
hello :) i attach i first port for dhex as marco@ asked :) (dhex is a ncurses based hex editor with diff capabilities) DsP On Sun, Jan 9, 2011 at 4:53 PM, Marco Peereboom wrote: > anyone got a port of dhex? > > http://freshmeat.net/projects/dhex > > dhex-port.tar.gz Description: GNU Zip compr

[UPDATE] py-matplotlib 1.0.0

2010-12-20 Thread ramrunner
Hello list. i attach the link to an updated matplotlib (1.0.0) the new release offers 3d plotting which is pretty cool. i have tested it for about 2 weeks and seems fine. also no maintainer was listed in the makefile. if it's ok with you, i can pick it up. http://users.physics.uoc.gr/~dsp/stealmyco

[UPDATE] math/py-numpy :1.3->1.5

2010-11-04 Thread ramrunner
Hello list! i updated numpy to version 1.5 (it is needed by pylab , i am going to post that new port later) 2 patches are no longer needed : patches/patch-numpy_core_include_numpy_npy_[cpu,endian]* i attach the cvs diff to the port .. i don't know of the proper way to handle deleted files :( while

Re: pidgin SIGTRAPs/(threads?)

2010-09-01 Thread ramrunner
wrote: > for threaded apps, use 'thread apply all bt' > you probably also want to build with debug symbols > > > On 2010/09/01 12:00, ramrunner wrote: >> Hello list ;) hope you'r all ok! >> >> Pidgin receives SIGTRAP when messaging to invisible/offline co

pidgin SIGTRAPs/(threads?)

2010-09-01 Thread ramrunner
Hello list ;) hope you'r all ok! Pidgin receives SIGTRAP when messaging to invisible/offline contacts (all ~current) from my gdb:Program received signal SIGTRAP, Trace/breakpoint trap. 0x06289bbf in fork () from /usr/lib/libc.so.56.0 (gdb) backtrace full #0 0x06289bbf in fork () from /usr/lib/li

dpkt port update (1.6->1.7)

2010-04-01 Thread ramrunner
Hey list (*thanks for the new release guys :) *) i updated dpkt which is a python network packet manipulation library to 1.7 http://users.physics.uoc.gr/~dsp/dpkt-1.7-obsdport.tar.gz cheers ;) DsP

dpkt port (NEW) - a python network manipulation library

2009-08-01 Thread ramrunner
hello list. i created a port for dpkt . it is a python network manipulation library mostly usefull for ARP packet creation (and more :) ). it is fairly simple . i attach links to the files. PORT: http://users.physics.uoc.gr/~dsp/dpkt-port-obsd4.6.tar.gz PKG: http://users.physics.uoc.gr/~dsp/dpkt-1

PyAudio port

2008-11-12 Thread ramrunner
Hello list. i created a port of pyaudio (portaudio bindings for python : http://people.csail.mit.edu/hubert/pyaudio/ ) port: http://users.physics.uoc.gr/~dsp/pyaudio-port.tar.gz package (openbsd 4.4-current 12/11/08): http://users.physics.uoc.gr/~dsp/pyaudio-0.2.3v0.tgz thanks for reading.

gstreamer on amd64

2006-07-27 Thread ramrunner
Hi :) i am running snapshot on amd64 (build today) and noticed that the gnome port fails on applets2 wich need devel/gstreamer. so gstreamer fails to compile on amd64 , after searching on netbsd archives i found that gstreamer's configure script fails to detect swapcontext() . but there is no sw

Makefile of emulators/redhat SUBDIRs libc5

2005-12-06 Thread ramrunner
hi list. with ports tree cvsd @ 29/11/05 23:16. emulators/redhat Makefile SUBDIRS a dir libc5 wich is non-existant at the server. with the line commented out redhat_base works. so: Index: Makefile === RCS file: /cvs/ports/emulators/red

mplayer package depends on libfaad

2005-12-05 Thread ramrunner
precompiled packages (snapshots/i386) at ftp.openbsd.org of mplayer are compiled with libfaad (audio/faad) wich isn't dependant on the mplayer's Makefile. please cc not in ports@ DsP