Re: update: audio/mpd

2011-01-29 Thread Landry Breuil
On Thu, Jan 20, 2011 at 07:49:57PM +0100, David Coppa wrote:
> On Thu, Jan 20, 2011 at 5:46 PM, Landry Breuil  wrote:
> > On Thu, Jan 20, 2011 at 05:02:55PM +0100, David Coppa wrote:
> >> On Thu, Jan 20, 2011 at 4:54 PM, David Coppa  wrote:
> >> > On Thu, Jan 20, 2011 at 4:43 PM, Landry Breuil  
> >> > wrote:
> >> >
> >> >> spoke too fast, there's a regression for clients of http output. Dunno 
> >> >> what mpd
> >> >> 0.16 outputs, but after the end of a track, instead of playing the next
> >> >> one mplayer goes into a loop :
> >> >>
> >> >> Cache not filling!
> >> >> Cache not filling!
> >> >>
> >> >> 0.15.12p5 works fine.
> >> >
> >> > Is this with ogg vorbis?
> >>
> >> Or, more probably, it's related to this:
> >>
> >> http://musicpd.org/mantis/view.php?id=3149
> >>
> >> http://git.musicpd.org/cgit/master/mpd.git/commit/?id=18b30b50197261a8f062f44b5e8b24b21fb2b280
> >
> > I'm not sure.. mpd itself still runs fine, the libao output still plays,
> > it's just the http client that fails. If i restart it, it resumes
> > streaming fine. And yes, this is with ogg vorbis encoding, same setup:
> 
> Can you please check if this happens with both:
> 
> mplayer -demuxer lavf $url
> 
> and
> 
> mplayer -demuxer ogg $url
> 
> If the latter works fine... maybe it's mplayer's fault

The latter indeed works fine. But still, mplayer + default lavf demuxer
_works_ with mpd 0.15.12, so that's a regression.

Landry



anyone porting MOC?

2011-01-29 Thread Lazaros Koromilas
Hello all,

is anyone making a port of Music On Console:
http://moc.daper.net/

Thanx,
Lazaros.



[update] editors/dhex 0.62->0.63

2011-01-29 Thread ramrunner
attached is a patch which takes editors/dhex from 0.62 to 0.63 version.
CHANGES:  Man pages were written, searching is possible from the command line.

cheers.
DsP


dhex-0.63.patch
Description: Binary data


UPDATE: ipcalc

2011-01-29 Thread Pierre-Yves Ritschard
This syncs ipcalc with submitted patches.

- pyr

Index: Makefile
===
RCS file: /cvs/ports/net/ipcalc/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile19 Oct 2010 21:04:52 -  1.8
+++ Makefile29 Jan 2011 11:20:31 -
@@ -2,8 +2,7 @@
 
 COMMENT=   small network calculator
 
-DISTNAME=  ipcalc-1.3
-REVISION=  0
+DISTNAME=  ipcalc-1.4
 CATEGORIES=net
 
 HOMEPAGE=  http://spootnik.org/ipcalc/
Index: distinfo
===
RCS file: /cvs/ports/net/ipcalc/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo24 May 2007 14:02:19 -  1.4
+++ distinfo29 Jan 2011 11:20:31 -
@@ -1,5 +1,5 @@
-MD5 (ipcalc-1.3.tar.gz) = C6bKBaBbYsa0KEJ6KiMFVg==
-RMD160 (ipcalc-1.3.tar.gz) = QirN8iyD91mjXj0ZnI7MWwA46DI=
-SHA1 (ipcalc-1.3.tar.gz) = wi500ensIW/e5uAzAQHyevK6HiQ=
-SHA256 (ipcalc-1.3.tar.gz) = rQ3pbHkuORkzx8nayvIumyFcTM6IaSrqkJEwQrsxNtQ=
-SIZE (ipcalc-1.3.tar.gz) = 4298
+MD5 (ipcalc-1.4.tar.gz) = dSBIM4X5j8JPAsEkS58uTQ==
+RMD160 (ipcalc-1.4.tar.gz) = E3Vhk6X7uFZTNysI01P+sw2YCkA=
+SHA1 (ipcalc-1.4.tar.gz) = 9KmhLmtMC+y1g41KEKRXNO8L5WE=
+SHA256 (ipcalc-1.4.tar.gz) = b5ikwAXdYNjJkNyeadzH4Z1HShr3V5N/DJoQ/RfvTLc=
+SIZE (ipcalc-1.4.tar.gz) = 4965
Index: patches/patch-ipcalc_1
===
RCS file: patches/patch-ipcalc_1
diff -N patches/patch-ipcalc_1
--- patches/patch-ipcalc_1  3 Apr 2010 21:54:54 -   1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,16 +0,0 @@
-$OpenBSD: patch-ipcalc_1,v 1.1 2010/04/03 21:54:54 sthen Exp $
 ipcalc.1.orig  Sat Apr  3 22:43:17 2010
-+++ ipcalc.1   Sat Apr  3 22:43:18 2010
-@@ -67,6 +67,7 @@ Operates only on network finding and splitting in whic
- detailed information for each network.
- .It Fl c
- Includes the cisco wildcard syntax in the output where applicable.
-+.El
- .Sh NETMASKS
- Netmasks can be specified in one of three ways:
- .Bl -tag -width Ds
-@@ -77,3 +78,4 @@ set in the address.
- A traditionnal IPv4 address such as 255.255.255.0
- .It Cm hex notation address
- An address in hex notation such as 0xff00
-+.El
Index: patches/patch-ipcalc_c
===
RCS file: patches/patch-ipcalc_c
diff -N patches/patch-ipcalc_c
--- patches/patch-ipcalc_c  14 Jan 2011 09:53:24 -  1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,12 +0,0 @@
-$OpenBSD: patch-ipcalc_c,v 1.1 2011/01/14 09:53:24 eric Exp $
 ipcalc.c.orig  Thu Jan 13 15:24:39 2011
-+++ ipcalc.c   Thu Jan 13 15:27:10 2011
-@@ -233,7 +233,7 @@ split(in_addr_t add, u_char pfxlen, char *masktab, int
-   err(1, "out of memory");
-   tab[0] = i;
-   } else {
--  if ((tab = realloc(tab, sz + 1)) == NULL)
-+  if ((tab = realloc(tab, (sz + 1) * sizeof(int))) == 
NULL)
-   err(1, "out of memory");
-   tab[sz] = i;
-   }




Re: [update] editors/dhex 0.62->0.63

2011-01-29 Thread Stuart Henderson
On 2011/01/29 13:20, ramrunner wrote:
> attached is a patch which takes editors/dhex from 0.62 to 0.63 version.
> CHANGES:  Man pages were written, searching is possible from the command line.
> 
> cheers.
> DsP

please resubmit after ports is unlocked.



Re: UPDATE: ipcalc

2011-01-29 Thread Stuart Henderson
ok, but you'll need to wait until ports is unlocked.


On 2011/01/29 12:23, Pierre-Yves Ritschard wrote:
> This syncs ipcalc with submitted patches.
> 
>   - pyr
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/net/ipcalc/Makefile,v
> retrieving revision 1.8
> diff -u -p -r1.8 Makefile
> --- Makefile  19 Oct 2010 21:04:52 -  1.8
> +++ Makefile  29 Jan 2011 11:20:31 -
> @@ -2,8 +2,7 @@
>  
>  COMMENT= small network calculator
>  
> -DISTNAME=ipcalc-1.3
> -REVISION=0
> +DISTNAME=ipcalc-1.4
>  CATEGORIES=  net
>  
>  HOMEPAGE=http://spootnik.org/ipcalc/
> Index: distinfo
> ===
> RCS file: /cvs/ports/net/ipcalc/distinfo,v
> retrieving revision 1.4
> diff -u -p -r1.4 distinfo
> --- distinfo  24 May 2007 14:02:19 -  1.4
> +++ distinfo  29 Jan 2011 11:20:31 -
> @@ -1,5 +1,5 @@
> -MD5 (ipcalc-1.3.tar.gz) = C6bKBaBbYsa0KEJ6KiMFVg==
> -RMD160 (ipcalc-1.3.tar.gz) = QirN8iyD91mjXj0ZnI7MWwA46DI=
> -SHA1 (ipcalc-1.3.tar.gz) = wi500ensIW/e5uAzAQHyevK6HiQ=
> -SHA256 (ipcalc-1.3.tar.gz) = rQ3pbHkuORkzx8nayvIumyFcTM6IaSrqkJEwQrsxNtQ=
> -SIZE (ipcalc-1.3.tar.gz) = 4298
> +MD5 (ipcalc-1.4.tar.gz) = dSBIM4X5j8JPAsEkS58uTQ==
> +RMD160 (ipcalc-1.4.tar.gz) = E3Vhk6X7uFZTNysI01P+sw2YCkA=
> +SHA1 (ipcalc-1.4.tar.gz) = 9KmhLmtMC+y1g41KEKRXNO8L5WE=
> +SHA256 (ipcalc-1.4.tar.gz) = b5ikwAXdYNjJkNyeadzH4Z1HShr3V5N/DJoQ/RfvTLc=
> +SIZE (ipcalc-1.4.tar.gz) = 4965
> Index: patches/patch-ipcalc_1
> ===
> RCS file: patches/patch-ipcalc_1
> diff -N patches/patch-ipcalc_1
> --- patches/patch-ipcalc_13 Apr 2010 21:54:54 -   1.1
> +++ /dev/null 1 Jan 1970 00:00:00 -
> @@ -1,16 +0,0 @@
> -$OpenBSD: patch-ipcalc_1,v 1.1 2010/04/03 21:54:54 sthen Exp $
>  ipcalc.1.origSat Apr  3 22:43:17 2010
> -+++ ipcalc.1 Sat Apr  3 22:43:18 2010
> -@@ -67,6 +67,7 @@ Operates only on network finding and splitting in whic
> - detailed information for each network.
> - .It Fl c
> - Includes the cisco wildcard syntax in the output where applicable.
> -+.El
> - .Sh NETMASKS
> - Netmasks can be specified in one of three ways:
> - .Bl -tag -width Ds
> -@@ -77,3 +78,4 @@ set in the address.
> - A traditionnal IPv4 address such as 255.255.255.0
> - .It Cm hex notation address
> - An address in hex notation such as 0xff00
> -+.El
> Index: patches/patch-ipcalc_c
> ===
> RCS file: patches/patch-ipcalc_c
> diff -N patches/patch-ipcalc_c
> --- patches/patch-ipcalc_c14 Jan 2011 09:53:24 -  1.1
> +++ /dev/null 1 Jan 1970 00:00:00 -
> @@ -1,12 +0,0 @@
> -$OpenBSD: patch-ipcalc_c,v 1.1 2011/01/14 09:53:24 eric Exp $
>  ipcalc.c.origThu Jan 13 15:24:39 2011
> -+++ ipcalc.c Thu Jan 13 15:27:10 2011
> -@@ -233,7 +233,7 @@ split(in_addr_t add, u_char pfxlen, char *masktab, int
> - err(1, "out of memory");
> - tab[0] = i;
> - } else {
> --if ((tab = realloc(tab, sz + 1)) == NULL)
> -+if ((tab = realloc(tab, (sz + 1) * sizeof(int))) == 
> NULL)
> - err(1, "out of memory");
> - tab[sz] = i;
> - }
> 
> 



Re: update: audio/mpd

2011-01-29 Thread Landry Breuil
On Sat, Jan 29, 2011 at 10:23:51AM +0100, Landry Breuil wrote:
> On Thu, Jan 20, 2011 at 07:49:57PM +0100, David Coppa wrote:
> > On Thu, Jan 20, 2011 at 5:46 PM, Landry Breuil  
> > wrote:
> > > On Thu, Jan 20, 2011 at 05:02:55PM +0100, David Coppa wrote:
> > >> On Thu, Jan 20, 2011 at 4:54 PM, David Coppa  wrote:
> > >> > On Thu, Jan 20, 2011 at 4:43 PM, Landry Breuil  
> > >> > wrote:
> > >> >
> > >> >> spoke too fast, there's a regression for clients of http output. 
> > >> >> Dunno what mpd
> > >> >> 0.16 outputs, but after the end of a track, instead of playing the 
> > >> >> next
> > >> >> one mplayer goes into a loop :
> > >> >>
> > >> >> Cache not filling!
> > >> >> Cache not filling!
> > >> >>
> > >> >> 0.15.12p5 works fine.
> > >> >
> > >> > Is this with ogg vorbis?
> > >>
> > >> Or, more probably, it's related to this:
> > >>
> > >> http://musicpd.org/mantis/view.php?id=3149
> > >>
> > >> http://git.musicpd.org/cgit/master/mpd.git/commit/?id=18b30b50197261a8f062f44b5e8b24b21fb2b280
> > >
> > > I'm not sure.. mpd itself still runs fine, the libao output still plays,
> > > it's just the http client that fails. If i restart it, it resumes
> > > streaming fine. And yes, this is with ogg vorbis encoding, same setup:
> > 
> > Can you please check if this happens with both:
> > 
> > mplayer -demuxer lavf $url
> > 
> > and
> > 
> > mplayer -demuxer ogg $url
> > 
> > If the latter works fine... maybe it's mplayer's fault
> 
> The latter indeed works fine. But still, mplayer + default lavf demuxer
> _works_ with mpd 0.15.12, so that's a regression.

oh, and another regression/change noted.. the mixer_type option seems to
have changed; now if i change the volume through a client, only the
libao output in my case gets changed, not the volume of other outputs
(like the http stream). i have mixer_type set to software for libao, and
no mixer_type set for http, and i'm pretty sure with the same conf mpd
changed both output volumes when changing mpd volume.

Landry



radland package manpage error

2011-01-29 Thread Rafael Sadowski
Hello ports@,

redland packages:

I get this output after `pkg_add -iv redland`: 

Weird subject line in /usr/local/man/cat3/redland.0:
 Redland Resource Description Framework (RDF) Library
Can't parse /usr/local/man/cat3/redland.0 (not a manpage ?)

System: -current (4.9-beta)



Firefox sync extension

2011-01-29 Thread Rafael Sadowski
Hello ports@,

firefox sync 1.6.2 extension don't work with OpenBSD Firefox. I get
"Error unknown" as error massage. Does anyone have a suggestion how I
can debug this?


System : -current (4.9-beta), amd64 and mozilla-firefox-3.6.13p2



2 Gunde E-TICARET Semineri Sadece 150 TL. // 19-20 Subat Cumartesi ve Pazar Gunu Istanbul Taksim Gönen Otelde

2011-01-29 Thread Menekse DEMIREZEN
  
www.disticaretyonetimi.com


19-20 Subat Cumartesi ve Pazar Gunu Istanbul Taksim Gönen Otelde

2 Gunde E-TICARET ve B2B ile Satışları Arttıma ve Müsteri Bulma Semineri 


 2 Günlük Seminer ücreti Sadece 150 TL+KDV

INTERNET UZERINDEN MUSTERI ve URUN BULMA, ITHALAT veya IHRACAT ILE MAL ALIP 
SATABILME SEMINERI. 

KENDI ISINIZI KURABILIR, KOMISYON BAZLI CALISARAK PARA KAZANABILIR SIRKETINIZIN 
SATISLARINI ARTTIRABILIRSINIZ !!! 

REFERANSLARIMIZ ve PROJELERIMIZ ICIN KURUMSAL EGITIMLERIMIZ - REFERANSLARIMIZ 
TIKLAYINIZ  http://www.disticaretyonetimi.com/?p=607


Seminer Programi Detayları ve Butun Tesvikler Asagidadir.

Seminer Tarihi :  19-20 Subat 2010 Cumartesi ve Pazar
Seminer Yeri:   İstanbul - Taksim Gönen Otel  (www.gonenhotels.com)
Seminer Saati :09.30 - 17.00
Seminer Ücreti : 150 TL+ KDV. 

Konuşmacılar: - Bülent BALYEMEZ ( Istanbul Üniversitesi Dış Ticaret Bölümü 
Öğretim görevisi) 
  - Derya ACAR ( www.alibaba.com Türkiye Bayi Sorumlusu 
)
  - Nilüfer YAGIZ ( Getco E-Ticaret Uzmanı )

Konular :


1-  E-iş,
- E-ticaret var mıdır ? Para kazandırabilir mi? , Firmalara ne avantaj 
sağlar !
- Kişilerin ve Firmaların E Ticaret Stratejisi ne olmalıdır ?

2- Internet Pazarlaması,
- Uluslararası pazarlama teknikleri, yöntemleri ile operasyonları,
- İnternet üzerinden Hedef Dış Pazarların Tespit Yolları ve Dış Pazarlara 
Giriş Analizleri.
- Uluslararası pazarlama teknikleri ve yöntemleri,

3- Dijital İşletme Stratejisi,
   - Ürün seçiminin Önemi. Dünyada Yükselen Trendler !
  - İnternet üzerinden Ürün Hakkında Bilgilerinin Toplanması, Bilgilerin 
Teknik değerlendirilmesinin yapılması
  - Üreticilerle bağlantıya  nasıl geçilir ? Hangi üreticileri seçmeliyiz. .

4-  İnternet Girişimciliği
  - İnternet üzerinden dünya pazarında ürün nasıl bulunur, nasıl almalıyım  
ve nasıl satmalıyım ?
  - Alıcılar ve Satıcılara nasıl ulaşacağım, Nerede ve Nasıl Bulurum? Nasıl 
irtibata geçmeliyim ? Nelere Dikkat Etmeliyim.

5- Elektronik Ticaret Eğitimi,
   - E-Ticaret ile ihracat ve ithalat en hızlı ve kolay bir şekilde nasıl 
yapılır ?
  - Satışlarımı nasıl arttırırım?
  - Yabacı Firmalara Etkili Tanıtım ve  Satış Teklifi Yazma Teknikleri 
nelerdir?
  - E Ticaret ile İnternet üzerinden Firmalar ile Ticari Bağlantı Kurma 
Teknikleri.
  - Hedef pazarın tespitinden sonra mallarımı nasıl satarım ? 

6- www.alibaba.com b2b sitesinin Türkiye Bayi sorumlusu Derya ACAR Alibabayı 
nasıl kullanmamız gerektiğini, dikkat edilmesi gereken önemli uyarılar, 
alibabada üst sıralara nasıl çıkabiliriz. ve B2B nin önemini anlatacaktır.  

7- E- Ticaret Devlet Destekleri ve Teşvikleri Nelerdir?

* Yerlerimiz belirli sayıda olduğu için ilk bavuranlar kayıt olacaktır.

Saygılarımla
Menekse DEMİREZEN
Eğitim Danısmanı
Güzel oba Mah. Kaplan2 Sok.
Yakup Dinç Sit. B.Blok Kat:7 No: 16
LARA - ANTALYA
www.disticaretyonetimi.com
Tel : 0 242 349 27 17
Cep : 0 532 332 32 99
Mail : mene...@disticaretyonetimi.com

DIŞ TİCARET YÖNETİMİ - www.disticaretteyaklasimlar.com kuruluşudur.

REFERANSLARIMIZ ve PROJELERIMIZ ICIN KURUMSAL EGITIMLERIMIZ - REFERANSLARIMIZ 
TIKLAYINIZ  http://www.disticaretyonetimi.com/?p=607
Not: Haber sistemimiz yenilenmiştir. Haber sistemimizden çıkmak için 
bulent.balye...@disticaretyonetimi.com  mail atmanız yeterlidir.