Re: Python versions, Zope and, Python modules

2007-11-13 Thread Marc Espie
Okay, I've had time to look at it. Yeah, the conflict stuff is subtly wrong. There are gremlins in there. You will have to wait until it's fixed, because it's not really easy to do without breaking anything else...

win32-codecs and amd64 question

2007-11-13 Thread Didier Wiroth
Hello, I'm currently running current i386 on my amd64 processor. I'm considering to move to the amd64 distribution but I noticed that the win32-codecs package is only for i386. Is there currently a win32-codecs alternative for amd64? Thank you very much! Didier

Offre n°596

2007-11-13 Thread Flore Depage
Si ce message ne s'affiche pas correctement, vous pouvez le visualiser en suivant ce lien. [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] Produit de l'année : la calculatrice à eau. Cette incroyable calculatrice utilise le système innovant de l'énergie hydrique. Cela permet de maintenir une énergie

Fix: x11/xpad

2007-11-13 Thread Giovanni Bechis
Some WANTLIB fixes. Comments ? Ok ? Giovanni Index: Makefile === RCS file: /cvs/ports/x11/xpad/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile15 Sep 2007 20:04:28 - 1.12 +++ Makefile13 Nov

NEW: www/havp

2007-11-13 Thread Giovanni Bechis
HAVP (HTTP AntiVirus proxy) is a proxy with an anti-virus filter. It does not cache or filter content but can be used with Squid as parent proxy. Havp uses its own user, patch to user.list attached. Port available at http://bigio.snb.it/openbsd/havp-0.8.6.tgz Tested @i386. Comments ? Ok ?

Could anyone get Neils Provos's SpyBye compiled successfully on 4.2/amd64

2007-11-13 Thread Siju George
Hi, I tried to get http://www.monkey.org/~provos/spybye-0.3.tar.gz complied on OpenBSD 4.2/amd64 as per instructions on http://www.spybye.org/index.php?/pages/installation.html It gives the following error. Could somebody help me fix it? Thank you so much Kind Regards Siju

Re: Could anyone get Neils Provos's SpyBye compiled successfully on 4.2/amd64

2007-11-13 Thread Paul Irofti
You're missing pthread linkage.

Re: Could anyone get Neils Provos's SpyBye compiled successfully on 4.2/amd64

2007-11-13 Thread Kurt Miller
On Tuesday 13 November 2007 10:10:14 am Siju George wrote: Hi, I tried to get http://www.monkey.org/~provos/spybye-0.3.tar.gz complied on OpenBSD 4.2/amd64 as per instructions on http://www.spybye.org/index.php?/pages/installation.html It gives the following error. Could somebody help me

Re: NEW: www/havp

2007-11-13 Thread Nikns Siankin
On Tue, Nov 13, 2007 at 03:12:59PM +0100, Giovanni Bechis wrote: HAVP (HTTP AntiVirus proxy) is a proxy with an anti-virus filter. It does not cache or filter content but can be used with Squid as parent proxy. Havp uses its own user, patch to user.list attached. Port available at

update: mail/milter-greylist

2007-11-13 Thread Okan Demirmen
i took the liberty to update the port from 3.0 to 4.0 (maintainer timeout, but cc'd), but i made some additional changes. - create and use the group (already in user.list) - add/use variables for username/greylistdir - update documentation to reflect our defaults - added @sample

draft port of libspf2

2007-11-13 Thread Jakob Schlyter
I've created a port of libspf2 - feedback and comments appreciated. issues regarding threading would be very useful. - http://www.rfc.se/~jakob/openbsd/libspf2.tar.gz jakob

Re: draft port of libspf2

2007-11-13 Thread Okan Demirmen
On Tue 2007.11.13 at 18:47 +0100, Jakob Schlyter wrote: I've created a port of libspf2 - feedback and comments appreciated. issues regarding threading would be very useful. - http://www.rfc.se/~jakob/openbsd/libspf2.tar.gz 2 collisions with p5-Mail-SPF-Query bin/spfd bin/spfquery minor:

Re: draft port of libspf2

2007-11-13 Thread Jakob Schlyter
On 13 nov 2007, at 19.59, Okan Demirmen wrote: On Tue 2007.11.13 at 18:47 +0100, Jakob Schlyter wrote: I've created a port of libspf2 - feedback and comments appreciated. issues regarding threading would be very useful. - http://www.rfc.se/~jakob/openbsd/libspf2.tar.gz 2 collisions with

Re: draft port of libspf2

2007-11-13 Thread Okan Demirmen
On Tue 2007.11.13 at 21:00 +0100, Jakob Schlyter wrote: On 13 nov 2007, at 19.59, Okan Demirmen wrote: On Tue 2007.11.13 at 18:47 +0100, Jakob Schlyter wrote: I've created a port of libspf2 - feedback and comments appreciated. issues regarding threading would be very useful. -

UPDATE: Add no_x11 flavor to textproc/xpdf

2007-11-13 Thread Jeremy Evans
This diff adds a no_x11 flavor to textproc/xpdf. This is necessary if you want to use the pdftotext program without X being installed. This patch is the same is one sent last week, update to -current for the recent security patch to xpdf. Tested on i386. Please test and commit. Jeremy ?

NEW: net/p3scan

2007-11-13 Thread Soner Tari
This is a full-transparent proxy-server for email clients. It can be used to provide email scanning from the internet, to any internal network and is ideal for helping to protect your Other OS LAN from harm, especially when used in conjunction with a firewall and other Internet Proxy servers. It

Re: NEW: net/p3scan

2007-11-13 Thread Okan Demirmen
On Wed 2007.11.14 at 00:45 +0200, Soner Tari wrote: This is a full-transparent proxy-server for email clients. It can be used to provide email scanning from the internet, to any internal network and is ideal for helping to protect your Other OS LAN from harm, especially when used in

Re: NEW: net/p3scan

2007-11-13 Thread Stuart Henderson
On 2007/11/13 18:05, Okan Demirmen wrote: - hardcoding /usr/local in patches... this is normally handled by some placeholder e.g. !!LOCALBASE!! in the patches, and then use something like: perl -pi -e 's,!!LOCALBASE!!,${LOCALBASE},g' in pre-configure.

Re: NEW: net/p3scan

2007-11-13 Thread RW
On Tue, 13 Nov 2007 18:05:41 -0500, Okan Demirmen wrote: - no need for quotes in COMMENT Puhlease, please don't say that! ALL such lines should be doublequoted to avoid breaking make readmes whenever special chars appear in COMMENT. Examples: posessive apostrophes and parentheses are used in

Re: NEW: net/p3scan

2007-11-13 Thread Stuart Henderson
On 2007/11/14 11:03, RW wrote: On Tue, 13 Nov 2007 18:05:41 -0500, Okan Demirmen wrote: - no need for quotes in COMMENT Puhlease, please don't say that! they are all gone now. ALL such lines should be doublequoted to avoid breaking make readmes whenever special chars appear in COMMENT.

Re: NEW: net/p3scan

2007-11-13 Thread Okan Demirmen
On Tue 2007.11.13 at 23:32 +, Stuart Henderson wrote: On 2007/11/13 18:05, Okan Demirmen wrote: - hardcoding /usr/local in patches... this is normally handled by some placeholder e.g. !!LOCALBASE!! in the patches, and then use something like: perl -pi -e

Re: NEW: net/p3scan

2007-11-13 Thread Okan Demirmen
On Wed 2007.11.14 at 11:03 +1100, RW wrote: On Tue, 13 Nov 2007 18:05:41 -0500, Okan Demirmen wrote: - no need for quotes in COMMENT Puhlease, please don't say that! uhm, have you looked at the ports tree recently? ALL such lines should be doublequoted to avoid breaking make readmes

Re: NEW: net/p3scan

2007-11-13 Thread RW
On Tue, 13 Nov 2007 19:25:47 -0500, Okan Demirmen wrote: On Wed 2007.11.14 at 11:03 +1100, RW wrote: On Tue, 13 Nov 2007 18:05:41 -0500, Okan Demirmen wrote: - no need for quotes in COMMENT Puhlease, please don't say that! uhm, have you looked at the ports tree recently? No. It is run

UPDATE: audio/libmpcdec.

2007-11-13 Thread Stuart Henderson
as discussed with MAINTAINER: unbreaks musepack for mplayer (tested on p2k7 audio server after some *horrible* noises from the previous version) - doesn't break any ports that depend on it that currently work (mpd tested by jasper, others by me). audacious-plugins failed with musepack before, this

Re: NEW: net/p3scan

2007-11-13 Thread Soner Tari
On Tue, 2007-11-13 at 18:05 -0500, Okan Demirmen wrote: a few things to start: - no need for quotes in COMMENT Done. - remove that #comment Uhm, which one? - probably just belongs in mail category Done (I'm still not sure, it's a proxy, but anyway). - run pkg/DESRC through fmt(1) or

draft port of security/pwman

2007-11-13 Thread Aaron S.
pwman is a curses password manager which uses gpg to store passwords. This is my first port, comments and recommendations are appreciated. It looks like it's been submitted 3 years ago or so, but hasn't been picked up. http://www.x96.org/pwman.tar.gz

Re: NEW: net/p3scan

2007-11-13 Thread Okan Demirmen
On Wed 2007.11.14 at 03:43 +0200, Soner Tari wrote: - remove that #comment Uhm, which one? oh, that one about the original - go ahead and mention here on ports@ so people if that's the intention. - probably just belongs in mail category Done (I'm still not sure, it's a proxy, but anyway).

Re: draft port of security/pwman

2007-11-13 Thread Aaron S.
Okan Demirmen wrote: you should probably run update-plist - will get rid of the 3 erroneous directories in the PLIST. also, i'm not sure you need any of the ${DOCS} - the interesting one for a package is README, but you have the important bit in DESCR already. cheers. thanks for

Re: Could anyone get Neils Provos's SpyBye compiled successfully on 4.2/amd64

2007-11-13 Thread Siju George
On Nov 13, 2007 8:55 PM, Kurt Miller [EMAIL PROTECTED] wrote: On Tuesday 13 November 2007 10:10:14 am Siju George wrote: gcc -O2 -g -Wall -o spybye spybye.o utils.o status.o spybye.gen.o log.o atomicio.o virus.o proxy.o strnstr.o strncasestr.o -L/usr/local/lib -levent

Re: Could anyone get Neils Provos's SpyBye compiled successfully on 4.2/amd64

2007-11-13 Thread Jacob Meuser
On Wed, Nov 14, 2007 at 11:46:43AM +0530, Siju George wrote: /usr/local/lib/libclamav.so.4.2: undefined reference to `pthread_create' Meanwhile Neils Provos answered me with the following lines. === You probably have to change the