Re: add nvi,iconv to package build

2013-01-15 Thread Anthony J. Bentley
YASUOKA Masahiko writes:
> It would be nice to have nvi,iconv in our packages.
> 
> At least in Japan, encodings other than UTF-8 are still used widely.
> Especially for file encodings, I need to open files which encoding are
> not UTF-8.
> 
> ok?

As a daily user of nvi, I would like this.



add nvi,iconv to package build

2013-01-15 Thread YASUOKA Masahiko
It would be nice to have nvi,iconv in our packages.

At least in Japan, encodings other than UTF-8 are still used widely.
Especially for file encodings, I need to open files which encoding are
not UTF-8.

ok?

Index: Makefile
===
RCS file: /cvs/ports/editors/Makefile,v
retrieving revision 1.94
diff -u -p -r1.94 Makefile
--- Makefile14 Jan 2013 08:13:02 -  1.94
+++ Makefile16 Jan 2013 03:44:09 -
@@ -38,6 +38,7 @@
  SUBDIR += nano
  SUBDIR += nedit
  SUBDIR += nvi
+ SUBDIR += nvi,iconv
  SUBDIR += nvi-m17n
  SUBDIR += nvi-m17n,canna
  SUBDIR += py-qscintilla



Re: UPDATE: eagle -> beta26

2013-01-15 Thread Stuart Cassoff
Meanwhile, not far away, Mr. and Mrs. Arthur Pewty were about to enter an 
unfamiliar office.


On 11/22/12 13:35, Stuart Cassoff wrote:
> Tested on i386 and amd64.



asterisk 11.2.0

2013-01-15 Thread Stuart Henderson
seems that this builds again now; I'm not intending pushing this at present,
but if anyone wants to give it a spin, let me know if you run into any new
problems..

Index: Makefile
===
RCS file: /cvs/ports/telephony/asterisk/Makefile,v
retrieving revision 1.162
diff -u -p -r1.162 Makefile
--- Makefile8 Oct 2012 21:28:06 -   1.162
+++ Makefile16 Jan 2013 01:50:36 -
@@ -1,9 +1,10 @@
 # $OpenBSD: Makefile,v 1.162 2012/10/08 21:28:06 sthen Exp $
 
 SHARED_ONLY=   Yes
+
 COMMENT-main=  open source multi-protocol PBX and telephony toolkit
 
-VER=   10.9.0
+VER=   11.2.0
 DISTNAME=  asterisk-${VER:S/beta/-beta/:S/rc/-rc/}
 PKGNAME-main=  asterisk-${VER}
 
@@ -25,8 +26,11 @@ PERMIT_DISTFILES_FTP=Yes
 WANTLIB-main +=c crypto curl execinfo gsm idn iksemel
 WANTLIB-main += m ogg pthread spandsp sqlite3 ssl stdc++ termcap
 WANTLIB-main += tiff vorbis vorbisenc vorbisfile xml2 z
+WANTLIB-main += avcodec avformat avutil opencore-amrnb swscale
 WANTLIB-main += ${MODGETTEXT_WANTLIB}
 
+SHARED_LIBS=   asteriskssl 0.0 # 1
+
 MODULES=   devel/gettext
 
 MULTI_PACKAGES=-main -calendar -http_post -ldap -odbc \
@@ -37,7 +41,9 @@ PSEUDO_FLAVORS=   no_calendar no_http_pos
 LIB_DEPENDS-main=  audio/gsm \
audio/libogg \
audio/libvorbis \
+   audio/opencore-amr \
devel/libexecinfo \
+   graphics/ffmpeg \
graphics/tiff \
net/curl \
telephony/spandsp \
@@ -70,9 +76,11 @@ LDFLAGS+=-L${X11BASE}/lib -L${LOCALBAS
 CONFIGURE_ENV+=CPPFLAGS="${CPPFLAGS}" \
CFLAGS="${CFLAGS}" \
LDFLAGS="${LDFLAGS}" \
-   LIBS="-pthread"
+   LIBS="-pthread" \
+   ac_cv_path_LDCONFIG=:
 MAKE_FLAGS+=   ASTCFLAGS="${CFLAGS}" \
ASTLDFLAGS="${LDFLAGS}" \
+   ASTSSL_SO_VERSION="${LIBasteriskssl_VERSION}" \
NOISY_BUILD="Yes" \
OPTIMIZE=
 
Index: distinfo
===
RCS file: /cvs/ports/telephony/asterisk/distinfo,v
retrieving revision 1.101
diff -u -p -r1.101 distinfo
--- distinfo8 Oct 2012 21:28:06 -   1.101
+++ distinfo16 Jan 2013 01:50:36 -
@@ -1,2 +1,2 @@
-SHA256 (asterisk-10.9.0.tar.gz) = +1unxOnBl4Q7fM7+cy7GmSp/bRYGXW5xKNN7EEnvbuo=
-SIZE (asterisk-10.9.0.tar.gz) = 25060275
+SHA256 (asterisk-11.2.0.tar.gz) = zcuK4YlqjR/U07RtUmdFCKRL1gZvGhrIYaWsWSGVkhc=
+SIZE (asterisk-11.2.0.tar.gz) = 30473976
Index: patches/patch-Makefile
===
RCS file: /cvs/ports/telephony/asterisk/patches/patch-Makefile,v
retrieving revision 1.33
diff -u -p -r1.33 patch-Makefile
--- patches/patch-Makefile  28 Sep 2012 00:03:57 -  1.33
+++ patches/patch-Makefile  16 Jan 2013 01:50:36 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Makefile,v 1.33 2012/09/28 00:03:57 sthen Exp $
 Makefile.orig  Wed Jun 13 15:30:34 2012
-+++ Makefile   Tue Sep 18 23:47:38 2012
-@@ -123,7 +123,7 @@ ASTTOPDIR:=$(subst $(space),\$(space),$(CURDIR))
+--- Makefile.orig  Tue Sep 18 16:47:01 2012
 Makefile   Fri Oct 26 14:17:03 2012
+@@ -131,7 +131,7 @@ ASTTOPDIR:=$(subst $(space),\$(space),$(CURDIR))
  OVERWRITE=y
  
  # Include debug and macro symbols in the executables (-g) and profiling info 
(-pg)
@@ -10,7 +10,7 @@ $OpenBSD: patch-Makefile,v 1.33 2012/09/
  
  # Asterisk.conf is located in ASTETCDIR or by using the -C flag
  # when starting Asterisk
-@@ -153,8 +153,10 @@ LINKER_SYMBOL_PREFIX=
+@@ -160,8 +160,10 @@ LINKER_SYMBOL_PREFIX=
  # The file /etc/asterisk.makeopts will also be included but can be overridden
  # by the file in your home directory.
  
@@ -21,7 +21,7 @@ $OpenBSD: patch-Makefile,v 1.33 2012/09/
  
  MOD_SUBDIR_CFLAGS="-I$(ASTTOPDIR)/include"
  OTHER_SUBDIR_CFLAGS="-I$(ASTTOPDIR)/include"
-@@ -164,7 +166,9 @@ OPTIONS=
+@@ -176,7 +178,9 @@ endif
  
  ifeq ($(findstring -save-temps,$(_ASTCFLAGS) $(ASTCFLAGS)),)
ifeq ($(findstring -pipe,$(_ASTCFLAGS) $(ASTCFLAGS)),)
Index: patches/patch-configs_asterisk_conf_sample
===
RCS file: 
/cvs/ports/telephony/asterisk/patches/patch-configs_asterisk_conf_sample,v
retrieving revision 1.3
diff -u -p -r1.3 patch-configs_asterisk_conf_sample
--- patches/patch-configs_asterisk_conf_sample  28 Sep 2012 00:03:57 -  
1.3
+++ patches/patch-configs_asterisk_conf_sample  16 Jan 2013 01:50:36 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-configs_asterisk_conf_sample,v 1.3 2012/09/28 00:03:57 sthen 
Exp $
---

Re: emulators/frodo: switch to default Tcl/Tk 8.5

2013-01-15 Thread Stuart Henderson
On 2013/01/14 20:55, Christian Weisgerber wrote:
> Stuart Henderson  wrote:
> 
> > As an aside, this is built with -O3 - there was some discussion about
> > doing this for an Amiga emulator recently - if this is acceptable for
> > a C64 emulator surely it makes sense for fs-uae too? Alternatively
> > should -O3 be removed from this?
> 
> IMO it should be removed.

OK?

Index: Makefile
===
RCS file: /cvs/ports/emulators/frodo/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile17 Aug 2012 14:48:34 -  1.23
+++ Makefile16 Jan 2013 01:09:18 -
@@ -4,7 +4,7 @@ COMMENT=Commodore 64 emulator
 
 DISTNAME=  FrodoV4_1b.Src
 PKGNAME=   frodo-4.1b
-REVISION=  6
+REVISION=  7
 DISTFILES= FrodoV4_1b.Src${EXTRACT_SUFX}
 
 CATEGORIES=emulators games
@@ -24,14 +24,13 @@ WANTLIB=SDL c m pthread sndio stdc++
 CONFIGURE_STYLE=   gnu
 
 MODULES=   x11/tk
-MODTK_VERSION= 8.4
 RUN_DEPENDS=   ${MODTK_RUN_DEPENDS}
 LIB_DEPENDS=   sdl-*-!no_x11:devel/sdl
 
-WISH=wish${MODTK_VERSION}
-FRODOLIBDIR=${PREFIX}/lib/frodo
+WISH=  ${MODTK_BIN}
+FRODOLIBDIR=   ${PREFIX}/lib/frodo
 
-CONFIGURE_ENV= CFLAGS='${CFLAGS} -O3 -D__unix -DX_USE_SHM -DUSE_SNDIO 
-fno-exceptions' \
+CONFIGURE_ENV= CFLAGS='${CFLAGS} -D__unix -DX_USE_SHM -DUSE_SNDIO 
-fno-exceptions' \
LIBS='-lsndio'
 
 



Re: UPDATE: www/phpmyadmin

2013-01-15 Thread Kevin Lo
Giovanni Bechis wrote:
> Update to latest major release, a lot of improvements from 3.4.x releases.
>  Comments ? ok ?

Ok. Thanks.

>   Cheers
>Giovanni

Kevin



Re: NEW: SMTube-1.5

2013-01-15 Thread Vadim Zhukov
14.01.2013 19:06 пользователь "Vadim Zhukov"  написал:
>
> 2013/1/14 David Coppa :
> > On Mon, Jan 14, 2013 at 3:59 PM, Vadim Zhukov 
wrote:
> >> 14.01.2013 18:43 пользователь "Gonzalo L. R." 
написал:
> >>>
> >>> No one interested? :)
> >>
> >> Just out of curiosity: what's the point to use it when we already have
> >> others like www/minitube, not mentioning tools like net/yt?
> >
> > Well, minitube is broken (performance-wise speaking) since the switch
> > to rthreads...
>
> Ah, OK. I'll look into the OP port a few hours later to be able to
> test on the speedy inet connection.

It took a bit more time, sorry. :( Reads fine for me (you definitely need
another okay, though), works on i386 with SandyBridge. Two nits, though:

1) The port, probably, deserves "www" category, too.

2) SMPlayer streaming did not work for me, but both MPlayer and VLC did.
Probably an SMPlayer, but if it is a common problem and could not get
fixed, maybe use MPlayer as default in SMtube?


Re: NEW: SMTube-1.5

2013-01-15 Thread Brad Smith
On Tue, Jan 15, 2013 at 11:26:51PM +0100, Juan Francisco Cantero Hurtado wrote:
> On Mon, Jan 14, 2013 at 04:31:57PM +0100, David Coppa wrote:
> > On Mon, Jan 14, 2013 at 4:27 PM, Brad Smith  wrote:
> > > On Mon, Jan 14, 2013 at 04:02:39PM +0100, David Coppa wrote:
> > >> On Mon, Jan 14, 2013 at 3:59 PM, Vadim Zhukov  wrote:
> > >> > 14.01.2013 18:43  "Gonzalo L. R."  
> > >> > ???:
> > >> >>
> > >> >> No one interested? :)
> > >> >
> > >> > Just out of curiosity: what's the point to use it when we already have
> > >> > others like www/minitube, not mentioning tools like net/yt?
> > >>
> > >> Well, minitube is broken (performance-wise speaking) since the switch
> > >> to rthreads...
> > >
> > > Lots of things are.
> > 
> > I know. For example, HTML5 videos with firefox is another one.
> 
> I can see HTML5 videos with Firefox but I'm using Gregor Best's patches
> for the scheduler. I guess when my ATI is 100% supported by xenocara the
> video will be more fluid, now top shows a high use of the CPU by xorg. I
> mean rthreads isn't the only culprit.

It's not the only curprit but it is the biggest part of the problem.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



Re: NEW: xl2tpd

2013-01-15 Thread Stuart Henderson
On 2013/01/16 00:41, Paul Irofti wrote:
> On Tue, Jan 15, 2013 at 10:39:20PM +, Stuart Henderson wrote:
> > -- -- --
> > xl2tpd is an implementation of the Layer 2 Tunnelling Protocol (RFC 2661),
> > which works by opening a pseudo-tty for communicating with pppd.
> > 
> > L2TP allows you to tunnel PPP over UDP. Some ISPs use L2TP to tunnel user
> > sessions from dial-in servers (modem banks, ADSL DSLAMs) to back-end PPP
> > servers. Another important application is Virtual Private Networks where
> > the IPsec protocol is used to secure the L2TP connection (L2TP/IPsec,
> > RFC 3193).
> > -- -- --
> > 
> > Tested running as a LAC (l2tp client) with aaisp.net.uk; it's not perfect
> > yet but gets the job done. We don't have anything else in-tree to carry out
> > this particular function (npppd only handles LNS, i.e. server side).
> > 
> > OK to import?
> 
> I'd okay it if I could have a look at it first :-)
> 

/me requires a mind-controlled MUA.

Attached.



xl2tpd.tgz
Description: application/tar-gz


Re: Update: www/ruby-sinatra 1.2.1 -> 1.3.1

2013-01-15 Thread Jeremy Evans
On 12/05 01:17, Jeremy Evans wrote:
> This updates sinatra to 1.3.1, changes at
> https://github.com/sinatra/sinatra/blob/master/CHANGES
> 
> This depends on the rack update included with the Rails diff I recently
> sent.  This also needs a new dependency, www/ruby-rack-protection,
> attached.

This update never got OKed (back in December 2011), anyone want to OK
the new dependency so I can update Sinatra?  Here's an updated diff for
the current version of www/ruby-sinatra and its current dependency
devel/ruby-tilt, as well as an attached tarball for new dependency
www/ruby-rack-protection.

Tested on amd64.

Thanks,
Jeremy

Index: devel/ruby-tilt/Makefile
===
RCS file: /cvs/ports/devel/ruby-tilt/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- devel/ruby-tilt/Makefile15 Oct 2012 15:06:42 -  1.8
+++ devel/ruby-tilt/Makefile13 Jan 2013 17:38:16 -
@@ -2,8 +2,7 @@
 
 COMMENT =  generic interface to multiple Ruby template engines
 
-DISTNAME = tilt-1.2.2
-REVISION=  1
+DISTNAME = tilt-1.3.3
 CATEGORIES =   devel textproc
 
 HOMEPAGE = http://github.com/rtomayko/tilt
Index: devel/ruby-tilt/distinfo
===
RCS file: /cvs/ports/devel/ruby-tilt/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- devel/ruby-tilt/distinfo24 Mar 2011 03:16:08 -  1.2
+++ devel/ruby-tilt/distinfo13 Jan 2013 17:38:18 -
@@ -1,5 +1,2 @@
-MD5 (tilt-1.2.2.gem) = zVxR6tJNe1RqO+RaiS0zFg==
-RMD160 (tilt-1.2.2.gem) = y7FrlPGqvGzcnSpgzRr0KU10jd8=
-SHA1 (tilt-1.2.2.gem) = Ltf2pezfnsAQjh6BReZ80m+C69M=
-SHA256 (tilt-1.2.2.gem) = PrcDaYWyoe6bJ0Acvjs3I+SNCSVj8hLc1xLUuOIZjqw=
-SIZE (tilt-1.2.2.gem) = 28672
+SHA256 (tilt-1.3.3.gem) = SK+VNsdpncD49QuiQytiej9H+XAtLSXUjfwtSi2iDaM=
+SIZE (tilt-1.3.3.gem) = 36352
Index: devel/ruby-tilt/pkg/PLIST
===
RCS file: /cvs/ports/devel/ruby-tilt/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- devel/ruby-tilt/pkg/PLIST   24 Mar 2011 03:16:08 -  1.3
+++ devel/ruby-tilt/pkg/PLIST   13 Jan 2013 17:41:10 -
@@ -3,13 +3,31 @@ ${GEM_BIN}/tilt${GEM_BIN_SUFFIX}
 ${GEM_LIB}/cache/${DISTNAME}.gem
 ${GEM_LIB}/gems/${DISTNAME}/
 ${GEM_LIB}/gems/${DISTNAME}/COPYING
+${GEM_LIB}/gems/${DISTNAME}/Gemfile
 ${GEM_LIB}/gems/${DISTNAME}/README.md
 ${GEM_LIB}/gems/${DISTNAME}/Rakefile
 ${GEM_LIB}/gems/${DISTNAME}/TEMPLATES.md
 ${GEM_LIB}/gems/${DISTNAME}/bin/
 ${GEM_LIB}/gems/${DISTNAME}/bin/tilt
 ${GEM_LIB}/gems/${DISTNAME}/lib/
+${GEM_LIB}/gems/${DISTNAME}/lib/tilt/
 ${GEM_LIB}/gems/${DISTNAME}/lib/tilt.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/tilt/builder.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/tilt/coffee.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/tilt/css.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/tilt/erb.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/tilt/haml.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/tilt/liquid.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/tilt/markaby.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/tilt/markdown.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/tilt/nokogiri.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/tilt/radius.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/tilt/rdoc.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/tilt/string.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/tilt/template.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/tilt/textile.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/tilt/wiki.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/tilt/yajl.rb
 ${GEM_LIB}/gems/${DISTNAME}/test/
 ${GEM_LIB}/gems/${DISTNAME}/test/contest.rb
 ${GEM_LIB}/gems/${DISTNAME}/test/markaby/
@@ -24,20 +42,28 @@ ${GEM_LIB}/gems/${DISTNAME}/test/tilt_bu
 ${GEM_LIB}/gems/${DISTNAME}/test/tilt_cache_test.rb
 ${GEM_LIB}/gems/${DISTNAME}/test/tilt_coffeescripttemplate_test.rb
 ${GEM_LIB}/gems/${DISTNAME}/test/tilt_compilesite_test.rb
+${GEM_LIB}/gems/${DISTNAME}/test/tilt_creoletemplate_test.rb
 ${GEM_LIB}/gems/${DISTNAME}/test/tilt_erbtemplate_test.rb
 ${GEM_LIB}/gems/${DISTNAME}/test/tilt_erubistemplate_test.rb
+${GEM_LIB}/gems/${DISTNAME}/test/tilt_fallback_test.rb
 ${GEM_LIB}/gems/${DISTNAME}/test/tilt_hamltemplate_test.rb
+${GEM_LIB}/gems/${DISTNAME}/test/tilt_kramdown_test.rb
 ${GEM_LIB}/gems/${DISTNAME}/test/tilt_lesstemplate_test.rb
 ${GEM_LIB}/gems/${DISTNAME}/test/tilt_liquidtemplate_test.rb
 ${GEM_LIB}/gems/${DISTNAME}/test/tilt_markaby_test.rb
+${GEM_LIB}/gems/${DISTNAME}/test/tilt_markdown_test.rb
+${GEM_LIB}/gems/${DISTNAME}/test/tilt_marukutemplate_test.rb
 ${GEM_LIB}/gems/${DISTNAME}/test/tilt_nokogiritemplate_test.rb
 ${GEM_LIB}/gems/${DISTNAME}/test/tilt_radiustemplate_test.rb
 ${GEM_LIB}/gems/${DISTNAME}/test/tilt_rdiscounttemplate_test.rb
 ${GEM_LIB}/gems/${DISTNAME}/test/tilt_rdoctemplate_test.rb
+${GEM_LIB}/gems/${DISTNAME}/test/tilt_redcarpettemplate_test.rb
 ${GEM_LIB}/gems/${DISTNAME}/test/tilt_redclothtemplate_test.rb
 ${GEM_LIB}/gems/${DISTNAME}/test/tilt_sasstemplate_test.rb
 ${GEM_LIB}/gems/${DISTNAME}/test/tilt_stringtempla

Re: NEW: xl2tpd

2013-01-15 Thread Paul Irofti
On Tue, Jan 15, 2013 at 10:39:20PM +, Stuart Henderson wrote:
> -- -- --
> xl2tpd is an implementation of the Layer 2 Tunnelling Protocol (RFC 2661),
> which works by opening a pseudo-tty for communicating with pppd.
> 
> L2TP allows you to tunnel PPP over UDP. Some ISPs use L2TP to tunnel user
> sessions from dial-in servers (modem banks, ADSL DSLAMs) to back-end PPP
> servers. Another important application is Virtual Private Networks where
> the IPsec protocol is used to secure the L2TP connection (L2TP/IPsec,
> RFC 3193).
> -- -- --
> 
> Tested running as a LAC (l2tp client) with aaisp.net.uk; it's not perfect
> yet but gets the job done. We don't have anything else in-tree to carry out
> this particular function (npppd only handles LNS, i.e. server side).
> 
> OK to import?

I'd okay it if I could have a look at it first :-)



NEW: xl2tpd

2013-01-15 Thread Stuart Henderson
-- -- --
xl2tpd is an implementation of the Layer 2 Tunnelling Protocol (RFC 2661),
which works by opening a pseudo-tty for communicating with pppd.

L2TP allows you to tunnel PPP over UDP. Some ISPs use L2TP to tunnel user
sessions from dial-in servers (modem banks, ADSL DSLAMs) to back-end PPP
servers. Another important application is Virtual Private Networks where
the IPsec protocol is used to secure the L2TP connection (L2TP/IPsec,
RFC 3193).
-- -- --

Tested running as a LAC (l2tp client) with aaisp.net.uk; it's not perfect
yet but gets the job done. We don't have anything else in-tree to carry out
this particular function (npppd only handles LNS, i.e. server side).

OK to import?



Re: NEW: SMTube-1.5

2013-01-15 Thread Juan Francisco Cantero Hurtado
On Mon, Jan 14, 2013 at 04:31:57PM +0100, David Coppa wrote:
> On Mon, Jan 14, 2013 at 4:27 PM, Brad Smith  wrote:
> > On Mon, Jan 14, 2013 at 04:02:39PM +0100, David Coppa wrote:
> >> On Mon, Jan 14, 2013 at 3:59 PM, Vadim Zhukov  wrote:
> >> > 14.01.2013 18:43  "Gonzalo L. R."  
> >> > ???:
> >> >>
> >> >> No one interested? :)
> >> >
> >> > Just out of curiosity: what's the point to use it when we already have
> >> > others like www/minitube, not mentioning tools like net/yt?
> >>
> >> Well, minitube is broken (performance-wise speaking) since the switch
> >> to rthreads...
> >
> > Lots of things are.
> 
> I know. For example, HTML5 videos with firefox is another one.

I can see HTML5 videos with Firefox but I'm using Gregor Best's patches
for the scheduler. I guess when my ATI is 100% supported by xenocara the
video will be more fluid, now top shows a high use of the CPU by xorg. I
mean rthreads isn't the only culprit.

-- 
Juan Francisco Cantero Hurtado http://juanfra.info



Update: www/ruby-rack 1.3.6 -> 1.4.4

2013-01-15 Thread Jeremy Evans
Now that Rails has been removed, we can update rack to the current
version.  For details on changes, see:
https://github.com/rack/rack/blob/1.4.4/README.rdoc#history

Among the highlights:
* Rack::Auth::AbstractRequest no longer symbolizes arbitrary strings
* Prevent unbounded reads in large multipart boundaries
* Add warnings when users do not provide a session secret
* Alter the keyspace limit calculations to reduce issues with nested
params

The remaining dependencies all build fine.  Tested on amd64, will
be committing later in the week unless I hear objections.

Thanks,
Jeremy

Index: Makefile
===
RCS file: /cvs/ports/www/ruby-rack/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- Makefile23 Sep 2012 16:57:36 -  1.15
+++ Makefile14 Jan 2013 22:10:53 -
@@ -2,8 +2,7 @@
 
 COMMENT=   modular Ruby webserver interface
 
-DISTNAME=  rack-1.3.6
-REVISION = 0
+DISTNAME=  rack-1.4.4
 CATEGORIES=www
 
 HOMEPAGE=  http://rack.rubyforge.org/
Index: distinfo
===
RCS file: /cvs/ports/www/ruby-rack/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo5 Jan 2012 02:10:40 -   1.7
+++ distinfo14 Jan 2013 22:11:05 -
@@ -1,5 +1,2 @@
-MD5 (rack-1.3.6.gem) = Ri/wdEP4L/2Iwbao7c9mWQ==
-RMD160 (rack-1.3.6.gem) = Ms5y1Caj2km/JQle8IrbgdO2tIA=
-SHA1 (rack-1.3.6.gem) = KPugiwdwKlI3daMDHG3iSWN20iM=
-SHA256 (rack-1.3.6.gem) = 1AkPRyBaivTmAr5zz25flPDJGVHPtORoLpP8F7LmcOI=
-SIZE (rack-1.3.6.gem) = 156160
+SHA256 (rack-1.4.4.gem) = f4thsNH2UnlHTwngqS0SHf0NBlGEN1Wg8VLo8CwoHcA=
+SIZE (rack-1.4.4.gem) = 203264
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/ruby-rack/pkg/PLIST,v
retrieving revision 1.7
diff -u -p -r1.7 PLIST
--- pkg/PLIST   13 Dec 2011 17:58:27 -  1.7
+++ pkg/PLIST   14 Jan 2013 22:11:36 -
@@ -10,7 +10,10 @@ ${GEM_LIB}/gems/${DISTNAME}/SPEC
 ${GEM_LIB}/gems/${DISTNAME}/bin/
 ${GEM_LIB}/gems/${DISTNAME}/bin/rackup
 ${GEM_LIB}/gems/${DISTNAME}/contrib/
+${GEM_LIB}/gems/${DISTNAME}/contrib/rack.png
+${GEM_LIB}/gems/${DISTNAME}/contrib/rack.svg
 ${GEM_LIB}/gems/${DISTNAME}/contrib/rack_logo.svg
+${GEM_LIB}/gems/${DISTNAME}/contrib/rdoc.css
 ${GEM_LIB}/gems/${DISTNAME}/example/
 ${GEM_LIB}/gems/${DISTNAME}/example/lobster.ru
 ${GEM_LIB}/gems/${DISTNAME}/example/protectedlobster.rb
@@ -32,6 +35,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/rack/bac
 ${GEM_LIB}/gems/${DISTNAME}/lib/rack/backports/uri/
 ${GEM_LIB}/gems/${DISTNAME}/lib/rack/backports/uri/common_18.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/rack/backports/uri/common_192.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/rack/backports/uri/common_193.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/rack/body_proxy.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/rack/builder.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/rack/cascade.rb
@@ -95,12 +99,27 @@ ${GEM_LIB}/gems/${DISTNAME}/test/builder
 ${GEM_LIB}/gems/${DISTNAME}/test/builder/anything.rb
 ${GEM_LIB}/gems/${DISTNAME}/test/builder/comment.ru
 ${GEM_LIB}/gems/${DISTNAME}/test/builder/end.ru
+${GEM_LIB}/gems/${DISTNAME}/test/builder/line.ru
 ${GEM_LIB}/gems/${DISTNAME}/test/builder/options.ru
 ${GEM_LIB}/gems/${DISTNAME}/test/cgi/
+${GEM_LIB}/gems/${DISTNAME}/test/cgi/assets/
+${GEM_LIB}/gems/${DISTNAME}/test/cgi/assets/folder/
+${GEM_LIB}/gems/${DISTNAME}/test/cgi/assets/folder/test.js
+${GEM_LIB}/gems/${DISTNAME}/test/cgi/assets/fonts/
+${GEM_LIB}/gems/${DISTNAME}/test/cgi/assets/fonts/font.eot
+${GEM_LIB}/gems/${DISTNAME}/test/cgi/assets/images/
+${GEM_LIB}/gems/${DISTNAME}/test/cgi/assets/images/image.png
+${GEM_LIB}/gems/${DISTNAME}/test/cgi/assets/index.html
+${GEM_LIB}/gems/${DISTNAME}/test/cgi/assets/javascripts/
+${GEM_LIB}/gems/${DISTNAME}/test/cgi/assets/javascripts/app.js
+${GEM_LIB}/gems/${DISTNAME}/test/cgi/assets/stylesheets/
+${GEM_LIB}/gems/${DISTNAME}/test/cgi/assets/stylesheets/app.css
 ${GEM_LIB}/gems/${DISTNAME}/test/cgi/lighttpd.conf
 ${GEM_LIB}/gems/${DISTNAME}/test/cgi/rackup_stub.rb
 ${GEM_LIB}/gems/${DISTNAME}/test/cgi/sample_rackup.ru
 ${GEM_LIB}/gems/${DISTNAME}/test/cgi/test
+${GEM_LIB}/gems/${DISTNAME}/test/cgi/test+directory/
+${GEM_LIB}/gems/${DISTNAME}/test/cgi/test+directory/test+file
 ${GEM_LIB}/gems/${DISTNAME}/test/cgi/test.fcgi
 ${GEM_LIB}/gems/${DISTNAME}/test/cgi/test.ru
 ${GEM_LIB}/gems/${DISTNAME}/test/gemloader.rb
@@ -115,6 +134,9 @@ ${GEM_LIB}/gems/${DISTNAME}/test/multipa
 ${GEM_LIB}/gems/${DISTNAME}/test/multipart/filename_with_escaped_quotes
 
${GEM_LIB}/gems/${DISTNAME}/test/multipart/filename_with_escaped_quotes_and_modification_param
 ${GEM_LIB}/gems/${DISTNAME}/test/multipart/filename_with_percent_escaped_quotes
+${GEM_LIB}/gems/${DISTNAME}/test/multipart/filename_with_unescaped_percentages
+${GEM_LIB}/gems/${DISTNAME}/test/multipart/filename_with_unescaped_percentages2
+${GEM_LIB

Re: NEW: SMTube-1.5

2013-01-15 Thread Gonzalo L. R.
Yes you can, and used mplayer to play videos.

On Tue, Jan 15, 2013 at 03:19:08PM +0200, Lars Engblom wrote:
; If it is really able to play and search youtube videos in an easy
; way, I would be happy to see it included. Minitube was my favorite
; tool for youtube, but now, even with dual-core it is unusable.
; 
; It feels ridiculous when people with worse computers are able to
; watch movies, but not me with OpenBSD. Minitube had good performance
; earlier, I could watch youtube videos even on a Pentium4.
; 
; On 01/15/13 14:58, Gonzalo L. R. wrote:
; >I think pretty good/fast is the same people who develop smplayer and
; >upstream response really fast any feedback.
; >
; >On Mon, Jan 14, 2013 at 03:13:18PM +, Stuart Henderson wrote:
; >; On 2013/01/14 11:43, Gonzalo L. R. wrote:
; >; > No one interested? :)
; >;
; >; How good are they at updating when youtube make changes? Does it
; >; take them a long time to fix things or are they quite quick? We
; >; currently have 6 ports that we need to patch when youtube make minor
; >; changes to their web pages, and several of them need work beyond
; >; "look at upstream git and pick up a patch" so I would be keen to
; >; only add youtube players if they are well-maintained upstream.
; >;
; >
; 
; 

-- 
Sending from my VCR...



Re: NEW: SMTube-1.5

2013-01-15 Thread Lars Engblom
If it is really able to play and search youtube videos in an easy way, I 
would be happy to see it included. Minitube was my favorite tool for 
youtube, but now, even with dual-core it is unusable.


It feels ridiculous when people with worse computers are able to watch 
movies, but not me with OpenBSD. Minitube had good performance earlier, 
I could watch youtube videos even on a Pentium4.


On 01/15/13 14:58, Gonzalo L. R. wrote:

I think pretty good/fast is the same people who develop smplayer and
upstream response really fast any feedback.

On Mon, Jan 14, 2013 at 03:13:18PM +, Stuart Henderson wrote:
; On 2013/01/14 11:43, Gonzalo L. R. wrote:
; > No one interested? :)
;
; How good are they at updating when youtube make changes? Does it
; take them a long time to fix things or are they quite quick? We
; currently have 6 ports that we need to patch when youtube make minor
; changes to their web pages, and several of them need work beyond
; "look at upstream git and pick up a patch" so I would be keen to
; only add youtube players if they are well-maintained upstream.
;






UPDATE: Aria-1.16.1

2013-01-15 Thread Gonzalo L. R.
Hi,

Update for Aria to 1.16.1

* Save gid option with --save-session option
* Added --gid option
* Use 64 bits random bytes as GID
* Fixed BitfieldMan::getOffsetCompletedLength overflow on 32-bit systems
* Changed console readout, making it more compact
* Compact readout when more than 1 simultaneous downloads are going on
* Console color output
* Logger: Simplified console output and change level format in log

And others, tested on amd64.

Ok? Comments?

Cheers.

-- 
Sending from my VCR...
Index: Makefile
===
RCS file: /cvs/ports/www/aria2/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- Makefile6 Dec 2012 15:04:15 -   1.20
+++ Makefile15 Jan 2013 13:35:50 -
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.20 2012/12/06 15:04:15 gonzalo Exp $
 
 COMMENT =  lightweight multi-protocol & multi-source download 
utility
-DISTNAME = aria2-1.16.0
+DISTNAME = aria2-1.16.1
 CATEGORIES =   www
 HOMEPAGE = http://aria2.sourceforge.net/
 
Index: distinfo
===
RCS file: /cvs/ports/www/aria2/distinfo,v
retrieving revision 1.14
diff -u -p -r1.14 distinfo
--- distinfo6 Dec 2012 15:04:15 -   1.14
+++ distinfo15 Jan 2013 13:35:50 -
@@ -1,2 +1,2 @@
-SHA256 (aria2-1.16.0.tar.gz) = wgo27ixr9aUJHnSld8MuWtWrgTTxIxezK9nzvGz+QZE=
-SIZE (aria2-1.16.0.tar.gz) = 3286194
+SHA256 (aria2-1.16.1.tar.gz) = qHAX6a1+oydvrsSqz/Ze/AAtqpug6Sm2W/UARBWXQDM=
+SIZE (aria2-1.16.1.tar.gz) = 3322959


Re: NEW: SMTube-1.5

2013-01-15 Thread Gonzalo L. R.
I think pretty good/fast is the same people who develop smplayer and
upstream response really fast any feedback.

On Mon, Jan 14, 2013 at 03:13:18PM +, Stuart Henderson wrote:
; On 2013/01/14 11:43, Gonzalo L. R. wrote:
; > No one interested? :)
; 
; How good are they at updating when youtube make changes? Does it
; take them a long time to fix things or are they quite quick? We
; currently have 6 ports that we need to patch when youtube make minor
; changes to their web pages, and several of them need work beyond
; "look at upstream git and pick up a patch" so I would be keen to
; only add youtube players if they are well-maintained upstream.
; 

-- 
Sending from my VCR...



Re: NEW: audio/mscore

2013-01-15 Thread Remco
Remco wrote:

> $OpenBSD$
> --- Makefile.orig Tue Mar 13 14:37:09 2012
> +++ Makefile  Tue Jan 15 10:34:14 2013
> @@ -19,7 +19,7 @@
>  
> 
#=
>  
>  REVISION  = `cat mscore/mscore/revision.h`
> -CPUS  = `grep -c processor /proc/cpuinfo`
> +CPUS  = `sysctl -n hw.ncpu`
>  
>  PREFIX= "/usr/local"
>  #VERSION   = "1.2r${REVISION}"
> @@ -32,11 +32,12 @@ release:
>   then  \
>  mkdir build;   \
>  cd build;  \
> +cp ../mscore/all.h .;  \
>  cmake -DCMAKE_BUILD_TYPE=RELEASE\
>  -DCMAKE_INSTALL_PREFIX="${PREFIX}" \
>  ../mscore;  \
> -make lrelease; \
> -make -j ${CPUS};   \
> +${MAKE} lrelease;  \
> +${MAKE} -j ${CPUS};\
>   else  \
>  echo "build directory does already exist, please remove first
> with 'make clean'"; \
>   fi;

Here's an updated patch in order to be able to run 'make install' as well.
With this I'm able to build and install the whole package. I can at least 
start MuseScore and play the example song, have never really used it before, 
so can't say much else about it right now.

thanks for your effort so far.

$OpenBSD$
--- Makefile.orig   Tue Mar 13 14:37:09 2012
+++ MakefileTue Jan 15 11:52:06 2013
@@ -19,7 +19,7 @@
 
#=
 
 REVISION  = `cat mscore/mscore/revision.h`
-CPUS  = `grep -c processor /proc/cpuinfo`
+CPUS  = `sysctl -n hw.ncpu`
 
 PREFIX= "/usr/local"
 #VERSION   = "1.2r${REVISION}"
@@ -32,11 +32,12 @@ release:
  then  \
 mkdir build;   \
 cd build;  \
+cp ../mscore/all.h .;  \
 cmake -DCMAKE_BUILD_TYPE=RELEASE  \
  -DCMAKE_INSTALL_PREFIX="${PREFIX}" \
   ../mscore;  \
-make lrelease; \
-make -j ${CPUS};   \
+${MAKE} lrelease;  \
+${MAKE} -j ${CPUS};\
  else  \
 echo "build directory does already exist, please remove first 
with 'make clean'"; \
  fi;
@@ -115,7 +116,7 @@ version: revision
@echo ${VERSION}
 
 install:
-   cd build; make install
+   cd build; ${MAKE} install
 
 #
 #  linux



Re: NEW: audio/mscore

2013-01-15 Thread Remco
Brian Callahan wrote:

> Hi ports --
> 
> Attached is a port of mscore (also known as musescore), a WYSIWYG music
> notation program, similar to Finale or Sibelius.
> 
> There is one minor issue; when attempting to save a file as .flac or
> .ogg, you get the following error:
> open soundfile failed: File contains data in an unimplemented format.
> 
> I believe this is because our libsndfile is built with
> --disable-external-libs. Trying to save in all other formats works as
> expected. One could, as a workaround, save as wav and then convert it to
> the format of your choice with external tools. Adding libvorbis and
> libogg to the depends does nothing to fix this.
> 
> Also, I have no midi hardware so I can't test the midi input. If this is
> important to you, please test.
> 
> Only tested on amd64 so far.
> 
> OK?
> 
> ~Brian

Building this on either an i386 CURRENT system with CURRENT ports, or OpenBSD 
5.2 amd64 with unknown (I think 5.2) ports, I get this error:

-- Configuring done
-- Generating done
-- Build files have been written 
to: /home/home.lan/remco/ports/pobj/mscore-1.2/mscore-1.2/build
make: unknown option -- -
usage: make [-BeiknPqrSst] [-D variable] [-d flags] [-f makefile]
[-I directory] [-j max_jobs] [-m directory] [-V variable]
[NAME=value] [target ...]
make: unknown option -- -
usage: make [-BeiknPqrSst] [-D variable] [-d flags] [-f makefile]
[-I directory] [-j max_jobs] [-m directory] [-V variable]
[NAME=value] [target ...]
gmake: *** [release] Error 2
*** Error code 2

Stop in /home/home.lan/remco/git.myports/audio/mscore (line 2496 
of /home/home.lan/remco/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /home/home.lan/remco/git.myports/audio/mscore (line 2245 
of /home/home.lan/remco/ports/infrastructure/mk/bsd.port.mk).


I noticed your USE_GMAKE=Yes dependency and made an educated guess that this 
can't be build with OpenBSD's stock make. The main Makefile has 'make' 
hardcoded in many places.

I'm not sure that my assumption that USE_GMAKE=Yes sets the MAKE environment 
variable to 'gmake' but the following updates patch seems to enable me to, at 
least, kick off a build: (It seems that this will take a while so I can't 
tell whether this is enough, there are still hardcoded 'make'-s left)

$OpenBSD$
--- Makefile.orig   Tue Mar 13 14:37:09 2012
+++ MakefileTue Jan 15 10:34:14 2013
@@ -19,7 +19,7 @@
 
#=
 
 REVISION  = `cat mscore/mscore/revision.h`
-CPUS  = `grep -c processor /proc/cpuinfo`
+CPUS  = `sysctl -n hw.ncpu`
 
 PREFIX= "/usr/local"
 #VERSION   = "1.2r${REVISION}"
@@ -32,11 +32,12 @@ release:
  then  \
 mkdir build;   \
 cd build;  \
+cp ../mscore/all.h .;  \
 cmake -DCMAKE_BUILD_TYPE=RELEASE  \
  -DCMAKE_INSTALL_PREFIX="${PREFIX}" \
   ../mscore;  \
-make lrelease; \
-make -j ${CPUS};   \
+${MAKE} lrelease;  \
+${MAKE} -j ${CPUS};\
  else  \
 echo "build directory does already exist, please remove first 
with 'make clean'"; \
  fi;