[UPDATE] mail/p5-Email-MIME-ContentType to 1.022

2019-05-08 Thread Andrew Fresh
Noticed this update while working on other things. The module adds parsing of Content-Disposition headers plus many other improvements, the port is just a simple update, although I did adjust the DESCR to mention the new header and TEST_DEPENDS are reduced do to the test improvements. https://met

[UPDATE] textproc/p5-PPI to 1.264

2019-05-01 Thread Andrew Fresh
This is a fairly substantial update, it seems someone has found time to maintain it again and started merging GitHub PRs that have been sitting since mid 2017. One of which fixes a bug I filed in 2009! https://rt.cpan.org/Public/Bug/Display.html?id=86553 https://github.com/adamkennedy/PPI/issues/

[UPDATE] devel/p5-Class-Inspector to 1.34

2019-04-30 Thread Andrew Fresh
A minor update to Class::Inspector to fix compatibility with Devel::Hide. Also noticed due to the PPI update. https://metacpan.org/changes/distribution/Class-Inspector No changes to test results from direct reverse dependencies. Comments, OK? Index: Makefile ==

[UPDATE] devel/p5-Task-Weaken to 1.06

2019-04-30 Thread Andrew Fresh
A simple update I noticed due to being a dependency of PPI. No actual code changes that I spotted, but a recent release adjusting tests and such. https://metacpan.org/changes/distribution/Task-Weaken Comments, OK? Index: Makefile =

Remove Test::Harness TEST_DEPENDS

2017-08-14 Thread Andrew Fresh
Test::Harness is included in perl base now, so I'll be sending in a diff to remove that, but want an OK to make sure I didn't do something wrong as I haven't had any food yet today and feel my brain isn't quite up to being right. $ locate Test/Harness.pm | head -1 /usr/libdata/perl5/Test/Harness.p

Re: remove devel/p5-Test-use-ok

2017-07-26 Thread Andrew Fresh
On Wed, Jul 26, 2017 at 05:24:30PM +0200, Alexander Bluhm wrote: > On Thu, Jul 20, 2017 at 09:49:14PM +0200, Alexander Bluhm wrote: > > Test::use::ok is now in base Perl, version there is 0.16. So remove > > the obsolete p5-Test-use-ok from ports. > > > > ok? > > Anyone? Seems like a good plan

Re: File::LibMagic dumping core non-deterministically (2)

2017-06-21 Thread Andrew Fresh
On Wed, Jun 21, 2017 at 09:54:18PM +0200, IMAP List Administration wrote: > if the subject seems familiar, it's because it is. LibMagic is again causing > amavisd-new to dump core which fouls up my postfix mailserver. > > LibMagic is dumping core on the following one-liner file: > The test file c

Re: p5-List-MoreUtils license

2017-05-24 Thread Andrew Fresh
On Wed, May 24, 2017 at 09:16:35PM +0200, Alexander Bluhm wrote: > On Mon, May 08, 2017 at 10:48:27PM +0200, Alexander Bluhm wrote: > > There is a license war going on between List::MoreUtils and List::Util. > > The easiest way would be to ignore the issue. Otherwise we would > be restricted to t

Re: UPDATE: devel/p5-Modern-Perl to 1.20170117

2017-03-22 Thread Andrew Fresh
On Wed, Mar 22, 2017 at 08:37:32PM +, Nigel Taylor wrote: > On 03/22/17 08:37, Giannis Tsaraias wrote: > > Hi, > > > > Update to 1.20170117. Changed the license string to 'Perl', which is > > what it uses. Passes test suite. > > > > OK? > > > I have a number of update for Perl 5.24, this i

Re: UPDATE: devel/p5-Modern-Perl to 1.20170117

2017-03-22 Thread Andrew Fresh
On Wed, Mar 22, 2017 at 10:37:28AM +0200, Giannis Tsaraias wrote: > Hi, > > Update to 1.20170117. Changed the license string to 'Perl', which is > what it uses. Passes test suite. > > OK? This looks OK afresh1@ Was there a maintainer timeout? > Changelog: > > 1.20170117 2017-01-16 20:37:12-0

Re: www/p5-Mojo 7.23

2017-02-05 Thread Andrew Fresh
On Sun, Feb 05, 2017 at 01:36:03PM +0100, Mark Patruck wrote: > After base has been updated to perl 5.24.1 and IO::Socket::IP is > >=0.37 now, here is an update to www/p5-Mojo 7.23 > > List of changes: > https://metacpan.org/changes/distribution/Mojolicious > > I'm not sure if the post-install st

[UPDATE] devel/p5-Test-Most to 0.35

2017-01-22 Thread Andrew Fresh
+1,7 @@ # $OpenBSD: Makefile,v 1.4 2016/03/20 19:56:37 naddy Exp $ COMMENT = most commonly needed test functions and features -DISTNAME = Test-Most-0.34 +DISTNAME = Test-Most-0.35 CATEGORIES = devel MODULES = cpan PKG_ARCH = * @@ -12,9 +12,9 @@ MAINTAINER = Andrew Fresh

[UPDATE] www/p5-CGI-Emulate-PSGI to 0.22

2017-01-22 Thread Andrew Fresh
ulate-PSGI-0.22 CATEGORIES = www MAINTAINER = Andrew Fresh @@ -13,8 +12,7 @@ MAINTAINER = Andrew Fresh =0 \ - www/p5-CGI +RUN_DEPENDS = www/p5-HTTP-Message TEST_DEPENDS = devel/p5-Test-Requires>=0.08 .includ

Re: update devel/p5-Test-Script

2017-01-21 Thread Andrew Fresh
On Fri, Jan 20, 2017 at 02:35:54PM +0100, Alexander Bluhm wrote: > Hi, > > update p5-Test-Script to 1.14 > remove needless build dependency > take maintainer > > ok? Tests pass, reverse dependency tests pass. Looks good to me. OK afresh1@ > bluhm > > Index: devel/p5-Test-Script/Makefile > =

Re: update security/p5-Net_SSLeay with LibreSSL patch

2017-01-13 Thread Andrew Fresh
Wow, just found this that I thought I sent a week ago sitting in my drafts folder. Oops! On Thu, Jan 05, 2017 at 11:10:37PM +0100, Alexander Bluhm wrote: > On Wed, Jan 04, 2017 at 05:53:30PM +0100, Alexander Bluhm wrote: > > Net-SSLeay 1.79 provides a function RSA_get_key_parameters() that > > on

Re: update security/p5-Net_SSLeay with LibreSSL patch

2017-01-07 Thread Andrew Fresh
On Thu, Jan 05, 2017 at 11:10:37PM +0100, Alexander Bluhm wrote: > On Wed, Jan 04, 2017 at 05:53:30PM +0100, Alexander Bluhm wrote: > > Net-SSLeay 1.79 provides a function RSA_get_key_parameters() that > > only works with OpenSSL < 1.1. As it works also with our LibreSSL, > > I have added a #ifdef

Re: [NEW] devel/p5-CPAN-Meta-Check 0.013

2016-12-26 Thread Andrew Fresh
Comments, OKs? On Sun, Nov 27, 2016 at 01:32:33PM -0700, Andrew Fresh wrote: > This is a TEST_DEPENDS for an upcoming p5-Getopt-Long-Descriptive > update. > > This module verifies if requirements described in a CPAN::Meta > object are present. > > OK? > > (I thin

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

2016-12-26 Thread Andrew Fresh
On Mon, Dec 26, 2016 at 11:51:32AM -0600, attila wrote: > > attila writes: > > > attila writes: > > > >> Hi ports@, > >> > >> Attached is a port for the Data::SExpression Perl module. It is a > >> dependency of the Perl interface I recently contributed to mail/mu > >> upstream, and which will

[UPDATE] devel/p5-Params-Validate to 1.26

2016-12-05 Thread Andrew Fresh
+++ Makefile6 Dec 2016 02:36:34 - @@ -2,9 +2,8 @@ COMMENT = perl module to validate function/method parameters -DISTNAME = Params-Validate-1.09 +DISTNAME = Params-Validate-1.26 CATEGORIES = devel -REVISION = 1 MAINTAINER = Andrew Fresh @@ -17,7 +16,7

Re: NEW: security/p5-Digest-SHA

2016-11-28 Thread Andrew Fresh
On Mon, Nov 28, 2016 at 05:26:42PM +, Nigel Taylor wrote: > On 11/28/16 15:38, Jeremie Courreges-Anglas wrote: > > Giovanni Bechis writes: > > > >> pkg/DESCR: > >> Digest::SHA is a complete implementation of the NIST Secure Hash > >> Standard. > No you don't do this, fix what in base or wait

[UPDATE] devel/p5-Getopt-Long-Descriptive to 0.100

2016-11-27 Thread Andrew Fresh
2016 19:57:39 - @@ -4,7 +4,7 @@ COMMENT = Getopt::Long, but simpler and MODULES = cpan PKG_ARCH = * -DISTNAME = Getopt-Long-Descriptive-0.098 +DISTNAME = Getopt-Long-Descriptive-0.100 CATEGORIES = devel MAINTAINER = Andrew Fresh @@ -13,9 +13,10 @@ MA

[NEW] devel/p5-CPAN-Meta-Check 0.013

2016-11-27 Thread Andrew Fresh
This is a TEST_DEPENDS for an upcoming p5-Getopt-Long-Descriptive update. This module verifies if requirements described in a CPAN::Meta object are present. OK? (I think I can remember how to run portimport and add to the devel/Makefile) p5-CPAN-Meta-Check-0.013.tar.gz Description: application

Re: [UPDATE] devel/p5-Sub-Identify to 0.12

2016-11-25 Thread Andrew Fresh
On Fri, Nov 25, 2016 at 11:13:41PM +0100, Alexander Bluhm wrote: > On Thu, Nov 24, 2016 at 01:07:03PM -0700, Andrew Fresh wrote: > > devel/p5-namespace-autoclean fails tests both with and without these > > changes. > > I am testing the Perl 5.24.1-RC4 update. With that it p

[UPDATE] www/p5-CGI to 4.35

2016-11-25 Thread Andrew Fresh
# $OpenBSD: Makefile,v 1.14 2016/03/20 19:57:13 naddy Exp $ -COMMENT = handle Common Gateway Interface requests and responses -DISTNAME = CGI-4.21 +COMMENT = Handle Common Gateway Interface requests and responses +DISTNAME = CGI-4.35 CATEGORIES = www MAINTAINER = Andr

[UPDATE] devel/p5-Data-Compare to 1.25

2016-11-24 Thread Andrew Fresh
MMENT= compare perl data structures +COMMENT = compare perl data structures -DISTNAME= Data-Compare-1.22 -REVISION= 0 -CATEGORIES=devel +MODULES = cpan +PKG_ARCH = * +DISTNAME = Data-Compare-1.25 +CATEGORIES = devel -MAINTAINER=Andrew Fresh +MAINTAINER = A

[UPDATE] devel/p5-Sub-Identify to 0.12

2016-11-24 Thread Andrew Fresh
+DISTNAME = Sub-Identify-0.12 CATEGORIES = devel MAINTAINER = Andrew Fresh @@ -9,10 +9,11 @@ MAINTAINER = Andrew Fresh Index: distinfo === RCS file: /cvs/ports/devel/p5-Sub-Identify/

[UPDATE] devel/p5-Package-DeprecationManager to 0.17

2016-11-24 Thread Andrew Fresh
A fairly straight forward update, a few nice sounding updates. https://metacpan.org/changes/distribution/Package-DeprecationManager I'm not maintainer, but there isn't one and it came up as a dependency that needed an update for something else I was updating. Tests all pass, and the only reverse

[UPDATE] devel/p5-MooseX-Types-LoadableClass to 0.014

2016-11-23 Thread Andrew Fresh
00 @@ -4,7 +4,7 @@ COMMENT = ClassName type constraint with MODULES = cpan PKG_ARCH = * -DISTNAME = MooseX-Types-LoadableClass-0.012 +DISTNAME = MooseX-Types-LoadableClass-0.014 CATEGORIES = devel MAINTAINER = Andrew Fresh @@ -12,14 +12,15 @@ MAINTAINER = An

Re: [UPDATE] devel/p5-strictures

2016-11-23 Thread Andrew Fresh
On Wed, Nov 23, 2016 at 12:14:47PM +0300, Sergey Bronnikov wrote: > Ok? Looks OK to me. Tests all pass, as do those for reverse depends. https://metacpan.org/changes/distribution/strictures > diff --git a/devel/p5-strictures/Makefile b/devel/p5-strictures/Makefile > index 47fcfc0..8738127 1006

Re: [UPDATE] devel/p5-indirect

2016-11-23 Thread Andrew Fresh
On Wed, Nov 23, 2016 at 12:14:05PM +0300, Sergey Bronnikov wrote: > Ok? Looks OK to me. Tests all pass, as do those for reverse depends. Seems like mostly bugfixes and refactoring. https://metacpan.org/changes/distribution/indirect > diff --git a/devel/p5-indirect/Makefile b/devel/p5-indirec

Re: [UPDATE] devel/p5-Role-Tiny

2016-11-23 Thread Andrew Fresh
On Wed, Nov 23, 2016 at 12:13:26PM +0300, Sergey Bronnikov wrote: > Ok? Looks OK to me. Tests all pass, as do those for reverse depends. https://metacpan.org/changes/distribution/Role-Tiny > diff --git a/devel/p5-Role-Tiny/Makefile b/devel/p5-Role-Tiny/Makefile > index e3ca498..9c1dbae 100644

Re: [UPDATE] devel/p5-Import-Into

2016-11-23 Thread Andrew Fresh
On Wed, Nov 23, 2016 at 12:12:47PM +0300, Sergey Bronnikov wrote: > Ok? This one appears to need an additional RUN_DEPENDS to actually work. Other that that it seem OK. Seems like a good bugfix to have. https://metacpan.org/changes/distribution/Import-Into Index: Makefile =

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

2016-11-23 Thread Andrew Fresh
On Wed, Nov 23, 2016 at 12:12:09PM +0300, Sergey Bronnikov wrote: > Ok? Looks OK to me. Tests all pass as do those for reverse depends. https://metacpan.org/changes/distribution/IO-TieCombine > diff --git a/devel/p5-IO-TieCombine/Makefile b/devel/p5-IO-TieCombine/Makefile > index 133c184..46a3a

Re: [UPDATE] devel/p5-ExtUtils-InstallPaths

2016-11-23 Thread Andrew Fresh
On Wed, Nov 23, 2016 at 12:11:17PM +0300, Sergey Bronnikov wrote: > Ok? This looks OK to me, no changes we care about AFAICT. Tests all pass as do those for reverse depends. https://metacpan.org/changes/distribution/ExtUtils-InstallPaths > diff --git a/devel/p5-ExtUtils-InstallPaths/Makefile >

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

2016-11-23 Thread Andrew Fresh
On Wed, Nov 23, 2016 at 12:10:27PM +0300, Sergey Bronnikov wrote: > Ok? This looks OK to me. Tests pass as do all the tests for reverse dependencies. Looks like mostly documentation changes. https://metacpan.org/changes/distribution/App-Cmd > diff --git a/devel/p5-App-Cmd/Makefile b/devel/p5-

[UPDATE] devel/p5-Test-Harness to 3.36

2016-11-22 Thread Andrew Fresh
Simple update, improves the output with `--version` some YAML parsing improvements as well as documentation and packaging changes. https://metacpan.org/changes/distribution/Test-Harness All local tests pass as do all tests for reverse dependencies. OK? Index: Makefile ==

[UPDATE] devel/p5-YAML to 1.19

2016-11-22 Thread Andrew Fresh
MMENT = YAML Ain't Markup Language MODULES = cpan PKG_ARCH = * -DISTNAME = YAML-1.15 +DISTNAME = YAML-1.19 CATEGORIES = devel MAINTAINER = Andrew Fresh Index: distinfo === RCS file: /cvs/ports/devel/p5-YAM

[UPDATE] devel/p5-Test-YAML to 1.06

2016-11-22 Thread Andrew Fresh
= Test-YAML-1.06 CATEGORIES = devel MAINTAINER = Andrew Fresh @@ -13,7 +13,8 @@ MODULES = cpan PKG_ARCH = * RUN_DEPENDS = devel/p5-Test-Base>=0.86 -TEST_DEPENDS = devel/p5-Test-Pod +# Additional depends

p5-DBD-SQLite with in-ports sqlite3 doesn't seem to wrok

2016-11-06 Thread Andrew Fresh
I was trying to build p5-DBD-SQLite as part of the process of updating p5-DBIx-Class and I couldn't get it to work. If you currently cd /usr/ports/databases/p5-DBD-SQLite && make test It fails with this, ever so helpful, message: perl:/mnt/memory/pobj/p5-DBD-SQLite-1.50/DBD-SQLite-1.50/blib/arch

Re: Make portbump actually bump even if REVISION is not set

2016-11-04 Thread Andrew Fresh
On Fri, Nov 04, 2016 at 02:06:25PM -0700, Jeremy Evans wrote: > This is not a great patch, at least because if other non REVISION > changes are made, it won't bump revision even if set so. Also, perl is > not my native language, so this may be very ugly to someone who actually > knows perl. Being

[UPDATE] www/ap2-mod_perl to 2.0.10

2016-11-01 Thread Andrew Fresh
Oh my! mod_perl released a new version that includes the perl 5.22+ patches! https://metacpan.org/pod/release/SHAY/mod_perl-2.0.10/Changes Anyone who actually uses this want to test? I was able to get all the tests passing except one that seems to be a problem in others are seeing: http://marc.

[UPDATE] devel/p5-Coro to 6.511 + patch

2016-10-15 Thread Andrew Fresh
Coro 6.511 includes some patches to support perl 5.24, but it's apparently not enough, but fortunately someone at Debian has a patch for the other problem building. This update also disables the CORO_JIT because it violates W^X, yay for a perl thing that does that I guess! The current 6.49 port

[UPDATE] devel/p5-Scope-Upper to 0.29

2016-10-15 Thread Andrew Fresh
This is a simple update for Scope::Upper that does some refactoring, but the big change is "a new implementation of reap(), localize_*() and uplevel() to match the new context stack handling in perl 5.24." https://metacpan.org/changes/distribution/Scope-Upper Tests pass on my system with perl 5.2

Re: UPDATE: lang/{moarvm,nqp,rakudo}

2016-08-04 Thread Andrew Fresh
On Thu, Aug 04, 2016 at 12:22:03PM +0200, Caspar Schutijser wrote: > Hi, > > Below is a diff that updates lang/moarvm, lang/nqp and lang/rakudo to > their latest versions. I tested it on amd64 with some programs and it > seems to work fine. I'd like to see the ONLY_FOR_ARCHS added to moarvm. htt

Re: www/p5-Mojo - update?

2016-06-15 Thread Andrew Fresh
On Wed, Jun 15, 2016 at 03:54:54PM +0200, Mark Patruck wrote: > as www/p5-Mojo is months behind and i'd like to have a newer version > shipped with 6.0, i'd appreciate feedback on this: > > - switching to IO::Socket::IP 0.37 (via ports) is not an option wrt the > upcoming in-base Perl update (wh

Re: File::LibMagic dumping core non-deterministically

2016-06-14 Thread Andrew Fresh
On Tue, Jun 14, 2016 at 11:14:12AM -0700, Andrew Fresh wrote: > On Tue, Jun 14, 2016 at 03:07:43PM +0100, Stuart Henderson wrote: > > On 2016/06/14 01:43, Robert Urban wrote: > > > Hello, > > > > > > on my mail server running postfix + amavisd, amavis

Re: File::LibMagic dumping core non-deterministically

2016-06-14 Thread Andrew Fresh
On Tue, Jun 14, 2016 at 03:07:43PM +0100, Stuart Henderson wrote: > On 2016/06/14 01:43, Robert Urban wrote: > > Hello, > > > > on my mail server running postfix + amavisd, amavisd was dying occasionally > > when > > using File::LibMagic to analyze mail messages. > > > > I can reproduce it on th

Re: alpha bulk build report

2016-04-25 Thread Andrew Fresh
On Mon, Apr 25, 2016 at 07:28:04AM -0600, lan...@openbsd.org wrote: > http://build-failures.rhaalovely.net//alpha/2016-04-09/lang/moarvm.log It appears that alpha is not a supported architecture in "dyncall" so probably need to mark moarvm "NOT_FOR_ARCHS" or maybe "ONLY_FOR_ARCHS" the list that th

[UPDATE] devel/p5-Devel-FindRef to 1.422

2016-04-24 Thread Andrew Fresh
The patch in the referenced ticket convinces this to build with perl 5.22.2. Unsure if it actually works, but `make test` didn't fail as it claimed to in the ticket. Index: Makefile === RCS file: /cvs/ports/devel/p5-Devel-FindRef/Mak

Re: [update] perl6: rakudo/nqp/moarvm to 2015.11, parrot to 7.10.0

2015-12-08 Thread Andrew Fresh
On Wed, Dec 09, 2015 at 05:24:03AM +1300, Carlin Bingham wrote: > Updates everything to the November release. Seems to fix a bug I ran into with "skip-empty". pkg_add -r rakudo didn't automatically update moarvm but I wasn't using a proper $PKG_PATH so that was likely my fault. OK afresh1@ > >

Re: new: converters/p5-JSON-PP

2015-08-18 Thread Andrew Fresh
On Tue, Aug 18, 2015 at 11:01:59PM +0200, Alexander Bluhm wrote: > ok to import converters/p5-JSON-PP ? Is there something wrong with the version that comes with perl? $ locate JSON/PP.pm /usr/libdata/perl5/JSON/PP.pm l8rZ, -- andrew - http://afresh1.com Beta. Software undergoes beta testing s

[UPDATE] databases/p5-SQL-Statement to 1.407

2015-07-20 Thread Andrew Fresh
ssing +COMMENT = SQL parsing and processing engine MODULES = cpan -DISTNAME = SQL-Statement-1.405 +DISTNAME = SQL-Statement-1.407 CATEGORIES = databases MAINTAINER = Andrew Fresh @@ -12,11 +12,11 @@ MAINTAINER = Andrew Fresh =0.30 \ + devel/p5-Module-Ru

[NEW] devel/p5-Math-Base-Convert 0.08

2015-07-20 Thread Andrew Fresh
This port is required for an update to p5-SQL-Statement. OK? This module provides fast functions and methods to convert between arbitrary number bases from 2 (binary) thru 65535. This module is pure Perl, has no external dependencies, and is backward compatible with old versions of Perl 5. p

Re: Make p5-DBD-mysql use mariadb.port.mk

2015-07-17 Thread Andrew Fresh
On Fri, Jul 17, 2015 at 05:45:14PM +0300, Vadim Zhukov wrote: > This enables testing for p5-DBD-mysql, allowing it to pass all > tests non-interactively. Okay? I like it! Will have to continue shaving the yaks in the way of my p5-DBIx-Class update and try it out there. Non maintainer OK afresh1@

[WIP] www/bugzilla 5.0

2015-07-16 Thread Andrew Fresh
This is a total WIP for making bugzilla work with httpd, tedu pointed out that 5.0 was out and so I thought I better try updating this port. The documentation here is still applicable. https://github.com/reyk/httpd/wiki/Migrating-a-perl-CGI-application-such-as-Bugzilla I know there are annoyances

[UPDATE] devel/p5-Throwable to 0.200013

2015-07-16 Thread Andrew Fresh
= 1 +DISTNAME = Throwable-0.200013 CATEGORIES = devel CPAN_AUTHOR = RJBS +MAINTAINER = Andrew Fresh + # Perl PERMIT_PACKAGE_CDROM = Yes -RUN_DEPENDS = devel/p5-Moose>=0.87 \ - devel/p5-Devel-StackTrace>=1.21 -BUILD_DEPENDS =${RUN_D

[UPDATE] mail/p5-Email-Sender to 1.300018

2015-07-16 Thread Andrew Fresh
-# Perl -PERMIT_PACKAGE_CDROM= Yes +MAINTAINER = Andrew Fresh -RUN_DEPENDS= devel/p5-Moose>=0.70 \ - devel/p5-List-MoreUtils \ - sysutils/p5-Capture-Tiny \ - mail/p5-Email-Address \ - mail/p5-Email-Abstract>=3 \ - m

[UPDATE] www/p5-CGI-Emulate-PSGI to 0.20

2015-07-16 Thread Andrew Fresh
-Emulate-PSGI-0.11 -CATEGORIES=www +MODULES = cpan +DISTNAME = CGI-Emulate-PSGI-0.20 +CATEGORIES = www + +MAINTAINER = Andrew Fresh # Perl -PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_CDROM = Yes .include Index: distinfo

[UPDATE] devel/p5-Package-Stash-XS to 0.28

2015-07-04 Thread Andrew Fresh
-Stash-XS-0.28 CATEGORIES = devel +MAINTAINER = Andrew Fresh + # Perl -PERMIT_PACKAGE_CDROM = Yes +PERMIT_PACKAGE_CDROM = Yes WANTLIB += c -TEST_DEPENDS = devel/p5-Test-Fatal +MODULES = cpan + +TEST_DEPENDS = devel/p5-Test-Fatal>=0 \ + devel/p5-Test-Requires

[UPDATE] devel/p5-Sub-Identify to 0.10

2015-07-04 Thread Andrew Fresh
= Andrew Fresh + # perl PERMIT_PACKAGE_CDROM = Yes @@ -15,6 +15,6 @@ WANTLIB += c MODULES = cpan -MAKE_ENV = TEST_POD=Yes +TEST_DEPENDS = devel/p5-Test-Pod .include Index: distinfo

[NEW] textproc/p5-Pod-Cpandoc 0.15

2015-07-03 Thread Andrew Fresh
I find this module useful, but always fail to have it installed because pkg_add doesn't know about it. OK for import? "cpandoc" is a perl script that acts like "perldoc" except that if it would have bailed out with "No documentation found for "Uninstalled::Module"", it will instead scrape a CPAN

Re: update: textproc/p5-XML-LibXML textproc/p5-XML-LibXSLT

2015-07-01 Thread Andrew Fresh
I don't know about the quirks or conflicts or that stuff either, so not sure if that part is right. On Wed, Jul 01, 2015 at 10:38:46PM +0200, Alexander Bluhm wrote: > BUILD_DEPENDS= ${RUN_DEPENDS} Neither of these actually seems to need this, they both build and package fine without. I'm

Re: what do to about ap2-mod_perl (was: Re: apache24 WIP port)

2015-05-14 Thread Andrew Fresh
On Thu, May 14, 2015 at 01:20:25PM +0200, Stefan Sperling wrote: > On Thu, May 14, 2015 at 01:17:31PM +0200, Stefan Sperling wrote: > > Let's just mark the port BROKEN temporarily until 2.0.9 appears. > > Oh, but there's the perl ithreads issue, too. > Which might prevent an upgrade. > Does anyone

Re: [UPDATE] devel/p5-YAML to 1.15

2015-05-07 Thread Andrew Fresh
Just a bump, still wondering if I need conflict markers or anything on this due to moving ${P5SITE}/Test/YAML.pm into it's own distribution. On Sun, May 03, 2015 at 04:17:11PM -0700, Andrew Fresh wrote: > Very similar to the last update, requires the p5-Test-YAML import, just > a

[UPDATE] textproc/p5-Text-CSV_XS to 1.17

2015-05-03 Thread Andrew Fresh
CATEGORIES = textproc +EXTRACT_SUFX = .tgz -DISTNAME = Text-CSV_XS-1.13 -CATEGORIES=textproc -EXTRACT_SUFX= .tgz +MAINTAINER = Andrew Fresh -MODULES= cpan -CPAN_AUTHOR= HMBRAND +MODULES = cpan # Perl -PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_CDROM = Yes

[UPDATE] textproc/p5-Text-CSV to 1.33

2015-05-03 Thread Andrew Fresh
+ +MAINTAINER = Andrew Fresh # Perl -PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_CDROM = Yes MAKE_ENV+= TEST_POD=1 -.include - -.if ${NO_SHARED_LIBS:L} == "no" -RUN_DEPENDS= textproc/p5-Text-CSV_XS +.include +.if !${PROPERTIES:Mno_shared} +RUN_DEPENDS += textproc/p5-Text-CSV_

[UPDATE] devel/p5-YAML to 1.15

2015-05-03 Thread Andrew Fresh
guage -MODULES= cpan +MODULES = cpan -DISTNAME= YAML-0.84 -CATEGORIES=devel +DISTNAME = YAML-1.15 +CATEGORIES = devel + +MAINTAINER = Andrew Fresh # Perl -PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_CDROM = Yes + +TEST_DEPENDS = devel/p5-Test-YAML>=1.05 \ +

[NEW] devel/p5-Test-YAML 1.05

2015-05-03 Thread Andrew Fresh
Sending again, no changes from the last time, just a bump. Was split out of p5-YAML into a separate package and so required for the p5-YAML update. OK? Test::YAML is a subclass of Test::Base with YAML specific support. Pipe through uudecode to get p5-Test-YAML-1.05.tar.gz begin 644 p5-Test-YA

Re: www/p5-Mojo - 6.09

2015-04-26 Thread Andrew Fresh
extproc > > # Perl > Index: distinfo > === > RCS file: /cvs/ports/textproc/p5-Mojolicious-Plugin-TtRenderer/distinfo,v > retrieving revision 1.3 > diff -u -p -r1.3 distinfo > --- distinfo 24 Jan 2015 11:02:04

Re: www/p5-Mojo - 6.06

2015-04-10 Thread Andrew Fresh
; @@ -1,2 +1,2 @@ > -SHA256 (MojoX-Session-0.31.tar.gz) = > w0iaekuyQ9x4Ii5SM28PnkMS3yYgCQQQ+39BepITnRk= > -SIZE (MojoX-Session-0.31.tar.gz) = 22077 > +SHA256 (MojoX-Session-0.33.tar.gz) = > 0MahNgm2YacfWaAyrTGT+C/n2wSh+cw/5JvEh6Rj2zw= > +SIZE (MojoX-Session-0.33.tar.gz) = 22170

Re: www/p5-Mojo - 6.06

2015-04-08 Thread Andrew Fresh
On Tue, Apr 07, 2015 at 03:15:16PM +0200, Mark Patruck wrote: > The following diff updates www/p5-Mojo to 6.06. > > 6.0 is a major release, so test your scripts before going live. The two reverse dependencies in the tree both fail tests, both with this update and the current p5-Mojo we have in th

Re: [UPDATE] devel/p5-Modern-Perl to 1.20150127

2015-04-08 Thread Andrew Fresh
On Wed, Apr 08, 2015 at 08:43:13AM +0800, Edward wrote: > Update this port to latest version. Tested on amd64 & i386 (both follows > -current) and no errors found. > > OK? No reverse dependencies, seems sane. OK by me. > Regards, > Edward. > > Index: Makefile >

Re: [update] graphics/p5-Image-ExifTool

2015-04-06 Thread Andrew Fresh
On Mon, Apr 06, 2015 at 01:58:11PM -0700, patrick keshishian wrote: > Image-ExifTool-9.76 -> 9.90 This looks ok to me, so many new cameras supported! It looks nifty, I may have to try it for something. https://metacpan.org/changes/distribution/Image-ExifTool > > lightly tested. > > Cheers, > -

[UPDATE] devel/p5-Test-Requires to 0.08

2015-04-06 Thread Andrew Fresh
Minor update to p5-Test-Requires to make portroach happy. No actual code changes, just documentation and changing build tools. https://metacpan.org/changes/distribution/Test-Requires OK? Index: Makefile === RCS file: /cvs/ports/dev

[UPDATE] devel/p5-Moo to 2.000001

2015-04-05 Thread Andrew Fresh
This update is required for a p5-DBIx-Class update, it requires the recently posted update to p5-strictures. A fair number of RUN_DEPENDS are now crufty, so the Makefile gets a bit cleaner. As with p5-Role-Tiny and p5-strictures, this change is primarily to not make warnings fatal when the consum

[UPDATE] devel/p5-strictures to 2.000000

2015-04-05 Thread Andrew Fresh
This updates strictures to version 2, required for Moo 2 which is required for p5-DBIx-Class which is one of my eventual goals. Anyway, as with the recent p5-Role-Tiny update, this update to version 2 makes warnings less fatal as some warnings cannot be safely made fatal or are just inappropriate.

[UPDATE] devel/p5-Role-Tiny to 2.000000

2015-04-05 Thread Andrew Fresh
This updates Role::Tiny to version 2. The 2.0 version change is the result of a fair amount of discussion. It was decided that a module such as Role::Tiny shouldn't enable fatal errors for a program that may get it as a secondary dependency. However, functionally the same, just less likely to hav

[UPDATE] devel/p5-Sub-Install to 0.928

2015-04-05 Thread Andrew Fresh
packages -DISTNAME = Sub-Install-0.927 +DISTNAME = Sub-Install-0.928 CATEGORIES = devel MAINTAINER = Andrew Fresh Index: distinfo === RCS file: /cvs/ports/devel/p5-Sub-Install/distinfo,v retrieving revision 1.4 diff -u

[UPDATE] databases/p5-DBD-CSV to 0.48

2015-04-05 Thread Andrew Fresh
CSV files +COMMENT = DBI driver for CSV files -DISTNAME = DBD-CSV-0.41 +DISTNAME = DBD-CSV-0.48 EXTRACT_SUFX = .tgz CATEGORIES = databases MODULES = cpan -MAINTAINER = Andrew Fresh +MAINTAINER = Andrew Fresh # perl_5 PERMIT_PACKAGE_CDROM = Yes -RUN_DEPENDS

[UPDATE] databases/p5-SQL-Translator to 0.11021

2015-04-05 Thread Andrew Fresh
databases/postgresql MAINTAINER = Andrew Fresh @@ -13,7 +13,7 @@ HOMEPAGE =http://sqlfairy.sourceforge.n # perl PERMIT_PACKAGE_CDROM = Yes -CONFIGURE_ARGS =--skipdeps +CONFIGURE_ARGS = --skipdeps RUN_DEPENDS = databases/p5-DBI>=1.54 \ devel/p5-Carp-Clan

[UPDATE] devel/p5-YAML to 1.14

2015-04-05 Thread Andrew Fresh
sthen Exp $ -COMMENT= YAML ain't a markup language +COMMENT = YAML Ain't Markup Language -MODULES= cpan +MODULES = cpan -DISTNAME= YAML-0.84 -CATEGORIES=devel +DISTNAME = YAML-1.14 +CATEGORIES = devel + +MAINTAINER = Andrew Fresh

[NEW] devel/p5-Test-YAML 1.05

2015-04-05 Thread Andrew Fresh
devel/p5-YAML had this split out of it into a separate package. I have an update to p5-YAML that depends on this, but I was unsure what conflict markers I might need as this will conflict with the existing version of p5-YAML. Test::YAML is a subclass of Test::Base with YAML specific support. OK?

[UPDATE] devel/p5-Test-Base to 0.88

2015-04-05 Thread Andrew Fresh
= data driven test framework +COMMENT = data driven test framework -MODULES= cpan +MODULES = cpan -DISTNAME= Test-Base-0.60 -CATEGORIES=devel +DISTNAME = Test-Base-0.88 +CATEGORIES = devel + +MAINTAINER = Andrew Fresh # perl -PERMIT_PACKAGE_CDROM= Yes

[UPDATE] devel/p5-Spiffy to 0.46

2015-04-05 Thread Andrew Fresh
=devel +MAINTAINER = Andrew Fresh -CPAN_AUTHOR= INGY +CPAN_AUTHOR = INGY # perl -PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_CDROM = Yes .include Index: distinfo === RCS file: /cvs/ports/devel/p5-Spiffy/distinfo,v retrievin

[WIP] www/bugzilla

2015-02-15 Thread Andrew Fresh
This gets bugzilla working under httpd. I only tested it with SQLite so I'm sure it needs more help to work with mySQL or Postgres. Some of the nice features are that it drops privileges to _bugzilla:_bugzilla and chroots into /var/www/bugzilla and of course that it runs as an FCGI and so works w

[DEPENDS FIX] databases/p5-DBIx-Class-Schema-Loader

2015-01-26 Thread Andrew Fresh
I was going to look into actually updating this as well, but now suddenly ports lock. Would be nice to have this dependency corrected. The maintainers email bounces, I'll take it if nobody else cares to. Index: Makefile === RCS file

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

2015-01-25 Thread Andrew Fresh
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-Dec

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

2015-01-25 Thread Andrew Fresh
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 p

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

2015-01-25 Thread Andrew Fresh
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

Re: [UPDATE] databases/p5-DBIx-Class to 0.082810

2015-01-23 Thread Andrew Fresh
Here's hoping someone will have time to look at this over the weekend. On Tue, Jan 20, 2015 at 09:48:56AM -0700, Andrew Fresh wrote: > I finally got mysql and the new postgres stuff working together, along > with an up-to-date ports tree, all tests pass for me on amd64. Also

[UPDATE] databases/p5-DBIx-Class to 0.082810

2015-01-20 Thread Andrew Fresh
+CATEGORIES = databases devel -# Artistic -PERMIT_PACKAGE_CDROM= Yes +MAINTAINER = Andrew Fresh -CONFIGURE_ARGS=--skipdeps +# Artistic +PERMIT_PACKAGE_CDROM = Yes -BUILD_DEPENDS= ${RUN_DEPENDS} +CONFIGURE_ARGS = --skipdeps -RUN_DEPENDS= devel/p5-Carp-Clan \ - devel/p5

[UPDATE] databases/p5-DBI to 1.633

2015-01-18 Thread Andrew Fresh
database access MODULES = cpan -DISTNAME = DBI-1.631 +DISTNAME = DBI-1.633 CATEGORIES = databases -REVISION = 0 HOMEPAGE = http://dbi.perl.org/ MAINTAINER = Andrew Fresh Index: distinfo === RCS file

[UPDATE] devel/p5-Test-Exception to 0.36

2015-01-18 Thread Andrew Fresh
Also a change just for portroach, but while I wait for p5-DBIx-Class tests to run yet again this is in the dependency list so gets picked up. https://metacpan.org/changes/distribution/Test-Exception OK? Index: Makefile === RCS file:

[UPDATE] devel/p5-Test-Deep to 0.115

2015-01-18 Thread Andrew Fresh
A simple update to p5-Test-Deep, really only to make portroach happy. https://metacpan.org/changes/distribution/Test-Deep OK? Index: Makefile === RCS file: /cvs/ports/devel/p5-Test-Deep/Makefile,v retrieving revision 1.15 diff -u -p

Re: NEW: www/p5-Dancer2

2015-01-17 Thread Andrew Fresh
On Thu, Jan 08, 2015 at 07:35:06PM +0100, Cesare Gargano wrote: > 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@. Looking close

Re: NEW: www/p5-Dancer2

2015-01-17 Thread Andrew Fresh
On Thu, Jan 08, 2015 at 07:35:06PM +0100, Cesare Gargano wrote: > 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@. Once the www/p

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

2015-01-17 Thread Andrew Fresh
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

Re: NEW port module: databases/postgresql, take 2

2015-01-11 Thread Andrew Fresh
On Sat, Jan 10, 2015 at 07:20:30PM +0300, Vadim Zhukov wrote: > So here is an improved version, after input from landry@. > Patch for port-modules(5) will be in a separate letter. > > Okay? I really like this and would love to see something similar for mariadb. However, I am trying it with my p5

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

2015-01-05 Thread Andrew Fresh
On Mon, Jan 05, 2015 at 10:33:48PM +0100, Cesare Gargano wrote: > Needed for upcoming www/p5-Dancer2. > > Tested on amd64. > > Slightly tweaked from original from > Sergey Bronnikov > (see http://marc.info/?l=openbsd-ports&m=139870169331483&w=4) > > - > pkg/DESCR: > Hash::Merge::Simple will rec

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

2015-01-05 Thread Andrew Fresh
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

  1   2   3   >