NEW: audio/shntool

2012-05-13 Thread anthonyjbentley
Hi, shntool is a multi-purpose WAVE data processing and reporting utility. File formats are abstracted from its core, so it can process any file that contains WAVE data, compressed or not - provided there exists a format module to handle that particular file type. shntool has native support for

Re: [NEW] net/nagios/check_pf

2012-05-13 Thread Julien Dhaille
Hi. Another modifications needed ? Is it okay ? Greetings -- Julien

Re: Combining ports built with PCC and GCC

2012-05-13 Thread Brett
On Thu, 10 May 2012 13:15:03 -0700 Matthew Dempsky matt...@dempsky.org wrote: On Tue, May 8, 2012 at 7:43 PM, Brett brett.ma...@gmx.com wrote: I am wondering if this will work ok the other way round? In theory, GCC and PCC should implement the same ABI and so it should work either way.

[patch] audio/vorbis-tools unlocks mutex twice

2012-05-13 Thread Thomas Pfaff
ogg123 in audio/vorbis-tools will abort if interrupted or it reaches the end of a file because it tries to unlock an already unlocked mutex. I suppose the better way to fix this is to figure out why it tries to unlock the mutex twice and correct that, though I'm going to leave that to someone

[update] devel/p5-Error

2012-05-13 Thread David Hill
Index: Makefile === RCS file: /cvs/ports/devel/p5-Error/Makefile,v retrieving revision 1.11 diff -u -p -r1.11 Makefile --- Makefile3 Dec 2010 11:44:30 - 1.11 +++ Makefile13 May 2012 13:37:08 - @@ -3,10 +3,8 @@

[update] security/p5-Digest-HMAC

2012-05-13 Thread David Hill
Index: Makefile === RCS file: /cvs/ports/security/p5-Digest-HMAC/Makefile,v retrieving revision 1.11 diff -u -p -r1.11 Makefile --- Makefile3 Dec 2010 11:46:47 - 1.11 +++ Makefile13 May 2012 13:39:47 - @@ -3,10

[update] security/p5-Digest-BubbleBabble

2012-05-13 Thread David Hill
Index: Makefile === RCS file: /cvs/ports/security/p5-Digest-BubbleBabble/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile3 Dec 2010 11:46:47 - 1.6 +++ Makefile13 May 2012 13:42:15 - @@

Re: [update] devel/p5-Error

2012-05-13 Thread Remi Pointel
On 05/13/12 15:38, David Hill wrote: Index: Makefile === RCS file: /cvs/ports/devel/p5-Error/Makefile,v retrieving revision 1.11 diff -u -p -r1.11 Makefile --- Makefile3 Dec 2010 11:44:30 - 1.11 +++ Makefile13 May

mail/femail MESSAGE-README

2012-05-13 Thread Okan Demirmen
convert to pkg readmes, so info doesn't get lost. ok? Index: Makefile === RCS file: /home/open/cvs/ports/mail/femail/Makefile,v retrieving revision 1.11 diff -u -p -r1.11 Makefile --- Makefile20 Feb 2012 07:58:31 - 1.11

new: font/gohufont

2012-05-13 Thread Tobias Ulmer
Attached is my current favourite terminal font. It's pretty similar to Terminus, but offers a 11px version that includes bold glyphs. Give it a try :) cat pkg/DESCR Gohufont is a monospace bitmap font well suited for programming and terminal use. It is intended to be very legible and offers very

Re: [patch] audio/vorbis-tools unlocks mutex twice

2012-05-13 Thread Antoine Jacoutot
On Sun, May 13, 2012 at 02:00:38PM +0200, Thomas Pfaff wrote: ogg123 in audio/vorbis-tools will abort if interrupted or it reaches the end of a file because it tries to unlock an already unlocked mutex. I suppose the better way to fix this is to figure out why it tries to unlock the mutex

Re: new: font/gohufont

2012-05-13 Thread Juan Francisco Cantero Hurtado
On Sun, May 13, 2012 at 05:34:25PM +0200, Tobias Ulmer wrote: Attached is my current favourite terminal font. It's pretty similar to Terminus, but offers a 11px version that includes bold glyphs. Give it a try :) cat pkg/DESCR Gohufont is a monospace bitmap font well suited for programming

Re: [update] devel/p5-Error

2012-05-13 Thread David Hill
On Sun, May 13, 2012 at 04:00:20PM +0200, Remi Pointel wrote: :On 05/13/12 15:38, David Hill wrote: :Index: Makefile :=== :RCS file: /cvs/ports/devel/p5-Error/Makefile,v :retrieving revision 1.11 :diff -u -p -r1.11 Makefile :---

[update] sysutils/p5-Proc-Wait3

2012-05-13 Thread David Hill
trivial update to 0.04; perl LICENSE added. Index: Makefile === RCS file: /cvs/ports/sysutils/p5-Proc-Wait3/Makefile,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 Makefile --- Makefile5 Jan 2011 14:12:07 - 1.1.1.1

[update] geo/p5-Geo-StreetAddress-US

2012-05-13 Thread David Hill
Update to 1.03. Add RUN_DEPEND. Index: Makefile === RCS file: /cvs/ports/geo/p5-Geo-StreetAddress-US/Makefile,v retrieving revision 1.4 diff -u -p -r1.4 Makefile --- Makefile24 May 2011 21:07:20 - 1.4 +++ Makefile13

Re: new: font/gohufont

2012-05-13 Thread Tobias Ulmer
On Sun, May 13, 2012 at 10:15:19PM +0200, Juan Francisco Cantero Hurtado wrote: On Sun, May 13, 2012 at 05:34:25PM +0200, Tobias Ulmer wrote: Attached is my current favourite terminal font. It's pretty similar to Terminus, but offers a 11px version that includes bold glyphs. Give it a try

[update] security/p5-Crypt-Twofish

2012-05-13 Thread David Hill
trivial update to fix dependancy in Makefile Index: Makefile === RCS file: /cvs/ports/security/p5-Crypt-Twofish/Makefile,v retrieving revision 1.15 diff -u -p -r1.15 Makefile --- Makefile3 Dec 2010 11:46:47 - 1.15 +++

[update] converters/p5-Convert-Base32

2012-05-13 Thread David Hill
trivial update to 0.06 Index: Makefile === RCS file: /cvs/ports/converters/p5-Convert-Base32/Makefile,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 Makefile --- Makefile11 Mar 2011 13:40:20 - 1.1.1.1 +++ Makefile

[update] audio/p5-MP4-Info

2012-05-13 Thread David Hill
fix reported bitrate Index: Makefile === RCS file: /cvs/ports/audio/p5-MP4-Info/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile3 Dec 2010 11:44:22 - 1.6 +++ Makefile13 May 2012 20:54:53

[update] comms/p5-Device-SerialPort

2012-05-13 Thread David Hill
update to 1.04 Index: Makefile === RCS file: /cvs/ports/comms/p5-Device-SerialPort/Makefile,v retrieving revision 1.9 diff -u -p -r1.9 Makefile --- Makefile3 Dec 2010 11:44:23 - 1.9 +++ Makefile13 May 2012 21:07:33

Re: [patch] audio/vorbis-tools unlocks mutex twice

2012-05-13 Thread Thomas Pfaff
On Sun, 13 May 2012 18:22:11 +0200 Antoine Jacoutot ajacou...@bsdfrog.org wrote: On Sun, May 13, 2012 at 02:00:38PM +0200, Thomas Pfaff wrote: ogg123 in audio/vorbis-tools will abort if interrupted or it reaches the end of a file because it tries to unlock an already unlocked mutex. (or

[update] comms/p5-Device-Modem

2012-05-13 Thread David Hill
update to 1.56 Index: Makefile === RCS file: /cvs/ports/comms/p5-Device-Modem/Makefile,v retrieving revision 1.10 diff -u -p -r1.10 Makefile --- Makefile3 Dec 2010 11:44:23 - 1.10 +++ Makefile13 May 2012 21:11:11

Re: new: font/gohufont

2012-05-13 Thread Jiri B
On Sun, May 13, 2012 at 10:41:52PM +0200, Tobias Ulmer wrote: On Sun, May 13, 2012 at 10:15:19PM +0200, Juan Francisco Cantero Hurtado wrote: On Sun, May 13, 2012 at 05:34:25PM +0200, Tobias Ulmer wrote: Attached is my current favourite terminal font. It's pretty similar to Terminus,

[update] comms/p5-Device-Gsm

2012-05-13 Thread David Hill
update to 1.58 Index: Makefile === RCS file: /cvs/ports/comms/p5-Device-Gsm/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- Makefile3 Dec 2010 11:44:22 - 1.7 +++ Makefile13 May 2012 21:14:59 -

[update] p5-Net-CIDR

2012-05-13 Thread David Hill
update to 0.15 Index: Makefile === RCS file: /cvs/ports/net/p5-Net-CIDR/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- Makefile3 Dec 2010 11:45:41 - 1.8 +++ Makefile13 May 2012 21:21:54 - @@

[update] net/p5-Net-Dict

2012-05-13 Thread David Hill
update to 2.09 Index: Makefile === RCS file: /cvs/ports/net/p5-Net-Dict/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- Makefile3 Dec 2010 11:45:42 - 1.8 +++ Makefile13 May 2012 21:19:59 - @@

Re: new: font/gohufont

2012-05-13 Thread Juan Francisco Cantero Hurtado
On Sun, May 13, 2012 at 10:41:52PM +0200, Tobias Ulmer wrote: On Sun, May 13, 2012 at 10:15:19PM +0200, Juan Francisco Cantero Hurtado wrote: On Sun, May 13, 2012 at 05:34:25PM +0200, Tobias Ulmer wrote: Attached is my current favourite terminal font. It's pretty similar to Terminus,

[update] net/p5-Net-Daemon

2012-05-13 Thread David Hill
update to 0.48 Index: Makefile === RCS file: /cvs/ports/net/p5-Net-Daemon/Makefile,v retrieving revision 1.16 diff -u -p -r1.16 Makefile --- Makefile3 Dec 2010 11:45:42 - 1.16 +++ Makefile13 May 2012 21:25:36 -

[update] net/p5-Net-Netmask

2012-05-13 Thread David Hill
update to 1.9016 Index: Makefile === RCS file: /cvs/ports/net/p5-Net-Netmask/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- Makefile3 Dec 2010 11:45:42 - 1.3 +++ Makefile13 May 2012 21:28:58 -

New Maintainers Wanted

2012-05-13 Thread Toni Mueller
Hi, @David: thanks for putting in some work and reminding me to do this... On Sun, May 13, 2012 at 05:30:21PM -0400, David Hill wrote: Date: Sun, 13 May 2012 17:30:21 -0400 From: David Hill dh...@mindcry.org To: ports@openbsd.org @all: Please take over all my ports and remove me from

e2fsprogs

2012-05-13 Thread frantisek holop
Index: Makefile === RCS file: /cvs/ports/sysutils/e2fsprogs/Makefile,v retrieving revision 1.24 diff -u -p -r1.24 Makefile --- Makefile29 Mar 2012 13:39:00 - 1.24 +++ Makefile13 May 2012 21:57:24 - @@ -4,7 +4,7

update sysutils/ddrescue

2012-05-13 Thread Pascal Stumpf
Straightforward update to latest release, doesn't need groff. ok? Index: Makefile === RCS file: /cvs/ports/sysutils/ddrescue/Makefile,v retrieving revision 1.5 diff -u -p -r1.5 Makefile --- Makefile20 Nov 2010 17:22:40 -

QEMU 1.1-rc1 for testing

2012-05-13 Thread Brad Smith
Here is an update to QEMU 1.1-rc1 for anyone wanting to do any testing and provide any feedback before the actual release. Index: Makefile === RCS file: /home/cvs/ports/emulators/qemu/Makefile,v retrieving revision 1.85 diff -u -p

Re: [patch] audio/vorbis-tools unlocks mutex twice

2012-05-13 Thread Antoine Jacoutot
On Sun, May 13, 2012 at 11:11:02PM +0200, Thomas Pfaff wrote: On Sun, 13 May 2012 18:22:11 +0200 Antoine Jacoutot ajacou...@bsdfrog.org wrote: On Sun, May 13, 2012 at 02:00:38PM +0200, Thomas Pfaff wrote: ogg123 in audio/vorbis-tools will abort if interrupted or it reaches the end of a

CVS: cvs.openbsd.org: ports

2012-05-13 Thread Pierre-Emmanuel Andre
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2012/05/13 05:56:35 Modified files: mail/offlineimap: Makefile distinfo mail/offlineimap/patches: patch-docs_MANUAL_rst mail/offlineimap/pkg: PLIST Log message: Update to 6.5.3 Diff sent

CVS: cvs.openbsd.org: ports

2012-05-13 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2012/05/13 06:49:11 Modified files: security/p5-Net_SSLeay: Makefile distinfo Log message: update p5-Net-SSLeay to 1.48

CVS: cvs.openbsd.org: ports

2012-05-13 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2012/05/13 07:25:03 Added files: databases/evolution-data-server/patches: patch-libedataserver_e-time-utils_c Log message: fix build. strptime is

CVS: cvs.openbsd.org: ports

2012-05-13 Thread David Coppa
CVSROOT:/cvs Module name:ports Changes by: dco...@cvs.openbsd.org 2012/05/13 07:50:17 Modified files: devel/libevent2: Makefile distinfo Log message: Bugfix update to 2.0.19. From dhill.

CVS: cvs.openbsd.org: ports

2012-05-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2012/05/13 10:27:03 Modified files: databases/evolution-data-server/patches: patch-libedataserver_e-time-utils_c Log message: Add comment after

CVS: cvs.openbsd.org: ports

2012-05-13 Thread Okan Demirmen
CVSROOT:/cvs Module name:ports Changes by: o...@cvs.openbsd.org2012/05/13 11:03:43 Modified files: mail/femail: Makefile mail/femail/pkg: PLIST-chroot Added files: mail/femail/pkg: README-chroot Removed files: mail/femail/pkg:

CVS: cvs.openbsd.org: ports

2012-05-13 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2012/05/13 14:04:07 Modified files: x11/xfce4/xfce4-diskperf: Makefile distinfo Log message: xfce4-diskperf 2.5.3

CVS: cvs.openbsd.org: ports

2012-05-13 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2012/05/13 14:07:52 Modified files: x11/xfce4/xfce4-battery: Makefile distinfo Log message: xfce4-battery 1.0.3

CVS: cvs.openbsd.org: ports

2012-05-13 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2012/05/13 14:11:31 Modified files: x11/xfce4/xfce4-mpc: Makefile distinfo x11/xfce4/xfce4-mpc/pkg: PLIST Log message: xfce4-mpc 0.4.3

CVS: cvs.openbsd.org: ports

2012-05-13 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2012/05/13 14:12:17 Modified files: audio/mpg123 : Makefile distinfo Log message: update to 1.14.2 for minor bug fixes

CVS: cvs.openbsd.org: ports

2012-05-13 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2012/05/13 14:37:17 Modified files: x11/xfce4/xfce4-genmon: Makefile distinfo x11/xfce4/xfce4-genmon/pkg: PLIST Log message: xfce4-genmon 3.4.0

CVS: cvs.openbsd.org: ports

2012-05-13 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/05/13 15:27:38 Modified files: devel/darcs: Makefile Log message: Add a 0.5 GB build dependency to get a 2.7 kB LaTeX package, which is required for a successful build and package. found and ok

CVS: cvs.openbsd.org: ports

2012-05-13 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2012/05/13 23:02:42 Modified files: devel/p5-Error : Makefile distinfo Log message: Update p5-Error to 0.17018, from David Hill, I added REGRESS_DEPENDS.