Typo in esound/Makefile

2010-06-28 Thread Kevin Lo
Typo: v0 -> p0

ok?

Kevin
Index: Makefile
===
RCS file: /cvs/ports/audio/esound/Makefile,v
retrieving revision 1.45
diff -u -p -r1.45 Makefile
--- Makefile	20 Dec 2008 08:58:32 -	1.45
+++ Makefile	29 Jun 2010 06:34:27 -
@@ -4,7 +4,7 @@
 COMMENT=	sound library for Enlightenment
 
 DISTNAME=	esound-0.2.41
-PKGNAME=	${DISTNAME}v0
+PKGNAME=	${DISTNAME}p0
 SHARED_LIBS +=	esd  2.40 # .2.38
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_GNOME:=sources/esound/0.2/}


mplayer not playing 24bit WAVs (sndio vs libao?)

2010-06-28 Thread Jan Stary
This is a fresh snapshot, with a fresh mplayer from snapshot packages.

$ mplayer file.wav 
MPlayer SVN-r30866 (C) 2000-2010 MPlayer Team

Playing file.wav.
Audio only file format detected.
==
Opening audio decoder: [pcm] Uncompressed PCM audio decoder
AUDIO: 48000 Hz, 2 ch, s24le, 2304.0 kbit/100.00% (ratio:
288000->288000)
Selected audio codec: [pcm] afm: pcm (Uncompressed PCM)
==
ao2: unsupported format
ao2: 48000 Hz  2 chans  s24le [0x11]
[AO SUN] Can't open audio device /dev/audio, Device busy  -> nosound.
DVB card number must be between 1 and 4
AO: [null] 48000Hz 2ch s24le (3 bytes per sample)
Video: no video
Starting playback...
A:   0.1 (00.0) of 330.0 (05:30.0) ??,?% 
Exiting... (Quit)


'aucat -l' is running (from rc.conf.local).
The file is just fine, sox plays it all right.
When I convert the file to 16bit, mplayer plays it too.

$ sox file.wav -b 16 /tmp/file.wav
$ mplayer /tmp/file.wav
MPlayer SVN-r30866 (C) 2000-2010 MPlayer Team

Playing /tmp/file.wav.
Audio only file format detected.
==
Opening audio decoder: [pcm] Uncompressed PCM audio decoder
AUDIO: 48000 Hz, 2 ch, s16le, 1536.0 kbit/100.00% (ratio:
192000->192000)
Selected audio codec: [pcm] afm: pcm (Uncompressed PCM)
==
AO: [sndio] 48000Hz 2ch s16le (2 bytes per sample)
Video: no video
Starting playback...
A:   8.8 (08.7) of 330.0 (05:30.0)  4.3% 
Exiting... (Quit)

What is the problem here? mplayer tries to open
/dev/audio directly (using libao) instead of connecting
to the aucat server? Or is this a libao problem?

The second run (playing the 16bit file) seems to suggest
mplayer does know how to talk to sndio (a running aucat).
So why doesn't mplayer try to use sndio in the 24bit case, too?

Thanks

Jan



Re: [flashrom] Porting flashrom to OpenBSD

2010-06-28 Thread Brynet
There is no sense having a port until the libpci/pci(4) issue is fixed,
flashrom still doesn't work yet.. it compiles and runs, but AFAIK it
always errors out.

-Bryan.



update: p5-Class-MOP

2010-06-28 Thread Jim Razmus
Attached patch updates Class:MOP to version 1.03.  Note that it depends
on p5-Package-Stash previously sent to po...@.

OK?

jim@
Index: Makefile
===
RCS file: /cvs/ports/devel/p5-Class-MOP/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile27 Oct 2009 15:03:56 -  1.10
+++ Makefile28 Jun 2010 22:36:47 -
@@ -5,8 +5,7 @@ SHARED_ONLY=Yes
 COMMENT=   meta object protocol for perl 5
 
 MODULES=   cpan
-DISTNAME=  Class-MOP-0.94
-PKGNAME=   p5-${DISTNAME}p0
+DISTNAME=  Class-MOP-1.03
 CATEGORIES=devel
 
 # perl
@@ -17,10 +16,12 @@ PERMIT_DISTFILES_FTP=   Yes
 
 BUILD_DEPENDS= ${RUN_DEPENDS}
 RUN_DEPENDS=   ::devel/p5-Devel-GlobalDestruction \
+   ::devel/p5-List-MoreUtils \
::devel/p5-MRO-Compat \
-   ::devel/p5-Sub-Identify \
+   ::devel/p5-Package-Stash \
:p5-Sub-Name->=0.04:devel/p5-Sub-Name \
-   ::devel/p5-Task-Weaken
+   ::devel/p5-Task-Weaken \
+   ::devel/p5-Try-Tiny
 
 REGRESS_DEPENDS=::devel/p5-Test-Exception \
::devel/p5-Test-LeakTrace \
Index: distinfo
===
RCS file: /cvs/ports/devel/p5-Class-MOP/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo26 Oct 2009 16:35:24 -  1.8
+++ distinfo28 Jun 2010 22:36:47 -
@@ -1,5 +1,5 @@
-MD5 (Class-MOP-0.94.tar.gz) = GfoZdS3yc5bPudgmACzNzg==
-RMD160 (Class-MOP-0.94.tar.gz) = QLpl2P2vkLdN85PZ1s/zFke0tuw=
-SHA1 (Class-MOP-0.94.tar.gz) = kJTls8rA+uEgZH/8Ksq29E+ZGKw=
-SHA256 (Class-MOP-0.94.tar.gz) = sS0dI1trUkQ1/KcwU8oZJunc5feGpkby8hgziLmnr1Y=
-SIZE (Class-MOP-0.94.tar.gz) = 185950
+MD5 (Class-MOP-1.03.tar.gz) = lrRHMK4EDDDV6OhbSOjL5w==
+RMD160 (Class-MOP-1.03.tar.gz) = NXlyPK8sXOC7CQpmaopA4HbiJb8=
+SHA1 (Class-MOP-1.03.tar.gz) = XPVcFQ8omvDT8NwASwO87Co1WsA=
+SHA256 (Class-MOP-1.03.tar.gz) = K8xRzN/QElFtxy6OI0oomSaYWe8wiMm73XvCpO6GgdE=
+SIZE (Class-MOP-1.03.tar.gz) = 192227
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/p5-Class-MOP/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- pkg/PLIST   26 Oct 2009 16:35:24 -  1.4
+++ pkg/PLIST   28 Jun 2010 22:36:47 -
@@ -16,6 +16,11 @@ ${P5ARCH}/Class/MOP/Method/Constructor.p
 ${P5ARCH}/Class/MOP/Method/Generated.pm
 ${P5ARCH}/Class/MOP/Method/Inlined.pm
 ${P5ARCH}/Class/MOP/Method/Wrapped.pm
+${P5ARCH}/Class/MOP/Mixin/
+${P5ARCH}/Class/MOP/Mixin.pm
+${P5ARCH}/Class/MOP/Mixin/AttributeCore.pm
+${P5ARCH}/Class/MOP/Mixin/HasAttributes.pm
+${P5ARCH}/Class/MOP/Mixin/HasMethods.pm
 ${P5ARCH}/Class/MOP/Module.pm
 ${P5ARCH}/Class/MOP/Object.pm
 ${P5ARCH}/Class/MOP/Package.pm
@@ -36,6 +41,10 @@ ${P5ARCH}/metaclass.pm
 @man man/man3p/Class::MOP::Method::Generated.3p
 @man man/man3p/Class::MOP::Method::Inlined.3p
 @man man/man3p/Class::MOP::Method::Wrapped.3p
+...@man man/man3p/Class::MOP::Mixin.3p
+...@man man/man3p/Class::MOP::Mixin::AttributeCore.3p
+...@man man/man3p/Class::MOP::Mixin::HasAttributes.3p
+...@man man/man3p/Class::MOP::Mixin::HasMethods.3p
 @man man/man3p/Class::MOP::Module.3p
 @man man/man3p/Class::MOP::Object.3p
 @man man/man3p/Class::MOP::Package.3p


WANTLIB and other question(s)

2010-06-28 Thread Jiri B.
Hello,

just simple questions from a porting beginner:

WANTLIB should contains only libs not comming from ports tree? Do I
understand correctly that LIB_DEPENDS is for ports tree libs?

What is the prefered way to do simple modification in
configure/Makefile? Directly via perl in the Makefile or is more
prefered an external patch?

Thanks for help.

jirib



p5-Package-Stash, import ok?

2010-06-28 Thread Jim Razmus
New port: devel/p5-Package-Stash

Comment: routines for manipulating stashes

Descr: Manipulating stashes (Perl's symbol tables) is occasionally
necessary, but incredibly messy, and easy to get wrong. This module
hides all of that behind a simple API.

ok to import?

jim@


p5-Package-Stash.tgz
Description: application/tar-gz


Re: [flashrom] Porting flashrom to OpenBSD

2010-06-28 Thread Stuart Henderson
On 2010/06/29 00:06, Ian McWilliam wrote:
> 
> On 28/06/2010, at 6:41 PM, Matthieu Herrb wrote:
> 
> > On Sun, Jun 27, 2010 at 10:38:30PM +0200, Carl-Daniel Hailfinger wrote:
> >> 
> >> Could I ask you to write one or two short sentences which will be
> >> printed if flashrom detects insufficient permisions on OpenBSD? Maybe
> >> something like this (feel free to change it completely):
> > 
> >> "Error: Insufficient permissions to access hardware. Please set
> >> securelevel=-1 in /etc/rc.securelevel and reboot, or reboot into single
> >> user mode."
> >> 
> > 
> > This message looks good to me. You could add "See the securelevel(7)
> > and init(8) manual pages for details".
> > 
> > Thanks for your work on this port.
> > -- 
> > Matthieu Herrb

I agree with both points :)


> I think in the port we could probably add a README.OpenBSD file where
> we could explain the situation in more detail like we do for many other ports
> stored in the share/doc/flashrom directory as well.

We could, but I think it's even better to have proper instructions
for OpenBSD in the main distribution.



Re: [NEW] zathura-0.0.6.tgz

2010-06-28 Thread Abel Abraham Camarillo Ojeda
"Jiri B."  wrote:

> On Mon, 07 Jun 2010 12:08:06 -0500
> Abel Abraham Camarillo Ojeda  wrote:
>
> > Edd Barrett  wrote:
> > 
> > > On Mon, Jun 07, 2010 at 11:57:02AM +0100, Edd Barrett wrote:
> > > > On Mon, Jun 07, 2010 at 11:50:26AM +0100, Edd Barrett wrote:
> > > > > On Sun, Jun 06, 2010 at 04:51:05PM -0500, Abel Abraham
> > > > > Camarillo Ojeda wrote:
> > > > > > tgz attached.
> > > > > 
> > > > > Hey I like it!
> > > > > 
> > > > > But have you tried "make port-lib-depends-check"?
>
> Hi,
>
> zathura 0.0.7 is out. Compiles and works OK. Hm, I was quite confused
> about WANTLIB :/
>
> jirib

Yeah, I know, but I'm talking with upstream about other bugs that
edd@ reported, zathura isn't going in until they are fixed (at least).

Greetings.

--
DISCLAIMER: http://goldmark.org/jeff/stupid-disclaimers/ 
This message will self-destruct in 3 seconds.



Re: UPDATE: filezilla-3.3.3

2010-06-28 Thread Jim Razmus
* Mark Lumsden  [100627 23:58]:
> This has been tested on i386. Tests on other architectures are much
> appreciated.
> 
> http://cyodesigns.com/filezilla-3.3.3.diff
> 
> Changes are listed here:
> 
> http://filezilla-project.org/versions.php
> 
> ok?
> 
> -mark
> 

Built, reviewed, and lightly tested on amd64.  ok jim@



Cozinha Compacta Civardi apenas 699,00 à vista!

2010-06-28 Thread Colombo.com.br
Se não estiver visualizando, clique no link abaixo ou cole este endereco
no navegador: 
http://www.colombo.com.br/promo/email_msg_011/email_msg_011.htm
 
Renove a Sua Casa com a Colombo.
   
Curva Ipanema - Oryon Estof.
   
Cozinha Compacta Bruna 860 - Civardi
  Roupeiro
6 Portas 3 Gavetas Xangai - Araplac
  
Rack Cedro - Caemmun
  Balcão Forno Politorno 320632

Colchão é na Colombo.
  
Confira toda a linha de TVs de LED.
 
Colombo.com.br
 
 

Livros
  Som e Vídeo
Eletrodomésticos
  Cine e Foto
  Telefonia

 
 

Informática
Esporte e Lazer
Portáteis
Móveis
  Saúde e Beleza

 
Confira os outros departamentos.
 
 

Twitter Colombo. Assine nosso
RSS.

Medalha do ebit.


Re: [NEW] zathura-0.0.6.tgz

2010-06-28 Thread Jiri B.
On Mon, 07 Jun 2010 12:08:06 -0500
Abel Abraham Camarillo Ojeda  wrote:

> Edd Barrett  wrote:
> 
> > On Mon, Jun 07, 2010 at 11:57:02AM +0100, Edd Barrett wrote:
> > > On Mon, Jun 07, 2010 at 11:50:26AM +0100, Edd Barrett wrote:
> > > > On Sun, Jun 06, 2010 at 04:51:05PM -0500, Abel Abraham
> > > > Camarillo Ojeda wrote:
> > > > > tgz attached.
> > > > 
> > > > Hey I like it!
> > > > 
> > > > But have you tried "make port-lib-depends-check"?

Hi,

zathura 0.0.7 is out. Compiles and works OK. Hm, I was quite confused
about WANTLIB :/

jirib



Re: [flashrom] Porting flashrom to OpenBSD

2010-06-28 Thread Ian McWilliam

On 28/06/2010, at 6:41 PM, Matthieu Herrb wrote:

> On Sun, Jun 27, 2010 at 10:38:30PM +0200, Carl-Daniel Hailfinger wrote:
>> 
>> Could I ask you to write one or two short sentences which will be
>> printed if flashrom detects insufficient permisions on OpenBSD? Maybe
>> something like this (feel free to change it completely):
> 
>> "Error: Insufficient permissions to access hardware. Please set
>> securelevel=-1 in /etc/rc.securelevel and reboot, or reboot into single
>> user mode."
>> 
> 
> This message looks good to me. You could add "See the securelevel(7)
> and init(8) manual pages for details".
> 
> Thanks for your work on this port.
> -- 
> Matthieu Herrb
> 
> 


I think in the port we could probably add a README.OpenBSD file where
we could explain the situation in more detail like we do for many other ports
stored in the share/doc/flashrom directory as well.




Ian McWilliam





Tarjetas personales y tus folletos - info - ports

2010-06-28 Thread tarjetasbleuca...@yahoo.com.ar
Aprovecha las ofertas de este mes

Impresion Offset en Pull de Impresion

Todo lo que puedas necesitar en materia de productos graficos
Inmejorable calidad de impresion y papel

Excelentes productos a mas bajo costo

Mandas tus archivos por e-mail, pagas y obtienes lo que pides

Solo esperas a que se llene el pliego en donde insertamos tu archivo

Nos comprometemos a proveerte de otros productos de entrega inmediata, en
impresion laser, por si necesitas menor cantidad que la estandar en
Offset.

No busques mas, esta es tu oportunidad de un buen producto y servicio

Precios accibles y buena atencion

Tarjetas personales, folletos, postales, senialadores, etiquetas
colgantes para ropa, papeleria comercial, calcos, imanes y mucho mas

Los colores mas nitidos, los cortes exactos

Empieza a ahorrar dinero obteniendo un magnifico producto grafico

Esperamos tus consultas por la seccion de "contacto" de nuestra 
web:www.bleucards.net

De lunes a viernes, de 10hs a 18hs - Microcentro. Tel (011) 4328-4716 /
15-5527-7524


Disculpa si este mail te molesto, mandame una respuesta con asunto
"REMOVER" y te sacamos de la base

Mucha Seriedad y Respeto

( )


UPDATE: tint-2.0.11

2010-06-28 Thread Edd Barrett
This takes us out of beta for tint2. OK?

Index: Makefile
===
RCS file: /cvs/ports/x11/tint/Makefile,v
retrieving revision 1.7
diff -u -p -u -r1.7 Makefile
--- Makefile15 Jun 2010 10:10:06 -  1.7
+++ Makefile28 Jun 2010 09:06:43 -
@@ -2,9 +2,9 @@
 
 COMMENT=   lightweight freedesktop-compliant panel/taskbar/clock
 
-DISTNAME=  tint2-0.11-beta
+DISTNAME=  tint2-0.11
 EXTRACT_SUFX=  .tar.bz2
-PKGNAME=   tint-0.11beta
+PKGNAME=   tint-0.11
 CATEGORIES=x11
 
 HOMEPAGE=  http://code.google.com/p/tint2/
Index: distinfo
===
RCS file: /cvs/ports/x11/tint/distinfo,v
retrieving revision 1.3
diff -u -p -u -r1.3 distinfo
--- distinfo15 Jun 2010 10:10:06 -  1.3
+++ distinfo28 Jun 2010 09:06:43 -
@@ -1,5 +1,5 @@
-MD5 (tint2-0.11-beta.tar.bz2) = I99s3aJangwB2C9jBxXIuw==
-RMD160 (tint2-0.11-beta.tar.bz2) = pWKRDOkI8rrqS/sd4c4L4a6nzNI=
-SHA1 (tint2-0.11-beta.tar.bz2) = EDyXZks3vzm5/YK4BjDxIpDJjc0=
-SHA256 (tint2-0.11-beta.tar.bz2) = jaWpcU8EK/xpsGSlhV15TWQVHXIfy0jQPmZigObVxpc=
-SIZE (tint2-0.11-beta.tar.bz2) = 90388
+MD5 (tint2-0.11.tar.bz2) = b8VzHnQlEl+oSirdXO9L/w==
+RMD160 (tint2-0.11.tar.bz2) = 8JToGuwfrpiojoOSxMnmtf7LYSA=
+SHA1 (tint2-0.11.tar.bz2) = l1IlVSlnPavxPnQ3r9HNCznZySs=
+SHA256 (tint2-0.11.tar.bz2) = /hBuamBX0mMavd3p+C0/1PsZhcT7k/ENOIZBep4iRx0=
+SIZE (tint2-0.11.tar.bz2) = 91716

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: update: devel/avr

2010-06-28 Thread Andreas Bihlmaier
Hello Chris,

thank you _very_ much for maintaining this port :)
Especially for updating it when I'm just about to need the new version.

Regards,
ahb

On Sat, Jun 26, 2010 at 12:47:45PM -0600, Chris Kuethe wrote:
> this syncs our port to the freebsd port, and thereby to winavr. big
> user-visible change includes support for atmega328 (ie. the new
> arduino boards)
> 
> -- 
> GDB has a 'break' feature; why doesn't it have 'fix' too?




Guncel Fiyat Listemiz

2010-06-28 Thread Toplu Mail







v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}


Cards Black










 




 



 
  
  
  
   


  

 
   

   


 
  
  Tel: 0212 3216335

  mail: i...@mailingconsept.com

  Web: www.mailingconsept.com

   
  
  
   


 
  
  Mailing Consept

   
 

 
  
  Toplu Mail Gönderin Kazanın..!!

   
 




 
   

   

 

 
   

  
  

   
 


 


 
  
  Merhaba ;


   Firmanızın  toplu mail gönderimi ile daha fazla
  ilgili kitleye ulaşacağını hizmetlerinize ihtiyacı olan yada olacak yeni
  müşterilere ulaşmanızı internet üzerınde daha aktif olmanızı sağlayacak
  mailing çalışmasına ihtiyacınız olduğunuzu keşvedin lütfen bu maili 
önemseyin
  ve bize ulaşın aşağıdaki tarafınıza sunduğumuz imkanları geri
  çevirmeyınız iyi çalışmalar..
  

  Güncel Fiyatlarımız.. 


  500.000 Adet Mail Gönderimi ---  175,00   TL

1Milyon Adet Mail Gönderimi ---  275,00 TL 

2Milyon Adet Mail Gönderimi   ---  385,00 TL 

3Milyon Adet Mail Gönderimi   ---  450,00 TL

5Milyon Adet Mail Gönderimi   ---  575,00 TL

10Milyon Adet Mail Gönderimi   -  975,00 TL 

   
  * Kdv Hariç Net Fiyatlardır. 

  Mailing
  Reklamlarınızı Biz Yapalım Yatırımınızın Katlarını Kazanın...

  *Firma,Firma
  çalışanları,Meslek sahibi kullanıcılarıyla 12 milyondan oluşan Mail
  veritabanımıza mail gönderimlerinizi yapıyoruz..

  *Maillerinizi
  Kullanıcılara ismini belirterek
  yolluyoruz..
  

  *En uygun
  fiyatlarla En Kaliteli mailing çalışması yaparsınız..

  *Full Rapor
  alırsınız hangı adres kaçkez okumuş size verilen kullanıcı bılgılerıyle
  görürsünüz..

  *Mailingconsept
  ile kullanıcıyı rahatsız etmezsiniz bizden mail almak istemeyen kullanıcı
  kendını datamızdan siler asla ne bizden nede müşterilerimizden mail 
almaz..

  * Daha Fazlası
  İçin Lütfen İletişime Geçiniz..

   

  Misyonumuz ;

  *Müşteri memnuniyetine
  dönük yönetim yapılanmamız ile size en uygun mailing hizmetlerini
  vermek..
  
  

  

   *Siz değerli
  sektör kullanıcılarına yatırımınızın katlarını kazandırmak... 

  *Kaliteli, uygun
  maliyetli, doğru ve hızlı hizmet sunmak...

  

   

  *Mailing sektöründe
  ülkemizde ve bölgemizde lider bir firma olmak..

  *Dünya mailing
  teknolojisindeki gelişmeleri ve değişimleri anında sizlere kazandırmak... 
. 

  

  *Her çeşit mailing
  talebini karşılayabilmek amacıyla sürekli mail datamızı 
  zenginleştirmek...

  HİZMET
  VERDİĞİMİZ BAZI SEKTÖRLER
  

  EĞİTİM

  TEKSTİL

  İNŞAAT

  ELEKTRONİK

  E-TİCARET

  İMALAT

  TURİZM

  YAZILIM

  TELEKOMİNİKASYON

  KUYUMCULUK

  SAĞLIK - MEDİKAL

  VB..

   
 




 
   

   


 
  
  


   
  
  
   


 
  
  Yetkili, 

  Tayfun ESGİN

  *MailingConsept

   
  
   

   
 




 
   

   


  Listeden Çıkış
  
  

 
   

  
  

   
 































Re: [flashrom] Porting flashrom to OpenBSD

2010-06-28 Thread Matthieu Herrb
On Sun, Jun 27, 2010 at 10:38:30PM +0200, Carl-Daniel Hailfinger wrote:
> 
> Could I ask you to write one or two short sentences which will be
> printed if flashrom detects insufficient permisions on OpenBSD? Maybe
> something like this (feel free to change it completely):

> "Error: Insufficient permissions to access hardware. Please set
> securelevel=-1 in /etc/rc.securelevel and reboot, or reboot into single
> user mode."
> 

This message looks good to me. You could add "See the securelevel(7)
and init(8) manual pages for details".

Thanks for your work on this port.
-- 
Matthieu Herrb