Re: [UPDATE] www/p5-Dancer2 to 0.166000 -> 0.166001

2016-01-22 Thread Cesare Gargano
Hi,
bug fix update released today. All tests pass.

-- 
C.
Index: Makefile
===
RCS file: /cvs/ports/www/p5-Dancer2/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile22 Jan 2016 08:55:34 -  1.3
+++ Makefile22 Jan 2016 19:06:31 -
@@ -3,7 +3,7 @@
 COMMENT =  lightweight yet powerful web application framework
 
 MODULES =  cpan
-DISTNAME = Dancer2-0.166000
+DISTNAME = Dancer2-0.166001
 CATEGORIES =   www
 
 MAINTAINER =   Cesare Gargano <g...@plusiagamma.org>
Index: distinfo
===
RCS file: /cvs/ports/www/p5-Dancer2/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo22 Jan 2016 08:55:34 -  1.3
+++ distinfo22 Jan 2016 19:06:31 -
@@ -1,2 +1,2 @@
-SHA256 (Dancer2-0.166000.tar.gz) = NLKsFulAyUs8EQD3Ml7ZOEvEYhCywuRqjwQD1NBT1h0=
-SIZE (Dancer2-0.166000.tar.gz) = 324135
+SHA256 (Dancer2-0.166001.tar.gz) = Bsec08x9k2d5D7cyA3eMJIQMO2WGJu5C51R4plNGlaQ=
+SIZE (Dancer2-0.166001.tar.gz) = 324270


Re: UPDATE: www/p5-Plack to 1.0039

2016-01-14 Thread Cesare Gargano
Attached updated diff.

On Wed, Jan 13, 2016 at 2:04 PM, Stuart Henderson  wrote:

> On 2016/01/13 06:57, Abel Abraham Camarillo Ojeda wrote:
> > I think you should get dependencies commited independently, so
> > this would go in easier
>
> OK for p5-Test-Time.
>
> p5-Cookie-Baker should have p5-URI in TEST_DEPENDS as well shouldn't it?
>
>
Index: Makefile
===
RCS file: /cvs/ports/www/p5-Plack/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile18 Jan 2015 13:13:37 -  1.8
+++ Makefile20 Dec 2015 10:49:13 -
@@ -3,7 +3,7 @@
 COMMENT =  interface between perl web frameworks and web servers
 
 MODULES =  cpan
-DISTNAME = Plack-1.0033
+DISTNAME = Plack-1.0039
 CATEGORIES =   www
 MAINTAINER =   Abel Abraham Camarillo Ojeda 
 
@@ -21,7 +21,9 @@ RUN_DEPENDS = devel/p5-Devel-StackTrace>
net/p5-Test-TCP>=2.00 \
sysutils/p5-Filesys-Notify-Simple>=0 \
www/p5-Apache-LogFormat-Compiler>=0.12 \
+   www/p5-Cookie-Baker>=0.05 \
www/p5-HTTP-Body>=1.06 \
+   www/p5-HTTP-Headers-Fast>=0.18 \
www/p5-HTTP-Message>=5.814 \
www/p5-URI>=1.59
 
Index: distinfo
===
RCS file: /cvs/ports/www/p5-Plack/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo18 Jan 2015 13:13:37 -  1.4
+++ distinfo20 Dec 2015 10:49:13 -
@@ -1,2 +1,2 @@
-SHA256 (Plack-1.0033.tar.gz) = vNh4S4JjvW1oR26dUub5iBm9TzMxRVytEu/+1jp4MiA=
-SIZE (Plack-1.0033.tar.gz) = 239206
+SHA256 (Plack-1.0039.tar.gz) = 0kpXLohkTH05x+b/GvAFtyjeyUqHjPBtkCerfRov0Kk=
+SIZE (Plack-1.0039.tar.gz) = 176711
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/p5-Plack/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   18 Jan 2015 13:13:37 -  1.3
+++ pkg/PLIST   20 Dec 2015 10:49:13 -
@@ -1,5 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.3 2015/01/18 13:13:37 benoit Exp $
 bin/plackup
+${P5SITE}/HTTP/
 ${P5SITE}/HTTP/Message/
 ${P5SITE}/HTTP/Message/PSGI.pm
 ${P5SITE}/HTTP/Server/
@@ -86,6 +87,9 @@ ${P5SITE}/Plack/Test/Suite.pm
 ${P5SITE}/Plack/Util/
 ${P5SITE}/Plack/Util.pm
 ${P5SITE}/Plack/Util/Accessor.pm
+${P5SITE}/auto/
+${P5SITE}/auto/share/
+${P5SITE}/auto/share/dist/
 ${P5SITE}/auto/share/dist/Plack/
 ${P5SITE}/auto/share/dist/Plack/#foo
 ${P5SITE}/auto/share/dist/Plack/baybridge.jpg


p5-Cookie-Baker-0.06.tgz
Description: GNU Zip compressed data


p5-Test-Time-0.04.tgz
Description: GNU Zip compressed data


Re: UPDATE: www/p5-Plack to 1.0039

2016-01-12 Thread Cesare Gargano
On 01/06, Cesare Gargano wrote:
> On 01/04, Nigel Taylor wrote:
> > On 01/04/16 21:02, Cesare Gargano wrote:
> > > Hi!
> > > This updates www/p5-Plack to 1.0039. Attached 2 new deps.
> > > 
> > > We have OK from MAINTAINER.
> > > 
> > > www/p5-Cookie-Baker:
> > > Cookie::Baker provides simple cookie string generator and parser.
> > > 
> > > devel/p5-Test-Time:
> > > Test::Time can be used to test modules that deal with time.
> > > Once you use this module, all references to time and sleep will be
> > > internalized.
> > > 
> > > All tests passed.
> > > 
> > > Comments, OK?
> > > 
> > p5-Test-Time - should be modinst style. Your need the Module::Install
> > extensions to switch to using modinst. See Makefile.PL
> > 
> > Module::Install::AuthorTests
> > Module::Install::Repository
> > Module::Install::ReadmeFromPod
> > Module::Install::TestBase
> > 
> > I have the new ports for these extensions, so can switch port to modinst
> > later.
> > 
> > Upstream source file is wrong, it has included core perl modules within
> > the source, normally wrong unless a good reason, may break on moving to
> > newer perl versions. Should try to use OpenBSD supplied perl modules
> > that have been tested and may include patches.
> > 
> > Includes Spiffy 0.30 within the source, the version in ports is 0.46,
> > from Spiffy change log...
> > 
> > 0.40 Wed Aug  6 10:29:46 PDT 2014
> >  - Fix a bug that was causing lots of warnings in Test::Base on perl 5.21
> > 
> > Moving to perl 5.22, will hit this bug, if modinst with modified
> > bsd.perl.mk isn't used, Only affects testing in this case...
> > 
> > Should be no problem for this release, does need fixing for next release
> > / move to perl 5.22.
> > 
> > 
> > p5-Cookie-Baker - using correct modbuild style.
> > 
> > 
> > p5-Plack - Can't see any issue from scanning.
> > 
> 
> Hi,
> after some more words with nigel@ (about changes after perl 5.22 in tree),
> attached the p5-Plack diff and its new 2 deps. I modified p5-Test-Time
> to include devel/p5-File-Slurp in TEST_DEPENDS, as suggested by nigel@.
> 
> OK from MAINTAINER, OK from nigel@ (thank you!)
> 
> -- 
> C.

> Index: Makefile
> ===
> RCS file: /cvs/ports/www/p5-Plack/Makefile,v
> retrieving revision 1.8
> diff -u -p -r1.8 Makefile
> --- Makefile  18 Jan 2015 13:13:37 -  1.8
> +++ Makefile  20 Dec 2015 10:49:13 -
> @@ -3,7 +3,7 @@
>  COMMENT =interface between perl web frameworks and web servers
>  
>  MODULES =cpan
> -DISTNAME =   Plack-1.0033
> +DISTNAME =   Plack-1.0039
>  CATEGORIES = www
>  MAINTAINER = Abel Abraham Camarillo Ojeda <acam...@verlet.org>
>  
> @@ -21,7 +21,9 @@ RUN_DEPENDS =   devel/p5-Devel-StackTrace>
>   net/p5-Test-TCP>=2.00 \
>   sysutils/p5-Filesys-Notify-Simple>=0 \
>   www/p5-Apache-LogFormat-Compiler>=0.12 \
> + www/p5-Cookie-Baker>=0.05 \
>   www/p5-HTTP-Body>=1.06 \
> + www/p5-HTTP-Headers-Fast>=0.18 \
>   www/p5-HTTP-Message>=5.814 \
>   www/p5-URI>=1.59
>  
> Index: distinfo
> ===
> RCS file: /cvs/ports/www/p5-Plack/distinfo,v
> retrieving revision 1.4
> diff -u -p -r1.4 distinfo
> --- distinfo  18 Jan 2015 13:13:37 -  1.4
> +++ distinfo  20 Dec 2015 10:49:13 -
> @@ -1,2 +1,2 @@
> -SHA256 (Plack-1.0033.tar.gz) = vNh4S4JjvW1oR26dUub5iBm9TzMxRVytEu/+1jp4MiA=
> -SIZE (Plack-1.0033.tar.gz) = 239206
> +SHA256 (Plack-1.0039.tar.gz) = 0kpXLohkTH05x+b/GvAFtyjeyUqHjPBtkCerfRov0Kk=
> +SIZE (Plack-1.0039.tar.gz) = 176711
> Index: pkg/PLIST
> ===
> RCS file: /cvs/ports/www/p5-Plack/pkg/PLIST,v
> retrieving revision 1.3
> diff -u -p -r1.3 PLIST
> --- pkg/PLIST 18 Jan 2015 13:13:37 -  1.3
> +++ pkg/PLIST 20 Dec 2015 10:49:13 -
> @@ -1,5 +1,6 @@
>  @comment $OpenBSD: PLIST,v 1.3 2015/01/18 13:13:37 benoit Exp $
>  bin/plackup
> +${P5SITE}/HTTP/
>  ${P5SITE}/HTTP/Message/
>  ${P5SITE}/HTTP/Message/PSGI.pm
>  ${P5SITE}/HTTP/Server/
> @@ -86,6 +87,9 @@ ${P5SITE}/Plack/Test/Suite.pm
>  ${P5SITE}/Plack/Util/
>  ${P5SITE}/Plack/Util.pm
>  ${P5SITE}/Plack/Util/Accessor.pm
> +${P5SITE}/auto/
> +${P5SITE}/auto/share/
> +${P5SITE}/auto/share/dist/
>  ${P5SITE}/auto/share/dist/Plack/
>  ${P5SITE}/auto/share/dist/Plack/#foo
>  ${P5SITE}/auto/share/dist/Plack/baybridge.jpg

Ping.

-- 
C.



Re: UPDATE: www/p5-Plack to 1.0039

2016-01-06 Thread Cesare Gargano
On 01/04, Nigel Taylor wrote:
> On 01/04/16 21:02, Cesare Gargano wrote:
> > Hi!
> > This updates www/p5-Plack to 1.0039. Attached 2 new deps.
> > 
> > We have OK from MAINTAINER.
> > 
> > www/p5-Cookie-Baker:
> > Cookie::Baker provides simple cookie string generator and parser.
> > 
> > devel/p5-Test-Time:
> > Test::Time can be used to test modules that deal with time.
> > Once you use this module, all references to time and sleep will be
> > internalized.
> > 
> > All tests passed.
> > 
> > Comments, OK?
> > 
> p5-Test-Time - should be modinst style. Your need the Module::Install
> extensions to switch to using modinst. See Makefile.PL
> 
>   Module::Install::AuthorTests
>   Module::Install::Repository
>   Module::Install::ReadmeFromPod
>   Module::Install::TestBase
> 
> I have the new ports for these extensions, so can switch port to modinst
> later.
> 
> Upstream source file is wrong, it has included core perl modules within
> the source, normally wrong unless a good reason, may break on moving to
> newer perl versions. Should try to use OpenBSD supplied perl modules
> that have been tested and may include patches.
> 
> Includes Spiffy 0.30 within the source, the version in ports is 0.46,
> from Spiffy change log...
> 
> 0.40 Wed Aug  6 10:29:46 PDT 2014
>  - Fix a bug that was causing lots of warnings in Test::Base on perl 5.21
> 
> Moving to perl 5.22, will hit this bug, if modinst with modified
> bsd.perl.mk isn't used, Only affects testing in this case...
> 
> Should be no problem for this release, does need fixing for next release
> / move to perl 5.22.
> 
> 
> p5-Cookie-Baker - using correct modbuild style.
> 
> 
> p5-Plack - Can't see any issue from scanning.
> 

Hi,
after some more words with nigel@ (about changes after perl 5.22 in tree),
attached the p5-Plack diff and its new 2 deps. I modified p5-Test-Time
to include devel/p5-File-Slurp in TEST_DEPENDS, as suggested by nigel@.

OK from MAINTAINER, OK from nigel@ (thank you!)

-- 
C.
Index: Makefile
===
RCS file: /cvs/ports/www/p5-Plack/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile18 Jan 2015 13:13:37 -  1.8
+++ Makefile20 Dec 2015 10:49:13 -
@@ -3,7 +3,7 @@
 COMMENT =  interface between perl web frameworks and web servers
 
 MODULES =  cpan
-DISTNAME = Plack-1.0033
+DISTNAME = Plack-1.0039
 CATEGORIES =   www
 MAINTAINER =   Abel Abraham Camarillo Ojeda <acam...@verlet.org>
 
@@ -21,7 +21,9 @@ RUN_DEPENDS = devel/p5-Devel-StackTrace>
net/p5-Test-TCP>=2.00 \
sysutils/p5-Filesys-Notify-Simple>=0 \
www/p5-Apache-LogFormat-Compiler>=0.12 \
+   www/p5-Cookie-Baker>=0.05 \
www/p5-HTTP-Body>=1.06 \
+   www/p5-HTTP-Headers-Fast>=0.18 \
www/p5-HTTP-Message>=5.814 \
www/p5-URI>=1.59
 
Index: distinfo
===
RCS file: /cvs/ports/www/p5-Plack/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo18 Jan 2015 13:13:37 -  1.4
+++ distinfo20 Dec 2015 10:49:13 -
@@ -1,2 +1,2 @@
-SHA256 (Plack-1.0033.tar.gz) = vNh4S4JjvW1oR26dUub5iBm9TzMxRVytEu/+1jp4MiA=
-SIZE (Plack-1.0033.tar.gz) = 239206
+SHA256 (Plack-1.0039.tar.gz) = 0kpXLohkTH05x+b/GvAFtyjeyUqHjPBtkCerfRov0Kk=
+SIZE (Plack-1.0039.tar.gz) = 176711
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/p5-Plack/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   18 Jan 2015 13:13:37 -  1.3
+++ pkg/PLIST   20 Dec 2015 10:49:13 -
@@ -1,5 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.3 2015/01/18 13:13:37 benoit Exp $
 bin/plackup
+${P5SITE}/HTTP/
 ${P5SITE}/HTTP/Message/
 ${P5SITE}/HTTP/Message/PSGI.pm
 ${P5SITE}/HTTP/Server/
@@ -86,6 +87,9 @@ ${P5SITE}/Plack/Test/Suite.pm
 ${P5SITE}/Plack/Util/
 ${P5SITE}/Plack/Util.pm
 ${P5SITE}/Plack/Util/Accessor.pm
+${P5SITE}/auto/
+${P5SITE}/auto/share/
+${P5SITE}/auto/share/dist/
 ${P5SITE}/auto/share/dist/Plack/
 ${P5SITE}/auto/share/dist/Plack/#foo
 ${P5SITE}/auto/share/dist/Plack/baybridge.jpg


p5-Cookie-Baker-0.06.tgz
Description: application/tar-gz


p5-Test-Time-0.04.tgz
Description: application/tar-gz


UPDATE: www/p5-Plack to 1.0039

2016-01-04 Thread Cesare Gargano
Hi!
This updates www/p5-Plack to 1.0039. Attached 2 new deps.

We have OK from MAINTAINER.

www/p5-Cookie-Baker:
Cookie::Baker provides simple cookie string generator and parser.

devel/p5-Test-Time:
Test::Time can be used to test modules that deal with time.
Once you use this module, all references to time and sleep will be
internalized.

All tests passed.

Comments, OK?

-- 
C.
Index: Makefile
===
RCS file: /cvs/ports/www/p5-Plack/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile18 Jan 2015 13:13:37 -  1.8
+++ Makefile20 Dec 2015 10:49:13 -
@@ -3,7 +3,7 @@
 COMMENT =  interface between perl web frameworks and web servers
 
 MODULES =  cpan
-DISTNAME = Plack-1.0033
+DISTNAME = Plack-1.0039
 CATEGORIES =   www
 MAINTAINER =   Abel Abraham Camarillo Ojeda 
 
@@ -21,7 +21,9 @@ RUN_DEPENDS = devel/p5-Devel-StackTrace>
net/p5-Test-TCP>=2.00 \
sysutils/p5-Filesys-Notify-Simple>=0 \
www/p5-Apache-LogFormat-Compiler>=0.12 \
+   www/p5-Cookie-Baker>=0.05 \
www/p5-HTTP-Body>=1.06 \
+   www/p5-HTTP-Headers-Fast>=0.18 \
www/p5-HTTP-Message>=5.814 \
www/p5-URI>=1.59
 
Index: distinfo
===
RCS file: /cvs/ports/www/p5-Plack/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo18 Jan 2015 13:13:37 -  1.4
+++ distinfo20 Dec 2015 10:49:13 -
@@ -1,2 +1,2 @@
-SHA256 (Plack-1.0033.tar.gz) = vNh4S4JjvW1oR26dUub5iBm9TzMxRVytEu/+1jp4MiA=
-SIZE (Plack-1.0033.tar.gz) = 239206
+SHA256 (Plack-1.0039.tar.gz) = 0kpXLohkTH05x+b/GvAFtyjeyUqHjPBtkCerfRov0Kk=
+SIZE (Plack-1.0039.tar.gz) = 176711
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/p5-Plack/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   18 Jan 2015 13:13:37 -  1.3
+++ pkg/PLIST   20 Dec 2015 10:49:13 -
@@ -1,5 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.3 2015/01/18 13:13:37 benoit Exp $
 bin/plackup
+${P5SITE}/HTTP/
 ${P5SITE}/HTTP/Message/
 ${P5SITE}/HTTP/Message/PSGI.pm
 ${P5SITE}/HTTP/Server/
@@ -86,6 +87,9 @@ ${P5SITE}/Plack/Test/Suite.pm
 ${P5SITE}/Plack/Util/
 ${P5SITE}/Plack/Util.pm
 ${P5SITE}/Plack/Util/Accessor.pm
+${P5SITE}/auto/
+${P5SITE}/auto/share/
+${P5SITE}/auto/share/dist/
 ${P5SITE}/auto/share/dist/Plack/
 ${P5SITE}/auto/share/dist/Plack/#foo
 ${P5SITE}/auto/share/dist/Plack/baybridge.jpg


p5-Cookie-Baker-0.06.tgz
Description: application/tar-gz


p5-Test-Time-0.04.tgz
Description: application/tar-gz


Re: [UPDATE] www/p5-Dancer2 to 0.161000 -> 0.162000

2015-09-11 Thread Cesare Gargano
On 09/11, Stuart Henderson wrote:
> On 2015/09/11 19:07, Cesare Gargano wrote:
> > here's a more recent version of the previous diff, to update www/p5-Dancer2
> > to version 0.162000, released on 2015-09-06.
> > 
> > New dependency, www/p5-HTTP-Headers-Fast, attached in previous email.
> 
> Please reattach the dependency or link to a list archive that has a
> downloadable file.
> 
> > Index: Makefile
> > ===
> > RCS file: /cvs/ports/www/p5-Dancer2/Makefile,v
> > retrieving revision 1.1.1.1
> > diff -u -p -r1.1.1.1 Makefile
> > --- Makefile18 Jan 2015 13:48:47 -  1.1.1.1
> > +++ Makefile11 Sep 2015 16:11:03 -
> > @@ -3,7 +3,7 @@
> >  COMMENT =  lightweight yet powerful web application framework
> >  
> >  MODULES =  cpan
> > -DISTNAME = Dancer2-0.158000
> > +DISTNAME = Dancer2-0.162000
> >  CATEGORIES =   www
> >  
> >  MAINTAINER =   Cesare Gargano <g...@plusiagamma.org>
> > @@ -19,10 +19,9 @@ RUN_DEPENDS =devel/p5-App-Cmd \
> > devel/p5-Config-Any \
> > www/p5-HTTP-Body \
> > www/p5-HTTP-Date \
> > -   www/p5-HTTP-Message \
> > +   www/p5-HTTP-Headers-Fast \
> > devel/p5-Hash-Merge-Simple \
> > converters/p5-JSON \
> > -   mail/p5-MIME-Types \
> > devel/p5-Moo>=1.003000 \
> > devel/p5-MooX-Types-MooseLike \
> > www/p5-Plack>=1.0029 \
> > Index: distinfo
> > ===
> > RCS file: /cvs/ports/www/p5-Dancer2/distinfo,v
> > retrieving revision 1.1.1.1
> > diff -u -p -r1.1.1.1 distinfo
> > --- distinfo18 Jan 2015 13:48:47 -  1.1.1.1
> > +++ distinfo11 Sep 2015 16:11:03 -
> > @@ -1,2 +1,2 @@
> > -SHA256 (Dancer2-0.158000.tar.gz) = 
> > gOBt0DPZ9VRAM9uw/0UHVy5e483at87QuJvLP7l0pHU=
> > -SIZE (Dancer2-0.158000.tar.gz) = 291353
> > +SHA256 (Dancer2-0.162000.tar.gz) = 
> > Qo0CJr4FD8jocoKgVcUw+GR1lxJEeAe+BHOmnodyZPM=
> > +SIZE (Dancer2-0.162000.tar.gz) = 314809
> > Index: pkg/PLIST
> > ===
> > RCS file: /cvs/ports/www/p5-Dancer2/pkg/PLIST,v
> > retrieving revision 1.1.1.1
> > diff -u -p -r1.1.1.1 PLIST
> > --- pkg/PLIST   18 Jan 2015 13:48:47 -  1.1.1.1
> > +++ pkg/PLIST   11 Sep 2015 16:11:03 -
> > @@ -23,14 +23,15 @@ ${P5SITE}/Dancer2/Core/MIME.pm
> >  ${P5SITE}/Dancer2/Core/Request/
> >  ${P5SITE}/Dancer2/Core/Request.pm
> >  ${P5SITE}/Dancer2/Core/Request/Upload.pm
> > +${P5SITE}/Dancer2/Core/Response/
> >  ${P5SITE}/Dancer2/Core/Response.pm
> > +${P5SITE}/Dancer2/Core/Response/Delayed.pm
> >  ${P5SITE}/Dancer2/Core/Role/
> >  ${P5SITE}/Dancer2/Core/Role/ConfigReader.pm
> >  ${P5SITE}/Dancer2/Core/Role/DSL.pm
> >  ${P5SITE}/Dancer2/Core/Role/Engine.pm
> >  ${P5SITE}/Dancer2/Core/Role/Handler.pm
> >  ${P5SITE}/Dancer2/Core/Role/HasLocation.pm
> > -${P5SITE}/Dancer2/Core/Role/Headers.pm
> >  ${P5SITE}/Dancer2/Core/Role/Hookable.pm
> >  ${P5SITE}/Dancer2/Core/Role/Logger.pm
> >  ${P5SITE}/Dancer2/Core/Role/Serializer.pm
> > @@ -59,6 +60,7 @@ ${P5SITE}/Dancer2/Logger/Note.pm
> >  ${P5SITE}/Dancer2/Logger/Null.pm
> >  ${P5SITE}/Dancer2/Manual/
> >  ${P5SITE}/Dancer2/Manual.pod
> > +${P5SITE}/Dancer2/Manual/Deployment.pod
> >  ${P5SITE}/Dancer2/Manual/Migration.pod
> >  ${P5SITE}/Dancer2/Manual/Testing.pod
> >  ${P5SITE}/Dancer2/Plugin.pm
> > @@ -134,12 +136,12 @@ ${P5SITE}/auto/share/dist/Dancer2/skel/v
> >  @man man/man3p/Dancer2::Core::Request.3p
> >  @man man/man3p/Dancer2::Core::Request::Upload.3p
> >  @man man/man3p/Dancer2::Core::Response.3p
> > +@man man/man3p/Dancer2::Core::Response::Delayed.3p
> >  @man man/man3p/Dancer2::Core::Role::ConfigReader.3p
> >  @man man/man3p/Dancer2::Core::Role::DSL.3p
> >  @man man/man3p/Dancer2::Core::Role::Engine.3p
> >  @man man/man3p/Dancer2::Core::Role::Handler.3p
> >  @man man/man3p/Dancer2::Core::Role::HasLocation.3p
> > -@man man/man3p/Dancer2::Core::Role::Headers.3p
> >  @man man/man3p/Dancer2::Core::Role::Hookable.3p
> >  @man man/man3p/Dancer2::Core::Role::Logger.3p
> >  @man man/man3p/Dancer2::Core::Role::Serializer.3p
> > @@ -163,6 +165,7 @@ ${P5SITE}/auto/share/dist/Dancer2/skel/v
> >  @man man/man3p/Dancer2::Logger::Note.3p
> >  @man man/man3p/Dancer2::Logger::Null.3p
> >  @man man/man3p/Dancer2::Manual.3p
> > +@man man/man3p/Dancer2::Manual::Deployment.3p
> >  @man man/man3p/Dancer2::Manual::Migration.3p
> >  @man man/man3p/Dancer2::Manual::Testing.3p
> >  @man man/man3p/Dancer2::Plugin.3p
> > 
> 

Hi, attached www/p5-HTTP-Headers-Fast 0.19.

-
C.


p5-HTTP-Headers-Fast-0.19.tgz
Description: application/tar-gz


Re: [UPDATE] www/p5-Dancer2 to 0.161000 -> 0.162000

2015-09-11 Thread Cesare Gargano
On 08/27, Cesare Gargano wrote:
> On 08/20, Cesare Gargano wrote:
> > Hi,
> > 
> > update www/p5-Dancer2 to version 0.161000. Noteworthy changes (aside bug 
> > fixes
> > and enhancements) are about dependencies: removed mail/p5-MIME-Types and 
> > added
> > www/p5-HTTP-Headers-Fast (attached).
> > 
> > OK?
> > 
> > -
> > C.
> > 
> > Index: Makefile
> > ===
> > RCS file: /cvs/ports/www/p5-Dancer2/Makefile,v
> > retrieving revision 1.1.1.1
> > diff -u -r1.1.1.1 Makefile
> > --- Makefile18 Jan 2015 13:48:47 -  1.1.1.1
> > +++ Makefile20 Aug 2015 14:52:03 -
> > @@ -3,7 +3,7 @@
> >  COMMENT =  lightweight yet powerful web application framework
> >  
> >  MODULES =  cpan
> > -DISTNAME =     Dancer2-0.158000
> > +DISTNAME = Dancer2-0.161000
> >  CATEGORIES =   www
> >  
> >  MAINTAINER =   Cesare Gargano <g...@plusiagamma.org>
> > @@ -19,10 +19,9 @@
> > devel/p5-Config-Any \
> > www/p5-HTTP-Body \
> > www/p5-HTTP-Date \
> > -   www/p5-HTTP-Message \
> > +   www/p5-HTTP-Headers-Fast \
> > devel/p5-Hash-Merge-Simple \
> > converters/p5-JSON \
> > -   mail/p5-MIME-Types \
> > devel/p5-Moo>=1.003000 \
> > devel/p5-MooX-Types-MooseLike \
> > www/p5-Plack>=1.0029 \
> > Index: distinfo
> > ===
> > RCS file: /cvs/ports/www/p5-Dancer2/distinfo,v
> > retrieving revision 1.1.1.1
> > diff -u -r1.1.1.1 distinfo
> > --- distinfo18 Jan 2015 13:48:47 -  1.1.1.1
> > +++ distinfo20 Aug 2015 14:52:03 -
> > @@ -1,2 +1,2 @@
> > -SHA256 (Dancer2-0.158000.tar.gz) = 
> > gOBt0DPZ9VRAM9uw/0UHVy5e483at87QuJvLP7l0pHU=
> > -SIZE (Dancer2-0.158000.tar.gz) = 291353
> > +SHA256 (Dancer2-0.161000.tar.gz) = 
> > GsLxFgRoSiOQ2/e+QVBOLkUI5JvbcwsBK9bXvg0Ezvg=
> > +SIZE (Dancer2-0.161000.tar.gz) = 314343
> > Index: pkg/PLIST
> > ===
> > RCS file: /cvs/ports/www/p5-Dancer2/pkg/PLIST,v
> > retrieving revision 1.1.1.1
> > diff -u -r1.1.1.1 PLIST
> > --- pkg/PLIST   18 Jan 2015 13:48:47 -  1.1.1.1
> > +++ pkg/PLIST   20 Aug 2015 14:52:03 -
> > @@ -23,7 +23,9 @@
> >  ${P5SITE}/Dancer2/Core/Request/
> >  ${P5SITE}/Dancer2/Core/Request.pm
> >  ${P5SITE}/Dancer2/Core/Request/Upload.pm
> > +${P5SITE}/Dancer2/Core/Response/
> >  ${P5SITE}/Dancer2/Core/Response.pm
> > +${P5SITE}/Dancer2/Core/Response/Delayed.pm
> >  ${P5SITE}/Dancer2/Core/Role/
> >  ${P5SITE}/Dancer2/Core/Role/ConfigReader.pm
> >  ${P5SITE}/Dancer2/Core/Role/DSL.pm
> > @@ -33,6 +35,7 @@
> >  ${P5SITE}/Dancer2/Core/Role/Headers.pm
> >  ${P5SITE}/Dancer2/Core/Role/Hookable.pm
> >  ${P5SITE}/Dancer2/Core/Role/Logger.pm
> > +${P5SITE}/Dancer2/Core/Role/Response.pm
> >  ${P5SITE}/Dancer2/Core/Role/Serializer.pm
> >  ${P5SITE}/Dancer2/Core/Role/SessionFactory/
> >  ${P5SITE}/Dancer2/Core/Role/SessionFactory.pm
> > @@ -59,6 +62,7 @@
> >  ${P5SITE}/Dancer2/Logger/Null.pm
> >  ${P5SITE}/Dancer2/Manual/
> >  ${P5SITE}/Dancer2/Manual.pod
> > +${P5SITE}/Dancer2/Manual/Deployment.pod
> >  ${P5SITE}/Dancer2/Manual/Migration.pod
> >  ${P5SITE}/Dancer2/Manual/Testing.pod
> >  ${P5SITE}/Dancer2/Plugin.pm
> > @@ -134,6 +138,7 @@
> >  @man man/man3p/Dancer2::Core::Request.3p
> >  @man man/man3p/Dancer2::Core::Request::Upload.3p
> >  @man man/man3p/Dancer2::Core::Response.3p
> > +@man man/man3p/Dancer2::Core::Response::Delayed.3p
> >  @man man/man3p/Dancer2::Core::Role::ConfigReader.3p
> >  @man man/man3p/Dancer2::Core::Role::DSL.3p
> >  @man man/man3p/Dancer2::Core::Role::Engine.3p
> > @@ -142,6 +147,7 @@
> >  @man man/man3p/Dancer2::Core::Role::Headers.3p
> >  @man man/man3p/Dancer2::Core::Role::Hookable.3p
> >  @man man/man3p/Dancer2::Core::Role::Logger.3p
> > +@man man/man3p/Dancer2::Core::Role::Response.3p
> >  @man man/man3p/Dancer2::Core::Role::Serializer.3p
> >  @man man/man3p/Dancer2::Core::Role::SessionFactory.3p
> >  @man man/man3p/Dancer2::Core::Role::SessionFactory::File.3p
> > @@ -163,6 +169,7 @@
> >  @man man/man3p/Dancer2::Logger::

Re: [UPDATE] www/p5-Dancer2-Plugin-DBIC to 0.0009

2015-08-27 Thread Cesare Gargano
On 08/23, Cesare Gargano wrote:
 On 08/23, Cesare Gargano wrote:
  Hi,
  
  here's an update for www/p5-Dancer2-Plugin-DBIC to 0.0009.
  
  Attached new dependencies, below pkg/DESCR:
  
  - devel/p5-Test-API
  
This simple test module checks the subroutines provided by a module. This
is useful for confirming a planned API in testing and ensuring that other
functions aren't unintentionally included via import.
  
  - devel/p5-Test-Modern
  
Test::Modern provides the best features of Test::More, Test::Fatal,
Test::Warnings, Test::API, Test::LongString, and Test::Deep, as well as
ideas from Test::Requires, Test::DescribeMe, Test::Moose, and
Test::CleanNamespaces.
  
  - databases/p5-DBICx-Sugar
  
Just some syntax sugar for your DBIx::Class applications. This was
originally created to remove code duplication between Dancer::Plugin::DBIC
and Dancer2::Plugin::DBIC.
  
  Tested on i386 and amd64.
  
  Comments, OK?
  
  - 
  C.
  
  Index: Makefile
  ===
  RCS file: /cvs/ports/www/p5-Dancer2-Plugin-DBIC/Makefile,v
  retrieving revision 1.2
  diff -u -p -r1.2 Makefile
  --- Makefile26 Jan 2015 18:00:22 -  1.2
  +++ Makefile23 Aug 2015 08:15:01 -
  @@ -3,7 +3,7 @@
   COMMENT =  DBIx::Class interface for Dancer2 applications
   
   MODULES =  cpan
  -DISTNAME = Dancer2-Plugin-DBIC-0.0008
  +DISTNAME = Dancer2-Plugin-DBIC-0.0009
   CATEGORIES =   www
   
   MAINTAINER =   Cesare Gargano g...@plusiagamma.org
  Index: distinfo
  ===
  RCS file: /cvs/ports/www/p5-Dancer2-Plugin-DBIC/distinfo,v
  retrieving revision 1.1.1.1
  diff -u -p -r1.1.1.1 distinfo
  --- distinfo26 Jan 2015 11:56:10 -  1.1.1.1
  +++ distinfo23 Aug 2015 08:15:01 -
  @@ -1,2 +1,2 @@
  -SHA256 (Dancer2-Plugin-DBIC-0.0008.tar.gz) = 
  snZ/tXUUzj4/X4eXHUeNovo/froNx3WgXjotDBytu4o=
  -SIZE (Dancer2-Plugin-DBIC-0.0008.tar.gz) = 16634
  +SHA256 (Dancer2-Plugin-DBIC-0.0009.tar.gz) = 
  0wp48MuaUWhK91x2ub2J1WuC51VoFqK2rV+PaKKnDGk=
  +SIZE (Dancer2-Plugin-DBIC-0.0009.tar.gz) = 16465
 
 Missed new dependency, below new diff:
 
 Index: Makefile
 ===
 RCS file: /cvs/ports/www/p5-Dancer2-Plugin-DBIC/Makefile,v
 retrieving revision 1.2
 diff -u -p -r1.2 Makefile
 --- Makefile  26 Jan 2015 18:00:22 -  1.2
 +++ Makefile  23 Aug 2015 08:43:20 -
 @@ -3,7 +3,7 @@
  COMMENT =DBIx::Class interface for Dancer2 applications
  
  MODULES =cpan
 -DISTNAME =   Dancer2-Plugin-DBIC-0.0008
 +DISTNAME =   Dancer2-Plugin-DBIC-0.0009
  CATEGORIES = www
  
  MAINTAINER = Cesare Gargano g...@plusiagamma.org
 @@ -12,7 +12,8 @@ MAINTAINER =Cesare Gargano gar@plusia
  PERMIT_PACKAGE_CDROM =   Yes
  
  RUN_DEPENDS =www/p5-Dancer2=0.153002 \
 - databases/p5-DBIx-Class
 + databases/p5-DBIx-Class \
 + databases/p5-DBICx-Sugar
  
  TEST_DEPENDS =   databases/p5-DBD-SQLite \
   databases/p5-DBIx-Class-Schema-Loader \
 Index: distinfo
 ===
 RCS file: /cvs/ports/www/p5-Dancer2-Plugin-DBIC/distinfo,v
 retrieving revision 1.1.1.1
 diff -u -p -r1.1.1.1 distinfo
 --- distinfo  26 Jan 2015 11:56:10 -  1.1.1.1
 +++ distinfo  23 Aug 2015 08:43:20 -
 @@ -1,2 +1,2 @@
 -SHA256 (Dancer2-Plugin-DBIC-0.0008.tar.gz) = 
 snZ/tXUUzj4/X4eXHUeNovo/froNx3WgXjotDBytu4o=
 -SIZE (Dancer2-Plugin-DBIC-0.0008.tar.gz) = 16634
 +SHA256 (Dancer2-Plugin-DBIC-0.0009.tar.gz) = 
 0wp48MuaUWhK91x2ub2J1WuC51VoFqK2rV+PaKKnDGk=
 +SIZE (Dancer2-Plugin-DBIC-0.0009.tar.gz) = 16465
 

Ping.



Re: [UPDATE] www/p5-Dancer2 to 0.161000

2015-08-27 Thread Cesare Gargano
On 08/20, Cesare Gargano wrote:
 Hi,
 
 update www/p5-Dancer2 to version 0.161000. Noteworthy changes (aside bug fixes
 and enhancements) are about dependencies: removed mail/p5-MIME-Types and added
 www/p5-HTTP-Headers-Fast (attached).
 
 OK?
 
 -
 C.
 
 Index: Makefile
 ===
 RCS file: /cvs/ports/www/p5-Dancer2/Makefile,v
 retrieving revision 1.1.1.1
 diff -u -r1.1.1.1 Makefile
 --- Makefile  18 Jan 2015 13:48:47 -  1.1.1.1
 +++ Makefile  20 Aug 2015 14:52:03 -
 @@ -3,7 +3,7 @@
  COMMENT =lightweight yet powerful web application framework
  
  MODULES =cpan
 -DISTNAME =   Dancer2-0.158000
 +DISTNAME =   Dancer2-0.161000
  CATEGORIES = www
  
  MAINTAINER = Cesare Gargano g...@plusiagamma.org
 @@ -19,10 +19,9 @@
   devel/p5-Config-Any \
   www/p5-HTTP-Body \
   www/p5-HTTP-Date \
 - www/p5-HTTP-Message \
 + www/p5-HTTP-Headers-Fast \
   devel/p5-Hash-Merge-Simple \
   converters/p5-JSON \
 - mail/p5-MIME-Types \
   devel/p5-Moo=1.003000 \
   devel/p5-MooX-Types-MooseLike \
   www/p5-Plack=1.0029 \
 Index: distinfo
 ===
 RCS file: /cvs/ports/www/p5-Dancer2/distinfo,v
 retrieving revision 1.1.1.1
 diff -u -r1.1.1.1 distinfo
 --- distinfo  18 Jan 2015 13:48:47 -  1.1.1.1
 +++ distinfo  20 Aug 2015 14:52:03 -
 @@ -1,2 +1,2 @@
 -SHA256 (Dancer2-0.158000.tar.gz) = 
 gOBt0DPZ9VRAM9uw/0UHVy5e483at87QuJvLP7l0pHU=
 -SIZE (Dancer2-0.158000.tar.gz) = 291353
 +SHA256 (Dancer2-0.161000.tar.gz) = 
 GsLxFgRoSiOQ2/e+QVBOLkUI5JvbcwsBK9bXvg0Ezvg=
 +SIZE (Dancer2-0.161000.tar.gz) = 314343
 Index: pkg/PLIST
 ===
 RCS file: /cvs/ports/www/p5-Dancer2/pkg/PLIST,v
 retrieving revision 1.1.1.1
 diff -u -r1.1.1.1 PLIST
 --- pkg/PLIST 18 Jan 2015 13:48:47 -  1.1.1.1
 +++ pkg/PLIST 20 Aug 2015 14:52:03 -
 @@ -23,7 +23,9 @@
  ${P5SITE}/Dancer2/Core/Request/
  ${P5SITE}/Dancer2/Core/Request.pm
  ${P5SITE}/Dancer2/Core/Request/Upload.pm
 +${P5SITE}/Dancer2/Core/Response/
  ${P5SITE}/Dancer2/Core/Response.pm
 +${P5SITE}/Dancer2/Core/Response/Delayed.pm
  ${P5SITE}/Dancer2/Core/Role/
  ${P5SITE}/Dancer2/Core/Role/ConfigReader.pm
  ${P5SITE}/Dancer2/Core/Role/DSL.pm
 @@ -33,6 +35,7 @@
  ${P5SITE}/Dancer2/Core/Role/Headers.pm
  ${P5SITE}/Dancer2/Core/Role/Hookable.pm
  ${P5SITE}/Dancer2/Core/Role/Logger.pm
 +${P5SITE}/Dancer2/Core/Role/Response.pm
  ${P5SITE}/Dancer2/Core/Role/Serializer.pm
  ${P5SITE}/Dancer2/Core/Role/SessionFactory/
  ${P5SITE}/Dancer2/Core/Role/SessionFactory.pm
 @@ -59,6 +62,7 @@
  ${P5SITE}/Dancer2/Logger/Null.pm
  ${P5SITE}/Dancer2/Manual/
  ${P5SITE}/Dancer2/Manual.pod
 +${P5SITE}/Dancer2/Manual/Deployment.pod
  ${P5SITE}/Dancer2/Manual/Migration.pod
  ${P5SITE}/Dancer2/Manual/Testing.pod
  ${P5SITE}/Dancer2/Plugin.pm
 @@ -134,6 +138,7 @@
  @man man/man3p/Dancer2::Core::Request.3p
  @man man/man3p/Dancer2::Core::Request::Upload.3p
  @man man/man3p/Dancer2::Core::Response.3p
 +@man man/man3p/Dancer2::Core::Response::Delayed.3p
  @man man/man3p/Dancer2::Core::Role::ConfigReader.3p
  @man man/man3p/Dancer2::Core::Role::DSL.3p
  @man man/man3p/Dancer2::Core::Role::Engine.3p
 @@ -142,6 +147,7 @@
  @man man/man3p/Dancer2::Core::Role::Headers.3p
  @man man/man3p/Dancer2::Core::Role::Hookable.3p
  @man man/man3p/Dancer2::Core::Role::Logger.3p
 +@man man/man3p/Dancer2::Core::Role::Response.3p
  @man man/man3p/Dancer2::Core::Role::Serializer.3p
  @man man/man3p/Dancer2::Core::Role::SessionFactory.3p
  @man man/man3p/Dancer2::Core::Role::SessionFactory::File.3p
 @@ -163,6 +169,7 @@
  @man man/man3p/Dancer2::Logger::Note.3p
  @man man/man3p/Dancer2::Logger::Null.3p
  @man man/man3p/Dancer2::Manual.3p
 +@man man/man3p/Dancer2::Manual::Deployment.3p
  @man man/man3p/Dancer2::Manual::Migration.3p
  @man man/man3p/Dancer2::Manual::Testing.3p
  @man man/man3p/Dancer2::Plugin.3p

Ping.



Re: [UPDATE] www/p5-Dancer2-Plugin-DBIC to 0.0009

2015-08-23 Thread Cesare Gargano
On 08/23, Cesare Gargano wrote:
 Hi,
 
 here's an update for www/p5-Dancer2-Plugin-DBIC to 0.0009.
 
 Attached new dependencies, below pkg/DESCR:
 
 - devel/p5-Test-API
 
   This simple test module checks the subroutines provided by a module. This
   is useful for confirming a planned API in testing and ensuring that other
   functions aren't unintentionally included via import.
 
 - devel/p5-Test-Modern
 
   Test::Modern provides the best features of Test::More, Test::Fatal,
   Test::Warnings, Test::API, Test::LongString, and Test::Deep, as well as
   ideas from Test::Requires, Test::DescribeMe, Test::Moose, and
   Test::CleanNamespaces.
 
 - databases/p5-DBICx-Sugar
 
   Just some syntax sugar for your DBIx::Class applications. This was
   originally created to remove code duplication between Dancer::Plugin::DBIC
   and Dancer2::Plugin::DBIC.
 
 Tested on i386 and amd64.
 
 Comments, OK?
 
 - 
 C.
 
 Index: Makefile
 ===
 RCS file: /cvs/ports/www/p5-Dancer2-Plugin-DBIC/Makefile,v
 retrieving revision 1.2
 diff -u -p -r1.2 Makefile
 --- Makefile  26 Jan 2015 18:00:22 -  1.2
 +++ Makefile  23 Aug 2015 08:15:01 -
 @@ -3,7 +3,7 @@
  COMMENT =DBIx::Class interface for Dancer2 applications
  
  MODULES =cpan
 -DISTNAME =   Dancer2-Plugin-DBIC-0.0008
 +DISTNAME =   Dancer2-Plugin-DBIC-0.0009
  CATEGORIES = www
  
  MAINTAINER = Cesare Gargano g...@plusiagamma.org
 Index: distinfo
 ===
 RCS file: /cvs/ports/www/p5-Dancer2-Plugin-DBIC/distinfo,v
 retrieving revision 1.1.1.1
 diff -u -p -r1.1.1.1 distinfo
 --- distinfo  26 Jan 2015 11:56:10 -  1.1.1.1
 +++ distinfo  23 Aug 2015 08:15:01 -
 @@ -1,2 +1,2 @@
 -SHA256 (Dancer2-Plugin-DBIC-0.0008.tar.gz) = 
 snZ/tXUUzj4/X4eXHUeNovo/froNx3WgXjotDBytu4o=
 -SIZE (Dancer2-Plugin-DBIC-0.0008.tar.gz) = 16634
 +SHA256 (Dancer2-Plugin-DBIC-0.0009.tar.gz) = 
 0wp48MuaUWhK91x2ub2J1WuC51VoFqK2rV+PaKKnDGk=
 +SIZE (Dancer2-Plugin-DBIC-0.0009.tar.gz) = 16465

Missed new dependency, below new diff:

Index: Makefile
===
RCS file: /cvs/ports/www/p5-Dancer2-Plugin-DBIC/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile26 Jan 2015 18:00:22 -  1.2
+++ Makefile23 Aug 2015 08:43:20 -
@@ -3,7 +3,7 @@
 COMMENT =  DBIx::Class interface for Dancer2 applications
 
 MODULES =  cpan
-DISTNAME = Dancer2-Plugin-DBIC-0.0008
+DISTNAME = Dancer2-Plugin-DBIC-0.0009
 CATEGORIES =   www
 
 MAINTAINER =   Cesare Gargano g...@plusiagamma.org
@@ -12,7 +12,8 @@ MAINTAINER =  Cesare Gargano gar@plusia
 PERMIT_PACKAGE_CDROM = Yes
 
 RUN_DEPENDS =  www/p5-Dancer2=0.153002 \
-   databases/p5-DBIx-Class
+   databases/p5-DBIx-Class \
+   databases/p5-DBICx-Sugar
 
 TEST_DEPENDS = databases/p5-DBD-SQLite \
databases/p5-DBIx-Class-Schema-Loader \
Index: distinfo
===
RCS file: /cvs/ports/www/p5-Dancer2-Plugin-DBIC/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo26 Jan 2015 11:56:10 -  1.1.1.1
+++ distinfo23 Aug 2015 08:43:20 -
@@ -1,2 +1,2 @@
-SHA256 (Dancer2-Plugin-DBIC-0.0008.tar.gz) = 
snZ/tXUUzj4/X4eXHUeNovo/froNx3WgXjotDBytu4o=
-SIZE (Dancer2-Plugin-DBIC-0.0008.tar.gz) = 16634
+SHA256 (Dancer2-Plugin-DBIC-0.0009.tar.gz) = 
0wp48MuaUWhK91x2ub2J1WuC51VoFqK2rV+PaKKnDGk=
+SIZE (Dancer2-Plugin-DBIC-0.0009.tar.gz) = 16465



[UPDATE] www/p5-Dancer2-Plugin-DBIC to 0.0009

2015-08-23 Thread Cesare Gargano
Hi,

here's an update for www/p5-Dancer2-Plugin-DBIC to 0.0009.

Attached new dependencies, below pkg/DESCR:

- devel/p5-Test-API

  This simple test module checks the subroutines provided by a module. This
  is useful for confirming a planned API in testing and ensuring that other
  functions aren't unintentionally included via import.

- devel/p5-Test-Modern

  Test::Modern provides the best features of Test::More, Test::Fatal,
  Test::Warnings, Test::API, Test::LongString, and Test::Deep, as well as
  ideas from Test::Requires, Test::DescribeMe, Test::Moose, and
  Test::CleanNamespaces.

- databases/p5-DBICx-Sugar

  Just some syntax sugar for your DBIx::Class applications. This was
  originally created to remove code duplication between Dancer::Plugin::DBIC
  and Dancer2::Plugin::DBIC.

Tested on i386 and amd64.

Comments, OK?

- 
C.

Index: Makefile
===
RCS file: /cvs/ports/www/p5-Dancer2-Plugin-DBIC/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile26 Jan 2015 18:00:22 -  1.2
+++ Makefile23 Aug 2015 08:15:01 -
@@ -3,7 +3,7 @@
 COMMENT =  DBIx::Class interface for Dancer2 applications
 
 MODULES =  cpan
-DISTNAME = Dancer2-Plugin-DBIC-0.0008
+DISTNAME = Dancer2-Plugin-DBIC-0.0009
 CATEGORIES =   www
 
 MAINTAINER =   Cesare Gargano g...@plusiagamma.org
Index: distinfo
===
RCS file: /cvs/ports/www/p5-Dancer2-Plugin-DBIC/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo26 Jan 2015 11:56:10 -  1.1.1.1
+++ distinfo23 Aug 2015 08:15:01 -
@@ -1,2 +1,2 @@
-SHA256 (Dancer2-Plugin-DBIC-0.0008.tar.gz) = 
snZ/tXUUzj4/X4eXHUeNovo/froNx3WgXjotDBytu4o=
-SIZE (Dancer2-Plugin-DBIC-0.0008.tar.gz) = 16634
+SHA256 (Dancer2-Plugin-DBIC-0.0009.tar.gz) = 
0wp48MuaUWhK91x2ub2J1WuC51VoFqK2rV+PaKKnDGk=
+SIZE (Dancer2-Plugin-DBIC-0.0009.tar.gz) = 16465


p5-Test-API-0.005.tgz
Description: application/tar-gz


p5-Test-Modern-0.013
Description: Binary data


p5-DBICx-Sugar-0.0001
Description: Binary data


[UPDATE] devel/p5-Data-Munge to 0.095

2015-08-21 Thread Cesare Gargano
Hi,

here's an update for devel/p5-Data-Munge to version 0.095.

Comments, OK?

-
C.

Index: Makefile
===
RCS file: /cvs/ports/devel/p5-Data-Munge/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile16 Jan 2015 16:14:20 -  1.1.1.1
+++ Makefile21 Aug 2015 18:14:58 -
@@ -3,7 +3,7 @@
 COMMENT =  various utility functions
 
 MODULES =  cpan
-DISTNAME = Data-Munge-0.093
+DISTNAME = Data-Munge-0.095
 CATEGORIES =   devel
 
 MAINTAINER =   Cesare Gargano g...@plusiagamma.org
Index: distinfo
===
RCS file: /cvs/ports/devel/p5-Data-Munge/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo16 Jan 2015 16:14:20 -  1.1.1.1
+++ distinfo21 Aug 2015 18:14:58 -
@@ -1,2 +1,2 @@
-SHA256 (Data-Munge-0.093.tar.gz) = QCnWOETzSDwoMR+2luj89g2b16YXuEvXWcKvhutOJog=
-SIZE (Data-Munge-0.093.tar.gz) = 8219
+SHA256 (Data-Munge-0.095.tar.gz) = LmNabOlWak7O6cfux3S8RN7Zzz+cRvtuEt2tSVCAU1Q=
+SIZE (Data-Munge-0.095.tar.gz) = 8252



[UPDATE] www/p5-Dancer2 to 0.161000

2015-08-20 Thread Cesare Gargano
Hi,

update www/p5-Dancer2 to version 0.161000. Noteworthy changes (aside bug fixes
and enhancements) are about dependencies: removed mail/p5-MIME-Types and added
www/p5-HTTP-Headers-Fast (attached).

OK?

-
C.

Index: Makefile
===
RCS file: /cvs/ports/www/p5-Dancer2/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile18 Jan 2015 13:48:47 -  1.1.1.1
+++ Makefile20 Aug 2015 14:52:03 -
@@ -3,7 +3,7 @@
 COMMENT =  lightweight yet powerful web application framework
 
 MODULES =  cpan
-DISTNAME = Dancer2-0.158000
+DISTNAME = Dancer2-0.161000
 CATEGORIES =   www
 
 MAINTAINER =   Cesare Gargano g...@plusiagamma.org
@@ -19,10 +19,9 @@
devel/p5-Config-Any \
www/p5-HTTP-Body \
www/p5-HTTP-Date \
-   www/p5-HTTP-Message \
+   www/p5-HTTP-Headers-Fast \
devel/p5-Hash-Merge-Simple \
converters/p5-JSON \
-   mail/p5-MIME-Types \
devel/p5-Moo=1.003000 \
devel/p5-MooX-Types-MooseLike \
www/p5-Plack=1.0029 \
Index: distinfo
===
RCS file: /cvs/ports/www/p5-Dancer2/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo18 Jan 2015 13:48:47 -  1.1.1.1
+++ distinfo20 Aug 2015 14:52:03 -
@@ -1,2 +1,2 @@
-SHA256 (Dancer2-0.158000.tar.gz) = gOBt0DPZ9VRAM9uw/0UHVy5e483at87QuJvLP7l0pHU=
-SIZE (Dancer2-0.158000.tar.gz) = 291353
+SHA256 (Dancer2-0.161000.tar.gz) = GsLxFgRoSiOQ2/e+QVBOLkUI5JvbcwsBK9bXvg0Ezvg=
+SIZE (Dancer2-0.161000.tar.gz) = 314343
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/p5-Dancer2/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- pkg/PLIST   18 Jan 2015 13:48:47 -  1.1.1.1
+++ pkg/PLIST   20 Aug 2015 14:52:03 -
@@ -23,7 +23,9 @@
 ${P5SITE}/Dancer2/Core/Request/
 ${P5SITE}/Dancer2/Core/Request.pm
 ${P5SITE}/Dancer2/Core/Request/Upload.pm
+${P5SITE}/Dancer2/Core/Response/
 ${P5SITE}/Dancer2/Core/Response.pm
+${P5SITE}/Dancer2/Core/Response/Delayed.pm
 ${P5SITE}/Dancer2/Core/Role/
 ${P5SITE}/Dancer2/Core/Role/ConfigReader.pm
 ${P5SITE}/Dancer2/Core/Role/DSL.pm
@@ -33,6 +35,7 @@
 ${P5SITE}/Dancer2/Core/Role/Headers.pm
 ${P5SITE}/Dancer2/Core/Role/Hookable.pm
 ${P5SITE}/Dancer2/Core/Role/Logger.pm
+${P5SITE}/Dancer2/Core/Role/Response.pm
 ${P5SITE}/Dancer2/Core/Role/Serializer.pm
 ${P5SITE}/Dancer2/Core/Role/SessionFactory/
 ${P5SITE}/Dancer2/Core/Role/SessionFactory.pm
@@ -59,6 +62,7 @@
 ${P5SITE}/Dancer2/Logger/Null.pm
 ${P5SITE}/Dancer2/Manual/
 ${P5SITE}/Dancer2/Manual.pod
+${P5SITE}/Dancer2/Manual/Deployment.pod
 ${P5SITE}/Dancer2/Manual/Migration.pod
 ${P5SITE}/Dancer2/Manual/Testing.pod
 ${P5SITE}/Dancer2/Plugin.pm
@@ -134,6 +138,7 @@
 @man man/man3p/Dancer2::Core::Request.3p
 @man man/man3p/Dancer2::Core::Request::Upload.3p
 @man man/man3p/Dancer2::Core::Response.3p
+@man man/man3p/Dancer2::Core::Response::Delayed.3p
 @man man/man3p/Dancer2::Core::Role::ConfigReader.3p
 @man man/man3p/Dancer2::Core::Role::DSL.3p
 @man man/man3p/Dancer2::Core::Role::Engine.3p
@@ -142,6 +147,7 @@
 @man man/man3p/Dancer2::Core::Role::Headers.3p
 @man man/man3p/Dancer2::Core::Role::Hookable.3p
 @man man/man3p/Dancer2::Core::Role::Logger.3p
+@man man/man3p/Dancer2::Core::Role::Response.3p
 @man man/man3p/Dancer2::Core::Role::Serializer.3p
 @man man/man3p/Dancer2::Core::Role::SessionFactory.3p
 @man man/man3p/Dancer2::Core::Role::SessionFactory::File.3p
@@ -163,6 +169,7 @@
 @man man/man3p/Dancer2::Logger::Note.3p
 @man man/man3p/Dancer2::Logger::Null.3p
 @man man/man3p/Dancer2::Manual.3p
+@man man/man3p/Dancer2::Manual::Deployment.3p
 @man man/man3p/Dancer2::Manual::Migration.3p
 @man man/man3p/Dancer2::Manual::Testing.3p
 @man man/man3p/Dancer2::Plugin.3p


p5-HTTP-Headers-Fast.tgz
Description: application/tar-gz


Re: NEW: www/p5-Dancer2-Session-Cookie

2015-01-25 Thread Cesare Gargano
Hi, attached fixed versions. Thanks!
C.

On Sun, Jan 25, 2015 at 8:21 PM, Andrew Fresh and...@afresh1.com wrote:
 On Sun, Jan 25, 2015 at 11:59:12AM -0700, Andrew Fresh wrote:
 On Sat, Jan 24, 2015 at 09:10:24PM +0100, Cesare Gargano wrote:
  - devel/p5-Sereal-Encoder
This library implements a serializer for an efficient, compact-output, 
  and
feature-rich binary protocol called Sereal
 
  - devel/p5-Sereal-Decoder
This library implements a deserializer for an efficient, compact-output,
and feature-rich binary protocol called Sereal
 

 These both need

 TEST_DEPENDS += devel/p5-Test-Warn

 Actually looking further,
 p5-Sereal-Encoder needs TEST_DEPENDS += devel/p5-Sereal-Decoder
 p5-Sereal-Decoder needs TEST_DEPENDS += devel/p5-Sereal-Encoder

 security/p5-Crypt-URandom

 This could use TEST_DEPENDS += devel/p5-Test-Pod

 l8rZ,
 --
 andrew - http://afresh1.com

 Hey, I think I see a barn up ahead.
   -- The American Astronaut


p5-Crypt-URandom.tgz
Description: GNU Zip compressed data


p5-Dancer2-Plugin-Ajax.tgz
Description: GNU Zip compressed data


p5-Dancer2-Plugin-Auth-Tiny.tgz
Description: GNU Zip compressed data


p5-Dancer2-Plugin-DBIC.tgz
Description: GNU Zip compressed data


p5-Dancer2-Plugin-Database.tgz
Description: GNU Zip compressed data


p5-Dancer2-Session-Cookie.tgz
Description: GNU Zip compressed data


p5-Dancer-Plugin-Database-Core.tgz
Description: GNU Zip compressed data


p5-Math-Random-ISAAC-XS.tgz
Description: GNU Zip compressed data


p5-Number-Tolerant.tgz
Description: GNU Zip compressed data


p5-Sereal.tgz
Description: GNU Zip compressed data


p5-Sereal-Decoder.tgz
Description: GNU Zip compressed data


p5-Sereal-Encoder.tgz
Description: GNU Zip compressed data


p5-Session-Storage-Secure.tgz
Description: GNU Zip compressed data


p5-String-Compare-ConstantTime.tgz
Description: GNU Zip compressed data


Re: NEW: www/p5-Dancer2-Session-Cookie

2015-01-25 Thread Cesare Gargano
Already asked privately, no answer yet.
C.
On Jan 25, 2015 9:59 PM, Andrew Fresh and...@afresh1.com wrote:

 On Sun, Jan 25, 2015 at 08:54:21PM +0100, Cesare Gargano wrote:
  Hi, attached fixed versions. Thanks!

 devel/p5-Number-Tolerant

 Someone should ask the MAINTAINER (todd@)  but OK afresh1@

 www/p5-Dancer-Plugin-Database-Core

 Should have said in the other email, but OK afresh1@

 devel/p5-Sereal-Decoder
 devel/p5-Sereal-Encoder
 devel/p5-Sereal
 devel/p5-String-Compare-ConstantTime
 math/p5-Math-Random-ISAAC-XS
 security/p5-Crypt-URandom
 www/p5-Dancer2-Plugin-Ajax
 www/p5-Dancer2-Plugin-Auth-Tiny
 www/p5-Dancer2-Session-Cookie
 www/p5-Session-Storage-Secure


 OK afresh1@ on the rest of these as well

 l8rZ,
 --
 andrew - http://afresh1.com

 Life's unfair - but root password helps!



NEW: www/p5-Dancer2-Session-Cookie

2015-01-24 Thread Cesare Gargano
Hi ports@!

pkg/DESCR:
This module implements a session factory for Dancer 2 that stores session
state within a browser cookie. Features include: data serialization and
compression using Sereal, data encryption using AES with a unique derived
key per cookie enforced expiration timestamp (independent of cookie
expiration), cookie integrity protected with a message authentication
code.

Below dependencies not present in ports tree:

- devel/p5-String-Compare-ConstantTime
  This module compares strings avoiding a timing side-channel

- security/p5-Crypt-URandom
  This Module is intended to provide an interface to the strongest available
  source of non-blocking randomness on the current platform

- devel/p5-Sereal-Encoder
  This library implements a serializer for an efficient, compact-output, and
  feature-rich binary protocol called Sereal

- devel/p5-Sereal-Decoder
  This library implements a deserializer for an efficient, compact-output,
  and feature-rich binary protocol called Sereal

- math/p5-Math-Random-ISAAC-XS
  The ISAAC algorithm is designed to take some seed information and produce
  seemingly random results as output

  This module implements the same interface as Math::Random::ISAAC and can be
  used as a drop-in replacement. This is the recommended implementation of
  the module, based on Bob Jenkins' reference implementation in C

- devel/p5-Number-Tolerant (updated to 1.705 from openbsd-wip by todd@)
  Number::Tolerant creates a number-like object whose value refers to a range
  of possible values, each equally acceptable. It overloads comparison
  operations to reflect this

- www/p5-Session-Storage-Secure
  This module implements a secure way to encode session data. It is primarily
  intended for storing session data in browser cookies, but could be used
  with other backend storage where security of stored session data is
  important

Attached the relevant ports.

Comments? OK?

Thanks,

-
C


p5-Crypt-URandom.tgz
Description: GNU Zip compressed data


p5-Dancer2-Session-Cookie.tgz
Description: GNU Zip compressed data


p5-Math-Random-ISAAC-XS.tgz
Description: GNU Zip compressed data


p5-Number-Tolerant.tgz
Description: GNU Zip compressed data


p5-Sereal.tgz
Description: GNU Zip compressed data


p5-Sereal-Decoder.tgz
Description: GNU Zip compressed data


p5-Sereal-Encoder.tgz
Description: GNU Zip compressed data


p5-Session-Storage-Secure.tgz
Description: GNU Zip compressed data


p5-String-Compare-ConstantTime.tgz
Description: GNU Zip compressed data


Re: NEW: www/p5-Dancer2-Plugin-Ajax

2015-01-24 Thread Cesare Gargano
Ping

On Sun, Jan 18, 2015 at 11:13 PM, Cesare Gargano g...@plusiagamma.org wrote:
 Hi ports@!

 A Dancer2 plugin. Tests pass on amd64.

 -
 pkg/DESCR:
 Dancer2 plugin which allow to define a route handler optimized for
 Ajax queries.



Re: NEW: www/p5-Dancer2-Plugin-Auth-Tiny

2015-01-24 Thread Cesare Gargano
Ping

On Sun, Jan 18, 2015 at 11:15 PM, Cesare Gargano g...@plusiagamma.org wrote:
 Hi ports@!

 A Dancer2 plugin. Tests pass on amd64.

 -
 pkg/DESCR:
 Dancer2 plugin which provides an extremely simple way of requiring that a
 user be logged in before allowing access to certain routes.

 Comments? OK?

 --
 C.



Re: NEW: www/p5-Dancer2-Plugin-DBIC

2015-01-24 Thread Cesare Gargano
Ping

On Sun, Jan 18, 2015 at 11:17 PM, Cesare Gargano g...@plusiagamma.org wrote:
 Hi ports@!

 A Dancer2 plugin. Tests pass on amd64.

 -
 pkg/DESCR:
 Dancer2 plugin which makes very easy to create applications that interface
 with databases. It automatically exports the keyword schema which returns a
 DBIx::Class::Schema object.

 Comments? OK?

 --
 C.



Re: NEW: www/p5-Dancer2-Plugin-Database

2015-01-24 Thread Cesare Gargano
Ping

On Sun, Jan 18, 2015 at 11:22 PM, Cesare Gargano g...@plusiagamma.org wrote:
 Hi ports@!

 A Dancer2 plugin. Tests pass on amd64.

 -
 pkg/DESCR:
 Dancer2 plugin which provides an easy way to obtain a connected DBI database
 handle by simply calling the database keyword within your application.

 Comments? OK?

 Attached its dep, www/p5-Dancer-Plugin-Database-Core

 --
 C.



Re: UPDATE: p5-Parallel-Prefork to 0.17

2015-01-18 Thread Cesare Gargano
Hi!
I followed your comments, attached new diff using meta/Module-Install
(I created the 4 missing p5-* deps) instead of devel/p5-Module-Install.

Can we have meta/Module-Install in tree to start using it?

Thanks!

--
C.

On Sun, Jan 18, 2015 at 1:50 AM, Nigel J Taylor ni...@openbsd.org wrote:
 A quick look and I need to do checks once my build completes building,
 so it's a visual inspection only...

 BUILD_DEPENDS = ${RUN_DEPENDS} should be kept, and
 append devel/p5-Test-Requires and the missing p5-Test-SharedFork.

 The configure stage then checks the presence of modules,
 and versions if given.

 p5-Class-Accessor-Lite=0.04
 p5-Proc-Wait3=0.03

 TEST_DEPENDS doesn't need to contain anything that is in the
 BUILD_DEPENDS, test are run on what's built p5-Test-Requires
 p5-Test-SharedFork in the BUILD_DEPENDS they are not needed in the
 TEST_DEPENDS.

 Looking at test test 05 this would fail if run, haven't tried but has a
 use Test::SharedFork building something else might have installed this,
 however dpb builds can junk packages that are not dependencies, and
 uninstall them.

 Checking the source, this uses Module::Install, that requires
 the Makefile to have a style of modinst, otherwise an old
 bundled version of Module::Install will be used rather than the ports
 version,

 Your find this
 inc/Module/Install/ReadmeFromPod.pm in the source.
 For that you might need the new extension package I have, for the
 modinst style to work

 devel/p5-Module-Install-ReadmeFromPod

 Using modinst style also stops the port when building from downloading
 and installing from CPAN anything that is missing such as dependencies
 or dependencies dpb junk might have removed.



 I have a number of ports where I switched the style to modinst, this is
 so things will be less of a problem with perl 5.22.0 and the CPAN
 download issue.

 I use a replacement for p5-Module-Install in perl.port.mk

 @@ -52,7 +52,7 @@ MODPERL_configure = ${_MODPERL_preconfig
 fi

  .  if ${CONFIGURE_STYLE:L:Mmodinst}
 -BUILD_DEPENDS +=   devel/p5-Module-Install
 +BUILD_DEPENDS +=   meta/Module-Install

 Then installs all the Module::Install extensions, rather than
 adding each one to the ports until modinst stops failing, or creating a
 long list in perl.port.mk, there was some other problem this solved.


 # $OpenBSD: Makefile,v 1.111 2014/11/13 17:34:21 ajacoutot Exp $

 COMMENT=meta - module install and extensions

 PKGNAME=Module-Install-0.01

 MAINTAINER= Nigel Taylor ni...@openbsd.org

 RUN_DEPENDS +=  devel/p5-Module-Install \
 devel/p5-Module-Install-CheckLib \
 devel/p5-Module-Install-GithubMeta \
 devel/p5-Module-Install-ReadmeFromPod \
 devel/p5-Module-Install-TestBase

 .include bsd.port.mk



 On 01/17/15 20:58, Cesare Gargano wrote:
 Ping

 On Thu, Jan 8, 2015 at 8:15 PM, Cesare Gargano g...@plusiagamma.org wrote:
 Hi ports@!

 Update to 0.17, needed for upcoming update to www/p5-Starlet.

 Tested on amd64.

 Index: Makefile
 ===
 RCS file: /cvs/ports/devel/p5-Parallel-Prefork/Makefile,v
 retrieving revision 1.4
 diff -u -r1.4 Makefile
 --- Makefile11 Mar 2013 10:50:20 -  1.4
 +++ Makefile8 Jan 2015 18:53:11 -
 @@ -2,20 +2,22 @@

  COMMENT=   simple prefork server framework

 -DISTNAME=  Parallel-Prefork-0.11
 -REVISION=  1
 +MODULES=   cpan
 +DISTNAME=  Parallel-Prefork-0.17
  CATEGORIES=devel

  # Perl
  PERMIT_PACKAGE_CDROM=   Yes

 -MODULES=   cpan
 +
 +BUILD_DEPENDS= devel/p5-Test-Requires

  RUN_DEPENDS=   devel/p5-Class-Accessor-Lite \
 devel/p5-List-MoreUtils \
 +   sysutils/p5-Proc-Wait3 \
 devel/p5-Scope-Guard \
 -   sysutils/p5-Proc-Wait3
 -BUILD_DEPENDS= ${RUN_DEPENDS}
 -TEST_DEPENDS=devel/p5-Test-Requires
 +   devel/p5-Signal-Mask
 +
 +TEST_DEPENDS=  devel/p5-Test-Requires

  .include bsd.port.mk
 Index: distinfo
 ===
 RCS file: /cvs/ports/devel/p5-Parallel-Prefork/distinfo,v
 retrieving revision 1.1.1.1
 diff -u -r1.1.1.1 distinfo
 --- distinfo14 Jun 2011 12:13:08 -  1.1.1.1
 +++ distinfo8 Jan 2015 18:53:11 -
 @@ -1,5 +1,2 @@
 -MD5 (Parallel-Prefork-0.11.tar.gz) = 1Lk0fEFOfw0wcI4U4F7jpg==
 -RMD160 (Parallel-Prefork-0.11.tar.gz) = hjxU532Q8HFOhiYL9+JE7dJPu1s=
 -SHA1 (Parallel-Prefork-0.11.tar.gz) = sVYNm2IL7fBWUwtBLzWkUcgn1ms=
 -SHA256 (Parallel-Prefork-0.11.tar.gz) =
 flLnrLdQW0SBBP6cVpZDWMPSeqn1p94vGp5A65PZmrc=
 -SIZE (Parallel-Prefork-0.11.tar.gz) = 24782
 +SHA256 (Parallel-Prefork-0.17.tar.gz) =
 DYHeJjIoEJG9MSl94ZBuFMrk6EXPMiAJU7UEBoWedjs=
 +SIZE (Parallel-Prefork-0.17.tar.gz) = 26023

 --
 C.




Index: Makefile
===
RCS file

NEW: www/p5-Dancer2-Plugin-Auth-Tiny

2015-01-18 Thread Cesare Gargano
Hi ports@!

A Dancer2 plugin. Tests pass on amd64.

-
pkg/DESCR:
Dancer2 plugin which provides an extremely simple way of requiring that a
user be logged in before allowing access to certain routes.

Comments? OK?

--
C.


p5-Dancer2-Plugin-Auth-Tiny.tgz
Description: GNU Zip compressed data


NEW: www/p5-Dancer2-Plugin-DBIC

2015-01-18 Thread Cesare Gargano
Hi ports@!

A Dancer2 plugin. Tests pass on amd64.

-
pkg/DESCR:
Dancer2 plugin which makes very easy to create applications that interface
with databases. It automatically exports the keyword schema which returns a
DBIx::Class::Schema object.

Comments? OK?

--
C.


p5-Dancer2-Plugin-DBIC.tgz
Description: GNU Zip compressed data


NEW: www/p5-Dancer2-Plugin-Ajax

2015-01-18 Thread Cesare Gargano
Hi ports@!

A Dancer2 plugin. Tests pass on amd64.

-
pkg/DESCR:
Dancer2 plugin which allow to define a route handler optimized for
Ajax queries.


p5-Dancer2-Plugin-Ajax.tgz
Description: GNU Zip compressed data


NEW: www/p5-Dancer2-Plugin-Database

2015-01-18 Thread Cesare Gargano
Hi ports@!

A Dancer2 plugin. Tests pass on amd64.

-
pkg/DESCR:
Dancer2 plugin which provides an easy way to obtain a connected DBI database
handle by simply calling the database keyword within your application.

Comments? OK?

Attached its dep, www/p5-Dancer-Plugin-Database-Core

--
C.


p5-Dancer2-Plugin-Database.tgz
Description: GNU Zip compressed data


p5-Dancer-Plugin-Database-Core.tgz
Description: GNU Zip compressed data


Re: UPDATE: p5-Parallel-Prefork to 0.17

2015-01-17 Thread Cesare Gargano
Ping

On Thu, Jan 8, 2015 at 8:15 PM, Cesare Gargano g...@plusiagamma.org wrote:
 Hi ports@!

 Update to 0.17, needed for upcoming update to www/p5-Starlet.

 Tested on amd64.

 Index: Makefile
 ===
 RCS file: /cvs/ports/devel/p5-Parallel-Prefork/Makefile,v
 retrieving revision 1.4
 diff -u -r1.4 Makefile
 --- Makefile11 Mar 2013 10:50:20 -  1.4
 +++ Makefile8 Jan 2015 18:53:11 -
 @@ -2,20 +2,22 @@

  COMMENT=   simple prefork server framework

 -DISTNAME=  Parallel-Prefork-0.11
 -REVISION=  1
 +MODULES=   cpan
 +DISTNAME=  Parallel-Prefork-0.17
  CATEGORIES=devel

  # Perl
  PERMIT_PACKAGE_CDROM=   Yes

 -MODULES=   cpan
 +
 +BUILD_DEPENDS= devel/p5-Test-Requires

  RUN_DEPENDS=   devel/p5-Class-Accessor-Lite \
 devel/p5-List-MoreUtils \
 +   sysutils/p5-Proc-Wait3 \
 devel/p5-Scope-Guard \
 -   sysutils/p5-Proc-Wait3
 -BUILD_DEPENDS= ${RUN_DEPENDS}
 -TEST_DEPENDS=devel/p5-Test-Requires
 +   devel/p5-Signal-Mask
 +
 +TEST_DEPENDS=  devel/p5-Test-Requires

  .include bsd.port.mk
 Index: distinfo
 ===
 RCS file: /cvs/ports/devel/p5-Parallel-Prefork/distinfo,v
 retrieving revision 1.1.1.1
 diff -u -r1.1.1.1 distinfo
 --- distinfo14 Jun 2011 12:13:08 -  1.1.1.1
 +++ distinfo8 Jan 2015 18:53:11 -
 @@ -1,5 +1,2 @@
 -MD5 (Parallel-Prefork-0.11.tar.gz) = 1Lk0fEFOfw0wcI4U4F7jpg==
 -RMD160 (Parallel-Prefork-0.11.tar.gz) = hjxU532Q8HFOhiYL9+JE7dJPu1s=
 -SHA1 (Parallel-Prefork-0.11.tar.gz) = sVYNm2IL7fBWUwtBLzWkUcgn1ms=
 -SHA256 (Parallel-Prefork-0.11.tar.gz) =
 flLnrLdQW0SBBP6cVpZDWMPSeqn1p94vGp5A65PZmrc=
 -SIZE (Parallel-Prefork-0.11.tar.gz) = 24782
 +SHA256 (Parallel-Prefork-0.17.tar.gz) =
 DYHeJjIoEJG9MSl94ZBuFMrk6EXPMiAJU7UEBoWedjs=
 +SIZE (Parallel-Prefork-0.17.tar.gz) = 26023

 --
 C.




Re: [NEW] devel/p5-IO-TieCombine

2015-01-16 Thread Cesare Gargano
Ping.

On Sun, Jan 4, 2015 at 9:55 PM, Andrew Fresh afre...@openbsd.org wrote:
 On Sun, Jan 04, 2015 at 07:38:13PM +0100, Cesare Gargano wrote:
 Needed for upcoming devel/p5-App-Cmd (needed for upcoming www/p5-Dancer2).

 Tested on amd64.

 From Sergey Bronnikov estetus () gmail ! com.

 -
 pkg/DESCR:
 IO::TieCombine - produce tied (and other) separate but combined variables.

 OK afresh1@, tests pass, needs a better DESCR but that's up to RJBS.


 l8rZ,
 --
 andrew - http://afresh1.com

 Software doesn't do what you want it to do, it does what you tell it do.
   -- Stefan G. Weichinger.




-- 
Cesare Gargano | +39 328 56 44 911
Plusiagamma - Web | Mobile | Embedded | Training
http://www.plusiagamma.com



Re: [NEW] devel/p5-App-Cmd

2015-01-16 Thread Cesare Gargano
Ping

On Sun, Jan 4, 2015 at 9:56 PM, Andrew Fresh and...@afresh1.com wrote:
 On Sun, Jan 04, 2015 at 07:45:39PM +0100, Cesare Gargano wrote:
 Needed for upcoming www/p5-Dancer2.

 Tested on amd64.

 From Sergey Bronnikov estetus () gmail ! com.

 -
 pkg/DESCR:
 App::Cmd is intended to make it easy to write complex command-line
 applications without having to think about most of the annoying things
 usually involved.

 OK afresh1@, tests pass, nothing obviously wrong.

 l8rZ,
 --
 andrew - http://afresh1.com

 The power The nightmares The strange medication




-- 
Cesare Gargano | +39 328 56 44 911
Plusiagamma - Web | Mobile | Embedded | Training
http://www.plusiagamma.com



Re: [NEW] devel/p5-MooX-Types-MooseLike

2015-01-16 Thread Cesare Gargano
Ping

On Sun, Jan 4, 2015 at 9:57 PM, Andrew Fresh afre...@openbsd.org wrote:
 On Sun, Jan 04, 2015 at 07:51:24PM +0100, Cesare Gargano wrote:
 Needed for upcoming www/p5-Dancer2.

 Tested on amd64.

 Updated version from original from Sergey Bronnikov estetus () gmail ! com
 (see http://marc.info/?l=openbsd-portsm=140319762108920w=4)

 -
 pkg/DESCR:
 MooX::Types::MooseLike provides some Moosish types and a typer builder.


 OK afresh1@, tests pass, nothing obviously wrong.


 l8rZ,
 --
 andrew - http://afresh1.com

 A printer consists of three main parts:
 the case, the jammed paper tray and the blinking red light.




-- 
Cesare Gargano | +39 328 56 44 911
Plusiagamma - Web | Mobile | Embedded | Training
http://www.plusiagamma.com



Re: [NEW] textproc/p5-Template-Tiny

2015-01-16 Thread Cesare Gargano
Ping

On Sun, Jan 4, 2015 at 9:59 PM, Andrew Fresh afre...@openbsd.org wrote:
 On Sun, Jan 04, 2015 at 08:23:53PM +0100, Cesare Gargano wrote:
 Needed for upcoming www/p5-Dancer2.

 Tested on amd64.

 -
 pkg/DESCR:
 Template::Tiny is a reimplementation of a subset of the functionality from
 Template Toolkit in as few lines of code as possible.

 OK afresh1@, tests pass, nothing obviously wrong.

 l8rZ,
 --
 andrew - http://afresh1.com

 A printer consists of three main parts:
 the case, the jammed paper tray and the blinking red light.




-- 
Cesare Gargano | +39 328 56 44 911
Plusiagamma - Web | Mobile | Embedded | Training
http://www.plusiagamma.com



Re: [NEW] devel/p5-Return-MultiLevel

2015-01-16 Thread Cesare Gargano
Ping

On Sun, Jan 4, 2015 at 9:58 PM, Andrew Fresh afre...@openbsd.org wrote:
 On Sun, Jan 04, 2015 at 07:59:34PM +0100, Cesare Gargano wrote:
 Needed for upcoming www/p5-Dancer2.

 Tested on amd64.

 -
 pkg/DESCR:
 This module provides a way to return immediately from a deeply nested call
 stack. This is similar to exceptions, but exceptions don't stop
 automatically
 at a target frame (and they can be caught by intermediate stack frames using
 eval).

 OK afresh1@, tests pass, not sure it needs the BUILD_DEPENDS, usually
 don't, but doesn't hurt.

 l8rZ,
 --
 andrew - http://afresh1.com

 Hit any user to continue.




-- 
Cesare Gargano | +39 328 56 44 911
Plusiagamma - Web | Mobile | Embedded | Training
http://www.plusiagamma.com



Re: [NEW] devel/p5-Safe-Isa

2015-01-16 Thread Cesare Gargano
Ping

On Sun, Jan 4, 2015 at 10:00 PM, Andrew Fresh afre...@openbsd.org wrote:
 On Sun, Jan 04, 2015 at 08:17:48PM +0100, Cesare Gargano wrote:
 Needed for upcoming www/p5-Dancer2.

 Tested on amd64.

 -
 pkg/DESCR:
 Call isa, can, does and DOES safely on things that may not be objects.

 OK afresh1@, tests pass, nothing obviously wrong.

 l8rZ,
 --
 andrew - http://afresh1.com

 Software doesn't do what you want it to do, it does what you tell it do.
   -- Stefan G. Weichinger.




-- 
Cesare Gargano | +39 328 56 44 911
Plusiagamma - Web | Mobile | Embedded | Training
http://www.plusiagamma.com



Re: [NEW] devel/p5-POSIX-strftime-Compiler

2015-01-16 Thread Cesare Gargano
Ping

On Sun, Jan 4, 2015 at 9:59 PM, Andrew Fresh and...@afresh1.com wrote:
 On Sun, Jan 04, 2015 at 08:10:34PM +0100, Cesare Gargano wrote:
 Needed for upcoming update to www/p5-Plack (needed for upcoming
 www/p5-Dancer2).

 Tested on amd64.

 -
 pkg/DESCR:
 POSIX::strftime::Compiler provides GNU C library compatible strftime(3). But
 this module will not affected by the system locale.

 OK afresh1@, tests pass, nothing obviously wrong.

 l8rZ,
 --
 andrew - http://afresh1.com

 Responsible emailing begins with you. Dean, don't drew.  Friends
 don't let friends missy miiked. Miiked missying is the leading
 cause of drews. But if you dean, dean responsibly.




-- 
Cesare Gargano | +39 328 56 44 911
Plusiagamma - Web | Mobile | Embedded | Training
http://www.plusiagamma.com



Re: [NEW] devel/p5-Stream-Buffered

2015-01-16 Thread Cesare Gargano
Ping

On Sun, Jan 4, 2015 at 10:01 PM, Andrew Fresh afre...@openbsd.org wrote:
 On Sun, Jan 04, 2015 at 08:21:56PM +0100, Cesare Gargano wrote:
 Needed for upcoming update to www/p5-Plack (needed for upcoming
 www/p5-Dancer2).

 Tested on amd64.

 -
 pkg/DESCR:
 Stream::Buffered is a buffer class to store arbitrary length of byte strings
 and then get a seekable filehandle once everything is buffered. It uses
 PerlIO and/or temporary file to save the buffer depending on the length of
 the size.

 OK afresh1@, tests pass, nothing obviously wrong.

 l8rZ,
 --
 andrew - http://afresh1.com

 Computer Science: solving today's problems tomorrow.




-- 
Cesare Gargano | +39 328 56 44 911
Plusiagamma - Web | Mobile | Embedded | Training
http://www.plusiagamma.com



Re: [NEW] www/p5-Apache-LogFormat-Compiler

2015-01-16 Thread Cesare Gargano
Ping

On Mon, Jan 5, 2015 at 5:02 PM, Andrew Fresh and...@afresh1.com wrote:
 On Mon, Jan 05, 2015 at 11:22:02AM +0100, Cesare Gargano wrote:
 PERMIT_PACKAGE* are _after_ *_DEPENDS. Am I wrong?

 As I understand, in general things should be in the order specified in
 Makefile.template.

 http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/infrastructure/templates/Makefile.template

 I have found places where I think the Makefile is clearer in a different
 order, but that is not frequently the case.

 (And I see you resubmitted, but seems good to answer this question for
 the archives)

 l8rZ,
 --
 andrew - http://afresh1.com

 Beta. Software undergoes beta testing shortly before it's released.
Beta is Latin for still doesn't work.




-- 
Cesare Gargano | +39 328 56 44 911
Plusiagamma - Web | Mobile | Embedded | Training
http://www.plusiagamma.com



Re: [NEW] devel/p5-Data-Munge

2015-01-16 Thread Cesare Gargano
Ping

On Mon, Jan 5, 2015 at 10:18 AM, Cesare Gargano g...@plusiagamma.org wrote:
 On 2015-01-04 23:15, Stuart Henderson wrote:

 On 2015/01/04 22:56, Cesare Gargano wrote:

 On 2015-01-04 22:36, Stuart Henderson wrote:
 On 2015/01/04 13:57, Andrew Fresh wrote:
 On Sun, Jan 04, 2015 at 07:56:56PM +0100, Cesare Gargano wrote:
  Needed for upcoming devel/p5-Return-MultiLevel (needed for upcoming
  www/p5-Dancer2).
 
  Tested on amd64.
 
  -
  pkg/DESCR:
  Data::Munge - various utility functions
 
 OK afresh1@, tests pass, needs a better DESCR but upstream doesn't have
 one.
 
 DESCR definitely wants better than various utility functions, for
 most perl ports there's usually something in the manpage that can be
 used with just a bit of tweaking.

 My mistake, pkg/DESCR contains this:

 This module defines a few generally useful utility functions.

 (same on NetBSD/FreeBSD)

 --
 C.


 How does this help anybody know what the package does?

 ...looks at
 http://search.cpan.org/~mauke/Data-Munge-0.08/lib/Data/Munge.pm...

 oh, that's pretty unhelpful then. So it's a random collection of
 functions that aren't even connected with each other..*sigh*


 When I started creating this port, DESCR contained a list of functions
 taken from POD... but is it useful?!? (I think no)

 --
 C.




-- 
Cesare Gargano | +39 328 56 44 911
Plusiagamma - Web | Mobile | Embedded | Training
http://www.plusiagamma.com



Re: UPDATE: www/p5-Starman to 0.4011

2015-01-10 Thread Cesare Gargano

On 2015-01-10 12:45, Stuart Henderson wrote:

On 2015/01/08 19:42, Cesare Gargano wrote:

Hi ports@!

Update to 0.4011.

Discussed and tested w/ MAINTAINER and afresh1@.
Tests pass on amd64 (and required-by).


This diff doesn't apply correctly.

|Index: Makefile
|===
|RCS file: /cvs/ports/www/p5-Starman/Makefile,v
|retrieving revision 1.3
|diff -u -r1.3 Makefile
|--- Makefile   19 Nov 2014 22:04:01 -  1.3
|+++ Makefile   8 Jan 2015 18:38:36 -
--
Patching file Makefile using Plan A...
Hunk #1 failed at 3.
Hunk #2 failed at 12.
2 out of 2 hunks failed--saving rejects to Makefile.rej
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--
|Index: distinfo
|===
|RCS file: /cvs/ports/www/p5-Starman/distinfo,v
|retrieving revision 1.1.1.1
|diff -u -r1.1.1.1 distinfo
|--- distinfo   7 Jan 2011 13:45:39 -   1.1.1.1
|+++ distinfo   8 Jan 2015 18:38:36 -
--
Patching file distinfo using Plan A...
patch:  malformed patch at line 139:
Lq3/yEmFSIBZduPh8gfCcQWPAFk/qtZY0ZWurjDgjPE=


Hi!

Attached a new diff.

--
C.Index: Makefile
===
RCS file: /cvs/ports/www/p5-Starman/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	19 Nov 2014 22:04:01 -	1.3
+++ Makefile	10 Jan 2015 12:07:13 -
@@ -3,7 +3,7 @@
 COMMENT =		high-performance preforking PSGI/Plack web server
 
 MODULES =		cpan
-DISTNAME =		Starman-0.2007
+DISTNAME =		Starman-0.4011
 CATEGORIES =		www
 MAINTAINER =		Abel Abraham Camarillo Ojeda acam...@verlet.org
 
@@ -12,16 +12,35 @@
 
 CPAN_AUTHOR =		MIYAGAWA
 
-BUILD_DEPENDS =		${RUN_DEPENDS}
+BUILD_DEPENDS =		www/p5-libwww \
+			devel/p5-Module-Build-Tiny=0.039 \
+			devel/p5-Test-Requires
+
 RUN_DEPENDS =		devel/p5-Data-Dump \
-			devel/p5-Net-Server=0.91 \
-			net/p5-Server-Starter \
-			net/p5-Net-Server-SS-PreFork \
-			www/p5-Plack=0.9931 \
+			www/p5-HTTP-Date \
+			www/p5-HTTP-Message \
 			www/p5-HTTP-Parser-XS \
+			devel/p5-Net-Server=2.007 \
+			www/p5-Plack=0.9971 \
+			net/p5-Server-Starter
+
+TEST_DEPENDS =		www/p5-HTTP-Message \
+			devel/p5-Net-Server=2.007 \
+			www/p5-Plack=0.9971 \
+			devel/p5-Test-Requires \
+			net/p5-Test-TCP \
 			www/p5-libwww
 
-# XXX strange failure to find Test::More
-CONFIGURE_ARGS = --skipdeps
+CONFIGURE_STYLE =	modbuild
+
+# Module::Build::Tiny like -- prefix for CLI options
+do-install:
+	@cd ${WRKSRC}  perl \
+	${MODPERL_BUILD} ${FAKE_TARGET} \
+		--destdir ${PREFIX} \
+		--install_path lib=libdata/perl5/site_perl \
+		--install_path=libdoc=man/man3p \
+		--install_path=bindoc=man/man1 \
+		--install_path script=bin
 
 .include bsd.port.mk
Index: distinfo
===
RCS file: /cvs/ports/www/p5-Starman/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo	7 Jan 2011 13:45:39 -	1.1.1.1
+++ distinfo	10 Jan 2015 12:07:13 -
@@ -1,5 +1,2 @@
-MD5 (Starman-0.2007.tar.gz) = iwRw46KYRjfraWprRYqRPg==
-RMD160 (Starman-0.2007.tar.gz) = ivLx5a1IQuZVJ99NM+bbmaM48ew=
-SHA1 (Starman-0.2007.tar.gz) = nkbg8vRiMAt0THuRNZoaR1rSKOM=
-SHA256 (Starman-0.2007.tar.gz) = Lq3/yEmFSIBZduPh8gfCcQWPAFk/qtZY0ZWurjDgjPE=
-SIZE (Starman-0.2007.tar.gz) = 37287
+SHA256 (Starman-0.4011.tar.gz) = pyzfmWpkogT8BqqJqRDXPrzDlo9v6JzaI0+HbSL8Z4w=
+SIZE (Starman-0.4011.tar.gz) = 29311
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/p5-Starman/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- pkg/PLIST	7 Jan 2011 13:45:39 -	1.1.1.1
+++ pkg/PLIST	10 Jan 2015 12:07:13 -
@@ -9,5 +9,7 @@
 ${P5SITE}/Starman.pm
 ${P5SITE}/Starman/Server.pm
 @man man/man1/starman.1
+@man man/man3p/HTTP::Server::PSGI::Net::Server::PreFork.3p
 @man man/man3p/Plack::Handler::Starman.3p
 @man man/man3p/Starman.3p
+@man man/man3p/Starman::Server.3p


NEW: www/p5-Twiggy

2015-01-10 Thread Cesare Gargano
Hi ports@!

pkg/DESCR:
Twiggy is a lightweight and fast HTTP server with unique features such as:
PSGI, AnyEvent, and fast header parser. It has low memory footprint and is
superdaemon aware (supports Server::Starter for hot deploy and graceful
restarts).

Tested on amd64.

--
C.


p5-Twiggy.tgz
Description: GNU Zip compressed data


NEW: www/p5-Plack-Middleware-FixMissingBodyInRedirect

2015-01-08 Thread Cesare Gargano

Hi ports@!

Needed for upcoming www/p5-Dancer2.

Tested on amd64.

-
pkg/DESCR:
This module sets body in redirect response, if it's not already set.

--
C.

p5-Plack-Middleware-FixMissingBodyInRedirect.tgz
Description: GNU Zip compressed data


NEW: www/p5-Plack-Middleware-RemoveRedundantBody

2015-01-08 Thread Cesare Gargano

Hi ports@!

Needed for upcoming www/p5-Dancer2.

Tested on amd64.

-
pkg/DESCR:
This module removes body in HTTP response, if it's not required.

--
C.

p5-Plack-Middleware-RemoveRedundantBody.tgz
Description: GNU Zip compressed data


UPDATE: www/p5-Plack 1.0033

2015-01-08 Thread Cesare Gargano

Hi ports@!

Needed for upcoming www/p5-Dancer2.

Discussed and tested w/ MAINTAINER and afresh1@.
Tests pass on amd64 (and required-by).

New deps:

- devel/p5-Stream-Buffered
- www/p5-Apache-LogFormat-Compiler

already posted to ports@.


Index: Makefile
===
RCS file: /cvs/ports/www/p5-Plack/Makefile,v
retrieving revision 1.7
diff -u -p -u -r1.7 Makefile
--- Makefile25 Dec 2014 15:53:29 -  1.7
+++ Makefile4 Jan 2015 22:50:25 -
@@ -3,30 +3,34 @@
 COMMENT =  interface between perl web frameworks and web servers

 MODULES =  cpan
-REVISION = 2
-DISTNAME = Plack-0.9980
+DISTNAME = Plack-1.0033
 CATEGORIES =   www
 MAINTAINER =   Abel Abraham Camarillo Ojeda acam...@verlet.org

 # Perl
 PERMIT_PACKAGE_CDROM = Yes

-BUILD_DEPENDS =${RUN_DEPENDS}
-RUN_DEPENDS =  devel/p5-Devel-StackTrace=1.23 \
-   devel/p5-Devel-StackTrace-AsHTML=0.11 \
-   devel/p5-File-pushd \
-   devel/p5-File-ShareDir=1.00 \
-   devel/p5-Hash-MultiValue=0.05 \
-   devel/p5-Test-Requires \
-   devel/p5-Try-Tiny \
-   net/p5-Test-TCP=0.11 \
-   sysutils/p5-Filesys-Notify-Simple \
-   www/fcgi \
-   www/p5-libwww=5.814 \
-   www/p5-libapreq \
-   www/p5-CGI-Compile \
-   www/p5-FCGI-ProcManager \
-   www/p5-HTTP-Body=1.06 \
-   www/p5-URI=1.36
+BUILD_DEPENDS =devel/p5-File-ShareDir-Install=0.06
+
+RUN_DEPENDS =  devel/p5-Devel-StackTrace=1.23 \
+   devel/p5-Devel-StackTrace-AsHTML=0.11 \
+   devel/p5-File-ShareDir=1.00 \
+   devel/p5-Hash-MultiValue=0.05 \
+   devel/p5-Stream-Buffered=0.02 \
+   devel/p5-Try-Tiny=0 \
+   net/p5-Test-TCP=2.00 \
+   sysutils/p5-Filesys-Notify-Simple=0 \
+   www/p5-Apache-LogFormat-Compiler=0.12 \
+   www/p5-HTTP-Body=1.06 \
+   www/p5-HTTP-Message=5.814 \
+   www/p5-URI=1.59
+
+# Not required, but make it more useful
+RUN_DEPENDS += www/fcgi \
+   www/p5-libwww=5.814 \
+   www/p5-CGI-Compile \
+   www/p5-FCGI-ProcManager
+
+TEST_DEPENDS = devel/p5-Test-Requires=0

 .include bsd.port.mk
Index: distinfo
===
RCS file: /cvs/ports/www/p5-Plack/distinfo,v
retrieving revision 1.2
diff -u -p -u -r1.2 distinfo
--- distinfo22 Jun 2011 05:36:49 -  1.2
+++ distinfo4 Jan 2015 22:50:25 -
@@ -1,5 +1,2 @@
-MD5 (Plack-0.9980.tar.gz) = YweKu55MqGAXneTICKKpPw==
-RMD160 (Plack-0.9980.tar.gz) = 6vKbz8PzkMZXq21yDMjXe+xGb8M=
-SHA1 (Plack-0.9980.tar.gz) = JqFlbO02lQaO0+ZTk4kSt+HIY2w=
-SHA256 (Plack-0.9980.tar.gz) = 
RUuKyAAa/uYgMCbAaquttPVilBxVJB64ceLv+2EnjDI=

-SIZE (Plack-0.9980.tar.gz) = 235253
+SHA256 (Plack-1.0033.tar.gz) = 
vNh4S4JjvW1oR26dUub5iBm9TzMxRVytEu/+1jp4MiA=

+SIZE (Plack-1.0033.tar.gz) = 239206
Index: patches/patch-lib_Plack_App_File_pm
===
RCS file: patches/patch-lib_Plack_App_File_pm
diff -N patches/patch-lib_Plack_App_File_pm
--- patches/patch-lib_Plack_App_File_pm 10 Sep 2014 06:35:19 -  1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,16 +0,0 @@
-$OpenBSD: patch-lib_Plack_App_File_pm,v 1.1 2014/09/10 06:35:19 jasper 
Exp $

-
-Security fix for CVE-2014-5269.
-https://github.com/plack/Plack/pull/446/files
-
 lib/Plack/App/File.pm.orig Tue Sep  9 14:52:20 2014
-+++ lib/Plack/App/File.pm  Tue Sep  9 14:52:56 2014
-@@ -46,7 +46,7 @@ sub locate_file {
- }
-
- my $docroot = $self-root || .;
--my @path = split '/', $path;
-+my @path = split '/', $path, -1; # -1 *MUST* be here to avoid 
security issues!

- if (@path) {
- shift @path if $path[0] eq '';
- } else {
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/p5-Plack/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -u -r1.2 PLIST
--- pkg/PLIST   22 Jun 2011 05:36:49 -  1.2
+++ pkg/PLIST   4 Jan 2015 22:50:25 -
@@ -30,8 +30,8 @@ ${P5SITE}/Plack/Handler/FCGI.pm
 ${P5SITE}/Plack/Handler/HTTP/
 ${P5SITE}/Plack/Handler/HTTP/Server/
 ${P5SITE}/Plack/Handler/HTTP/Server/PSGI.pm
-${P5SITE}/Plack/Handler/HTTP/Server/Simple.pm
 ${P5SITE}/Plack/Handler/Standalone.pm
+${P5SITE}/Plack/LWPish.pm
 ${P5SITE}/Plack/Loader/
 ${P5SITE}/Plack/Loader.pm
 ${P5SITE}/Plack/Loader/Delayed.pm
@@ -55,6 +55,7 @@ ${P5SITE}/Plack/Middleware/ErrorDocument
 ${P5SITE}/Plack/Middleware/HTTPExceptions.pm
 ${P5SITE}/Plack/Middleware/Head.pm
 ${P5SITE}/Plack/Middleware/IIS6ScriptNameFix.pm

NEW: www/p5-Dancer2

2015-01-08 Thread Cesare Gargano

Hi ports@!

pkg/DESCR:
Dancer2 is the new generation of Dancer, the lightweight web-framework 
for

Perl. Dancer2 is a complete rewrite based on Moo.

Tested on i386/amd64. All deps already posted to ports@.

--
C.

p5-Dancer2.tgz
Description: GNU Zip compressed data


UPDATE: www/p5-Starman to 0.4011

2015-01-08 Thread Cesare Gargano

Hi ports@!

Update to 0.4011.

Discussed and tested w/ MAINTAINER and afresh1@.
Tests pass on amd64 (and required-by).

Index: Makefile
===
RCS file: /cvs/ports/www/p5-Starman/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile19 Nov 2014 22:04:01 -  1.3
+++ Makefile8 Jan 2015 18:38:36 -
@@ -3,7 +3,7 @@
 COMMENT =  high-performance preforking PSGI/Plack web server

 MODULES =  cpan
-DISTNAME = Starman-0.2007
+DISTNAME = Starman-0.4011
 CATEGORIES =   www
 MAINTAINER =   Abel Abraham Camarillo Ojeda acam...@verlet.org

@@ -12,16 +12,34 @@

 CPAN_AUTHOR =  MIYAGAWA

-BUILD_DEPENDS =${RUN_DEPENDS}
+BUILD_DEPENDS =www/p5-libwww \
+   devel/p5-Module-Build-Tiny=0.039 \
+   devel/p5-Test-Requires
+
 RUN_DEPENDS =  devel/p5-Data-Dump \
-   devel/p5-Net-Server=0.91 \
+   devel/p5-Net-Server=2.007 \
net/p5-Server-Starter \
-   net/p5-Net-Server-SS-PreFork \
-   www/p5-Plack=0.9931 \
+   www/p5-Plack=0.9971 \
+   www/p5-HTTP-Date \
www/p5-HTTP-Parser-XS \
-   www/p5-libwww

-# XXX strange failure to find Test::More
-CONFIGURE_ARGS = --skipdeps
+TEST_DEPENDS = www/p5-HTTP-Message \
+  devel/p5-Net-Server=2.007 \
+  www/p5-Plack=0.9971 \
+  devel/p5-Test-Requires \
+  net/p5-Test-TCP \
+  www/p5-libwww
+
+CONFIGURE_STYLE =  modbuild
+
+# Module::Build::Tiny like -- prefix for CLI options
+do-install:
+   @cd ${WRKSRC}  perl \
+   ${MODPERL_BUILD} ${FAKE_TARGET} \
+   --destdir ${PREFIX} \
+   --install_path lib=libdata/perl5/site_perl \
+   --install_path=libdoc=man/man3p \
+   --install_path=bindoc=man/man1 \
+   --install_path script=bin

 .include bsd.port.mk
Index: distinfo
===
RCS file: /cvs/ports/www/p5-Starman/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo7 Jan 2011 13:45:39 -   1.1.1.1
+++ distinfo8 Jan 2015 18:38:36 -
@@ -1,5 +1,2 @@
-MD5 (Starman-0.2007.tar.gz) = iwRw46KYRjfraWprRYqRPg==
-RMD160 (Starman-0.2007.tar.gz) = ivLx5a1IQuZVJ99NM+bbmaM48ew=
-SHA1 (Starman-0.2007.tar.gz) = nkbg8vRiMAt0THuRNZoaR1rSKOM=
-SHA256 (Starman-0.2007.tar.gz) = 
Lq3/yEmFSIBZduPh8gfCcQWPAFk/qtZY0ZWurjDgjPE=

-SIZE (Starman-0.2007.tar.gz) = 37287
+SHA256 (Starman-0.4011.tar.gz) = 
pyzfmWpkogT8BqqJqRDXPrzDlo9v6JzaI0+HbSL8Z4w=

+SIZE (Starman-0.4011.tar.gz) = 29311
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/p5-Starman/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- pkg/PLIST   7 Jan 2011 13:45:39 -   1.1.1.1
+++ pkg/PLIST   8 Jan 2015 18:38:36 -
@@ -9,5 +9,7 @@
 ${P5SITE}/Starman.pm
 ${P5SITE}/Starman/Server.pm
 @man man/man1/starman.1
+@man man/man3p/HTTP::Server::PSGI::Net::Server::PreFork.3p
 @man man/man3p/Plack::Handler::Starman.3p
 @man man/man3p/Starman.3p
+@man man/man3p/Starman::Server.3p

--
C.



NEW: devel/p5-Signal-Mask

2015-01-08 Thread Cesare Gargano

Hi ports@!

Needed for upcoming update to www/p5-Parallel-Prefork
(needed for upcoming update to www/p5-Starlet).

Tested on amd64.

-
pkg/DESCR:
Signal::Mask is an abstraction around your process or thread signal 
mask. It

is used to fetch and/or change the signal mask of the calling process or
thread. The signal mask is the set of signals whose delivery is 
currently
blocked for the caller. It is available as the global hash 
%Signal::Mask.


--
C.

p5-Signal-Mask.tgz
Description: GNU Zip compressed data


UPDATE: p5-Parallel-Prefork to 0.17

2015-01-08 Thread Cesare Gargano

Hi ports@!

Update to 0.17, needed for upcoming update to www/p5-Starlet.

Tested on amd64.

Index: Makefile
===
RCS file: /cvs/ports/devel/p5-Parallel-Prefork/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile11 Mar 2013 10:50:20 -  1.4
+++ Makefile8 Jan 2015 18:53:11 -
@@ -2,20 +2,22 @@

 COMMENT=   simple prefork server framework

-DISTNAME=  Parallel-Prefork-0.11
-REVISION=  1
+MODULES=   cpan
+DISTNAME=  Parallel-Prefork-0.17
 CATEGORIES=devel

 # Perl
 PERMIT_PACKAGE_CDROM=   Yes

-MODULES=   cpan
+
+BUILD_DEPENDS= devel/p5-Test-Requires

 RUN_DEPENDS=   devel/p5-Class-Accessor-Lite \
devel/p5-List-MoreUtils \
+   sysutils/p5-Proc-Wait3 \
devel/p5-Scope-Guard \
-   sysutils/p5-Proc-Wait3
-BUILD_DEPENDS= ${RUN_DEPENDS}
-TEST_DEPENDS=devel/p5-Test-Requires
+   devel/p5-Signal-Mask
+
+TEST_DEPENDS=  devel/p5-Test-Requires

 .include bsd.port.mk
Index: distinfo
===
RCS file: /cvs/ports/devel/p5-Parallel-Prefork/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo14 Jun 2011 12:13:08 -  1.1.1.1
+++ distinfo8 Jan 2015 18:53:11 -
@@ -1,5 +1,2 @@
-MD5 (Parallel-Prefork-0.11.tar.gz) = 1Lk0fEFOfw0wcI4U4F7jpg==
-RMD160 (Parallel-Prefork-0.11.tar.gz) = hjxU532Q8HFOhiYL9+JE7dJPu1s=
-SHA1 (Parallel-Prefork-0.11.tar.gz) = sVYNm2IL7fBWUwtBLzWkUcgn1ms=
-SHA256 (Parallel-Prefork-0.11.tar.gz) = 
flLnrLdQW0SBBP6cVpZDWMPSeqn1p94vGp5A65PZmrc=

-SIZE (Parallel-Prefork-0.11.tar.gz) = 24782
+SHA256 (Parallel-Prefork-0.17.tar.gz) = 
DYHeJjIoEJG9MSl94ZBuFMrk6EXPMiAJU7UEBoWedjs=

+SIZE (Parallel-Prefork-0.17.tar.gz) = 26023

--
C.



NEW: devel/p5-IPC-Signal

2015-01-08 Thread Cesare Gargano

Hi ports@!

Needed for upcoming update to www/p5-Parallel-Prefork
(needed for upcoming update to www/p5-Starlet).

Tested on amd64.

-
pkg/DESCR:
This module contains utility functions for dealing with signals.

--
C.

p5-IPC-Signal.tgz
Description: GNU Zip compressed data


UPDATE: www/p5-Starlet to 0.24

2015-01-08 Thread Cesare Gargano

Hi ports@!

Update to 0.24, tested on amd64.

Index: Makefile
===
RCS file: /cvs/ports/www/p5-Starlet/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile11 Mar 2013 11:44:46 -  1.3
+++ Makefile8 Jan 2015 18:50:25 -
@@ -3,8 +3,7 @@
 COMMENT=   simple, high-performance PSGI/Plack HTTP server

 MODULES=   cpan
-DISTNAME=  Starlet-0.13
-REVISION=  0
+DISTNAME=  Starlet-0.24
 CATEGORIES=www

 CPAN_AUTHOR=   KAZUHO
@@ -12,9 +11,13 @@
 # Perl
 PERMIT_PACKAGE_CDROM=  Yes

-RUN_DEPENDS=   devel/p5-Parallel-Prefork \
-   net/p5-Server-Starter \
-   www/p5-libwww
 BUILD_DEPENDS= ${RUN_DEPENDS}
+
+RUN_DEPENDS=   devel/p5-Parallel-Prefork=0.13 \
+   www/p5-Plack=0.9920 \
+   net/p5-Server-Starter=0.06
+
+TEST_DEPENDS=  www/p5-libwww \
+   net/p5-Test-TCP

 .include bsd.port.mk
Index: distinfo
===
RCS file: /cvs/ports/www/p5-Starlet/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo14 Jun 2011 12:16:58 -  1.1.1.1
+++ distinfo8 Jan 2015 18:50:25 -
@@ -1,5 +1,2 @@
-MD5 (Starlet-0.13.tar.gz) = Ii7/Lo5daaRKijk1+4g3zQ==
-RMD160 (Starlet-0.13.tar.gz) = mCbxXCf5Ysh3F259ka5k1Ru4r1A=
-SHA1 (Starlet-0.13.tar.gz) = UrH+owENCpLJohOXdnjV6YYZSQ8=
-SHA256 (Starlet-0.13.tar.gz) = 
rCdltbibRXosfFuRWW5fHZ5u+y64Dn7X8vx/+UeqdOY=

-SIZE (Starlet-0.13.tar.gz) = 24502
+SHA256 (Starlet-0.24.tar.gz) = 
caDhtIQCvGm6+7E7a5rrl562GJPFSECn6dSaDofcI/I=

+SIZE (Starlet-0.24.tar.gz) = 30394
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/p5-Starlet/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- pkg/PLIST   14 Jun 2011 12:16:58 -  1.1.1.1
+++ pkg/PLIST   8 Jan 2015 18:50:25 -
@@ -1,12 +1,5 @@
-@comment $OpenBSD: PLIST,v 1.1.1.1 2011/06/14 12:16:58 robert Exp $
-${P5SITE}/Plack/
-${P5SITE}/Plack/Handler/
+@comment $OpenBSD$
 ${P5SITE}/Plack/Handler/Starlet.pm
-${P5SITE}/Plack/Server/
-${P5SITE}/Plack/Server/Standalone/
-${P5SITE}/Plack/Server/Standalone/Prefork/
-${P5SITE}/Plack/Server/Standalone/Prefork/Server/
-${P5SITE}/Plack/Server/Standalone/Prefork/Server/Starter.pm
 ${P5SITE}/Starlet/
 ${P5SITE}/Starlet.pm
 ${P5SITE}/Starlet/Server.pm

--
C.



Re: [NEW] devel/p5-Data-Munge

2015-01-05 Thread Cesare Gargano

On 2015-01-04 23:15, Stuart Henderson wrote:

On 2015/01/04 22:56, Cesare Gargano wrote:

On 2015-01-04 22:36, Stuart Henderson wrote:
On 2015/01/04 13:57, Andrew Fresh wrote:
On Sun, Jan 04, 2015 at 07:56:56PM +0100, Cesare Gargano wrote:
 Needed for upcoming devel/p5-Return-MultiLevel (needed for upcoming
 www/p5-Dancer2).

 Tested on amd64.

 -
 pkg/DESCR:
 Data::Munge - various utility functions

OK afresh1@, tests pass, needs a better DESCR but upstream doesn't have
one.

DESCR definitely wants better than various utility functions, for
most perl ports there's usually something in the manpage that can be
used with just a bit of tweaking.

My mistake, pkg/DESCR contains this:

This module defines a few generally useful utility functions.

(same on NetBSD/FreeBSD)

--
C.



How does this help anybody know what the package does?

...looks at 
http://search.cpan.org/~mauke/Data-Munge-0.08/lib/Data/Munge.pm...


oh, that's pretty unhelpful then. So it's a random collection of
functions that aren't even connected with each other..*sigh*


When I started creating this port, DESCR contained a list of functions
taken from POD... but is it useful?!? (I think no)

--
C.



Re: [NEW] www/p5-Apache-LogFormat-Compiler

2015-01-05 Thread Cesare Gargano
On Jan 5, 2015 5:55 AM, Andrew Fresh afre...@openbsd.org wrote:

 On Sun, Jan 04, 2015 at 10:27:25PM +0100, Cesare Gargano wrote: 
  On 2015-01-04 22:04, Andrew Fresh wrote: 
  On Sun, Jan 04, 2015 at 08:13:45PM +0100, Cesare Gargano wrote: 
  Needed for upcoming update to www/p5-Plack (needed for upcoming 
  www/p5-Dancer2). 
   
  Tested on amd64. 
   
  - 
  pkg/DESCR: 
  Compile a log format string to perl-code. For faster generation of 
  access_log lines. 
   
  This needs several more TEST_DEPENDS, other than that it looks fine. 
   
  -TEST_DEPENDS = devel/p5-Test-MockTime 
  +TEST_DEPENDS = devel/p5-Test-MockTime=0 \ 
  +   devel/p5-Test-Requires=0 \ 
  +   devel/p5-Try-Tiny=0.12 \ 
  +   www/p5-HTTP-Message=0 \ 
  +   www/p5-URI=1.60 
  + 
   
  l8rZ, 
  
  Ok, attached is the right version. 

 This is much better.  Not sure how much of a stickler sthen@ is 
 about PERMIT_PACKAGE* coming before *_DEPENDS but that's the only nit I 
 see left to pick. 

 l8rZ, 
 -- 
 andrew - http://afresh1.com 

 I wish life had an UNDO function. 


PERMIT_PACKAGE* are _after_ *_DEPENDS. Am I wrong? 



Re: [NEW] www/p5-Apache-LogFormat-Compiler

2015-01-05 Thread Cesare Gargano

On 2015-01-05 11:22, Cesare Gargano wrote:

On Jan 5, 2015 5:55 AM, Andrew Fresh afre...@openbsd.org wrote:


On Sun, Jan 04, 2015 at 10:27:25PM +0100, Cesare Gargano wrote:
 On 2015-01-04 22:04, Andrew Fresh wrote:
 On Sun, Jan 04, 2015 at 08:13:45PM +0100, Cesare Gargano wrote:
 Needed for upcoming update to www/p5-Plack (needed for upcoming
 www/p5-Dancer2).
 
 Tested on amd64.
 
 -
 pkg/DESCR:
 Compile a log format string to perl-code. For faster generation of
 access_log lines.
 
 This needs several more TEST_DEPENDS, other than that it looks fine.
 
 -TEST_DEPENDS = devel/p5-Test-MockTime
 +TEST_DEPENDS = devel/p5-Test-MockTime=0 \
 +   devel/p5-Test-Requires=0 \
 +   devel/p5-Try-Tiny=0.12 \
 +   www/p5-HTTP-Message=0 \
 +   www/p5-URI=1.60
 +
 
 l8rZ,

 Ok, attached is the right version.

This is much better.  Not sure how much of a stickler sthen@ is
about PERMIT_PACKAGE* coming before *_DEPENDS but that's the only nit 
I

see left to pick.

l8rZ,
--
andrew - http://afresh1.com

I wish life had an UNDO function.



PERMIT_PACKAGE* are _after_ *_DEPENDS. Am I wrong?


I updated PERMIT_* order to all posted ports as for
infrastructure/templates/Makefile.template

--
C.



[NEW] devel/p5-Hash-Merge-Simple

2015-01-05 Thread Cesare Gargano

Hi ports@!

Needed for upcoming www/p5-Dancer2.

Tested on amd64.

Slightly tweaked from original from
Sergey Bronnikov estetus () gmail ! com
(see http://marc.info/?l=openbsd-portsm=139870169331483w=4)

-
pkg/DESCR:
Hash::Merge::Simple will recursively merge two or more hashes and
return the result as a new hash reference. The merge function will
descend and merge hashes that exist under the same node in both the
left and right hash, but doesn't attempt to combine arrays, objects,
scalars, or anything else.

--
C.

p5-Hash-Merge-Simple.tgz
Description: GNU Zip compressed data


[NEW] devel/p5-IO-TieCombine

2015-01-04 Thread Cesare Gargano

Hi ports@!

Needed for upcoming devel/p5-App-Cmd (needed for upcoming 
www/p5-Dancer2).


Tested on amd64.

From Sergey Bronnikov estetus () gmail ! com.

-
pkg/DESCR:
IO::TieCombine - produce tied (and other) separate but combined 
variables.


--
C.

p5-IO-TieCombine.tgz
Description: GNU Zip compressed data


[NEW] devel/p5-App-Cmd

2015-01-04 Thread Cesare Gargano

Hi ports@!

Needed for upcoming www/p5-Dancer2.

Tested on amd64.

From Sergey Bronnikov estetus () gmail ! com.

-
pkg/DESCR:
App::Cmd is intended to make it easy to write complex command-line
applications without having to think about most of the annoying things
usually involved.

--
C.

p5-App-Cmd.tgz
Description: GNU Zip compressed data


[NEW] devel/p5-MooX-Types-MooseLike

2015-01-04 Thread Cesare Gargano

Hi ports@!

Needed for upcoming www/p5-Dancer2.

Tested on amd64.

Updated version from original from Sergey Bronnikov estetus () gmail ! 
com

(see http://marc.info/?l=openbsd-portsm=140319762108920w=4)

-
pkg/DESCR:
MooX::Types::MooseLike provides some Moosish types and a typer builder.

--
C.

p5-MooX-Types-MooseLike.tgz
Description: GNU Zip compressed data


[NEW] devel/p5-Data-Munge

2015-01-04 Thread Cesare Gargano

Hi ports@!

Needed for upcoming devel/p5-Return-MultiLevel (needed for upcoming 
www/p5-Dancer2).


Tested on amd64.

-
pkg/DESCR:
Data::Munge - various utility functions

--
C.

p5-Data-Munge.tgz
Description: GNU Zip compressed data


[NEW] devel/p5-Return-MultiLevel

2015-01-04 Thread Cesare Gargano

Hi ports@!

Needed for upcoming www/p5-Dancer2.

Tested on amd64.

-
pkg/DESCR:
This module provides a way to return immediately from a deeply nested 
call
stack. This is similar to exceptions, but exceptions don't stop 
automatically
at a target frame (and they can be caught by intermediate stack frames 
using

eval).

--
C.

p5-Return-MultiLevel.tgz
Description: GNU Zip compressed data


[NEW] devel/p5-POSIX-strftime-Compiler

2015-01-04 Thread Cesare Gargano

Hi ports@!

Needed for upcoming update to www/p5-Plack (needed for upcoming 
www/p5-Dancer2).


Tested on amd64.

-
pkg/DESCR:
POSIX::strftime::Compiler provides GNU C library compatible strftime(3). 
But

this module will not affected by the system locale.

--
C.

p5-POSIX-strftime-Compiler.tgz
Description: GNU Zip compressed data


[NEW] www/p5-Apache-LogFormat-Compiler

2015-01-04 Thread Cesare Gargano

Hi ports@!

Needed for upcoming update to www/p5-Plack (needed for upcoming 
www/p5-Dancer2).


Tested on amd64.

-
pkg/DESCR:
Compile a log format string to perl-code. For faster generation of 
access_log lines.


--
C.

p5-Apache-LogFormat-Compiler.tgz
Description: GNU Zip compressed data


[NEW] textproc/p5-Template-Tiny

2015-01-04 Thread Cesare Gargano

Hi ports@!

Needed for upcoming www/p5-Dancer2.

Tested on amd64.

-
pkg/DESCR:
Template::Tiny is a reimplementation of a subset of the functionality 
from

Template Toolkit in as few lines of code as possible.

--
C.

p5-Template-Tiny.tgz
Description: GNU Zip compressed data


[NEW] devel/p5-Safe-Isa

2015-01-04 Thread Cesare Gargano

Hi ports@!

Needed for upcoming www/p5-Dancer2.

Tested on amd64.

-
pkg/DESCR:
Call isa, can, does and DOES safely on things that may not be objects.

--
C.

p5-Safe-Isa.tgz
Description: GNU Zip compressed data


[NEW] devel/p5-Stream-Buffered

2015-01-04 Thread Cesare Gargano

Hi ports@!

Needed for upcoming update to www/p5-Plack (needed for upcoming 
www/p5-Dancer2).


Tested on amd64.

-
pkg/DESCR:
Stream::Buffered is a buffer class to store arbitrary length of byte 
strings

and then get a seekable filehandle once everything is buffered. It uses
PerlIO and/or temporary file to save the buffer depending on the length 
of

the size.

--
C.

p5-Stream-Buffered.tgz
Description: GNU Zip compressed data


Re: [NEW] www/p5-Apache-LogFormat-Compiler

2015-01-04 Thread Cesare Gargano

On 2015-01-04 22:04, Andrew Fresh wrote:

On Sun, Jan 04, 2015 at 08:13:45PM +0100, Cesare Gargano wrote:

Needed for upcoming update to www/p5-Plack (needed for upcoming
www/p5-Dancer2).

Tested on amd64.

-
pkg/DESCR:
Compile a log format string to perl-code. For faster generation of
access_log lines.


This needs several more TEST_DEPENDS, other than that it looks fine.

-TEST_DEPENDS = devel/p5-Test-MockTime
+TEST_DEPENDS = devel/p5-Test-MockTime=0 \
+   devel/p5-Test-Requires=0 \
+   devel/p5-Try-Tiny=0.12 \
+   www/p5-HTTP-Message=0 \
+   www/p5-URI=1.60
+

l8rZ,


Ok, attached is the right version.

Thanks!

--
C.

p5-Apache-LogFormat-Compiler.tgz
Description: GNU Zip compressed data


Re: [NEW] devel/p5-Data-Munge

2015-01-04 Thread Cesare Gargano

On 2015-01-04 22:36, Stuart Henderson wrote:

On 2015/01/04 13:57, Andrew Fresh wrote:

On Sun, Jan 04, 2015 at 07:56:56PM +0100, Cesare Gargano wrote:
 Needed for upcoming devel/p5-Return-MultiLevel (needed for upcoming
 www/p5-Dancer2).

 Tested on amd64.

 -
 pkg/DESCR:
 Data::Munge - various utility functions

OK afresh1@, tests pass, needs a better DESCR but upstream doesn't 
have

one.


DESCR definitely wants better than various utility functions, for
most perl ports there's usually something in the manpage that can be
used with just a bit of tweaking.


My mistake, pkg/DESCR contains this:

This module defines a few generally useful utility functions.

(same on NetBSD/FreeBSD)

--
C.



Porting perl Dancer2

2014-12-30 Thread Cesare Gargano

Hi,
anyone is working on porting perl Dancer2
(https://metacpan.org/pod/Dancer2)?

--
C.



Re: update: devel/p5-Try-Tiny (Was: Re: update: devel/p5-Class-MOP + devel/p5-Moose)

2011-03-29 Thread Cesare Gargano
Hi guys,
it's ok for me, tested on i386, amd64.

C.

On Thu, 2011-03-24 at 19:48 +0100, Simon Bertrang wrote:
 On Thu, Mar 24, 2011 at 10:53:02AM +0100, Landry Breuil wrote:
  On Wed, Mar 23, 2011 at 10:53:39PM +0100, Simon Bertrang wrote:
   Hi,
   
   The diff below updates p5-Class-MOP to version 1.12 and p5-Moose to 1.24.
   Taken from an up to date /usr/ports/devel - update/patch accordingly.
   All tests pass here on i386, but more testing is needed.
   
   Tests, comments, oks?
  
  Class-MOP fails regress:
  Try::Tiny version 0.07 required--this is only version 0.06 at
  /usr/local/libdata/perl5/site_perl/Test/Fatal.pm line 11.
  
 
 Oops - but already sent to maintainer, no feedback yet; now in the open:
 
 Index: Makefile
 ===
 RCS file: /cvs/ports/devel/p5-Try-Tiny/Makefile,v
 retrieving revision 1.6
 diff -p -u -r1.6 Makefile
 --- Makefile  3 Dec 2010 11:44:38 -   1.6
 +++ Makefile  21 Mar 2011 22:24:10 -
 @@ -3,8 +3,7 @@
  COMMENT =minimal try/catch with proper localization of $\@
  
  MODULES =cpan
 -DISTNAME =   Try-Tiny-0.06
 -REVISION =   0
 +DISTNAME =   Try-Tiny-0.09
  CATEGORIES = devel
  USE_GROFF =  Yes
  
 @@ -16,6 +15,6 @@ PERMIT_PACKAGE_FTP =Yes
  PERMIT_DISTFILES_CDROM =Yes
  PERMIT_DISTFILES_FTP =   Yes
  
 -CPAN_AUTHOR =NUFFIN
 +CPAN_AUTHOR =DOY
  
  .include bsd.port.mk
 Index: distinfo
 ===
 RCS file: /cvs/ports/devel/p5-Try-Tiny/distinfo,v
 retrieving revision 1.2
 diff -p -u -r1.2 distinfo
 --- distinfo  29 Jun 2010 14:31:42 -  1.2
 +++ distinfo  21 Mar 2011 22:24:10 -
 @@ -1,5 +1,5 @@
 -MD5 (Try-Tiny-0.06.tar.gz) = 03z2zslaUA4jk5ZywiCC0A==
 -RMD160 (Try-Tiny-0.06.tar.gz) = oBMdSycAMkYNK4WlHQncgCQpBWg=
 -SHA1 (Try-Tiny-0.06.tar.gz) = C7/HTOuy2KOaaOUJUpM0AoggKeM=
 -SHA256 (Try-Tiny-0.06.tar.gz) = UJvRHoYDuMPpqxdX/J55x9PISTWPuxgd2mEYpfiOTVE=
 -SIZE (Try-Tiny-0.06.tar.gz) = 9328
 +MD5 (Try-Tiny-0.09.tar.gz) = 5SaqfYDLxpDEogklpZLBPA==
 +RMD160 (Try-Tiny-0.09.tar.gz) = LSk5AH8H+mBJNlirMBtA5LAdez8=
 +SHA1 (Try-Tiny-0.09.tar.gz) = 0pbCG8t3Ee/ZfxksZDj3q/fTj4M=
 +SHA256 (Try-Tiny-0.09.tar.gz) = em9S9NPiWXbnBMxBnvrRRmiSQqekNEsSJEfxQwbmULo=
 +SIZE (Try-Tiny-0.09.tar.gz) = 9095




[UPDATE] p5-HTML-Parser

2010-07-12 Thread Cesare Gargano
Hi,
this updates p5-HTML-Parser to 3.66.

-- 
Saluti,
Cesare
Index: Makefile
===
RCS file: /cvs/ports/www/p5-HTML-Parser/Makefile,v
retrieving revision 1.37
diff -u -p -r1.37 Makefile
--- Makefile24 May 2010 13:31:52 -  1.37
+++ Makefile12 Jul 2010 09:28:18 -
@@ -5,7 +5,7 @@ SHARED_ONLY =   Yes
 COMMENT =  modules to parse and extract information from HTML
  
 MODULES =  cpan
-DISTNAME = HTML-Parser-3.65
+DISTNAME = HTML-Parser-3.66
 CATEGORIES =   www
 
 RUN_DEPENDS =  :p5-HTML-Tagset-=3:www/p5-HTML-Tagset
Index: distinfo
===
RCS file: /cvs/ports/www/p5-HTML-Parser/distinfo,v
retrieving revision 1.16
diff -u -p -r1.16 distinfo
--- distinfo24 May 2010 13:31:52 -  1.16
+++ distinfo12 Jul 2010 09:28:18 -
@@ -1,5 +1,5 @@
-MD5 (HTML-Parser-3.65.tar.gz) = y8Ig4gG0J7/PIx2VvuPHyg==
-RMD160 (HTML-Parser-3.65.tar.gz) = xQRNxBs8Q29OAE9oVeND/b2iftc=
-SHA1 (HTML-Parser-3.65.tar.gz) = LGilOZiNWzpJ6Q0KnzGJmkOm8VU=
-SHA256 (HTML-Parser-3.65.tar.gz) = GlgXbR5J9VmklJbL0AU8OsrcfGza5vUyOlCRdqLx5t4=
-SIZE (HTML-Parser-3.65.tar.gz) = 4
+MD5 (HTML-Parser-3.66.tar.gz) = DvHK0IyF9Wyi382v3IIIQg==
+RMD160 (HTML-Parser-3.66.tar.gz) = BJfZEzLYAR7/QX6QH6TQYfqr6yQ=
+SHA1 (HTML-Parser-3.66.tar.gz) = y2K1esfjRA/PcWzqW36sULbFS4g=
+SHA256 (HTML-Parser-3.66.tar.gz) = pYZWmEh9Wxs2Sgnm4UPZBQ2gvn8dPXBD0vjYzV4qpoE=
+SIZE (HTML-Parser-3.66.tar.gz) = 89208
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/p5-HTML-Parser/pkg/PLIST,v
retrieving revision 1.8
diff -u -p -r1.8 PLIST
--- pkg/PLIST   15 Sep 2004 18:49:51 -  1.8
+++ pkg/PLIST   12 Jul 2010 09:28:18 -
@@ -1,4 +1,4 @@
-...@comment $OpenBSD: PLIST,v 1.8 2004/09/15 18:49:51 espie Exp $
+...@comment $OpenBSD$
 ${P5ARCH}/
 ${P5ARCH}/HTML/
 ${P5ARCH}/HTML/Entities.pm


[UPDATE] p5-MooseX-Role-Parameterized

2010-07-12 Thread Cesare Gargano
Hi,
this updates p5-MooseX-Role-Parameterized to 0.19.

-- 
Saluti,
Cesare
Index: Makefile
===
RCS file: /cvs/ports/devel/p5-MooseX-Role-Parameterized/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile22 Mar 2010 16:13:00 -  1.4
+++ Makefile12 Jul 2010 09:46:00 -
@@ -1,8 +1,8 @@
 # $OpenBSD: Makefile,v 1.4 2010/03/22 16:13:00 stephan Exp $
 
-COMMENT =  roles with composition parameters
+COMMENT =  roles with composition parameters
 
-DISTNAME = MooseX-Role-Parameterized-0.18
+DISTNAME = MooseX-Role-Parameterized-0.19
 CATEGORIES =   devel
 MODULES =  cpan
 
Index: distinfo
===
RCS file: /cvs/ports/devel/p5-MooseX-Role-Parameterized/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo22 Mar 2010 16:13:00 -  1.3
+++ distinfo12 Jul 2010 09:46:00 -
@@ -1,5 +1,5 @@
-MD5 (MooseX-Role-Parameterized-0.18.tar.gz) = SHpxe2M6wkkJ0Gxo74V3eA==
-RMD160 (MooseX-Role-Parameterized-0.18.tar.gz) = ooWFkFmpT6y5MIY145M3Iy4qN7k=
-SHA1 (MooseX-Role-Parameterized-0.18.tar.gz) = 5IxOVA1fS5UtK1hQEn71uZhP3/E=
-SHA256 (MooseX-Role-Parameterized-0.18.tar.gz) = 
ezJy/JpH1jjJkFUu3j9+6sG3W6bL1VL+PMTn/JdKojo=
-SIZE (MooseX-Role-Parameterized-0.18.tar.gz) = 28661
+MD5 (MooseX-Role-Parameterized-0.19.tar.gz) = JPP7PTCpLT6zq+esXMU32Q==
+RMD160 (MooseX-Role-Parameterized-0.19.tar.gz) = yYpkdXsnxw9rDaDpTlTplR3uTjo=
+SHA1 (MooseX-Role-Parameterized-0.19.tar.gz) = CScF309gl582sIcmnKL3Mrpu7bE=
+SHA256 (MooseX-Role-Parameterized-0.19.tar.gz) = 
Ni03hENfmimqIRuqW9RQw8qJZSXv2A13kh1dV8va0TY=
+SIZE (MooseX-Role-Parameterized-0.19.tar.gz) = 32297
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/p5-MooseX-Role-Parameterized/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   22 Mar 2010 16:13:00 -  1.2
+++ pkg/PLIST   12 Jul 2010 09:46:00 -
@@ -1,4 +1,4 @@
-...@comment $OpenBSD: PLIST,v 1.2 2010/03/22 16:13:00 stephan Exp $
+...@comment $OpenBSD$
 ${P5SITE}/MooseX/
 ${P5SITE}/MooseX/Role/
 ${P5SITE}/MooseX/Role/Parameterized/


[UPDATE] p5-MooseX-Getopt

2010-07-12 Thread Cesare Gargano
Hi,
this updates p5-MooseX-Getopt to 0.31.

-- 
Saluti,
Cesare
Index: Makefile
===
RCS file: /cvs/ports/devel/p5-MooseX-Getopt/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile2 Jul 2010 04:29:32 -   1.1.1.1
+++ Makefile12 Jul 2010 10:11:02 -
@@ -3,7 +3,7 @@
 COMMENT=   Moose role for processing command line options
 
 MODULES=   cpan
-DISTNAME=  MooseX-Getopt-0.29
+DISTNAME=  MooseX-Getopt-0.31
 CATEGORIES=devel
 
 MAINTAINER=Jim Razmus II j...@openbsd.org
Index: distinfo
===
RCS file: /cvs/ports/devel/p5-MooseX-Getopt/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo2 Jul 2010 04:29:32 -   1.1.1.1
+++ distinfo12 Jul 2010 10:11:02 -
@@ -1,5 +1,5 @@
-MD5 (MooseX-Getopt-0.29.tar.gz) = 4uTGZpCW3HDF0FxwCHR7Ew==
-RMD160 (MooseX-Getopt-0.29.tar.gz) = OQ/rp4FMQ2qFz+ng3Z3QD+5Dm2s=
-SHA1 (MooseX-Getopt-0.29.tar.gz) = qqxzhWARTKNT8xKY60N2RizRl4w=
-SHA256 (MooseX-Getopt-0.29.tar.gz) = 
sSKwQ8iooRhoAPX+JCDyDIggBjH0n9rKAb7frU+5lFs=
-SIZE (MooseX-Getopt-0.29.tar.gz) = 25470
+MD5 (MooseX-Getopt-0.31.tar.gz) = u23d+8zedf2vumEKH5uduQ==
+RMD160 (MooseX-Getopt-0.31.tar.gz) = 5YmC5kAJjdZfu0s5sFWOBx0iDLE=
+SHA1 (MooseX-Getopt-0.31.tar.gz) = uBk5wPRk1zWaTqVLqSA+uSZ7cN8=
+SHA256 (MooseX-Getopt-0.31.tar.gz) = 
JWYrxEyTfOtrK7vHwtcCrNB15EQnFzCuQfItp02ZrQY=
+SIZE (MooseX-Getopt-0.31.tar.gz) = 27707


[UPDATE] p5-Mouse

2010-07-12 Thread Cesare Gargano
Hi,
this updates p5-Mouse to 0.62.

-- 
Saluti,
Cesare
? pkg/PFRAG.shared
Index: Makefile
===
RCS file: /cvs/ports/devel/p5-Mouse/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile19 Jun 2009 10:45:07 -  1.4
+++ Makefile12 Jul 2010 10:23:02 -
@@ -3,7 +3,7 @@
 COMMENT =  Moose minus the antlers
 
 MODULES =  cpan
-DISTNAME = Mouse-0.24
+DISTNAME = Mouse-0.62
 CATEGORIES =   devel
 
 MAINTAINER =   Simon Bertrang si...@openbsd.org
@@ -14,7 +14,7 @@ PERMIT_PACKAGE_FTP =  Yes
 PERMIT_DISTFILES_CDROM =   Yes
 PERMIT_DISTFILES_FTP = Yes
 
-CPAN_AUTHOR =  SARTAK
+CPAN_AUTHOR =  GFUJI
 
 RUN_DEPENDS =  ::devel/p5-Class-Method-Modifiers
 BUILD_DEPENDS =${RUN_DEPENDS}
Index: distinfo
===
RCS file: /cvs/ports/devel/p5-Mouse/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo19 Jun 2009 10:45:07 -  1.4
+++ distinfo12 Jul 2010 10:23:02 -
@@ -1,5 +1,5 @@
-MD5 (Mouse-0.24.tar.gz) = 7H1XYCf0qPAaT7DIR6GVJA==
-RMD160 (Mouse-0.24.tar.gz) = QKf21i//YxqNpadhlB+2msu8pNE=
-SHA1 (Mouse-0.24.tar.gz) = N0aXtY3QKjqJoG2iQJb6AENdgJw=
-SHA256 (Mouse-0.24.tar.gz) = OP7xCY8HZdFV/q+AJ7bO3Z4tk4wih4RQc/jYYgrD48s=
-SIZE (Mouse-0.24.tar.gz) = 114627
+MD5 (Mouse-0.62.tar.gz) = 8KeeqdNyhciy4ALHpercQA==
+RMD160 (Mouse-0.62.tar.gz) = j3ERra5QVg96mhaCz84kvivjqNU=
+SHA1 (Mouse-0.62.tar.gz) = 8bjKS8fFn7cQchMgirhMRHUPGFU=
+SHA256 (Mouse-0.62.tar.gz) = K8/8/PwsPpG82Mol4pB9b6pYyRSBvuwyPQb+KwqAn7s=
+SIZE (Mouse-0.62.tar.gz) = 204349
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/p5-Mouse/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   6 May 2009 22:54:06 -   1.3
+++ pkg/PLIST   12 Jul 2010 10:23:02 -
@@ -1,33 +1,70 @@
 @comment $OpenBSD: PLIST,v 1.3 2009/05/06 22:54:06 simon Exp $
-${P5SITE}/Mouse/
-${P5SITE}/Mouse.pm
-${P5SITE}/Mouse/Meta/
-${P5SITE}/Mouse/Meta/Attribute.pm
-${P5SITE}/Mouse/Meta/Class.pm
-${P5SITE}/Mouse/Meta/Method/
-${P5SITE}/Mouse/Meta/Method/Accessor.pm
-${P5SITE}/Mouse/Meta/Method/Constructor.pm
-${P5SITE}/Mouse/Meta/Method/Destructor.pm
-${P5SITE}/Mouse/Meta/Role.pm
-${P5SITE}/Mouse/Meta/TypeConstraint.pm
-${P5SITE}/Mouse/Object.pm
-${P5SITE}/Mouse/Role.pm
-${P5SITE}/Mouse/Tiny.pm
-${P5SITE}/Mouse/TypeRegistry.pm
-${P5SITE}/Mouse/Util/
-${P5SITE}/Mouse/Util.pm
-${P5SITE}/Mouse/Util/TypeConstraints.pm
-${P5SITE}/Squirrel/
-${P5SITE}/Squirrel.pm
-${P5SITE}/Squirrel/Role.pm
-${P5SITE}/ouse.pm
+%%SHARED%%
+${P5ARCH}/
+${P5ARCH}/Mouse/
+${P5ARCH}/Mouse.pm
+${P5ARCH}/Mouse/Exporter.pm
+${P5ARCH}/Mouse/Meta/
+${P5ARCH}/Mouse/Meta/Attribute.pm
+${P5ARCH}/Mouse/Meta/Class.pm
+${P5ARCH}/Mouse/Meta/Method/
+${P5ARCH}/Mouse/Meta/Method.pm
+${P5ARCH}/Mouse/Meta/Method/Accessor.pm
+${P5ARCH}/Mouse/Meta/Method/Constructor.pm
+${P5ARCH}/Mouse/Meta/Method/Delegation.pm
+${P5ARCH}/Mouse/Meta/Method/Destructor.pm
+${P5ARCH}/Mouse/Meta/Module.pm
+${P5ARCH}/Mouse/Meta/Role/
+${P5ARCH}/Mouse/Meta/Role.pm
+${P5ARCH}/Mouse/Meta/Role/Composite.pm
+${P5ARCH}/Mouse/Meta/Role/Method.pm
+${P5ARCH}/Mouse/Meta/TypeConstraint.pm
+${P5ARCH}/Mouse/Object.pm
+${P5ARCH}/Mouse/PurePerl.pm
+${P5ARCH}/Mouse/Role.pm
+${P5ARCH}/Mouse/Spec.pm
+${P5ARCH}/Mouse/Tiny.pm
+${P5ARCH}/Mouse/Tiny.pod
+${P5ARCH}/Mouse/TypeRegistry.pm
+${P5ARCH}/Mouse/Util/
+${P5ARCH}/Mouse/Util.pm
+${P5ARCH}/Mouse/Util/MetaRole.pm
+${P5ARCH}/Mouse/Util/TypeConstraints.pm
+${P5ARCH}/Mouse/XS.pod
+${P5ARCH}/Squirrel/
+${P5ARCH}/Squirrel.pm
+${P5ARCH}/Squirrel/Role.pm
+${P5ARCH}/Test/
+${P5ARCH}/Test/Mouse.pm
+${P5ARCH}/auto/
+${P5ARCH}/auto/Mouse/
+${P5ARCH}/auto/Mouse/Mouse.bs
+${P5ARCH}/ouse.pm
 @man man/man3p/Mouse.3p
+...@man man/man3p/Mouse::Exporter.3p
 @man man/man3p/Mouse::Meta::Attribute.3p
 @man man/man3p/Mouse::Meta::Class.3p
+...@man man/man3p/Mouse::Meta::Method.3p
+...@man man/man3p/Mouse::Meta::Method::Accessor.3p
+...@man man/man3p/Mouse::Meta::Method::Constructor.3p
+...@man man/man3p/Mouse::Meta::Method::Delegation.3p
+...@man man/man3p/Mouse::Meta::Method::Destructor.3p
+...@man man/man3p/Mouse::Meta::Module.3p
+...@man man/man3p/Mouse::Meta::Role.3p
+...@man man/man3p/Mouse::Meta::Role::Composite.3p
+...@man man/man3p/Mouse::Meta::Role::Method.3p
 @man man/man3p/Mouse::Meta::TypeConstraint.3p
 @man man/man3p/Mouse::Object.3p
+...@man man/man3p/Mouse::PurePerl.3p
 @man man/man3p/Mouse::Role.3p
+...@man man/man3p/Mouse::Spec.3p
+...@man man/man3p/Mouse::Tiny.3p
+...@man man/man3p/Mouse::TypeRegistry.3p
 @man man/man3p/Mouse::Util.3p
+...@man man/man3p/Mouse::Util::MetaRole.3p
 @man man/man3p/Mouse::Util::TypeConstraints.3p
+...@man man/man3p/Mouse::XS.3p
 @man man/man3p/Squirrel.3p
+...@man man/man3p/Squirrel::Role.3p
+...@man man/man3p/Test::Mouse.3p
 @man man/man3p/ouse.3p


[UPDATE] p5-Catalyst-Model-DBI-0.28

2010-07-12 Thread Cesare Gargano
Update to 0.28

-- 
Saluti,
Cesare
Index: Makefile
===
RCS file: /cvs/ports/databases/p5-Catalyst-Model-DBI/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile8 Dec 2008 14:11:52 -   1.4
+++ Makefile12 Jul 2010 14:42:34 -
@@ -3,7 +3,7 @@
 COMMENT=   DBI model class for Catalyst
 
 MODULES=   cpan
-DISTNAME=  Catalyst-Model-DBI-0.20
+DISTNAME=  Catalyst-Model-DBI-0.28
 CATEGORIES=www databases
 
 MAINTAINER=Simon Bertrang si...@openbsd.org
Index: distinfo
===
RCS file: /cvs/ports/databases/p5-Catalyst-Model-DBI/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo8 Dec 2008 14:11:52 -   1.2
+++ distinfo12 Jul 2010 14:42:34 -
@@ -1,5 +1,5 @@
-MD5 (Catalyst-Model-DBI-0.20.tar.gz) = x8LjfjR+z3m1Arw4Pp8zXQ==
-RMD160 (Catalyst-Model-DBI-0.20.tar.gz) = XQaRe4tcVrrCHt1rMDJ1q6QOGbQ=
-SHA1 (Catalyst-Model-DBI-0.20.tar.gz) = gGtct3Cy/dWfCcigY1Tmz7TTa6Y=
-SHA256 (Catalyst-Model-DBI-0.20.tar.gz) = 
zlGS2PzMma/e+ubL5SD556fiygwHXqgc1+0yGQ8gssw=
-SIZE (Catalyst-Model-DBI-0.20.tar.gz) = 3376
+MD5 (Catalyst-Model-DBI-0.28.tar.gz) = 8qpfcfZv/LR6Qzo0BmdQFQ==
+RMD160 (Catalyst-Model-DBI-0.28.tar.gz) = kyL9VlvcKfL7ZXnCVWkQFTchnN4=
+SHA1 (Catalyst-Model-DBI-0.28.tar.gz) = TruKhENkD0oe+w8dDda+yrCPD8M=
+SHA256 (Catalyst-Model-DBI-0.28.tar.gz) = 
EHhvSbrRX5G/DUUMm0tREHEMqECk3PBAqEOUoH88ciA=
+SIZE (Catalyst-Model-DBI-0.28.tar.gz) = 3761
Index: pkg/PLIST
===
RCS file: /cvs/ports/databases/p5-Catalyst-Model-DBI/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   8 Dec 2008 14:11:52 -   1.2
+++ pkg/PLIST   12 Jul 2010 14:42:34 -
@@ -1,4 +1,4 @@
-...@comment $OpenBSD: PLIST,v 1.2 2008/12/08 14:11:52 simon Exp $
+...@comment $OpenBSD$
 ${P5SITE}/Catalyst/Helper/
 ${P5SITE}/Catalyst/Helper/Model/
 ${P5SITE}/Catalyst/Helper/Model/DBI.pm


[UPDATE] p5-Catalyst-Plugin-Authentication-0.10016

2010-07-12 Thread Cesare Gargano
This updates p5-Catalyst-Plugin-Authentication to 0.10016.

-- 
Saluti,
Cesare
Index: Makefile
===
RCS file: /cvs/ports/security/p5-Catalyst-Plugin-Authentication/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- Makefile8 Jun 2010 11:17:28 -   1.9
+++ Makefile12 Jul 2010 14:20:25 -
@@ -2,8 +2,7 @@
 
 COMMENT=   Catalyst authentication framework
 
-DISTNAME=  Catalyst-Plugin-Authentication-0.10007
-PKGNAME=   p5-${DISTNAME}p0
+DISTNAME=  Catalyst-Plugin-Authentication-0.10016
 CATEGORIES=security
 
 MAINTAINER=Simon Bertrang si...@openbsd.org
Index: distinfo
===
RCS file: /cvs/ports/security/p5-Catalyst-Plugin-Authentication/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo13 Sep 2008 15:27:51 -  1.4
+++ distinfo12 Jul 2010 14:20:25 -
@@ -1,5 +1,5 @@
-MD5 (Catalyst-Plugin-Authentication-0.10007.tar.gz) = U4Ayu5936+ByFDNxGYwH7g==
-RMD160 (Catalyst-Plugin-Authentication-0.10007.tar.gz) = 
GHQ/lOTorrammRCYSsoD3YbNG+Y=
-SHA1 (Catalyst-Plugin-Authentication-0.10007.tar.gz) = 
jTRInhN550ZsjKM0gDssyIWLJ2M=
-SHA256 (Catalyst-Plugin-Authentication-0.10007.tar.gz) = 
E1I71EZO86qjWtcSdftmLv88u5pwLP2rMwrtrfWYIas=
-SIZE (Catalyst-Plugin-Authentication-0.10007.tar.gz) = 56405
+MD5 (Catalyst-Plugin-Authentication-0.10016.tar.gz) = Ln0m8Ryv2+SZ3Rt+lZy9vg==
+RMD160 (Catalyst-Plugin-Authentication-0.10016.tar.gz) = 
1TSK7UWHGlTZ6+W4sAOLnkrH87E=
+SHA1 (Catalyst-Plugin-Authentication-0.10016.tar.gz) = 
1AM+jfn6wsvsK48+ZPBvh+H7jaI=
+SHA256 (Catalyst-Plugin-Authentication-0.10016.tar.gz) = 
QFTCq0IfIZpzJ7c5WwwdfGUeybSgr5sOtVe6MlItWsk=
+SIZE (Catalyst-Plugin-Authentication-0.10016.tar.gz) = 67534
Index: pkg/PLIST
===
RCS file: /cvs/ports/security/p5-Catalyst-Plugin-Authentication/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   13 Sep 2008 15:27:51 -  1.3
+++ pkg/PLIST   12 Jul 2010 14:20:25 -
@@ -1,10 +1,12 @@
-...@comment $OpenBSD: PLIST,v 1.3 2008/09/13 15:27:51 simon Exp $
+...@comment $OpenBSD$
 ${P5SITE}/Catalyst/Authentication/
 ${P5SITE}/Catalyst/Authentication/Credential/
 ${P5SITE}/Catalyst/Authentication/Credential/Password.pm
+${P5SITE}/Catalyst/Authentication/Credential/Remote.pm
 ${P5SITE}/Catalyst/Authentication/Realm/
 ${P5SITE}/Catalyst/Authentication/Realm.pm
 ${P5SITE}/Catalyst/Authentication/Realm/Compatibility.pm
+${P5SITE}/Catalyst/Authentication/Realm/Progressive.pm
 ${P5SITE}/Catalyst/Authentication/Store/
 ${P5SITE}/Catalyst/Authentication/Store.pod
 ${P5SITE}/Catalyst/Authentication/Store/Minimal.pm
@@ -23,8 +25,10 @@ ${P5SITE}/Catalyst/Plugin/Authentication
 ${P5SITE}/Catalyst/Plugin/Authentication/User.pm
 ${P5SITE}/Catalyst/Plugin/Authentication/User/Hash.pm
 @man man/man3p/Catalyst::Authentication::Credential::Password.3p
+...@man man/man3p/Catalyst::Authentication::Credential::Remote.3p
 @man man/man3p/Catalyst::Authentication::Realm.3p
 @man man/man3p/Catalyst::Authentication::Realm::Compatibility.3p
+...@man man/man3p/Catalyst::Authentication::Realm::Progressive.3p
 @man man/man3p/Catalyst::Authentication::Store.3p
 @man man/man3p/Catalyst::Authentication::Store::Minimal.3p
 @man man/man3p/Catalyst::Authentication::Store::Null.3p


[UPDATE] p5-Catalyst-Plugin-Authorization-Roles-0.08

2010-07-12 Thread Cesare Gargano
This updates p5-Catalyst-Plugin-Authorization-Roles to 0.08.

-- 
Saluti,
Cesare
Index: Makefile
===
RCS file: /cvs/ports/security/p5-Catalyst-Plugin-Authorization-Roles/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile20 Sep 2008 16:58:32 -  1.7
+++ Makefile12 Jul 2010 14:49:11 -
@@ -2,7 +2,7 @@
 
 COMMENT=   role based authorization for Catalyst
 
-DISTNAME=  Catalyst-Plugin-Authorization-Roles-0.07
+DISTNAME=  Catalyst-Plugin-Authorization-Roles-0.08
 CATEGORIES=security
 
 MAINTAINER=Simon Bertrang si...@openbsd.org
Index: distinfo
===
RCS file: /cvs/ports/security/p5-Catalyst-Plugin-Authorization-Roles/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo13 Sep 2008 15:39:59 -  1.3
+++ distinfo12 Jul 2010 14:49:11 -
@@ -1,5 +1,5 @@
-MD5 (Catalyst-Plugin-Authorization-Roles-0.07.tar.gz) = 
r+8hTefICExZ+tigemQAWQ==
-RMD160 (Catalyst-Plugin-Authorization-Roles-0.07.tar.gz) = 
lVGwH0YtO+Z1GDCg01VUn3hltVg=
-SHA1 (Catalyst-Plugin-Authorization-Roles-0.07.tar.gz) = 
FEFdf2f3yfS48pmUpwh5vZOvQ2U=
-SHA256 (Catalyst-Plugin-Authorization-Roles-0.07.tar.gz) = 
i6wxrQN8gKkLAb0hPHTKAR348pkOGSnzdeAasA77aB0=
-SIZE (Catalyst-Plugin-Authorization-Roles-0.07.tar.gz) = 22432
+MD5 (Catalyst-Plugin-Authorization-Roles-0.08.tar.gz) = 
pCaF3qf9bQ8MX8qtnKTkqw==
+RMD160 (Catalyst-Plugin-Authorization-Roles-0.08.tar.gz) = 
Bzxps5SwbehdjdtadVMmvnxPVpQ=
+SHA1 (Catalyst-Plugin-Authorization-Roles-0.08.tar.gz) = 
qDB+tfMX05dKJcQhtcAorAUJWww=
+SHA256 (Catalyst-Plugin-Authorization-Roles-0.08.tar.gz) = 
FP7T7Xnv3AP/57EGQTVuYFI11+jikNlrkWL6cL0L+XI=
+SIZE (Catalyst-Plugin-Authorization-Roles-0.08.tar.gz) = 17657
Index: pkg/PLIST
===
RCS file: /cvs/ports/security/p5-Catalyst-Plugin-Authorization-Roles/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   5 Nov 2006 15:23:45 -   1.1.1.1
+++ pkg/PLIST   12 Jul 2010 14:49:11 -
@@ -1,4 +1,4 @@
-...@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/05 15:23:45 espie Exp $
+...@comment $OpenBSD$
 ${P5SITE}/Catalyst/Plugin/Authorization/
 ${P5SITE}/Catalyst/Plugin/Authorization/Roles.pm
 @man man/man3p/Catalyst::Plugin::Authorization::Roles.3p


[UPDATE] p5-Catalyst-Plugin-Session-0.30

2010-07-12 Thread Cesare Gargano
This updates p5-Catalyst-Plugin-Session to 0.30

-- 
Saluti,
Cesare
Index: Makefile
===
RCS file: /cvs/ports/www/p5-Catalyst-Plugin-Session/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile15 Apr 2010 14:29:17 -  1.8
+++ Makefile12 Jul 2010 14:23:57 -
@@ -3,8 +3,7 @@
 COMMENT=   session framework for catalyst
 
 MODULES=   cpan
-DISTNAME=  Catalyst-Plugin-Session-0.19
-PKGNAME=   p5-${DISTNAME}p0
+DISTNAME=  Catalyst-Plugin-Session-0.30
 CATEGORIES=www
 
 MAINTAINER=Simon Bertrang si...@openbsd.org
Index: distinfo
===
RCS file: /cvs/ports/www/p5-Catalyst-Plugin-Session/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo14 Apr 2008 21:29:40 -  1.5
+++ distinfo12 Jul 2010 14:23:57 -
@@ -1,5 +1,5 @@
-MD5 (Catalyst-Plugin-Session-0.19.tar.gz) = 636WeSNM1PQmm1sYaRQQgg==
-RMD160 (Catalyst-Plugin-Session-0.19.tar.gz) = z7GB8WtKhAT6774jSETbMCrmhlI=
-SHA1 (Catalyst-Plugin-Session-0.19.tar.gz) = Gv3pMhnqs2GL0A7Hwfa0gJmGt7g=
-SHA256 (Catalyst-Plugin-Session-0.19.tar.gz) = 
TVNbNPw63fyC1GDlSSdzN6I3uIYS03gqOyY0B+rPsb0=
-SIZE (Catalyst-Plugin-Session-0.19.tar.gz) = 22299
+MD5 (Catalyst-Plugin-Session-0.30.tar.gz) = yRegbdOdLboOKgQpFCbI0g==
+RMD160 (Catalyst-Plugin-Session-0.30.tar.gz) = Ef1oxD8GxTxayOX/dLOCYIKf2lU=
+SHA1 (Catalyst-Plugin-Session-0.30.tar.gz) = ZvDcYztuKRryY5MIiIEbhoDCZTE=
+SHA256 (Catalyst-Plugin-Session-0.30.tar.gz) = 
uYHHmMGyQVoji3qycou6wbw0Btp71HF2MXzUmmjHWGM=
+SIZE (Catalyst-Plugin-Session-0.30.tar.gz) = 41646
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/p5-Catalyst-Plugin-Session/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   5 Nov 2006 14:04:04 -   1.1.1.1
+++ pkg/PLIST   12 Jul 2010 14:23:57 -
@@ -1,4 +1,4 @@
-...@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/05 14:04:04 espie Exp $
+...@comment $OpenBSD$
 ${P5SITE}/Catalyst/Plugin/
 ${P5SITE}/Catalyst/Plugin/Session/
 ${P5SITE}/Catalyst/Plugin/Session.pm


[UPDATE] p5-Catalyst-Plugin-Session-Store-FastMmap-0.13

2010-07-12 Thread Cesare Gargano
Hi,
this updates p5-Catalyst-Plugin-Session-Store-FastMmap to 0.13

-- 
Saluti,
Cesare
Index: Makefile
===
RCS file: /cvs/ports/www/p5-Catalyst-Plugin-Session-Store-FastMmap/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile19 Nov 2008 00:33:01 -  1.4
+++ Makefile12 Jul 2010 14:25:43 -
@@ -3,7 +3,7 @@
 COMMENT=   FastMmap storage backend for session data
 
 MODULES=   cpan
-DISTNAME=  Catalyst-Plugin-Session-Store-FastMmap-0.05
+DISTNAME=  Catalyst-Plugin-Session-Store-FastMmap-0.13
 CATEGORIES=www
 
 # Artistic + GPL
Index: distinfo
===
RCS file: /cvs/ports/www/p5-Catalyst-Plugin-Session-Store-FastMmap/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo19 Nov 2008 00:33:01 -  1.3
+++ distinfo12 Jul 2010 14:25:43 -
@@ -1,5 +1,5 @@
-MD5 (Catalyst-Plugin-Session-Store-FastMmap-0.05.tar.gz) = 
pcKHWKOiEvzA83QRC8eFXA==
-RMD160 (Catalyst-Plugin-Session-Store-FastMmap-0.05.tar.gz) = 
sD1XgX1Erzz7T4jHj+olxfu09Sc=
-SHA1 (Catalyst-Plugin-Session-Store-FastMmap-0.05.tar.gz) = 
aG1e4Sg/LtIZaGHEU1BoMg8vxp0=
-SHA256 (Catalyst-Plugin-Session-Store-FastMmap-0.05.tar.gz) = 
d3gXTsmHppOy/aRlA+7i2Wgdszqi+lz4AmLRHpdLPUw=
-SIZE (Catalyst-Plugin-Session-Store-FastMmap-0.05.tar.gz) = 3985
+MD5 (Catalyst-Plugin-Session-Store-FastMmap-0.13.tar.gz) = 
/AZ5q4t6Whu3QEpoBYpecw==
+RMD160 (Catalyst-Plugin-Session-Store-FastMmap-0.13.tar.gz) = 
rjQcQeDgjuWbtRpk0nhj2K/pcGE=
+SHA1 (Catalyst-Plugin-Session-Store-FastMmap-0.13.tar.gz) = 
qhz8YXzoJvkOSlnBFkHLKin/HJA=
+SHA256 (Catalyst-Plugin-Session-Store-FastMmap-0.13.tar.gz) = 
R9sUGicVuaNhOG+oi+ZeQvxj3W1Z766a8imOXBFBhkA=
+SIZE (Catalyst-Plugin-Session-Store-FastMmap-0.13.tar.gz) = 5074
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/p5-Catalyst-Plugin-Session-Store-FastMmap/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   6 Nov 2006 01:20:55 -   1.1.1.1
+++ pkg/PLIST   12 Jul 2010 14:25:43 -
@@ -1,3 +1,3 @@
-...@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/06 01:20:55 espie Exp $
+...@comment $OpenBSD$
 ${P5SITE}/Catalyst/Plugin/Session/Store/FastMmap.pm
 @man man/man3p/Catalyst::Plugin::Session::Store::FastMmap.3p


[UPDATE] p5-Catalyst-Plugin-Session-PerUser

2010-07-12 Thread Cesare Gargano
Hi,
this updates p5-Catalyst-Plugin-Session-PerUser to 0.05.

-- 
Saluti,
Cesare
Index: Makefile
===
RCS file: /cvs/ports/www/p5-Catalyst-Plugin-Session-PerUser/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile25 Oct 2007 16:20:50 -  1.4
+++ Makefile12 Jul 2010 14:46:57 -
@@ -3,7 +3,7 @@
 COMMENT=   per-user session for catalyst
 
 MODULES=   cpan
-DISTNAME=  Catalyst-Plugin-Session-PerUser-0.03
+DISTNAME=  Catalyst-Plugin-Session-PerUser-0.05
 CATEGORIES=www
 
 # Artistic + GPL
@@ -17,7 +17,5 @@ RUN_DEPENDS=  ::www/p5-Catalyst-Plugin-Se
 
 REGRESS_DEPENDS=::devel/p5-Test-WWW-Mechanize-Catalyst \
::security/p5-Catalyst-Plugin-Authentication
-
-CONFIGURE_STYLE=modbuild
 
 .include bsd.port.mk
Index: distinfo
===
RCS file: /cvs/ports/www/p5-Catalyst-Plugin-Session-PerUser/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo5 Apr 2007 17:26:23 -   1.2
+++ distinfo12 Jul 2010 14:46:57 -
@@ -1,5 +1,5 @@
-MD5 (Catalyst-Plugin-Session-PerUser-0.03.tar.gz) = AeqdAa6oFZfs2c6yusoAxQ==
-RMD160 (Catalyst-Plugin-Session-PerUser-0.03.tar.gz) = 
jco5EhKlxdh11VCWTFNYPQUFZUM=
-SHA1 (Catalyst-Plugin-Session-PerUser-0.03.tar.gz) = 
Y33qWDW+mreNlI8rEXPi1j6itBo=
-SHA256 (Catalyst-Plugin-Session-PerUser-0.03.tar.gz) = 
+s/v+jV2dmb7Ydb9WXjdFpYWYIwD1WetBe1Z5URYWCc=
-SIZE (Catalyst-Plugin-Session-PerUser-0.03.tar.gz) = 5291
+MD5 (Catalyst-Plugin-Session-PerUser-0.05.tar.gz) = 5J4n1g0PWqVaAAXy8Tu/fQ==
+RMD160 (Catalyst-Plugin-Session-PerUser-0.05.tar.gz) = 
QOnTYTTR2gkKS/yx6Df1epqvcus=
+SHA1 (Catalyst-Plugin-Session-PerUser-0.05.tar.gz) = 
oPAJJJT2gz4PxB8pbvo4UpVCAeU=
+SHA256 (Catalyst-Plugin-Session-PerUser-0.05.tar.gz) = 
ObK55TTxm4AWT8K0VbnrOhx0V5APbPUJN5I79cfLbSI=
+SIZE (Catalyst-Plugin-Session-PerUser-0.05.tar.gz) = 25584
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/p5-Catalyst-Plugin-Session-PerUser/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   5 Nov 2006 16:11:31 -   1.1.1.1
+++ pkg/PLIST   12 Jul 2010 14:46:57 -
@@ -1,4 +1,3 @@
-...@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/05 16:11:31 espie Exp $
-${P5SITE}/Catalyst/
+...@comment $OpenBSD$
 ${P5SITE}/Catalyst/Plugin/Session/PerUser.pm
 @man man/man3p/Catalyst::Plugin::Session::PerUser.3p


[UPDATE] p5-Catalyst-View-TT-0.34

2010-07-12 Thread Cesare Gargano
Hi,
this updates p5-Catalyst-View-TT to 0.34

-- 
Saluti,
Cesare
Index: Makefile
===
RCS file: /cvs/ports/textproc/p5-Catalyst-View-TT/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- Makefile6 May 2009 22:44:25 -   1.9
+++ Makefile12 Jul 2010 14:51:45 -
@@ -2,7 +2,7 @@
 
 COMMENT=   Template Toolkit views for Catalyst
 
-DISTNAME=  Catalyst-View-TT-0.29
+DISTNAME=  Catalyst-View-TT-0.34
 CATEGORIES=textproc
 
 MAINTAINER=Simon Bertrang si...@openbsd.org
Index: distinfo
===
RCS file: /cvs/ports/textproc/p5-Catalyst-View-TT/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo6 May 2009 22:44:25 -   1.6
+++ distinfo12 Jul 2010 14:51:45 -
@@ -1,5 +1,5 @@
-MD5 (Catalyst-View-TT-0.29.tar.gz) = PLsdsRuoWbtSgFR7XUvVJg==
-RMD160 (Catalyst-View-TT-0.29.tar.gz) = a3cMVSTupYKgvSFjWlqzQIToAuw=
-SHA1 (Catalyst-View-TT-0.29.tar.gz) = bRUafaTZscDceeQGHPdnq1uBHY4=
-SHA256 (Catalyst-View-TT-0.29.tar.gz) = 
BPnVBz1s63r3bImVw8vum9cNr781kwTvIJ3aNr9GR4Y=
-SIZE (Catalyst-View-TT-0.29.tar.gz) = 33382
+MD5 (Catalyst-View-TT-0.34.tar.gz) = flrRJCPwbznJY17jGFjTlg==
+RMD160 (Catalyst-View-TT-0.34.tar.gz) = ijlyK9ZlN9sByTdkPBAlmERjoBQ=
+SHA1 (Catalyst-View-TT-0.34.tar.gz) = Dh0WgFdCHf8FKBbYodccJ+u/+20=
+SHA256 (Catalyst-View-TT-0.34.tar.gz) = 
HQ7TS1xH/NeW6og5LRE6Yx8jh+sasTuyv8tN/tQyvWc=
+SIZE (Catalyst-View-TT-0.34.tar.gz) = 38245
Index: pkg/PLIST
===
RCS file: /cvs/ports/textproc/p5-Catalyst-View-TT/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   5 Nov 2006 09:47:27 -   1.1.1.1
+++ pkg/PLIST   12 Jul 2010 14:51:45 -
@@ -1,4 +1,4 @@
-...@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/05 09:47:27 espie Exp $
+...@comment $OpenBSD$
 ${P5SITE}/Catalyst/Helper/
 ${P5SITE}/Catalyst/Helper/View/
 ${P5SITE}/Catalyst/Helper/View/TT.pm


Re: ports softlock

2010-01-14 Thread Cesare Gargano
On Thu, Jan 14, 2010 at 01:04:37AM +0100, Marc Espie wrote:
 On Tue, Jan 12, 2010 at 05:55:04PM -0500, Stuart Cassoff wrote:
  So none of the Tcl stuff from the past couple of months is going in?
  The approval group noted above doesn't give me the impression of being too 
  excited about Tcl.
 
 Lack of time from my part as well. I have noticed your work, but as you can
 see, I have done about nothing in the ports tree proper over the past 
 release, I've spent most of my time working on pkg_add instead.
 
 The current goal is to stabilize things and have a release. The sooner it's
 done, the better to start a new cycle, and for the Tcl stuff to go in. ;-)

Any of p5-Catalyst-* updated to latest version?
I'm working (and testing) on p5-Catalyst-Runtime 5.80018, p5-Catalyst-Devel 
etc...
It will be great to find them into 4.7 -rel

Any comments? (jim@ / simon@ ?)

Saluti,
Cesare.



NEW [3/5]: p5-Hash-Flatten-1.16

2010-01-09 Thread Cesare Gargano
Hi!

pkg/DESCR:
Converts back and forth between a nested hash structure and a flat hash
of delimited key-value pairs. Useful for protocols that only support
key-value pairs (such as CGI and DBMs).

HTML-FormFu related.

Saluti,
Cesare.


p5-Hash-Flatten-1.16.tgz
Description: application/tar-gz


UPDATE [2/5]: p5-Config-Any-0.18

2010-01-09 Thread Cesare Gargano
Hi,
this updates p5-Config-Any to latest version, HTML-FormFu related.

Saluti,
Cesare.
Index: Makefile
===
RCS file: /cvs/ports/devel/p5-Config-Any/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile26 Jan 2009 20:19:18 -  1.13
+++ Makefile9 Jan 2010 11:45:16 -
@@ -3,8 +3,8 @@
 COMMENT=   load various configuration file formats
 
 MODULES=   cpan
-DISTNAME=  Config-Any-0.16
-PKGNAME=   p5-${DISTNAME}p0
+DISTNAME=  Config-Any-0.18
+#PKGNAME=  p5-${DISTNAME}p0
 CATEGORIES=devel
 
 MAINTAINER=Simon Bertrang si...@openbsd.org
Index: distinfo
===
RCS file: /cvs/ports/devel/p5-Config-Any/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo3 Dec 2008 23:24:38 -   1.7
+++ distinfo9 Jan 2010 11:45:16 -
@@ -1,5 +1,5 @@
-MD5 (Config-Any-0.16.tar.gz) = lH/TVW/fp6qSSQ0Xi9p8qg==
-RMD160 (Config-Any-0.16.tar.gz) = iwHdTWet0SV0i1gtmDCyi5+AEp0=
-SHA1 (Config-Any-0.16.tar.gz) = Y7t57Yg5JolpNsrdZLMM5RNTUM0=
-SHA256 (Config-Any-0.16.tar.gz) = y4G319EvzPlTqpexszCyzUAHzSgeVmlbUY2xsQ6hkQw=
-SIZE (Config-Any-0.16.tar.gz) = 32931
+MD5 (Config-Any-0.18.tar.gz) = u82Ief143KYfuIL3pmWwVQ==
+RMD160 (Config-Any-0.18.tar.gz) = EAiwTQ3RuU3TFZBG2WlgKoRi8pI=
+SHA1 (Config-Any-0.18.tar.gz) = 5pVy1LJuwOY6ii07b4dXf91P20A=
+SHA256 (Config-Any-0.18.tar.gz) = 0mLgeO0hE4BPCDLe9EsvXnFGmvEHFH6ZFyWjCNfaTkI=
+SIZE (Config-Any-0.18.tar.gz) = 29627


UPDATE [4/5]: p5-Number-Format-1.73

2010-01-09 Thread Cesare Gargano
Hi!
This updates p5-Number-Format to latest version. HTML-FormFu related.

Saluti,
Cesare.
Index: Makefile
===
RCS file: /cvs/ports/textproc/p5-Number-Format/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile25 Sep 2008 21:33:18 -  1.6
+++ Makefile9 Jan 2010 12:26:25 -
@@ -3,7 +3,7 @@
 COMMENT=   Perl extension for formatting numbers
 
 MODULES=   cpan
-DISTNAME=  Number-Format-1.60
+DISTNAME=  Number-Format-1.73
 CATEGORIES=textproc
 
 HOMEPAGE=  http://www.bayview.com/software/perl.shtml
Index: distinfo
===
RCS file: /cvs/ports/textproc/p5-Number-Format/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo25 Sep 2008 21:33:18 -  1.4
+++ distinfo9 Jan 2010 12:26:25 -
@@ -1,5 +1,5 @@
-MD5 (Number-Format-1.60.tar.gz) = gs/upi78YGwKVTV6dXCB0g==
-RMD160 (Number-Format-1.60.tar.gz) = fnHkGwa7gKcOFQT2M7KnOqFqzIY=
-SHA1 (Number-Format-1.60.tar.gz) = nq9dx1Z7QWyiCciQF1dnBS5NukY=
-SHA256 (Number-Format-1.60.tar.gz) = 
G3811eo7Ru1Mv7XYBuE8KS+PtOnDLLqzEEX4pgkPgaw=
-SIZE (Number-Format-1.60.tar.gz) = 18636
+MD5 (Number-Format-1.73.tar.gz) = OkGI3m6EsENh3vKFuT3CQA==
+RMD160 (Number-Format-1.73.tar.gz) = EMW3SBvADc3tb6ugX+AXIiqCUUg=
+SHA1 (Number-Format-1.73.tar.gz) = Pr3+cNtAx4/rG1W1RN0y1KmM2nQ=
+SHA256 (Number-Format-1.73.tar.gz) = 
hKK3Iu8hq5K9Ce6N6ez5lpzZWgZVgV6MmwcgZpmG5Gw=
+SIZE (Number-Format-1.73.tar.gz) = 22742


UPDATE p5-YAML-0.71

2010-01-09 Thread Cesare Gargano
Hi!
This updates p5-YAML to latest version.

Saluti,
Cesare.
Index: Makefile
===
RCS file: /cvs/ports/devel/p5-YAML/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- Makefile24 Mar 2009 19:03:44 -  1.9
+++ Makefile9 Jan 2010 12:50:17 -
@@ -4,7 +4,7 @@ COMMENT=YAML ain't a markup language
 
 MODULES=   cpan
 
-DISTNAME=  YAML-0.68
+DISTNAME=  YAML-0.71
 CATEGORIES=devel
 
 MAINTAINER=Mathieu Sauve-Frankel m...@openbsd.org
Index: distinfo
===
RCS file: /cvs/ports/devel/p5-YAML/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo24 Mar 2009 19:03:44 -  1.8
+++ distinfo9 Jan 2010 12:50:17 -
@@ -1,5 +1,5 @@
-MD5 (YAML-0.68.tar.gz) = S0JVNgu4hazboFMU2qkSmg==
-RMD160 (YAML-0.68.tar.gz) = em4BVmou2hFKspDmsgsFxR8DoJk=
-SHA1 (YAML-0.68.tar.gz) = ZaWf0Ld2K6SuuVoYL4nYDa6mxj0=
-SHA256 (YAML-0.68.tar.gz) = ZMBgOHiNp9VRESos3/gDU6QVCac9D9Dp0p+5KfW74Hk=
-SIZE (YAML-0.68.tar.gz) = 92676
+MD5 (YAML-0.71.tar.gz) = 0PfPIy3UPCjA43Z9Zy1ohw==
+RMD160 (YAML-0.71.tar.gz) = xSZq73nt4I5Z6c1j6UzyQnRD+Fg=
+SHA1 (YAML-0.71.tar.gz) = TXXpWSH+39Vwz46uKbAkUq6xrxY=
+SHA256 (YAML-0.71.tar.gz) = 8gLluyFGYn6zOB2JCgAmCor+aZ6kD5Lh4zPwvQvHwHo=
+SIZE (YAML-0.71.tar.gz) = 112978
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/p5-YAML/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST
--- pkg/PLIST   24 Mar 2009 19:03:44 -  1.5
+++ pkg/PLIST   9 Jan 2010 12:50:17 -
@@ -1,4 +1,4 @@
-...@comment $OpenBSD: PLIST,v 1.5 2009/03/24 19:03:44 jasper Exp $
+...@comment $OpenBSD$
 ${P5SITE}/Test/
 ${P5SITE}/Test/YAML.pm
 ${P5SITE}/YAML/


UPDATE [5/5]: p5-YAML-XS-0.32

2010-01-09 Thread Cesare Gargano
Hi!
This updates p5-YAML-XS to latest vesion, HTML-FormFu related.

Saluti,
Cesare.
Index: Makefile
===
RCS file: /cvs/ports/devel/p5-YAML-XS/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile18 Jun 2009 18:08:06 -  1.1.1.1
+++ Makefile9 Jan 2010 12:32:33 -
@@ -5,7 +5,7 @@ SHARED_ONLY =   Yes
 
 MODULES =  cpan
 
-V =0.27
+V =0.32
 DISTNAME = YAML-LibYAML-$V
 PKGNAME =  p5-YAML-XS-$V
 CATEGORIES =   devel
Index: distinfo
===
RCS file: /cvs/ports/devel/p5-YAML-XS/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo18 Jun 2009 18:08:06 -  1.1.1.1
+++ distinfo9 Jan 2010 12:32:33 -
@@ -1,5 +1,5 @@
-MD5 (YAML-LibYAML-0.27.tar.gz) = NS+K3+K7ClcjwevKZK0Jjw==
-RMD160 (YAML-LibYAML-0.27.tar.gz) = ln2iLOz2kukbXsG1tk8ZBI124L4=
-SHA1 (YAML-LibYAML-0.27.tar.gz) = s22uv9bCnPnF3RdngbsFt4GhK2o=
-SHA256 (YAML-LibYAML-0.27.tar.gz) = 
NFvVYM9BEU9k/6EXDpRU/14y7twSiX0jfWc3MFSyibA=
-SIZE (YAML-LibYAML-0.27.tar.gz) = 132547
+MD5 (YAML-LibYAML-0.32.tar.gz) = eouSWKMR5S0JOHRK0t38TQ==
+RMD160 (YAML-LibYAML-0.32.tar.gz) = yUGFJXvDD8Px8VyQTQtaYzl+glE=
+SHA1 (YAML-LibYAML-0.32.tar.gz) = CWOLGpcjx+/miqq9IV/pYoH+eDc=
+SHA256 (YAML-LibYAML-0.32.tar.gz) = 
o3UcxCTeL8O0Rh70gLRwJ6tMZPrIfA8y+SXYWGISDYo=
+SIZE (YAML-LibYAML-0.32.tar.gz) = 136005
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/p5-YAML-XS/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   18 Jun 2009 18:08:06 -  1.1.1.1
+++ pkg/PLIST   9 Jan 2010 12:32:33 -
@@ -1,4 +1,4 @@
-...@comment $OpenBSD: PLIST,v 1.1.1.1 2009/06/18 18:08:06 simon Exp $
+...@comment $OpenBSD$
 ${P5ARCH}/
 ${P5ARCH}/YAML/
 ${P5ARCH}/YAML/LibYAML.pm


UPDATE [1/5]: p5-HTML-FormFu-0.06001

2010-01-09 Thread Cesare Gargano
Hi!
This updates p5-HTML-FormFu to latest version.

I've already upgraded it to 0.6000 version, but was fighting against a
YAML UTF-8 related bug, which broke make regress failing to pass all
tests.

Reading this
http://lists.scsys.co.uk/pipermail/html-formfu/2010-January/002662.html
I solved the problem upgrading our Config::Any to latest version (see
other patches)

Saluti,
Cesare
Index: Makefile
===
RCS file: /cvs/ports/www/p5-HTML-FormFu/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile5 Feb 2009 22:05:10 -   1.1.1.1
+++ Makefile9 Jan 2010 12:06:07 -
@@ -3,7 +3,7 @@
 COMMENT =  HTML form creation, rendering and validation framework
 
 MODULES =  cpan
-DISTNAME = HTML-FormFu-0.03007
+DISTNAME = HTML-FormFu-0.06001
 CATEGORIES =   www textproc
 
 MAINTAINER =   Simon Bertrang si...@openbsd.org
@@ -37,7 +37,11 @@ RUN_DEPENDS =::devel/p5-Class-Accessor
::textproc/p5-Template \
::www/p5-HTML-Scrubber \
::www/p5-HTML-TokeParser-Simple \
-   ::www/p5-libwww
+   ::www/p5-libwww \
+   ::devel/p5-Path-Class \
+   ::devel/p5-YAML-XS \
+   ::textproc/p5-Number-Format \
+   ::devel/p5-Hash-Flatten
 
 REGRESS_DEPENDS =  ::devel/p5-Test-NoWarnings
 
Index: distinfo
===
RCS file: /cvs/ports/www/p5-HTML-FormFu/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo5 Feb 2009 22:05:10 -   1.1.1.1
+++ distinfo9 Jan 2010 12:06:07 -
@@ -1,5 +1,5 @@
-MD5 (HTML-FormFu-0.03007.tar.gz) = 4ptJHD7YqIE5q37iN06DNA==
-RMD160 (HTML-FormFu-0.03007.tar.gz) = iMTlimOsrk2jgZDZaB6n0Oplpzk=
-SHA1 (HTML-FormFu-0.03007.tar.gz) = l+f7yllYuToJjbKNJDdqFFNBV9o=
-SHA256 (HTML-FormFu-0.03007.tar.gz) = 
HrtaXeY1koMNG8Ggu8sXHcH50eRrtqdzspzc5/cljA4=
-SIZE (HTML-FormFu-0.03007.tar.gz) = 237502
+MD5 (HTML-FormFu-0.06001.tar.gz) = 2QAZma71ueoZ1PXro4LGQA==
+RMD160 (HTML-FormFu-0.06001.tar.gz) = bnnMfF/oGM9yZ/2M69IwvwymKQ4=
+SHA1 (HTML-FormFu-0.06001.tar.gz) = zJvAWPZrW+hf+6gxXAu0jnbjjlU=
+SHA256 (HTML-FormFu-0.06001.tar.gz) = 
HF+P6jvlnf6aKzbWHuXSCLE+2hwNVOIFxzXTLtdsPuw=
+SIZE (HTML-FormFu-0.06001.tar.gz) = 287073
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/p5-HTML-FormFu/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   5 Feb 2009 22:05:10 -   1.1.1.1
+++ pkg/PLIST   9 Jan 2010 12:06:07 -
@@ -1,4 +1,4 @@
-...@comment $OpenBSD: PLIST,v 1.1.1.1 2009/02/05 22:05:10 simon Exp $
+...@comment $OpenBSD$
 bin/html_formfu_deploy.pl
 bin/html_formfu_dumpconf.pl
 ${P5SITE}/HTML/FormFu/
@@ -34,6 +34,8 @@ ${P5SITE}/HTML/FormFu/Constraint/Number.
 ${P5SITE}/HTML/FormFu/Constraint/Printable.pm
 ${P5SITE}/HTML/FormFu/Constraint/Range.pm
 ${P5SITE}/HTML/FormFu/Constraint/Regex.pm
+${P5SITE}/HTML/FormFu/Constraint/Repeatable/
+${P5SITE}/HTML/FormFu/Constraint/Repeatable/Any.pm
 ${P5SITE}/HTML/FormFu/Constraint/Required.pm
 ${P5SITE}/HTML/FormFu/Constraint/Set.pm
 ${P5SITE}/HTML/FormFu/Constraint/SingleValue.pm
@@ -42,8 +44,11 @@ ${P5SITE}/HTML/FormFu/Constraint/_others
 ${P5SITE}/HTML/FormFu/Constraint/reCAPTCHA.pm
 ${P5SITE}/HTML/FormFu/Deflator/
 ${P5SITE}/HTML/FormFu/Deflator.pm
+${P5SITE}/HTML/FormFu/Deflator/Callback.pm
 ${P5SITE}/HTML/FormFu/Deflator/CompoundDateTime.pm
 ${P5SITE}/HTML/FormFu/Deflator/CompoundSplit.pm
+${P5SITE}/HTML/FormFu/Deflator/FormatNumber.pm
+${P5SITE}/HTML/FormFu/Deflator/PathClassFile.pm
 ${P5SITE}/HTML/FormFu/Deflator/Strftime.pm
 ${P5SITE}/HTML/FormFu/Deploy.pm
 ${P5SITE}/HTML/FormFu/Element/
@@ -62,7 +67,9 @@ ${P5SITE}/HTML/FormFu/Element/File.pm
 ${P5SITE}/HTML/FormFu/Element/Hidden.pm
 ${P5SITE}/HTML/FormFu/Element/Hr.pm
 ${P5SITE}/HTML/FormFu/Element/Image.pm
+${P5SITE}/HTML/FormFu/Element/Label.pm
 ${P5SITE}/HTML/FormFu/Element/Multi.pm
+${P5SITE}/HTML/FormFu/Element/Number.pm
 ${P5SITE}/HTML/FormFu/Element/Password.pm
 ${P5SITE}/HTML/FormFu/Element/Radio.pm
 ${P5SITE}/HTML/FormFu/Element/Radiogroup.pm
@@ -97,6 +104,7 @@ ${P5SITE}/HTML/FormFu/Filter/CompoundJoi
 ${P5SITE}/HTML/FormFu/Filter/CompoundSprintf.pm
 ${P5SITE}/HTML/FormFu/Filter/CopyValue.pm
 ${P5SITE}/HTML/FormFu/Filter/Encode.pm
+${P5SITE}/HTML/FormFu/Filter/FormatNumber.pm
 ${P5SITE}/HTML/FormFu/Filter/HTMLEscape.pm
 ${P5SITE}/HTML/FormFu/Filter/HTMLScrubber.pm
 ${P5SITE}/HTML/FormFu/Filter/LowerCase.pm
@@ -116,6 +124,7 @@ ${P5SITE}/HTML/FormFu/I18N/es.pm
 ${P5SITE}/HTML/FormFu/I18N/fr.pm
 ${P5SITE}/HTML/FormFu/I18N/it.pm
 ${P5SITE}/HTML/FormFu/I18N/ja.pm
+${P5SITE}/HTML/FormFu/I18N/no.pm
 ${P5SITE}/HTML/FormFu/I18N/pt_br.pm
 ${P5SITE}/HTML/FormFu/I18N/pt_pt.pm
 ${P5SITE}/HTML/FormFu/I18N/ro.pm
@@ -123,6 +132,7 @@ 

[1/4] NEW: p5-HTML-FormFu-Model-DBIC-0.06000

2010-01-09 Thread Cesare Gargano
Hi!

pkg/DESCR:
Access DBIx::Class schema directly from the form object.

Usefull to work with p5-Catalyst-*

Saluti,
Cesare.


p5-HTML-FormFu-Model-DBIC-0.06000.tgz
Description: application/tar-gz


[2/4] UPDATE: p5-DateTime-Format-SQLite-0.11

2010-01-09 Thread Cesare Gargano
Hi!
This updates p5-DateTime-Format-SQLite to latest version.
(HTML-FormFu-Model-DBIC related)

Saluti,
Cesare.
Index: Makefile
===
RCS file: /cvs/ports/devel/p5-DateTime-Format-Pg/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile20 May 2009 06:41:36 -  1.5
+++ Makefile9 Jan 2010 13:03:52 -
@@ -1,9 +1,9 @@
 # $OpenBSD: Makefile,v 1.5 2009/05/20 06:41:36 pea Exp $
 
-COMMENT=   parse and create PostGresql date objects
+COMMENT=   Parse and format SQLite dates and times
 
 MODULES=   cpan
-DISTNAME=  DateTime-Format-Pg-0.16003
+DISTNAME=  DateTime-Format-SQLite-0.11
 CATEGORIES=devel converters
 
 # perl
@@ -16,4 +16,6 @@ RUN_DEPENDS=  ::devel/p5-DateTime-Format
 BUILD_DEPENDS= ${RUN_DEPENDS}
 MAKE_ENV=  TEST_POD=Yes
 
-.include bsd.port.mk 
+CPAN_AUTHOR =  CFAERBER
+
+.include bsd.port.mk
Index: distinfo
===
RCS file: /cvs/ports/devel/p5-DateTime-Format-Pg/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo20 May 2009 06:41:36 -  1.5
+++ distinfo9 Jan 2010 13:03:52 -
@@ -1,5 +1,5 @@
-MD5 (DateTime-Format-Pg-0.16003.tar.gz) = FgsZ6D4wTsB39PEvOfZdVw==
-RMD160 (DateTime-Format-Pg-0.16003.tar.gz) = Ozmtf3157MFXiZ2u39O2C4Lc5NE=
-SHA1 (DateTime-Format-Pg-0.16003.tar.gz) = VT+yPFFdsCIYW07chdO1MYHw2Jk=
-SHA256 (DateTime-Format-Pg-0.16003.tar.gz) = 
XcnUUHo6uD4UmHcYNteAADgSBz+2oTPsEgIMd/nlX3s=
-SIZE (DateTime-Format-Pg-0.16003.tar.gz) = 31781
+MD5 (DateTime-Format-SQLite-0.11.tar.gz) = nMnMhhQHobvGliJmBSeYQg==
+RMD160 (DateTime-Format-SQLite-0.11.tar.gz) = rLHOzMobDqoKgJxPgQ6jC9QTRvc=
+SHA1 (DateTime-Format-SQLite-0.11.tar.gz) = oE+IJo4sPN29wz1NIIJ3kBS4jqQ=
+SHA256 (DateTime-Format-SQLite-0.11.tar.gz) = 
zB9OCuHTmw1MPd3M/XQjx3xnpwlQxLXsq/jKVTqylLQ=
+SIZE (DateTime-Format-SQLite-0.11.tar.gz) = 13089
Index: pkg/DESCR
===
RCS file: /cvs/ports/devel/p5-DateTime-Format-Pg/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- pkg/DESCR   10 Dec 2006 11:07:14 -  1.1.1.1
+++ pkg/DESCR   9 Jan 2010 13:03:52 -
@@ -1,4 +0,0 @@
-This module understands the formats used by PostgreSQL for its DATE,
-TIME, and TIMESTAMP data types.  It can be used to parse these formats
-in order to create DateTime objects, and it can take a CDateTime
-object and produce a string representing it in the PostgreSQL format.
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/p5-DateTime-Format-Pg/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   10 Dec 2006 11:07:14 -  1.1.1.1
+++ pkg/PLIST   9 Jan 2010 13:03:52 -
@@ -1,3 +1,3 @@
-...@comment $OpenBSD: PLIST,v 1.1.1.1 2006/12/10 11:07:14 espie Exp $
-${P5SITE}/DateTime/Format/Pg.pm
-...@man man/man3p/DateTime::Format::Pg.3p
+...@comment $OpenBSD$
+${P5SITE}/DateTime/Format/SQLite.pm
+...@man man/man3p/DateTime::Format::SQLite.3p


[4/4] UPDATE: p5-File-ShareDir-1.01

2010-01-09 Thread Cesare Gargano
Hi!
This updates p5-File-ShareDir to latest version.
(HTML-FormFu-Model-DBIC related).

Saluti,
Cesare.
Index: Makefile
===
RCS file: /cvs/ports/devel/p5-File-ShareDir/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile3 Oct 2008 13:38:31 -   1.4
+++ Makefile9 Jan 2010 14:08:48 -
@@ -1,9 +1,9 @@
 # $OpenBSD: Makefile,v 1.4 2008/10/03 13:38:31 jasper Exp $
 
-COMMENT=   locate install data per-module
+COMMENT=   locate install data per-module
 
 MODULES=   cpan
-DISTNAME=  File-ShareDir-1.00
+DISTNAME=  File-ShareDir-1.01
 CATEGORIES=devel
 
 # perl
Index: distinfo
===
RCS file: /cvs/ports/devel/p5-File-ShareDir/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo3 Oct 2008 13:38:31 -   1.3
+++ distinfo9 Jan 2010 14:08:48 -
@@ -1,5 +1,5 @@
-MD5 (File-ShareDir-1.00.tar.gz) = KPRwgefWeEELxeCIGyhqiw==
-RMD160 (File-ShareDir-1.00.tar.gz) = 4/HaZoHrI3iaNRSzgmlJ5iefteY=
-SHA1 (File-ShareDir-1.00.tar.gz) = 5e2Xgt+FWUDCvcyEa0PBAmVOW1o=
-SHA256 (File-ShareDir-1.00.tar.gz) = 
PxV+LQUuKN8yg/Oxw5CCbK/8soMFRZBJRDIK7UMO2ak=
-SIZE (File-ShareDir-1.00.tar.gz) = 27905
+MD5 (File-ShareDir-1.01.tar.gz) = IyAGjnwQZQe4j7e5J9Tm7A==
+RMD160 (File-ShareDir-1.01.tar.gz) = 1QXXEQ0si2tUycydBBRqpuVXuDM=
+SHA1 (File-ShareDir-1.01.tar.gz) = VhZZZhUjFB6+qcUOqrp4hNs45VU=
+SHA256 (File-ShareDir-1.01.tar.gz) = 
12nTkA4dvQp7ZqAKhYYYwCIlIALf4PklZI9Qww+tXg4=
+SIZE (File-ShareDir-1.01.tar.gz) = 29848
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/p5-File-ShareDir/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   3 Oct 2008 13:38:31 -   1.2
+++ pkg/PLIST   9 Jan 2010 14:08:48 -
@@ -1,4 +1,4 @@
-...@comment $OpenBSD: PLIST,v 1.2 2008/10/03 13:38:31 jasper Exp $
+...@comment $OpenBSD$
 ${P5SITE}/File/
 ${P5SITE}/File/ShareDir.pm
 ${P5SITE}/auto/


[3/4] UPDATE: p5-SQL-Translator-0.11003

2010-01-09 Thread Cesare Gargano
Hi!
This updates p5-SQL-Translator to latest version.
(HTML-FormFu-Model-DBIc related)

Saluti,
Cesare.
? patches
Index: Makefile
===
RCS file: /cvs/ports/databases/p5-SQL-Translator/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile4 Feb 2009 08:23:17 -   1.6
+++ Makefile9 Jan 2010 14:04:59 -
@@ -1,38 +1,40 @@
 # $OpenBSD: Makefile,v 1.6 2009/02/04 08:23:17 jasper Exp $
 
-COMMENT=   database schema manipulation
+COMMENT =  database schema manipulation
 
-DISTNAME=  SQL-Translator-0.09002
-CATEGORIES=databases devel
-MODULES=   cpan
+DISTNAME = SQL-Translator-0.11003
+CATEGORIES =   databases devel
+MODULES =  cpan
 
-HOMEPAGE=  http://sqlfairy.sourceforge.net/
+HOMEPAGE = http://sqlfairy.sourceforge.net/
 
 # perl
-PERMIT_PACKAGE_CDROM=  Yes
-PERMIT_PACKAGE_FTP=Yes
-PERMIT_DISTFILES_CDROM=Yes
-PERMIT_DISTFILES_FTP=  Yes
-
-RUN_DEPENDS=   ::databases/p5-DBI \
-   ::devel/p5-Class-Accessor \
-   ::devel/p5-Class-Base \
-   ::devel/p5-Class-MakeMethods \
-   ::devel/p5-Parse-RecDescent \
-   ::devel/p5-Class-Data-Inheritable \
-   ::devel/p5-Log-Log4perl \
-   ::devel/p5-Parse-RecDescent \
-   ::devel/p5-YAML \
-   ::textproc/p5-Template
-
-REGRESS_DEPENDS=::devel/p5-Sub-Uplevel \
-   ::devel/p5-Test-Differences \
-   ::devel/p5-Test-Exception \
-   ::graphics/p5-GD \
-   ::textproc/p5-XML-Writer \
-   ::textproc/p5-XML-XPath \
-   ::textproc/p5-Text-RecordParser
-
-CONFIGURE_STYLE= modbuild
+PERMIT_PACKAGE_CDROM = Yes
+PERMIT_PACKAGE_FTP =   Yes
+PERMIT_DISTFILES_CDROM = Yes
+PERMIT_DISTFILES_FTP = Yes
+
+RUN_DEPENDS =  ::databases/p5-DBI \
+   ::devel/p5-Class-Accessor \
+   ::devel/p5-Class-Base \
+   ::devel/p5-Class-MakeMethods \
+   ::devel/p5-Parse-RecDescent \
+   ::devel/p5-Class-Data-Inheritable \
+   ::devel/p5-Log-Log4perl \
+   ::devel/p5-Parse-RecDescent \
+   ::devel/p5-YAML \
+   ::textproc/p5-Template \
+   ::textproc/p5-XML-Writer \
+   ::devel/p5-File-ShareDir
+
+REGRESS_DEPENDS =  ::devel/p5-Sub-Uplevel \
+   ::devel/p5-Test-Differences \
+   ::devel/p5-Test-Exception \
+   ::graphics/p5-GD \
+   ::textproc/p5-XML-Writer \
+   ::textproc/p5-XML-XPath \
+   ::textproc/p5-Text-RecordParser \
+   ::devel/p5-Test-Differences \
+   ::textproc/p5-XML-LibXML
 
 .include bsd.port.mk
Index: distinfo
===
RCS file: /cvs/ports/databases/p5-SQL-Translator/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo4 Feb 2009 08:23:17 -   1.4
+++ distinfo9 Jan 2010 14:04:59 -
@@ -1,5 +1,5 @@
-MD5 (SQL-Translator-0.09002.tar.gz) = tTyfiXqUFdbEhHLVCyHPUA==
-RMD160 (SQL-Translator-0.09002.tar.gz) = SLT2n/aANYkfb+pVBhAqHBqpcDY=
-SHA1 (SQL-Translator-0.09002.tar.gz) = H5ENyTPle8F35cYnotEAdEY8Gss=
-SHA256 (SQL-Translator-0.09002.tar.gz) = 
E0cH1NpaEe9f3oWaOGsrZZXVYvUEX9A1qD8D7ugAAMw=
-SIZE (SQL-Translator-0.09002.tar.gz) = 581491
+MD5 (SQL-Translator-0.11003.tar.gz) = raFAqQSyGheqR8ZJA6h/GA==
+RMD160 (SQL-Translator-0.11003.tar.gz) = bVCf0L3zfsYf+JuCNLaXlLGeC08=
+SHA1 (SQL-Translator-0.11003.tar.gz) = Sz6Wr1e6gK0/5y5idxWDKfbWisY=
+SHA256 (SQL-Translator-0.11003.tar.gz) = 
BpVAsE2F1zvyjdF22pekev/CLaPQRVOu+DDChO8oxzU=
+SIZE (SQL-Translator-0.11003.tar.gz) = 402788
Index: pkg/PLIST
===
RCS file: /cvs/ports/databases/p5-SQL-Translator/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   4 Feb 2009 08:23:17 -   1.3
+++ pkg/PLIST   9 Jan 2010 14:04:59 -
@@ -1,4 +1,4 @@
-...@comment $OpenBSD: PLIST,v 1.3 2009/02/04 08:23:17 jasper Exp $
+...@comment $OpenBSD$
 bin/sqlt
 bin/sqlt-diagram
 bin/sqlt-diff
@@ -46,16 +46,7 @@ ${P5SITE}/SQL/Translator/Producer/
 ${P5SITE}/SQL/Translator/Producer.pm
 ${P5SITE}/SQL/Translator/Producer/ClassDBI.pm
 ${P5SITE}/SQL/Translator/Producer/DB2.pm
-${P5SITE}/SQL/Translator/Producer/DiaUml/
 ${P5SITE}/SQL/Translator/Producer/DiaUml.pm
-${P5SITE}/SQL/Translator/Producer/DiaUml/diagram.tt2
-${P5SITE}/SQL/Translator/Producer/DiaUml/layer.tt2
-${P5SITE}/SQL/Translator/Producer/DiaUml/schema.tt2
-${P5SITE}/SQL/Translator/Producer/DiaUml/uml-attribute.tt2
-${P5SITE}/SQL/Translator/Producer/DiaUml/uml-class-all.tt2

UPDATE: p5-Catalyst-Runtime-5.80016

2010-01-09 Thread Cesare Gargano
Hi!
This updates p5-Catalyst-Runtime to latest version.

Saluti,
Cesare.
Index: Makefile
===
RCS file: /cvs/ports/www/p5-Catalyst-Runtime/Makefile,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile
--- Makefile27 Oct 2009 00:44:58 -  1.18
+++ Makefile9 Jan 2010 14:29:57 -
@@ -1,9 +1,9 @@
 # $OpenBSD: Makefile,v 1.18 2009/10/27 00:44:58 jim Exp $
 
-COMMENT=   MVC Web Application Framework
+COMMENT=   MVC Web Application Framework
 
 MODULES=   cpan
-DISTNAME=  Catalyst-Runtime-5.80013
+DISTNAME=  Catalyst-Runtime-5.80016
 CATEGORIES=www
 
 HOMEPAGE=  http://www.catalystframework.org/
@@ -37,16 +37,22 @@ RUN_DEPENDS=::devel/p5-namespace-autocl
::www/p5-CGI-Simple \
::www/p5-HTTP-Body \
:p5-HTTP-Request-AsCGI-=0.8:www/p5-HTTP-Request-AsCGI \
-   :p5-libwww-=5.805:www/p5-libwww
+   :p5-libwww-=5.805:www/p5-libwww \
+   ::devel/p5-MooseX-Role-WithOverloading \
+   ::devel/p5-MooseX-Getopt \
+   ::devel/p5-MooseX-Types-Common
 
 REGRESS_DEPENDS=::devel/p5-Class-Data-Inheritable \
::devel/p5-Pod-Coverage \
::devel/p5-Test-Exception \
::devel/p5-Test-Pod \
-   ::devel/p5-Test-Pod-Coverage
+   ::devel/p5-Test-Pod-Coverage \
+   ::devel/p5-YAML
 
 MAKE_ENV=  TEST_POD=Yes
 
 CONFIGURE_ARGS=--skipdeps
+
+CPAN_AUTHOR=   BOBTFISH
 
 .include bsd.port.mk
Index: distinfo
===
RCS file: /cvs/ports/www/p5-Catalyst-Runtime/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- distinfo27 Oct 2009 00:44:58 -  1.11
+++ distinfo9 Jan 2010 14:29:57 -
@@ -1,5 +1,5 @@
-MD5 (Catalyst-Runtime-5.80013.tar.gz) = smtGQ2BZS36yMcr3jAux7w==
-RMD160 (Catalyst-Runtime-5.80013.tar.gz) = VuZBU0WY170ZtJkih0+lZ9ijVjw=
-SHA1 (Catalyst-Runtime-5.80013.tar.gz) = g5/zw/8pBeu2PbfIQ/wHGult5Ew=
-SHA256 (Catalyst-Runtime-5.80013.tar.gz) = 
hwriKuKXsa8R0pTho5GkSd+nRtaD4xbbUOuCDGXvE+c=
-SIZE (Catalyst-Runtime-5.80013.tar.gz) = 225132
+MD5 (Catalyst-Runtime-5.80016.tar.gz) = C1iKIZHHDTqmDvnrVfsZnA==
+RMD160 (Catalyst-Runtime-5.80016.tar.gz) = gWELPc227I27Kpg3zJoWPbrd/K8=
+SHA1 (Catalyst-Runtime-5.80016.tar.gz) = zJEo2Y7dm3Sxw3+thKaJueNwJH0=
+SHA256 (Catalyst-Runtime-5.80016.tar.gz) = 
GPMexH1yVQ0TfEoJwcvOMJ4Xka2FH5EKGvFpLpQVHwg=
+SIZE (Catalyst-Runtime-5.80016.tar.gz) = 234716
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/p5-Catalyst-Runtime/pkg/PLIST,v
retrieving revision 1.8
diff -u -p -r1.8 PLIST
--- pkg/PLIST   27 Oct 2009 00:44:58 -  1.8
+++ pkg/PLIST   9 Jan 2010 14:29:57 -
@@ -1,5 +1,4 @@
-...@comment $OpenBSD: PLIST,v 1.8 2009/10/27 00:44:58 jim Exp $
-...@conflict p5-Catalyst-Manual-5.701003
+...@comment $OpenBSD$
 bin/catalyst.pl
 ${P5SITE}/Catalyst/
 ${P5SITE}/Catalyst.pm
@@ -29,8 +28,10 @@ ${P5SITE}/Catalyst/Engine/FastCGI.pm
 ${P5SITE}/Catalyst/Engine/HTTP.pm
 ${P5SITE}/Catalyst/Exception/
 ${P5SITE}/Catalyst/Exception.pm
+${P5SITE}/Catalyst/Exception/Basic.pm
 ${P5SITE}/Catalyst/Exception/Detach.pm
 ${P5SITE}/Catalyst/Exception/Go.pm
+${P5SITE}/Catalyst/Exception/Interface.pm
 ${P5SITE}/Catalyst/Log.pm
 ${P5SITE}/Catalyst/Model.pm
 ${P5SITE}/Catalyst/Request/
@@ -38,6 +39,14 @@ ${P5SITE}/Catalyst/Request.pm
 ${P5SITE}/Catalyst/Request/Upload.pm
 ${P5SITE}/Catalyst/Response.pm
 ${P5SITE}/Catalyst/Runtime.pm
+${P5SITE}/Catalyst/Script/
+${P5SITE}/Catalyst/Script/CGI.pm
+${P5SITE}/Catalyst/Script/Create.pm
+${P5SITE}/Catalyst/Script/FastCGI.pm
+${P5SITE}/Catalyst/Script/Server.pm
+${P5SITE}/Catalyst/Script/Test.pm
+${P5SITE}/Catalyst/ScriptRole.pm
+${P5SITE}/Catalyst/ScriptRunner.pm
 ${P5SITE}/Catalyst/Stats.pm
 ${P5SITE}/Catalyst/Test.pm
 ${P5SITE}/Catalyst/Upgrading.pod
@@ -67,14 +76,23 @@ ${P5SITE}/Catalyst/View.pm
 @man man/man3p/Catalyst::Engine::FastCGI.3p
 @man man/man3p/Catalyst::Engine::HTTP.3p
 @man man/man3p/Catalyst::Exception.3p
+...@man man/man3p/Catalyst::Exception::Basic.3p
 @man man/man3p/Catalyst::Exception::Detach.3p
 @man man/man3p/Catalyst::Exception::Go.3p
+...@man man/man3p/Catalyst::Exception::Interface.3p
 @man man/man3p/Catalyst::Log.3p
 @man man/man3p/Catalyst::Model.3p
 @man man/man3p/Catalyst::Request.3p
 @man man/man3p/Catalyst::Request::Upload.3p
 @man man/man3p/Catalyst::Response.3p
 @man man/man3p/Catalyst::Runtime.3p
+...@man man/man3p/Catalyst::Script::CGI.3p
+...@man man/man3p/Catalyst::Script::Create.3p
+...@man man/man3p/Catalyst::Script::FastCGI.3p
+...@man man/man3p/Catalyst::Script::Server.3p
+...@man man/man3p/Catalyst::Script::Test.3p
+...@man man/man3p/Catalyst::ScriptRole.3p
+...@man man/man3p/Catalyst::ScriptRunner.3p
 @man man/man3p/Catalyst::Stats.3p
 @man man/man3p/Catalyst::Test.3p
 @man 

UPDATE: p5-Catalyst-Controller-HTML-FormFu-0.06001

2010-01-09 Thread Cesare Gargano
Hi!
This updates p5-Catalyst-Controller-HTML-FormFu to latest version.

Saluti,
Cesare.
Index: Makefile
===
RCS file: /cvs/ports/www/p5-Catalyst-Controller-HTML-FormFu/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile5 Feb 2009 22:05:13 -   1.1.1.1
+++ Makefile9 Jan 2010 14:34:17 -
@@ -3,7 +3,7 @@
 COMMENT =  formular fu for catalyst
 
 MODULES =  cpan
-DISTNAME = Catalyst-Controller-HTML-FormFu-0.03006
+DISTNAME = Catalyst-Controller-HTML-FormFu-0.06001
 CATEGORIES =   www textproc
 
 MAINTAINER =   Simon Bertrang si...@openbsd.org
@@ -15,8 +15,6 @@ PERMIT_DISTFILES_CDROM =  Yes
 PERMIT_DISTFILES_FTP = Yes
 
 RUN_DEPENDS =  ::devel/p5-Config-Any \
-   ::devel/p5-Moose \
-   ::devel/p5-Task-Weaken \
::textproc/p5-Regexp-Assemble \
::www/p5-HTML-FormFu \
::www/p5-Catalyst-Component-InstancePerContext
@@ -25,7 +23,9 @@ REGRESS_DEPENDS = ::devel/p5-Config-Gene
::devel/p5-Test-WWW-Mechanize-Catalyst \
::textproc/p5-Catalyst-View-TT \
::www/p5-Catalyst-Action-RenderView \
-   ::www/p5-Catalyst-Plugin-ConfigLoader
+   ::www/p5-Catalyst-Plugin-ConfigLoader \
+   ::www/p5-Catalyst-Plugin-Session-State-Cookie \
+   ::www/p5-Catalyst-Plugin-Session-Store-File
 
 CONFIGURE_ARGS +=  --skipdeps
 
Index: distinfo
===
RCS file: /cvs/ports/www/p5-Catalyst-Controller-HTML-FormFu/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo5 Feb 2009 22:05:13 -   1.1.1.1
+++ distinfo9 Jan 2010 14:34:17 -
@@ -1,5 +1,5 @@
-MD5 (Catalyst-Controller-HTML-FormFu-0.03006.tar.gz) = rfMrrsv4+1YEUMgVSqz5Mw==
-RMD160 (Catalyst-Controller-HTML-FormFu-0.03006.tar.gz) = 
j5QrCK6qIvpuv59vrQxgfTLxRDE=
-SHA1 (Catalyst-Controller-HTML-FormFu-0.03006.tar.gz) = 
6broTePhPNPneex64VcQQt7VovI=
-SHA256 (Catalyst-Controller-HTML-FormFu-0.03006.tar.gz) = 
y5tbpYghExjZAu8roK/ihJCrjT+w9h3iWTxQVLW4pkc=
-SIZE (Catalyst-Controller-HTML-FormFu-0.03006.tar.gz) = 33585
+MD5 (Catalyst-Controller-HTML-FormFu-0.06001.tar.gz) = eQW8MX/ivNdJB0vrgk4D8w==
+RMD160 (Catalyst-Controller-HTML-FormFu-0.06001.tar.gz) = 
PM3IImaol1voidRM0YokQPA4CgM=
+SHA1 (Catalyst-Controller-HTML-FormFu-0.06001.tar.gz) = 
C39AschQGZmIb5RMq8IWJZVuGGM=
+SHA256 (Catalyst-Controller-HTML-FormFu-0.06001.tar.gz) = 
7ExpbBwRbX8bYjdSik/Op1iEKaxJeK+I3uluD4S1YcM=
+SIZE (Catalyst-Controller-HTML-FormFu-0.06001.tar.gz) = 38160
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/p5-Catalyst-Controller-HTML-FormFu/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   5 Feb 2009 22:05:13 -   1.1.1.1
+++ pkg/PLIST   9 Jan 2010 14:34:17 -
@@ -1,4 +1,4 @@
-...@comment $OpenBSD: PLIST,v 1.1.1.1 2009/02/05 22:05:13 simon Exp $
+...@comment $OpenBSD$
 ${P5SITE}/Catalyst/Controller/
 ${P5SITE}/Catalyst/Controller/HTML/
 ${P5SITE}/Catalyst/Controller/HTML/FormFu/
@@ -10,8 +10,14 @@ ${P5SITE}/Catalyst/Controller/HTML/FormF
 ${P5SITE}/Catalyst/Controller/HTML/FormFu/Action/MultiForm.pm
 ${P5SITE}/Catalyst/Controller/HTML/FormFu/Action/MultiFormConfig.pm
 ${P5SITE}/Catalyst/Controller/HTML/FormFu/Action/MultiFormMethod.pm
+${P5SITE}/Catalyst/Controller/HTML/FormFu/ActionBase/
+${P5SITE}/Catalyst/Controller/HTML/FormFu/ActionBase/Form.pm
 ${P5SITE}/Catalyst/Helper/
 ${P5SITE}/Catalyst/Helper/HTML/
 ${P5SITE}/Catalyst/Helper/HTML/FormFu.pm
+${P5SITE}/HTML/FormFu/Constraint/RequestToken.pm
+${P5SITE}/HTML/FormFu/Element/RequestToken.pm
+${P5SITE}/HTML/FormFu/Plugin/RequestToken.pm
 @man man/man3p/Catalyst::Controller::HTML::FormFu.3p
 @man man/man3p/Catalyst::Helper::HTML::FormFu.3p
+...@man man/man3p/HTML::FormFu::Element::RequestToken.3p


Re: [2/4] UPDATE: p5-DateTime-Format-SQLite-0.11

2010-01-09 Thread Cesare Gargano
On Sat, Jan 09, 2010 at 03:33:34PM +0100, Landry Breuil wrote:
 On Sat, Jan 09, 2010 at 03:14:42PM +0100, Cesare Gargano wrote:
  Hi!
  This updates p5-DateTime-Format-SQLite to latest version.
  (HTML-FormFu-Model-DBIC related)
 
  -DISTNAME=  DateTime-Format-Pg-0.16003
  +DISTNAME=  DateTime-Format-SQLite-0.11
 
 Err i suppose this was not intended ?
 
 Landry

Gasp! Sure...
There's no p5-DateTime-Format-SQLite in openbsd ports tree ;)
This is a _NEW_ port.

ShouldI resend it with a different subject line?

(Attached .tgz)

Saluti,
Cesare.



Re: [2/4] UPDATE: p5-DateTime-Format-SQLite-0.11

2010-01-09 Thread Cesare Gargano
On Sat, Jan 09, 2010 at 03:33:34PM +0100, Landry Breuil wrote:
 On Sat, Jan 09, 2010 at 03:14:42PM +0100, Cesare Gargano wrote:
  Hi!
  This updates p5-DateTime-Format-SQLite to latest version.
  (HTML-FormFu-Model-DBIC related)
 
  -DISTNAME=  DateTime-Format-Pg-0.16003
  +DISTNAME=  DateTime-Format-SQLite-0.11
 
 Err i suppose this was not intended ?
 
 Landry

And this is the tgz.

Cesare.


p5-DateTime-Format-SQLite-0.11.tgz
Description: application/tar-gz


UPDATE: p5-Catalyst-Model-DBIC-Schema-0.35

2010-01-09 Thread Cesare Gargano
Hi!
This updates p5-Catalyst-Model-DBIC-Schema to latest version.

Saluti,
Cesare.
? patches
Index: Makefile
===
RCS file: /cvs/ports/databases/p5-Catalyst-Model-DBIC-Schema/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile13 Sep 2008 15:59:18 -  1.7
+++ Makefile9 Jan 2010 16:36:38 -
@@ -1,8 +1,8 @@
 # $OpenBSD: Makefile,v 1.7 2008/09/13 15:59:18 simon Exp $
 
-COMMENT=   model class for catalyst
+COMMENT=   model class for catalyst
 
-DISTNAME=  Catalyst-Model-DBIC-Schema-0.21
+DISTNAME=  Catalyst-Model-DBIC-Schema-0.35
 CATEGORIES=databases
 MODULES=   cpan
 
@@ -15,7 +15,10 @@ PERMIT_DISTFILES_CDROM=  Yes
 PERMIT_DISTFILES_FTP=  Yes
 
 RUN_DEPENDS=   ::databases/p5-DBIx-Class-Schema-Loader \
-   ::www/p5-Catalyst-Devel
+   ::devel/p5-Tie-IxHash \
+   ::www/p5-Catalyst-Devel \
+   ::devel/p5-CatalystX-Component-Traits
+
 BUILD_DEPENDS= ${RUN_DEPENDS}
 
 MAKE_ENV+= TEST_POD=Yes \
Index: distinfo
===
RCS file: /cvs/ports/databases/p5-Catalyst-Model-DBIC-Schema/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo13 Sep 2008 15:59:18 -  1.4
+++ distinfo9 Jan 2010 16:36:38 -
@@ -1,5 +1,5 @@
-MD5 (Catalyst-Model-DBIC-Schema-0.21.tar.gz) = FhYjX2au2W46qL78bI07Dw==
-RMD160 (Catalyst-Model-DBIC-Schema-0.21.tar.gz) = P9t5/hOmdpBGxoWmNh34pZGmj3U=
-SHA1 (Catalyst-Model-DBIC-Schema-0.21.tar.gz) = j7ltu4Slpz5iOkcAtkGEg+c/41c=
-SHA256 (Catalyst-Model-DBIC-Schema-0.21.tar.gz) = 
3bx+wydw0xJnrJjVbgAzbglgHBcxrQUtlsK+V5QWEYo=
-SIZE (Catalyst-Model-DBIC-Schema-0.21.tar.gz) = 26908
+MD5 (Catalyst-Model-DBIC-Schema-0.35.tar.gz) = K+m1xtD70uEhI+FjW3uGSg==
+RMD160 (Catalyst-Model-DBIC-Schema-0.35.tar.gz) = RLZvhlwHdHfaGcqk28eWyREM6mE=
+SHA1 (Catalyst-Model-DBIC-Schema-0.35.tar.gz) = cNH2k8AY+05UIRrwNdtz96qvqPk=
+SHA256 (Catalyst-Model-DBIC-Schema-0.35.tar.gz) = 
sL3/IBmY0nBXhZlYxvU5hE43TOW2QPQGm2x0Gc3F+Ps=
+SIZE (Catalyst-Model-DBIC-Schema-0.35.tar.gz) = 44279
Index: pkg/PLIST
===
RCS file: /cvs/ports/databases/p5-Catalyst-Model-DBIC-Schema/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   5 Nov 2006 11:53:23 -   1.1.1.1
+++ pkg/PLIST   9 Jan 2010 16:36:38 -
@@ -1,10 +1,22 @@
-...@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/05 11:53:23 espie Exp $
+...@comment $OpenBSD$
 ${P5SITE}/Catalyst/Helper/
 ${P5SITE}/Catalyst/Helper/Model/
 ${P5SITE}/Catalyst/Helper/Model/DBIC/
 ${P5SITE}/Catalyst/Helper/Model/DBIC/Schema.pm
 ${P5SITE}/Catalyst/Model/
 ${P5SITE}/Catalyst/Model/DBIC/
+${P5SITE}/Catalyst/Model/DBIC/Schema/
 ${P5SITE}/Catalyst/Model/DBIC/Schema.pm
+${P5SITE}/Catalyst/Model/DBIC/Schema/Types.pm
+${P5SITE}/Catalyst/TraitFor/
+${P5SITE}/Catalyst/TraitFor/Model/
+${P5SITE}/Catalyst/TraitFor/Model/DBIC/
+${P5SITE}/Catalyst/TraitFor/Model/DBIC/Schema/
+${P5SITE}/Catalyst/TraitFor/Model/DBIC/Schema/Caching.pm
+${P5SITE}/Catalyst/TraitFor/Model/DBIC/Schema/Replicated.pm
+${P5SITE}/Catalyst/TraitFor/Model/DBIC/Schema/SchemaProxy.pm
 @man man/man3p/Catalyst::Helper::Model::DBIC::Schema.3p
 @man man/man3p/Catalyst::Model::DBIC::Schema.3p
+...@man man/man3p/Catalyst::TraitFor::Model::DBIC::Schema::Caching.3p
+...@man man/man3p/Catalyst::TraitFor::Model::DBIC::Schema::Replicated.3p
+...@man man/man3p/Catalyst::TraitFor::Model::DBIC::Schema::SchemaProxy.3p


Re: webkit-current on -stable

2010-01-05 Thread Cesare Gargano
On Mon, Jan 04, 2010 at 09:19:40PM +0100, Landry Breuil wrote:
 On Mon, Jan 04, 2010 at 10:55:06PM +0300, Andrej Elizarov wrote:
  oh, my first thought was that ppl is some arch, like ppc =)
  
  $ uname -rpmsv
  OpenBSD 4.6 GENERIC#6 i386 Intel(R) Pentium(R) 4 CPU 1.80GHz
  (GenuineIntel 686-class)
 snip
  $ pkg_info|grep g++|awk '{print $1}'
  g++-4.2.4p5
 
 That was enough info re/ compiler  arch :)
 
  u need some tweaks before, that i made.
  -  -lxcb -lpthread-stubs from xenocara-current
  -  glib2-2.22.3p1
  but it's better change SHARED_LIBS suffix to previous (1802.0 -
  1801.1) to not break all dependencies as i do at first time.
  
  - new libsoup-2.28.2 (also with suffix hack)
  
  - can't remember, may be some another
 
 Ok, so a ports tree full of hacks. cool.
 
  ok. now to errors.
  
  i get some similiar to  yours
  https://bugs.webkit.org/show_bug.cgi?id=26099
  but now with 4(four) asserts and different line numbers.
  i'll be more accurate when reproduce it.
 
 webkit-1.1.15.4/ $grep -r COMPILE_ASSERT . | wc -l
  137
 
 Yeah, you'll need to be more accurate.. if you reproduce it.
 
  Here
  http://trac.webkit.org/browser/releases/WebKitGTK/webkit-1.1.17/
  appears some #def's and #ifdef's for OPENBSD,
  may be it can be useful for breaking this bug(?) out.
 
 Can you be _more_ precise on where this ifdefs 'appear' ? as i'm
 probably the only one working on webkit/openbsd, and i didn't test
 1.1.17 yet, i doubt that it targets this 'bug'.
  ^^ works great for me... (p.s. don't tell anyone ;)
 
  comment out two blocks of code in my patch- may be valid only if :
#if COMPILER(GCC)  PLATFORM(X86)
#elif COMPILER(GCC)  PLATFORM(X86_64)
  respectively
  i'm surprised (see #uname  output at top).
  
  meanwhile your asserts works only on
#elif COMPILER(GCC)  PLATFORM(X86_64)
  and it's right imo.
 
 I don't get what you mean.
 
  i'm greping sources for layout of JITStackFrame, but no success for now.
  may be there is things that i must to know about?
 
 JavaScriptCore/jit/JITStubs.h
 
 Landry



NEW: p5-Data-Dumper-Concise

2009-12-31 Thread Cesare Gargano
Hi!

pkg/DESCR:
This module always exports a single function, Dumper, which can be
called with an array of values to dump those values or with no arguments
to return the Data::Dumper object it's created.

p5-DBIx-Class update related.

Saluti,
C.


p5-Data-Dumper-Concise-1.100.tgz
Description: application/tar-gz


Re: NEW: x11/tabbed

2009-12-22 Thread Cesare Gargano
On Tue, Dec 22, 2009 at 08:57:26PM +0100, Matthias Kilian wrote:
 Hi,
 
 On Tue, Dec 22, 2009 at 04:45:50PM +0100, Jona Joachim wrote:
  From pkg/DESCR:
  
  Tabbed is a simple generic tabbed fronted to Xembed aware applications,
  originally designed for surf but also usable with many other
  applications, i.e.  uzbl, urxvt and xterm.
  
  To get started:
  
  TABBEDWID=`tabbed -d`
  surf -e ${TABBEDWID} 
  xterm -into ${TABBEDWID} 
 
 While this is a nice tool, some things are still slightly wrong.
 With tabbed(1) itself as well as with the port:
 
 - It hard-codes terminus as its font, so it should run-depend on it.
 
 - It hard-codes surf as the program started on Ctrl-Shift-Return. So it
   should either run-depend on surf, or you should patch the action to
   just launching an xterm (I'd prefer the latter, even if the intention
   of the suckless people was to write this tool mainly for surf).
 
 - The usage mentioned in the README contained in the distfile, the usage
   message displayed by tabbed(1), and the usage in the manpage differ.
   Furthermore, something like
 
   $ tabbed http://www.openbsd.org
 
   doesn't work. At least the manpage should be fixed (that's probably
   something you want to send upstream). Also, the manpage should mention
   that the tabbed(1) writes the window id to stdout. Adding an example
   section with the example you mention would be a good idea (of course,
   also for upstream).
 
 - Providing a config.mk in files/ isn't good. All this could be
   overridden from the port makefile (using MAKE_FLAGS). However, even
   this isn't enough (see next point).
 
 - CFLAGS and LDFLAGS aren't honoured, and the executable isn't stripped.
   I think you should patch the Makefile to an absolute minimum and
   use ${BSD_INSTALL_PROGRAM} and the other BSD_INSTALL_* variables
   provided by the ports framework. This way you'll get a stripped
   executable automagically unless DEBUG is set (e.g. DEBUG=-g). And
   since the Makefile has to be patched, you can as well patch it
   to use CFLAGS and LDFLAGS from the environment. And please get rid of
   things like -Os in CFLAGS ;-)
 
 Ciao,
   Kili
 
 ps: while the stuff from suckless.org is really neat, their Makefiles
 almost always suck more.

See this.
http://marc.info/?l=openbsd-portsm=125856017426815w=2

See you!
C.



NEW: p5-MooseX-Types-Common-0.001000

2009-12-08 Thread Cesare Gargano
Hi guys!

p5-MooseX-Types-Common:
A set of commonly-used type constraints that do not ship with Moose by
default.

Usefull for Catalyst-Runtime-5.80015 update (see other mails)

Comments, ok?

Saluti,
C.


p5-MooseX-Types-Common-0.001000.tgz
Description: application/tar-gz


NEW: p5-MooseX-Role-WithOverloading-0.03.tgz

2009-12-08 Thread Cesare Gargano
Hi guys (again)!

p5-MooseX-Role-WithOverloading:
MooseX::Role::WithOverloading allows you to write a Moose::Role which
defines overloaded operators and allows those operator overloadings to
be composed into the classes/roles/instances it's compiled to, while
plain Moose::Roles would lose the overloading.

It's a dependency for Catalyst-Runtime-5.80015 update.

Comments, ok?

Saluti,
C.


p5-MooseX-Role-WithOverloading-0.03.tgz
Description: application/tar-gz


UPDATE: p5-MooseX-Role-Parameterized-0.14

2009-12-08 Thread Cesare Gargano
Hi guys!
This updates p5-MooseX-Role-Parameterized to 0.14

Saluti,
C.
Index: Makefile
===
RCS file: /cvs/ports/devel/p5-MooseX-Role-Parameterized/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile3 Nov 2009 13:27:43 -   1.2
+++ Makefile8 Dec 2009 14:58:23 -
@@ -2,8 +2,7 @@
 
 COMMENT=   roles with composition parameters
 
-DISTNAME=  MooseX-Role-Parameterized-0.13
-PKGNAME=   p5-${DISTNAME}p0
+DISTNAME=  MooseX-Role-Parameterized-0.14
 CATEGORIES=devel
 MODULES=   cpan
 
Index: distinfo
===
RCS file: /cvs/ports/devel/p5-MooseX-Role-Parameterized/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo2 Nov 2009 10:05:39 -   1.1.1.1
+++ distinfo8 Dec 2009 14:58:23 -
@@ -1,5 +1,5 @@
-MD5 (MooseX-Role-Parameterized-0.13.tar.gz) = 4HE35jwZg14iv+2I3/8gkQ==
-RMD160 (MooseX-Role-Parameterized-0.13.tar.gz) = Q0NYB/faVqflRcUGvJolB9rpYRQ=
-SHA1 (MooseX-Role-Parameterized-0.13.tar.gz) = sBzw+sH+Eg2qhAigh9MjkRZjP9w=
-SHA256 (MooseX-Role-Parameterized-0.13.tar.gz) = 
L+PINMonYDCTlaFC/gvBBQlsmRQkPB7LGAPuKF2Pwd0=
-SIZE (MooseX-Role-Parameterized-0.13.tar.gz) = 26290
+MD5 (MooseX-Role-Parameterized-0.14.tar.gz) = 7xewMDAND1Wo99ApUmX6dw==
+RMD160 (MooseX-Role-Parameterized-0.14.tar.gz) = 38ykBV1mT6oAsj/FS1wLiB6/Y3M=
+SHA1 (MooseX-Role-Parameterized-0.14.tar.gz) = GBiqPxc5dpuy5AmM5nt4QKqGa6w=
+SHA256 (MooseX-Role-Parameterized-0.14.tar.gz) = 
v2hutpM64RasmJBNR103CG8TrVblV76GBQ6w2VgM4HQ=
+SIZE (MooseX-Role-Parameterized-0.14.tar.gz) = 27968
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/p5-MooseX-Role-Parameterized/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   2 Nov 2009 10:05:39 -   1.1.1.1
+++ pkg/PLIST   8 Dec 2009 14:58:23 -
@@ -1,4 +1,4 @@
-...@comment $OpenBSD: PLIST,v 1.1.1.1 2009/11/02 10:05:39 jasper Exp $
+...@comment $OpenBSD$
 ${P5SITE}/MooseX/
 ${P5SITE}/MooseX/Role/
 ${P5SITE}/MooseX/Role/Parameterized/


UPDATE: p5-File-ShareDir-1.01

2009-12-08 Thread Cesare Gargano
Hi guys,
update for p5-File-ShareDir

(could be p5-Catalyst-* related ;)

Saluti,
C.
Index: Makefile
===
RCS file: /cvs/ports/devel/p5-File-ShareDir/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile3 Oct 2008 13:38:31 -   1.4
+++ Makefile3 Dec 2009 17:20:06 -
@@ -1,9 +1,9 @@
 # $OpenBSD: Makefile,v 1.4 2008/10/03 13:38:31 jasper Exp $
 
-COMMENT=   locate install data per-module
+COMMENT=   locate install data per-module
 
 MODULES=   cpan
-DISTNAME=  File-ShareDir-1.00
+DISTNAME=  File-ShareDir-1.01
 CATEGORIES=devel
 
 # perl
Index: distinfo
===
RCS file: /cvs/ports/devel/p5-File-ShareDir/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo3 Oct 2008 13:38:31 -   1.3
+++ distinfo3 Dec 2009 17:20:06 -
@@ -1,5 +1,5 @@
-MD5 (File-ShareDir-1.00.tar.gz) = KPRwgefWeEELxeCIGyhqiw==
-RMD160 (File-ShareDir-1.00.tar.gz) = 4/HaZoHrI3iaNRSzgmlJ5iefteY=
-SHA1 (File-ShareDir-1.00.tar.gz) = 5e2Xgt+FWUDCvcyEa0PBAmVOW1o=
-SHA256 (File-ShareDir-1.00.tar.gz) = 
PxV+LQUuKN8yg/Oxw5CCbK/8soMFRZBJRDIK7UMO2ak=
-SIZE (File-ShareDir-1.00.tar.gz) = 27905
+MD5 (File-ShareDir-1.01.tar.gz) = IyAGjnwQZQe4j7e5J9Tm7A==
+RMD160 (File-ShareDir-1.01.tar.gz) = 1QXXEQ0si2tUycydBBRqpuVXuDM=
+SHA1 (File-ShareDir-1.01.tar.gz) = VhZZZhUjFB6+qcUOqrp4hNs45VU=
+SHA256 (File-ShareDir-1.01.tar.gz) = 
12nTkA4dvQp7ZqAKhYYYwCIlIALf4PklZI9Qww+tXg4=
+SIZE (File-ShareDir-1.01.tar.gz) = 29848
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/p5-File-ShareDir/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   3 Oct 2008 13:38:31 -   1.2
+++ pkg/PLIST   3 Dec 2009 17:20:06 -
@@ -1,4 +1,4 @@
-...@comment $OpenBSD: PLIST,v 1.2 2008/10/03 13:38:31 jasper Exp $
+...@comment $OpenBSD$
 ${P5SITE}/File/
 ${P5SITE}/File/ShareDir.pm
 ${P5SITE}/auto/


NEW: p5-MooseX-Getopt-0.25

2009-12-08 Thread Cesare Gargano
Hi guys!

p5-MooseX-Getopt:
This is a role which provides an alternate constructor for creating
objects using parameters passed in from the command line.   
  
This module attempts to DWIM as much as possible with the command
line params by introspecting your class's attributes. It will use
the name of your attribute as the command line option, and if there
is a type constraint defined, it will configure Getopt::Long to
handle the option accordingly.

(related to p5-Catalyst-Runtime update)

Saluti,
C.


p5-MooseX-Getopt-0.25.tgz
Description: application/tar-gz


  1   2   >