RFC: rb-postgresql-20050412

2005-07-08 Thread Gerardo Santana Gómez Garrido
ruby interface to PostgreSQL http://www.openbsd.org.mx/santana/ports/rb-postgresql.tar.gz Tested on i386 -- Gerardo Santana Gómez Garrido http://www.openbsd.org.mx/santana/ "Entre los individuos, como entre las naciones, el respeto al derecho ajeno es la paz" -Don Benito Juárez rb-postgresql.t

patch to allow kqueue in systrace

2005-07-08 Thread Ray Lai
Hi, Systrace catches kqueue(2) when tor ./configures. Here's a patch to allow that syscall. -Ray- Index: systrace.filter === RCS file: /cvs/ports/infrastructure/db/systrace.filter,v retrieving revision 1.15 diff -u -r1.15 systrace.f

Re: How to do a conditional deleting in PLIST?

2005-07-08 Thread Marc Espie
man pkg_create. Look up @extra.

NEW mail/avenger

2005-07-08 Thread David Mazieres
The following is a port for Mail Avenger, an extensible anti-spam SMTP server. (More information on Mail Avenger is available from http://www.mailavenger.org/.) The port has been tested on i386 and amd64. Thanks, David avenger.shar Description: Bourne shell script

New: Port of libtheora and patch for mplayer

2005-07-08 Thread Vladimir Támara
Good evening in the Lord Finally I could see the videos (ogg theora) available at whttp://colombia.indymedia.org/archives/archive_by_id.php?id=619&category_id=30 Attached is a port of libtheora, and below a diff for the Makefile of mplayer. I tested only on current/i386 (the port also compiles i

Re: UPDATE: games/freeciv

2005-07-08 Thread Roland Kuebert
>From "Aleksander Piotrowski" <[EMAIL PROTECTED]>: Aleksander Piotrowski> Niall O'Higgins <[EMAIL PROTECTED]> wrote: >> > Following diff updates freeciv to 2.0.2. >> > >> > http://lekcyjonarz.openbsd.pl/ports/freeciv.diff >> >> Regular works fine on i386, but no_x11 FLAVOR seems to be broke

Re: NEW: games/gtetrinet

2005-07-08 Thread Roland Kuebert
>From "Jonathan Gray" <[EMAIL PROTECTED]>: Jonathan Gray> GTetrinet is a client program for the popular Jonathan Gray> Tetrinet game, a multiplayer Jonathan Gray> tetris game that is played over the internet. Jonathan Gray> See http://gtetrinet.sourceforge.net/ and Jonathan Gray> http://www.tetri

Re: How to do a conditional deleting in PLIST?

2005-07-08 Thread Jonathan Weiss
> Quoting Jonathan Weiss ([EMAIL PROTECTED]): >> In pkg/PLIST for the rubygems-port I have: >> >> @unexec rm %D/lib/ruby/gems/${REV}/source_cache >> >> But this will be executed also if the file is not present and pkg_delete >> will carp. >> >> How do I delete this file only if present? > > How

textproc/docbook docbkx412.zip checksum mismatch

2005-07-08 Thread Nick Bender
Using 3.7 stable the distfile contains: SHA1 (docbook/docbkx412.zip) = b9ae7a41056bfaf885581812d60651b7b5531519 SIZE (docbook/docbkx412.zip) = 75683 After pulling from ftp.openbsd.org and ftp.usa.openbsd.org I get: SHA1 (docbook/docbkx412.zip) = 7b5c006402a84c0ea7321d2af8e82663e44dbce4 SIZE (do

Re: How to do a conditional deleting in PLIST?

2005-07-08 Thread Jonathan Weiss
> On Fri, Jul 08, 2005 at 04:56:22PM +0200, Jonathan Weiss wrote: >> I'm working on some Ruby ports. One of them (rubygems) is a package >> management for ruby libraries and applications (similar to Perl/CPAN or >> PHP/Pear). > > Good idea... i've done something similar in the past, but had no tim

Re: How to do a conditional deleting in PLIST?

2005-07-08 Thread Simon Dassow
On Fri, Jul 08, 2005 at 04:56:22PM +0200, Jonathan Weiss wrote: > I'm working on some Ruby ports. One of them (rubygems) is a package > management for ruby libraries and applications (similar to Perl/CPAN or > PHP/Pear). Good idea... i've done something similar in the past, but had no time to inte

Re: How to do a conditional deleting in PLIST?

2005-07-08 Thread Michael Knudsen
Quoting Jonathan Weiss ([EMAIL PROTECTED]): > In pkg/PLIST for the rubygems-port I have: > > @unexec rm %D/lib/ruby/gems/${REV}/source_cache > > But this will be executed also if the file is not present and pkg_delete > will carp. > > How do I delete this file only if present? How about just us

How to do a conditional deleting in PLIST?

2005-07-08 Thread Jonathan Weiss
Cheers, I'm working on some Ruby ports. One of them (rubygems) is a package management for ruby libraries and applications (similar to Perl/CPAN or PHP/Pear). These libs/apps/gems can be managed as: # gem install NAME # gem update NAME # gem deinstall NAME # gem list ... Now when you install s

Re: OT: Does anyone have a use for this old hardware (free)

2005-07-08 Thread Edd Barrett
On 7/8/2005, "wow just wow" <[EMAIL PROTECTED]> wrote: >Those look like the perfect thing for running an office full of serial >terminals, but are they of any use in 2005? > >On 7/8/05, Edd Barrett <[EMAIL PROTECTED]> wrote: >> Our company is about to throw this away: >> >> >> >> htt

Re: KDE and libsmbclient

2005-07-08 Thread Marc Espie
On Fri, Jul 08, 2005 at 10:50:22AM +0100, Eduardo Alvarenga wrote: > Is this really necessary on base3/Makefile ? > > CONFIGURE_ENV+=ac_cv_header_libsmbclient=no > > AFAIK, samba 3 solves past libsmbclient issues with KDE. > Removing this should make lisa (from kde) and smb:// protocol useful > o

KDE and libsmbclient

2005-07-08 Thread Eduardo Alvarenga
Is this really necessary on base3/Makefile ? CONFIGURE_ENV+=ac_cv_header_libsmbclient=no AFAIK, samba 3 solves past libsmbclient issues with KDE. Removing this should make lisa (from kde) and smb:// protocol useful on konqueror and put samba as a build and run dependendy for kdebase3. espie@, pl