The Dude abides.

Posts Tagged FreeBSD ports

FreeBSD ekhtml, pecl-html_parse, pecl-mdbtools ports

Submitted ekhtml, pecl-html_parse, pecl-mdbtools ports. Within hours, pecl-mdbtools was committed, thanks to Miwi! I’ve never seen such fast turn around time
For some reason, nobody’s touching my CouchDB port . My AstmanProxy port had some troubles building on AMD64 but I sent in a patch for that. I must say that the FreeBSD automated [...]


FreeBSD CouchDB port

I was supposed to spend this week hacking up a PECL extension for SCTP, but on the heels of the CouchDB 0.7.0 release, I decided to write up and submit a FreeBSD port. Judging from the mailing list, Debian package and Gentoo ebuild are available too.
Tomorrow, I’ll attempt to get a Fedora RPM for the [...]


FreeBSD pecl-shape, pecl-params ports; mini_httpd response timeout hack

Submitted pecl-shape and pecl-params ports. Finally got subscribed to freebsd-ports mailing list, will propose to take over tdb port (and with that, submit pecl-tdb).
For those using mini_httpd and wanting it to NOT timeout after 300 seconds, edit mini_httpd.c and comment out the following lines:

1
2
3
4
5
6
7
8
9
10
11
#ifdef HAVE_SIGSET
 
(void) sigset( SIGALRM, handle_write_timeout );
 
#else /* HAVE_SIGSET */
 
(void) signal( SIGALRM, handle_write_timeout [...]


FreeBSD astmanproxy, pecl-doublemetaphone port

I found it surprising that the popular Asterisk AMI proxy (astmanproxy) was not in FreeBSD ports, so I decided to write it up and submit it as such. Wasn’t too difficult but the linux-isms can get to be annoying!
Also submitted was the port for pecl-doublemetaphone, a PECL extension implementing the Double Metaphone algorithm.
Spent some time [...]