Re: newer net-snmp ports are not working with mrtg anymore

2008-09-23 Thread LÉVAI Dániel

Stuart Henderson wrote:

On 2008/09/22 02:36, Stuart Henderson wrote:

seems to work on sparc64, amd64, arm. any i386 testers around?



Working really good on i386.

Thanks!

Daniel

--
LEVAI Daniel
PGP key ID = 0x4AC0A4B1
Key fingerprint = D037 03B9 C12D D338 4412  2D83 1373 917A 4AC0 A4B1



[WIP] audio/pd

2008-09-23 Thread Will Maier
Hi folks-

I have a mostly working port of the PureData audio synthesis
environment by Miller S. Puckett. At this point, it runs and can
generate sound, though it appears MIDI is broken. It bundles its own
copy of portmidi -- it'd probably be best to port that separately.
The port will need some cleanup, too. ;)

Anyway, I'm dumping it on the list in case other folks are
interested. I'm not sure how much more work I'll do on the port; if
you're interested, feel free to ping me offlist.

See below and attached:

http://www.lfod.us/~will/pd.tgz

Thanks!

-- 

o--{ Will Maier }--o
| web:...http://www.lfod.us/ | [EMAIL PROTECTED] |
*-[ BSD: Live Free or Die ]*


pd.tgz
Description: application/tar-gz


Re: [WIP] audio/pd

2008-09-23 Thread Stefan Sperling
On Tue, Sep 23, 2008 at 07:09:58AM -0500, Will Maier wrote:
> Hi folks-
> 
> I have a mostly working port of the PureData audio synthesis
> environment by Miller S. Puckett. At this point, it runs and can
> generate sound, though it appears MIDI is broken. It bundles its own
> copy of portmidi -- it'd probably be best to port that separately.
> The port will need some cleanup, too. ;)

FWIW, I have an old patch here to make pd compile (outside
the ports framework):
http://www.stsp.name/openbsd/ports/pd-openbsd.diff

The patch is against pd-0.40-1. I'm not going to update this,
but maybe you'll find something of interest in there.

Stefan



Re: NEW: games/chocolate-doom

2008-09-23 Thread Bryan Linton
On 2008-09-17 02:13:35, Ryan Freeman <[EMAIL PROTECTED]> wrote:
> 
> attached is fixed port again;
> 
> - added GPLv2 to Makefile
> - removed the trailing whitelines that are getting me in trouble ;)
> - SDL under WANTLIB now as per guidance from Antoine
> - ${PREFIX}/share/games/doom/ directory is created by the port if it
>   is not already there (pkg/PLIST updated)
> - shareware IWAD url removed completely as it a) does not work with
>   chocolate-doom (woops) and b) Paul de Weerd created a games/doomdata
>   port that fetches the proper 1.9 shareware IWAD :)
> 
> Much thanks to Paul de Weerd and Antoine Jacoutot for their suggestions and
> guidance through my first port.
> 
> ...now to quickly fix the others before i get hit with a stick...
> 

Works for me with radeondrm hardware acceleration. Thanks for the port. :)



Re: RESUBMIT: sysutils/apcupsd

2008-09-23 Thread Thomas Pfaff
On Mon, 22 Sep 2008 23:24:25 +0400 (MSD)
"Kirill S. Bychkov" <[EMAIL PROTECTED]> wrote:

> Hi. A lot of time has passed since my last attempt...
> This is the port of the latest version of apcupsd - APC UPS controlling 
> software.
> Please, test and comment.

gapcmon (-x11) crash on execution.

apcupsd (-main and -cgi) works fine for me on amd64.

$ apcaccess
APC  : 001,044,1063
DATE : Tue Sep 23 19:16:50 CEST 2008
HOSTNAME : 
RELEASE  : 3.14.4
VERSION  : 3.14.4 (18 May 2008) openbsd
UPSNAME  : 
CABLE: USB Cable
MODEL: Back-UPS CS 650 
UPSMODE  : Stand Alone
STARTTIME: Tue Sep 23 19:16:48 CEST 2008
STATUS   : ONLINE 
LINEV: 238.0 Volts
LOADPCT  :  36.0 Percent Load Capacity
BCHARGE  : 100.0 Percent
TIMELEFT :  25.1 Minutes
MBATTCHG : 5 Percent
MINTIMEL : 3 Minutes
MAXTIME  : 0 Seconds
OUTPUTV  : 230.0 Volts
SENSE: High
DWAKE: 000 Seconds
DSHUTD   : 000 Seconds
LOTRANS  : 196.0 Volts
HITRANS  : 256.0 Volts
RETPCT   : 000.0 Percent
ITEMP: 29.2 C Internal
ALARMDEL : Always
BATTV: 13.4 Volts
LINEFREQ : 50.0 Hz
LASTXFER : Low line voltage
NUMXFERS : 0
TONBATT  : 0 seconds
CUMONBATT: 0 seconds
XOFFBATT : N/A
SELFTEST : NO
STATFLAG : 0x0708 Status Flag
SERIALNO : QB0631237114  
BATTDATE : 2006-07-29
NOMOUTV  : 230 Volts
NOMINV   : 230 Volts
NOMBATTV :  12.0 Volts
NOMPOWER : 400 Watts
FIRMWARE : 817.v4.I USB FW:v4
APCMODEL : Back-UPS CS 650 
END APC  : Tue Sep 23 19:17:01 CEST 2008



Re: UPDATE: TWiki

2008-09-23 Thread Nikolay Sturm
* Jasper Lievisse Adriaanse [2008-09-23]:
> anyone using TWiki who could test this update please?

I use it at work, but I don't have a test setup handy. What I can say,
though, is that our port sux big time and needs lots of tweaking before
it actually works. Regardless, what I don't understand is the username
dance throughout PLIST, I really doubt that's sensible. The other
problem I have with your update (and the existing port), is the
inclusion of perl modules. Why would you not just depend on our ports?
 
Nikolay



Update: graphics/png 1.2.32

2008-09-23 Thread Christian Weisgerber
Track upstream libpng.  We elegantly skip the security holes that
were present in .30 and .31.  Library bumped because png_struct has
been extended.  (It is supposed to be an opaque type, but you can't
enforce this.)

Index: Makefile
===
RCS file: /cvs/ports/graphics/png/Makefile,v
retrieving revision 1.68
diff -u -p -r1.68 Makefile
--- Makefile7 May 2008 14:29:39 -   1.68
+++ Makefile23 Sep 2008 20:30:33 -
@@ -2,10 +2,10 @@
 
 COMMENT=   library for manipulating PNG images
 
-VERSION=   1.2.28
+VERSION=   1.2.32
 DISTNAME=  libpng-${VERSION}
 PKGNAME=   png-${VERSION}
-SHARED_LIBS=   png 7.0
+SHARED_LIBS=   png 8.0
 CATEGORIES=graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libpng/}
 
Index: distinfo
===
RCS file: /cvs/ports/graphics/png/distinfo,v
retrieving revision 1.19
diff -u -p -r1.19 distinfo
--- distinfo7 May 2008 14:29:39 -   1.19
+++ distinfo23 Sep 2008 20:30:33 -
@@ -1,5 +1,5 @@
-MD5 (libpng-1.2.28.tar.gz) = Q8ED92N0vMRghhECR3LuXQ==
-RMD160 (libpng-1.2.28.tar.gz) = kpuQWycMHTU0jRhVkUPwWDq2kEI=
-SHA1 (libpng-1.2.28.tar.gz) = oo3j8vqy09hltbhUJavNJdvKDoE=
-SHA256 (libpng-1.2.28.tar.gz) = sZHlmWYYG2AQfIMmK5G8JrpZfdpfTIBvf0B2SEk8mvQ=
-SIZE (libpng-1.2.28.tar.gz) = 975517
+MD5 (libpng-1.2.32.tar.gz) = C+3kYM0/1bhO2IHVK5r9WA==
+RMD160 (libpng-1.2.32.tar.gz) = G9Dm51ePIX8mcH9tMUaYjdqf2hA=
+SHA1 (libpng-1.2.32.tar.gz) = B1EZM8tMB0zNjYgf9jTfVKtJuKY=
+SHA256 (libpng-1.2.32.tar.gz) = 9J5oo9l0nsDSy88/3kBU/2Ti96qhX8yPBFuPYHtknz0=
+SIZE (libpng-1.2.32.tar.gz) = 792846
Index: patches/patch-scripts_libpng_pc_in
===
RCS file: /cvs/ports/graphics/png/patches/patch-scripts_libpng_pc_in,v
retrieving revision 1.11
diff -u -p -r1.11 patch-scripts_libpng_pc_in
--- patches/patch-scripts_libpng_pc_in  7 May 2008 14:29:39 -   1.11
+++ patches/patch-scripts_libpng_pc_in  23 Sep 2008 20:30:33 -
@@ -10,7 +10,7 @@ $OpenBSD: patch-scripts_libpng_pc_in,v 1
  
  Name: libpng
  Description: Loads and saves PNG files
- Version: 1.2.28
+ Version: 1.2.32
 -Libs: -L${libdir} -lpng12
 +Libs: -L${libdir} -lpng -lz -lm
  Cflags: -I${includedir}
Index: patches/patch-scripts_makefile_openbsd
===
RCS file: /cvs/ports/graphics/png/patches/patch-scripts_makefile_openbsd,v
retrieving revision 1.24
diff -u -p -r1.24 patch-scripts_makefile_openbsd
--- patches/patch-scripts_makefile_openbsd  7 May 2008 14:29:39 -   
1.24
+++ patches/patch-scripts_makefile_openbsd  23 Sep 2008 20:30:33 -
@@ -12,7 +12,7 @@ $OpenBSD: patch-scripts_makefile_openbsd
 +DOCDIR= ${PREFIX}/share/doc/png
  
 -SHLIB_MAJOR=  0
--SHLIB_MINOR=  1.2.28
+-SHLIB_MINOR=  1.2.32
  
  LIB=  png
  SRCS= png.c pngerror.c pngget.c pngmem.c pngpread.c \
@@ -25,7 +25,7 @@ $OpenBSD: patch-scripts_makefile_openbsd
  
  MAN=  libpng.3 libpngpf.3 png.5
 -DOCS = ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO Y2KINFO 
libpng.txt
-+DOCS = libpng-1.2.28.txt
++DOCS = libpng-1.2.32.txt
  
 +all: ${_LIBS} libpng-config libpng.pc
 +
-- 
Christian "naddy" Weisgerber  [EMAIL PROTECTED]



Re: [WIP] audio/pd

2008-09-23 Thread Jacob Meuser
On Tue, Sep 23, 2008 at 07:09:58AM -0500, Will Maier wrote:
> Hi folks-
> 
> I have a mostly working port of the PureData audio synthesis
> environment by Miller S. Puckett. At this point, it runs and can
> generate sound, though it appears MIDI is broken. It bundles its own
> copy of portmidi -- it'd probably be best to port that separately.

a portmidi port would be great.  I could use that in a couple
ports I'm working on.  I've looked at it before, and gave up ...

but I did manage to get midi mostly working with an older pd by
using the OSS midi support instead of portmidi.  here's a port
for 0.40-2.  maybe some stuff can be merged.

-- 
[EMAIL PROTECTED]
SDF Public Access UNIX System - http://sdf.lonestar.org



pd-0.40.2-port.tgz
Description: application/tar-gz


Выкупаем авто после ДТП.

2008-09-23 Thread elpaco
БЫСТРО ВЫKУПИM ВAШ АBТOMOБИЛЬ в любом cocтoянии, а такжe noсле ДТП.
- Быcтрoе pешeниe вonрoca
- Консультации бесплатно
- Эваkуатoр бeсnлaтнo
- Оформление  в ГАИ бесплатно
8(067) 500 - 51 – 25
[EMAIL PROTECTED]



new: audio/spiralmodular

2008-09-23 Thread Jacob Meuser

pd and midi reminded me of this one.  if you want to synthesize
some sounds on OpenBSD, this one's pretty fun.

DESCR:
SpiralSynth Modular is an object oriented music studio with an
emphasis on live use.  You can use it in a fairly straight forward
way to make tracks with, or get very experimental. Audio or control
data can be freely passed between the plugins. Data can also be
fed back on itself for chaotic effects.


it's no longer maintained upstream, but people still use it, and
afaik, there's nothing else quite like it.

-- 
[EMAIL PROTECTED]
SDF Public Access UNIX System - http://sdf.lonestar.org


spiralmodular-0.2.2a-port.tgz
Description: application/tar-gz