Re: UPDATE: sysutils/monit

2008-02-01 Thread Ben Lovett
ok by me, been running this for the last couple days. sorry for the timeout, work has been taking up the majority of my time. my only question is why the update to PLIST? I get no such changes on my somewhat current machine (with current ports, however). --ben On Feb 1, 2008, at 1:28 PM,

update: x11/915resolution

2007-02-11 Thread Ben Lovett
Here's a diff for 915resolution that adds amd64 support. Diff from Stefan Sperling stsp # spline ! de. Builds OK on my amd64, but I can't test it any more than that. Index: Makefile === RCS file:

update: trac

2006-11-09 Thread Ben Lovett
=www devel MAINTAINER=Ben Lovett [EMAIL PROTECTED] Index: distinfo === RCS file: /cvs/ports/www/trac/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo9 Jul 2006 10:11:49 - 1.3 +++ distinfo

Re: SECURITY: misc/screen, update to 4.0.3

2006-10-25 Thread Ben Lovett
On Wed, Oct 25, 2006 at 11:05:35AM +0200, Marc Balmer wrote: screen 4.0.2 is vulnerable and allows for a DoS attack. This updates screen to version 4.0.3 which is not vulnerable. ok? Works fine for me on i386 (3.9-stable and -current).

update: monit 4.8.1

2006-09-25 Thread Ben Lovett
here's an update to monit 4.8.1 .. Changelog from 4.7 available here: http://tildeslash.com/monit/dist/CHANGES.txt Ben Index: Makefile === RCS file: /cvs/ports/sysutils/monit/Makefile,v retrieving revision 1.11 diff -u -r1.11

trac 0.9.6 update

2006-07-08 Thread Ben Lovett
/Makefile 6 Jun 2006 09:32:56 - 1.4 +++ www/trac/Makefile 8 Jul 2006 22:53:49 - @@ -2,7 +2,7 @@ COMMENT= enhanced wiki and bug tracking system for software projects -DISTNAME= trac-0.9.5 +DISTNAME= trac-0.9.6 CATEGORIES=www devel MAINTAINER=Ben

new: misc/py-memcached

2006-06-13 Thread Ben Lovett
This is a port of the Python implementation of the memcached API. http://tilderoot.com/~ben/openbsd/ports/py-memcached-1.31.tar.gz Comments, and and more testing would be appreciated. Thanks, Ben

Re: NEW: textproc/py-markdown

2006-06-06 Thread Ben Lovett
On Jun 6, 2006, at 3:27 PM, Will Maier wrote: +post-install: + ${INSTALL_SCRIPT} ${WRKSRC}/markdown.py ${PREFIX}/bin/py-markdown Seems to me that this could be named just `markdown'. That said, it works fine here (i386 and amd64).

update: www/trac

2006-06-05 Thread Ben Lovett
and bug tracking system for software projects -DISTNAME= trac-0.9.4 -PKGNAME= ${DISTNAME}p0 +DISTNAME= trac-0.9.5 CATEGORIES=www devel MAINTAINER=Ben Lovett [EMAIL PROTECTED] @@ -27,11 +26,12 @@ ::www/clearsilver,python BUILD_DEPENDS= ${RUN_DEPENDS

Re: new: x11/915resolution

2006-05-15 Thread Ben Lovett
On Mon, May 15, 2006 at 11:18:51AM +0200, Dimitry Andric wrote: Note that it's quite simple to add support for the 945 chipsets to the 855resolution port too. People might prefer one or the other, it's a bit of a kludge anyway... Yes, it's a kludge. But, until there is another way to get the

new: x11/915resolution

2006-05-14 Thread Ben Lovett
This is a port of 915resolution. It's used to modify the video BIOS of Intel graphics chipsets in the 800 and 900 series. This includes the 8{4,5,6}G chipsets, as well as the 9{1,4}5G{,M}. I've tested it on my system with a 945GM. Comments? Could people with video chipsets such as these please

Re: new: x11/915resolution

2006-05-14 Thread Ben Lovett
Apparently I didn't add the 'z' flag to tar, but I tacked .gz onto the filename anyway. Here is the file (again): http://tilderoot.com/~ben/openbsd/ports/915resolution-0.5.2.tar.gz --ben

ruby-fcgi

2006-05-04 Thread Ben Lovett
Here are the Ruby bindings for FastCGI. Useful for things like running rails instances under lighttpd without having to install ruby-gems. If they're of any interest to anyone else, please test. thanks, --ben ruby-fcgi-0.8.6.tar.gz Description: application/tar-gz

sysutils/monit update

2006-03-20 Thread Ben Lovett
Here is an update to monit 4.7. It adds quite a few new (very cool) features. Changelog available here: http://www.tildeslash.com/monit/doc/changes.php If someone else that uses it could test it as well, and report back I'd appreciate it. Thanks, --ben ---8 cut 8 Index:

spamassassin update

2006-03-18 Thread Ben Lovett
to identify and mark spam -DISTNAME= Mail-SpamAssassin-3.1.0 -PKGNAME= p5-${DISTNAME}p0 +DISTNAME= Mail-SpamAssassin-3.1.1 +PKGNAME= p5-${DISTNAME} CATEGORIES=mail perl5 MAINTAINER=Ben Lovett [EMAIL PROTECTED] Index

Re: asterisk, alignment problem with sparc64

2006-02-11 Thread Ben Lovett
On Thu, Feb 09, 2006 at 03:24:07PM +, Stuart Henderson wrote: Ok the parse function is just preparing things for use elsewhere, so the auto variable is destroyed by the time it's needed. The place where it's needed is actually paying some attention to alignment since they memcpy, but I

Re: asterisk, alignment problem with sparc64

2006-02-08 Thread Ben Lovett
On Feb 7, 2006, at 11:30 AM, Jason Wright wrote: Ugly code, but a simple fix might be: I don't get a SIGBUS anymore, but it still fails to register with the server properly. --ben

patch: devel/ccache

2006-01-22 Thread Ben Lovett
This patch was sent to me by Andrew Dalgleish. It seems to be fine on my system. It fixes a SIGSEGV that Andrew noticed when passing long command lines to ccache. If someone could commit this, I'd appreciate it. --ben Index: devel/ccache/Makefile

new: www/trac

2006-01-14 Thread Ben Lovett
Here's a port of trac, a wiki and bug tracking system for software projects. http://tilderoot.com/~ben/openbsd/ports/trac-0.9.3.tar.gz For those of you that have played with this in the past, and are still using it, I would suggest that you update to this version as it has some security

Re: new: www/trac

2006-01-14 Thread Ben Lovett
On Jan 14, 2006, at 9:28 AM, Ben Lovett wrote: http://tilderoot.com/~ben/openbsd/ports/trac-0.9.3.tar.gz I've updated this tarball to comment out the compiled python files so that it's PKG_ARCH=* safe, as pointed out by Aleksander Piotrowski. --ben

Re: FIX: mail/p5-Mail-SpamAssassin-3.1.0

2005-12-27 Thread Ben Lovett
On Sat, Dec 17, 2005 at 05:48:50PM +0100, Andreas Vögele wrote: Here's a fix for the SpamAssassin port. The included diff adds the config files init.pre and v310.pre to the package. Both files are required for a smooth transition from SpamAssassin 3.0 to 3.1. ... MAINTAINER= Ben

Re: FIX: mail/p5-Mail-SpamAssassin-3.1.0

2005-12-27 Thread Ben Lovett
On Tue, Dec 27, 2005 at 07:52:31PM +0100, steven mestdagh wrote: do regression tests pass for you? one test is failing if i apply this patch, it did not before. No, you're right. They don't pass. I'm not quite sure why the SPF stuff is even being evaluated though, since the plugin is not

Re: ruby 1.8.4 preview 2

2005-12-22 Thread Ben Lovett
On Thu, Dec 22, 2005 at 11:19:43AM -0500, Mathieu Sauve-Frankel wrote: This diff brings ruby to the latest preview release. This diff also seems to resolve the segfault issues with ruby gems. Please test Seems to work OK here. Been banging on it with a rails app, and nothing seems to have

NEW: www/trac 0.9.2

2005-12-10 Thread Ben Lovett
Here's a port of trac, a wiki and bug tracking system for software projects. http://tilderoot.com/~ben/openbsd/ports/trac-0.9.2.tgz $ cat pkg/DESCR From the webpage: Trac is an enhanced wiki and issue tracking system for software development projects. Trac uses a minimalistic approach to

p5-Mail-SpamAssassin 3.1.0 update

2005-10-08 Thread Ben Lovett
Here is an update to 3.1.0. Update available here: http://tilderoot.com/~ben/openbsd/ports/p5-Mail-SpamAssassin-3.1.0.diff Release notes available: http://marc.theaimsgroup.com/?l=spamassassin-announcem=112674318914008w=2 The added dependencies are there because one of the new parts of

Re: NEW: www/trac

2005-07-18 Thread Ben Lovett
On Jul 18, 2005, at 12:04 AM, Simon Dassow wrote: Hmm... this one was required: Index: pkg/PLIST Yeah, I noticed this after rebuilding some ports.. I'm not quite sure why I didn't catch it before, since the package build would have failed, and I'm _very_ sure I tested that first ... Odd

patch: www/clearsilver (new flavor)

2005-07-18 Thread Ben Lovett
I sent this to markus@ about two weeks ago, and have not heard anything from him about it. This is needed for the port of trac that I submitted here. http://tilderoot.com/~ben/openbsd/ports/clearsilver-python.diff Markus, is this acceptable to you? thanks, --ben PGP.sig Description: This

NEW: www/trac

2005-06-28 Thread Ben Lovett
Here is a port of trac.. $ cat pkg/DESCR From the webpage: Trac is an enhanced wiki and issue tracking system for software development projects. Trac uses a minimalistic approach to web-based software project management. Our mission; to help developers write great software while staying out of