Re: NEW devel/p5-Test-MockRandom

2016-08-12 Thread Alexander Bluhm
On Thu, Aug 11, 2016 at 08:11:32PM +0200, Alexander Bluhm wrote: > I need devel/p5-Test-MockRandom as a test dependency. I forgot an PKG_ARCH = * as it is not in the Makefile.template. new tgz, ok? bluhm p5-Test-MockRandom.tgz Description: application/tar-gz

qemu wxneeded

2016-08-12 Thread Alexander Bluhm
Hi, This adds wxneeded to qemu to fix a mprotect W^X violation. Make fake needs msgfmt so I added a build dependency to gettext-tools. ok? bluhm Index: emulators/qemu/Makefile === RCS file: /data/mirror/openbsd/cvs/ports/emulators

NEW devel/p5-Test-MockRandom

2016-08-11 Thread Alexander Bluhm
Hi, I need devel/p5-Test-MockRandom as a test dependency. Comment: replace random number generation with non-random Description: This perhaps ridiculous-seeming module was created to test routines that manipulate random numbers by providing a known output from rand. Given a list of seeds with s

Re: Fix for p5-Test-Perl-Critic

2016-04-03 Thread Alexander Bluhm
On Sun, Apr 03, 2016 at 11:51:16AM +0100, Stuart Henderson wrote: > On 2016/04/03 11:31, Markus Hennecke wrote: > > On Sat, 2 Apr 2016, Stuart Henderson wrote: > > > > > On 2016/04/02 22:07, Markus Hennecke wrote: > > > > Test::Perl::Critic in version 1.03 requires the MCE module to run. > > > > A

Re: p5-XML-SAX update

2016-04-01 Thread Alexander Bluhm
On Fri, Apr 01, 2016 at 03:01:59PM +0100, Stuart Henderson wrote: > XML::SAX::Base was split off, so this needs a new p5-XML-SAX-Base > port (attached) as well. I've run tests for most dependencies and > didn't run into problems. OK to update/import? OK bluhm@ for update and import > > Index: M

Re: new devel/p5-Test-Portability-Files

2016-03-31 Thread Alexander Bluhm
On Sat, Mar 26, 2016 at 05:33:51PM +0100, Alexander Bluhm wrote: > Hi, > > ok to import devel/p5-Test-Portability-Files ? Anyone? > > check file names portability > > This module is used to check the portability across operating systems > of the names of the files pre

Re: [NEW] security/pdfid

2016-03-28 Thread Alexander Bluhm
On Mon, Mar 28, 2016 at 12:44:33PM +0200, Remi Pointel wrote: > attached is the new port pdfid. I would recommend to install the binary without the .py suffix, the user does not care that it is written in python. You should patch the #! line. $ /usr/local/bin/pdfid.py env: python: No such file o

Re: update: devel/p5-Module-Which

2016-03-26 Thread Alexander Bluhm
On Thu, Mar 24, 2016 at 07:49:45AM -0400, Okan Demirmen wrote: > Trival update to 0.05. > > OK? OK bluhm@ > > Thanks, > Okan > > Index: Makefile > === > RCS file: /home/open/cvs/ports/devel/p5-Module-Which/Makefile,v > retrieving

new devel/p5-Test-Portability-Files

2016-03-26 Thread Alexander Bluhm
Hi, ok to import devel/p5-Test-Portability-Files ? check file names portability This module is used to check the portability across operating systems of the names of the files present in the distribution of a module. The tests use the advices given in "Files and Filesystems" in perlport. The au

Re: quake2 update

2016-01-17 Thread Alexander Bluhm
On Sun, Jan 17, 2016 at 02:08:39PM +1100, Jonathan Gray wrote: > There is still some popping and clipping with the audio at least at the > start of the first single player level but I suspect that is a problem > in openal's sndio backend. As mentioned in https://github.com/yquake2/yquake2/blob/mas

Re: NEW: geo/p5-Geo-UK-Postcode-Regex

2016-01-11 Thread Alexander Bluhm
On Sun, Jan 10, 2016 at 02:26:35PM +, Stuart Henderson wrote: > OK to import? You should add devel/p5-Clone as test dependency. Can't locate Clone.pm in @INC (you may need to install the Clone module) (@INC contains: t/lib /usr/ports/pobj/p5-Geo-UK-Postcode-Regex-0.015/Geo-UK-Postcode-Regex

new devel/p5-Test-Regexp

2016-01-09 Thread Alexander Bluhm
Hi, ok to import devel/p5-Test-Regexp ? I need it as a test dependency for p5-Regexp-Common update. DESCR This module is intended to test your regular expressions. Given a subject string and a regular expression (aka pattern), the module not only tests whether the regular expression complete ma

Re: textproc/libxml -rpath

2015-09-06 Thread Alexander Bluhm
On Sat, Sep 05, 2015 at 12:53:10PM +, Christian Weisgerber wrote: > On 2015-09-04, Alexander Bluhm wrote: > > > In an environment without ld.so.hints, I had the problem that loading > > libxml2.so failed because it did not find liblzma in /usr/local/lib. > > Adding

textproc/libxml -rpath

2015-09-04 Thread Alexander Bluhm
Hi, In an environment without ld.so.hints, I had the problem that loading libxml2.so failed because it did not find liblzma in /usr/local/lib. Adding that directory to -rpath when linking libxml2.so helps. Is this approach correct? bluhm Index: textproc/libxml/Makefile =

security/p5-Crypt-SSLeay SSLv3 fallout

2015-08-30 Thread Alexander Bluhm
Hi, security/p5-Crypt-SSLeay regression tests fail with /usr/bin/perl:/usr/ports/pobj/p5-Crypt-SSLeay-0.72/Crypt-SSLeay-0.72/blib/arch/auto/Crypt/SSLeay/SSLeay.so: undefined symbol 'SSLv3_client_method' Is it the right approach to remove all calls to SSLv2 and SSLv3 and keep only SSLv23? The pa

update: net/p5-Net-DNS net/p5-Net-DNS-SEC

2015-08-19 Thread Alexander Bluhm
= Alexander Bluhm -# Perl +# MIT PERMIT_PACKAGE_CDROM = Yes +MASTER_SITES = http://www.net-dns.org/download/ + MODULES = cpan -RUN_DEPENDS = security/p5-Digest-HMAC>=1.01 -TEST_DEPENDS = devel/p5-Test-Pod \ - net/p5-IO-Socket-IN

new: converters/p5-JSON-MaybeXS

2015-08-18 Thread Alexander Bluhm
Hi, ok to import p5-JSON-MaybeXS 1.003005 ? use Cpanel::JSON::XS or JSON::XS or JSON::PP This module first checks to see if either Cpanel::JSON::XS or JSON::XS is already loaded, in which case it uses that module. Otherwise it tries to load Cpanel::JSON::XS, then JSON::XS, then JSON::PP in order

Re: new: converters/p5-JSON-PP

2015-08-18 Thread Alexander Bluhm
On Tue, Aug 18, 2015 at 02:05:57PM -0700, Andrew Fresh wrote: > 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? No, I just missed to search there. I need

new: converters/p5-JSON-PP

2015-08-18 Thread Alexander Bluhm
Hi, ok to import converters/p5-JSON-PP ? bluhm JSON::XS compatible pure-Perl module This module is JSON::XS compatible pure Perl module. JSON::XS is the fastest and most proper JSON module on CPAN. It is written by Marc Lehmann in C, so must be compiled and installed in the used environment.

new: www/p5-WWW-Mechanize-Shell

2015-07-08 Thread Alexander Bluhm
Hi, interactive shell for WWW::Mechanize This module implements a www-like shell above WWW::Mechanize and also has the capability to output crude Perl code that recreates the recorded session. Its main use is as an interactive starting point for automating a session through WWW::Mechanize. ok t

update devel/perltidy

2015-07-08 Thread Alexander Bluhm
Hi, update perltidy to 20140711 maintainer timeout, ok? bluhm Index: devel/perltidy/Makefile === RCS file: /data/mirror/openbsd/cvs/ports/devel/perltidy/Makefile,v retrieving revision 1.17 diff -u -p -r1.17 Makefile --- devel/perlt

new: www/p5-HTML-Display

2015-07-02 Thread Alexander Bluhm
Hi, I need the perl module p5-HTML-Display as dependency. display HTML locally in a browser This module abstracts the task of displaying HTML to the user. The displaying is done by launching a browser and navigating it to either a temporary file with the HTML stored in it, or, if possible, by p

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

2015-07-02 Thread Alexander Bluhm
On Wed, Jul 01, 2015 at 10:38:46PM +0200, Alexander Bluhm wrote: > - update p5-XML-LibXML to 2.0121 > - take maintainer > > - remove p5-XML-LibXML-Common > - it has been merged into p5-XML-LibXML > - mark package obsolete in quirks > > - update p5-XML-LibXSLT to 1.9

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

2015-07-01 Thread Alexander Bluhm
roc -# GPL/Artistic +MAINTAINER = Alexander Bluhm + +# perl PERMIT_PACKAGE_CDROM= Yes WANTLIB += m xml2 z @@ -19,9 +19,10 @@ WANTLIB += m xml2 z MODULES= converters/libiconv \ cpan -LIB_DEPENDS= textproc/libxml -RUN_DEPENDS= textproc/p5-LibXML-Com

fix net/osrtspproxy

2015-06-30 Thread Alexander Bluhm
= 1 CATEGORIES=net HOMEPAGE= http://www.rtsp.org/ -MAINTAINER=Alexander von Gernler +MAINTAINER=Alexander Bluhm # Real Networks license, permits modification and distribution PERMIT_PACKAGE_CDROM= Yes Index: net/osrtspproxy/patches/patch

new: textproc/p5-Pod-LaTeX

2015-06-11 Thread Alexander Bluhm
Hi, Pod::LaTeX and pod2latex were removed from perl 5.20 in base. Pod::LaTeX is a module to convert documentation in the Pod format into Latex. The pod2latex command uses this module for translation. pod2latex is a program to convert POD format documentation (perlpod) into latex. It can process

Re: [NEW] p5-Data-Uniqid

2015-06-02 Thread Alexander Bluhm
On Tue, Jun 02, 2015 at 03:09:31PM +0200, Pierre-Emmanuel Andr? wrote: > New port for Data-Uniqid. This is a dependance for the > incoming imapsync update. > Tested on @amd64. > > Comments/ok ? CONFIGURE_STYLE= perl This is not neccessary, MODULES=cpan sets it automatically. There should b

Re: www/p5-Mojo UPDATE -> 6.11

2015-05-19 Thread Alexander Bluhm
On Tue, May 19, 2015 at 06:18:50PM +0200, Mark Patruck wrote: > ...and to 6.11 OK bluhm@ > Index: Makefile > === > RCS file: /cvs/ports/www/p5-Mojo/Makefile,v > retrieving revision 1.17 > diff -u -p -r1.17 Makefile > --- Makefile 27

Re: UPDATE net/ipv6-toolkit

2015-04-27 Thread Alexander Bluhm
On Mon, Apr 27, 2015 at 08:01:43PM +0200, J??r??mie Courr??ges-Anglas wrote: > I had to add an entry in devel/quirks to get an automatic upgrade path > from ipv6-toolkit to ipv6toolkit with PKGPATH=/... pkg_add -u I have added it to quirks. > ... I think you should remove the patches that add arc

UPDATE net/ipv6-toolkit

2015-04-23 Thread Alexander Bluhm
Hi, I'd like to update ipv6toolkit to version 2.0. Upstream renamed it from ipv6-toolkit to ipv6toolkit. Is it sufficient to add a @conflict to PLIST to rename the package? The arc4random() patches were not accepted upstream as it does not exist on other platforms. So I just replaced random()

UPDATE devel/p5-List-MoreUtils

2015-04-22 Thread Alexander Bluhm
Hi, List-MoreUtils-0.400 is a major rewrite of List-MoreUtils-0.33 by a different author. The new version seems to have stabelized, so I think it is a good time to update. The same set of depending ports have failing tests. ok? bluhm Index: devel/p5-List-MoreUtils/Makefile ===

NEW devel/p5-Exporter-Tiny

2015-04-22 Thread Alexander Bluhm
Hi, p5-Exporter-Tiny-0.042 - exporter with the features of Sub::Exporter Exporter::Tiny supports many of Sub::Exporter's external-facing features including renaming imported functions with the -as, -prefix and -suffix options; explicit destinations with the into option; and alternative installers

scapy dependencies

2015-04-15 Thread Alexander Bluhm
Hi, After updating all my packages with pkg_add -u and deleting old .libs, scapy stopped working. I had to force update py-libdnet and py-pcapy and py-libpcap. I suspect some missing dependencies. Then I checked ldd /usr/local/lib/python2.7/site-packages/dnet.so ldd /usr/local/lib/python2.7/sit

Re: update sendmail to 8.15.1

2015-01-23 Thread Alexander Bluhm
On Thu, Jan 22, 2015 at 04:10:02PM -0500, Okan Demirmen wrote: > Update sendmail to 8.15.1. I've been running with main (non-FLAVOR) and > milter sucessfully. I don't have an environment to test the sasl and ldap > FLAVOR, so tests there are more than welcome. This mail has been sent with sendma

Re: syslogd replacements

2015-01-21 Thread Alexander Bluhm
On Wed, Jan 21, 2015 at 02:36:57AM +0100, IMAP List Administration wrote: > Yup, and this is exactly what I'm doing: I forward everything to localhost, > and > pick it up with syslog-ng. However, in order to make sure that everything gets > logged, I have to start syslog-ng to listen before I star

rsyslog crashes in debug printf

2015-01-09 Thread Alexander Bluhm
Hi, With MALLOC_OPTIONS=J rsyslogd crashes when it receives a line via UDP in debug mode. There is no terminating '\0', so it tries to print the line infinitly. Without debug printing, the missing '\0' is added later. I found this while testing interoprability of our syslogd with rsyslog. ok?

rsyslog html docs

2015-01-08 Thread Alexander Bluhm
Hi, the rsyslogd comes with basic man pages that reference to extensive documentation in html format. Unfortunately it gets not installed. As it is large, I created a -docs subpackage. While there adjust the wantlib. ok? bluhm Index: sysutils/rsyslog/Makefile =

Re: update and fix net/p5-IO-Socket-IP

2014-12-19 Thread Alexander Bluhm
On Tue, Dec 16, 2014 at 05:36:38PM +, ni...@openbsd.org wrote: > Also need an updated quirks makes installed p5-IO-Scoket-IP disappear... The net/p5-IO-Socket-IP port is gone. You can put in your quirks diff now. bluhm > > Index: Makefile > =

Re: update and fix net/p5-IO-Socket-IP

2014-12-16 Thread Alexander Bluhm
On Tue, Dec 16, 2014 at 05:36:38PM +, ni...@openbsd.org wrote: > This is a possible wrong direction p5-IO-Socket-IP should no longer be a > port, this has been moved into base it's now part of Perl core. ok to remove the p5-IO-Socket-IP port? bluhm Index: net/Makefile ===

Re: update and fix net/p5-IO-Socket-IP

2014-12-16 Thread Alexander Bluhm
2014 22:44:15 - @@ -3,6 +3,7 @@ COMMENT = make common perl modules IPv6 ready by hotpatching DISTNAME = Net-INET6Glue-0.603 +REVISION = 0 CATEGORIES = net @@ -12,6 +13,5 @@ MAINTAINER = Alexander Bluhm =0.25 .include Index: s

Re: update and fix net/p5-IO-Socket-IP

2014-12-16 Thread Alexander Bluhm
0 CATEGORIES = net @@ -12,6 +13,5 @@ MAINTAINER = Alexander Bluhm =0.25 .include Index: security/p5-IO-Socket-SSL/Makefile === RCS file: /data/mirror/openbsd/cvs/ports/security/p5-IO-Socket-SSL/Makefile,v ret

Re: update and fix net/p5-IO-Socket-IP

2014-12-16 Thread Alexander Bluhm
On Tue, Dec 16, 2014 at 05:36:38PM +, ni...@openbsd.org wrote: > This is a possible wrong direction p5-IO-Socket-IP should no longer be a > port, this has been moved into base it's now part of Perl core. If you > want to update this then maybe you could update the base, otherwise > there is con

update and fix net/p5-IO-Socket-IP

2014-12-15 Thread Alexander Bluhm
Hi, The regression tests of www/p5-LWP-Protocol-https fail if net/p5-IO-Socket-IP is installed. ===> Regression tests for p5-LWP-Protocol-https-6.06p0 PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'b

Re: Maintainer Update: net/p5-Net-HTTP and www/p5-LWP-Protocol-https

2014-12-15 Thread Alexander Bluhm
On Sun, Dec 14, 2014 at 06:14:37PM +, ni...@openbsd.org wrote: > p5-Net-HTTP only requires p5-IO-Socket-SSL for live testing, removed as > a RUN-DEPENDS, change to a TEST_DEPENDS. Recommended rather than required. > > p5-LWP-Protocol-https relied on p5-Net-HTTP RUN_DEPENDS to > install p5-IO-S

NEW: net/p5-Net-IMP-HTTP

2014-12-09 Thread Alexander Bluhm
Hi, import new port net/p5-Net-IMP-HTTP interface for HTTP specific Net::IMP plugins The Net::IMP::HTTP modules make it easier to write HTTP specific IMP plugins. We distinguish between HTTP connection specific plugins and HTTP request specific plugins. ok? bluhm p5-Net-IMP-HTTP.tgz Descrip

Re: update devel/p5-Class-Date

2014-11-13 Thread Alexander Bluhm
AINTAINER=Kevin Lo +MAINTAINER = Alexander Bluhm -PERMIT_PACKAGE_CDROM= Yes +# Perl +PERMIT_PACKAGE_CDROM = Yes -WANTLIB += c +MODULES = cpan + +# In Date.xs the tm_zone field is not set so the test t/50_timezone.t +# fails. Instead of implementing strftime_xs locally

Re: UPDATE: devel/p5-Pod-Coverage

2014-11-11 Thread Alexander Bluhm
On Mon, Nov 10, 2014 at 11:30:28PM +0100, Benoit Lecocq wrote: > Hi, > > This diff updates p5-Pod-Coverage to the latest release. > > - take maintainer > > Comments ? OK ? OK bluhm@ > > Cheers, > benoit > Index: Makefile > === >

Re: UPDATE: devel/p5-Test-Harness-3.34

2014-11-09 Thread Alexander Bluhm
On Sun, Nov 09, 2014 at 04:10:59PM -0700, Andrew Fresh wrote: > This brings Test-Harness current, should improve portroach stats. > > Also some nice sounding improvements in the Changes file. > > https://metacpan.org/source/LEONT/Test-Harness-3.34/Changes > > OK? OK bluhm@ > > > Index: Makef

Re: UPDATE: devel/p5-Test-Most-0.34

2014-11-09 Thread Alexander Bluhm
On Sun, Nov 09, 2014 at 04:49:55PM -0700, Andrew Fresh wrote: > Brings Test-Most current to make portroach happy. > > Another update for the "new" Test-Builder. Still not sure which one is > new. > > https://metacpan.org/source/OVID/Test-Most-0.34/Changes > > OK? Your Makefile diff has spaces w

Re: UPDATE: p5-Test-Exception-0.35

2014-11-09 Thread Alexander Bluhm
On Sun, Nov 09, 2014 at 04:38:02PM -0700, Andrew Fresh wrote: > Updates Test-Exception to current to make portroach happier > > The changelog says it makes it work with "new" Test::Builder. Not sure > what it means by "new", but may as well get ahead of the curve. > > https://metacpan.org/source/

Re: UPDATE: p5-Test-Warnings-0.016

2014-11-09 Thread Alexander Bluhm
On Sun, Nov 09, 2014 at 04:24:40PM -0700, Andrew Fresh wrote: > Yay! It no longer requires Module::Build::Tiny and the annoying special > do-install! > > But, mostly just to make portroach happier. > > The changes were primarily to lower the list of required dependencies > and it seems to have d

Re: UPDATE: devel/p5-Test-Tester-0.109

2014-11-09 Thread Alexander Bluhm
On Sun, Nov 09, 2014 at 04:05:01PM -0700, Andrew Fresh wrote: > This brings Test-Tester current helping improve portroach stats. > > Changelog is "Add minimal support for note and explain (i.e. don't crash)." > > https://metacpan.org/source/FDALY/Test-Tester-0.109/CHANGES > > And take maintainer

Re: UPDATE: p5-Clone-0.37

2014-11-09 Thread Alexander Bluhm
On Sun, Nov 09, 2014 at 03:48:54PM -0700, Andrew Fresh wrote: > Minor update to p5-Clone, mostly just adds documentation. > > https://metacpan.org/source/GARU/Clone-0.37/Changes > > Should make portroach.openbsd.org happier > > OK? OK bluhm@ > > Index: Makefile > =

Re: update devel/p5-Class-Date

2014-11-09 Thread Alexander Bluhm
= cpan -DISTNAME= Class-Date-1.1.9 -REVISION= 4 -CATEGORIES=devel +CATEGORIES = devel -MAINTAINER=Kevin Lo +MAINTAINER = Alexander Bluhm -PERMIT_PACKAGE_CDROM= Yes +# perl +PERMIT_PACKAGE_CDROM = Yes -WANTLIB += c +MODULES = cp

update devel/p5-Class-Date

2014-11-09 Thread Alexander Bluhm
-Date-1.1.15 -MAINTAINER=Kevin Lo +CATEGORIES = devel -PERMIT_PACKAGE_CDROM= Yes +MAINTAINER = Alexander Bluhm -WANTLIB += c +# perl +PERMIT_PACKAGE_CDROM = Yes + +WANTLIB += c + +MODULES = cpan .include Index: devel/p5-Class-Date

update: devel/p5-File-Modified

2014-11-01 Thread Alexander Bluhm
-0.09 -MAINTAINER=Simon Bertrang +CATEGORIES = devel + +MAINTAINER=Alexander Bluhm # perl -PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_CDROM = Yes + +MODULES = cpan +TEST_DEPENDS = security/p5-Digest-MD2 \ + security/p5-Digest

new: devel/p5-Pod-Constant

2014-11-01 Thread Alexander Bluhm
Hi, import a new port p5-Pod-Constant It is often neccessary to refer to 'default values' or important constant values in your POD, but then you have to put them in your code as well, and they can easily get out of sync. use this module and you can import variables from the POD directly, avoidin

new: www/p5-WWW-Mechanize-FormFiller

2014-11-01 Thread Alexander Bluhm
Hi, new port www/p5-WWW-Mechanize-FormFiller The module is intended as a simple way to fill out HTML forms from a set of predetermined values. You set up the form filler with value elements, retrieve the HTML form, and let the form filler loose on that form. ok? bluhm p5-WWW-Mechanize-FormFi

update devel/p5-Directory-Scratch

2014-10-14 Thread Alexander Bluhm
Hi update p5-Directory-Scratch to 0.15 ok? bluhm Index: Makefile === RCS file: /data/mirror/openbsd/cvs/ports/devel/p5-Directory-Scratch/Makefile,v retrieving revision 1.6 diff -u -p -u -p -r1.6 Makefile --- Makefile11 Mar 2013

new devel/p5-Devel-CheckBin

2014-08-11 Thread Alexander Bluhm
Hi, Newer devel/p5-Sub-Name needs devel/p5-Devel-CheckBin for make regress. ok? bluhm p5-Devel-CheckBin.tgz Description: application/tar-gz pgpgN70Rtdf5F.pgp Description: PGP signature

update p5-Net-SMTP-TLS-ButMaintained

2014-08-11 Thread Alexander Bluhm
Hi, Update p5-Net-SMTP-TLS-ButMaintained to 0.24. The main change upstream is that the author says it is deprecated. Write that into description to encourage people not to use it. Unfortunately net/nagios/check_email_delivery depends on this module, otherwise I would delete it. ok? bluhm Ind

UPDATE p5-AnyEvent

2014-07-07 Thread Alexander Bluhm
= 0 CATEGORIES=devel CPAN_AUTHOR= MLEHMANN + +MAINTAINER = Alexander Bluhm # perl PERMIT_PACKAGE_CDROM= Yes Index: devel/p5-AnyEvent/distinfo === RCS file: /data/mirror/openbsd/cvs/ports/devel/p5-AnyEvent/distinfo

outdated-perl-ports and epoch

2014-07-07 Thread Alexander Bluhm
Hi, The script outdated-perl-ports does not parse the epoch number. With this fix I get 17 additional outdated perl ports. ok? bluhm Index: infrastructure/bin/outdated-perl-ports === RCS file: /data/mirror/openbsd/cvs/ports/infras

Re: devel/p5-BSD-arc4random broken on 5.5 and -current

2014-05-16 Thread Alexander Bluhm
On Fri, May 16, 2014 at 10:20:03PM +0100, Stuart Henderson wrote: > On 2014/05/16 22:34, Alexander Bluhm wrote: > > On Fri, May 16, 2014 at 09:23:40PM +0200, Alexander Bluhm wrote: > > > When using BSD::arc4random the perl programm can be sure that it > > > works the

Re: devel/p5-BSD-arc4random broken on 5.5 and -current

2014-05-16 Thread Alexander Bluhm
On Fri, May 16, 2014 at 09:23:40PM +0200, Alexander Bluhm wrote: > When using BSD::arc4random the perl programm can be sure that it > works the same way everywhere. So I would recommend to strip > everything out of p5-BSD-arc4random that does not call the OpenBSD > libc function. Bu

Re: devel/p5-BSD-arc4random broken on 5.5 and -current

2014-05-16 Thread Alexander Bluhm
On Fri, May 16, 2014 at 01:28:51PM +0100, Stuart Henderson wrote: > Even better would be to fix Perl itself to have a proper random > function, it is 2014 after all... That would be nice. I don't think it will happen. > As a minimum, on OS which have it, Perl rand() could take the same > approac

update net/p5-Event-RPC

2014-05-15 Thread Alexander Bluhm
Hi, I would like to update p5-Event-RPC to 1.05 so that the regression tests pass. ok? bluhm Index: net/p5-Event-RPC/Makefile === RCS file: /data/mirror/openbsd/cvs/ports/net/p5-Event-RPC/Makefile,v retrieving revision 1.9 diff -u

fix SSL and update www/p5-Mojo

2014-05-14 Thread Alexander Bluhm
Hi, I am the maintainer of the security/p5-IO-Socket-SSL port. Upgrading it to 1.984 breaks the www/p5-Mojo port. The latter needs to be fixed, my patch has already been commited upstream. While there I also update p5-Mojo to 4.99 as it contains other SSL fixes. ok? bluhm Index: www/p5-Mojo/

Re: [UPDATE] devel/p5-Params-Validate to 1.08

2014-04-27 Thread Alexander Bluhm
On Sat, Apr 26, 2014 at 05:38:54PM -0700, Andrew Fresh wrote: > +MAINTAINER = Andrew Fresh Tab after = > -TEST_DEPENDS=devel/p5-Test-Taint>=1.04 \ > - devel/p5-Readonly>=1.03 \ > - devel/p5-Readonly-XS>=1.05 t/19-untaint.t needs Test::Taint 0.02 t

Re: [UPDATE] devel/p5-Sub-Exporter to 0.987

2014-04-27 Thread Alexander Bluhm
On Sat, Apr 26, 2014 at 05:31:46PM -0700, Andrew Fresh wrote: > +MAINTAINER = Andrew Fresh Tab after = > +MAKE_ENV = TEST_POD=Yes \ > PERL_TEST_CRITIC=Yes ... > +TEST_DEPENDS = devel/p5-Package-Generator \ > devel/p5-Test-Perl-Critic The Test::Perl::Critic te

Re: [UPDATE] devel/p5-Sub-Install to 0.927

2014-04-27 Thread Alexander Bluhm
On Sat, Apr 26, 2014 at 05:28:22PM -0700, Andrew Fresh wrote: > +MAINTAINER = Andrew Fresh Tab after = > +MAKE_ENV = PERL_TEST_CRITIC=Yes > + > +TEST_DEPENDS = devel/p5-Test-Output \ > + devel/p5-Test-Perl-Critic I think the Test::Perl::Critic test has been removed from the

Re: [UPDATE] devel/p5-Test-Warn to 0.30

2014-04-26 Thread Alexander Bluhm
On Sat, Apr 26, 2014 at 05:14:53PM -0700, Andrew Fresh wrote: > This is a minor update to p5-Test-Warn. Internal cleanup, no new > features but should work better. > +MAINTAINER = Andrew Fresh Put a TAB after = > +# perl_5 Most other ports just write perl or Perl here. OK bluhm@

UPDATE p5-IO-Socket-SSL

2014-04-26 Thread Alexander Bluhm
Hi, Can we update SSL related ports during this stage of the libreSSL transition? All regression tests of p5-IO-Socket-SSL pass with both 1.967 and 1.982. The test pass/fail pattern of the depending packages did not change. PASS: databases/p5-ldap devel/p5-IO-Lambda mail/imapsync mail/p5-Mail-

UPDATE p5-Net-DNS

2014-04-24 Thread Alexander Bluhm
+DISTNAME= Net-DNS-0.74 CATEGORIES=net HOMEPAGE= http://www.net-dns.org/ +MAINTAINER = Alexander Bluhm + # Perl PERMIT_PACKAGE_CDROM= Yes BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= security/p5-Digest-HMAC>=1.00 -TEST_DEPE

mail/p5-Email-Received test depends

2014-02-08 Thread Alexander Bluhm
Hi, The regression tests for p5-Email-Received depend on p5-Email-Simple. Is it correct that revision bump is not necessary as the package does not change? ok? bluhm Index: mail/p5-Email-Received/Makefile === RCS file: /data/mirror

UPDATE: www/p5-WWW-Mechanize

2014-02-05 Thread Alexander Bluhm
cle \ -devel/p5-Test-Pod \ -devel/p5-Test-Pod-Coverage \ -devel/p5-Test-Taint \ -devel/p5-Test-NoWarnings \ -devel/p5-Test-Warn +MAINTAINER = Alexander Bluhm + +# perl +PERMIT_PACKAGE_CDROM = Yes + +MODULES = c

Re: UPDATE: textproc/p5-Regexp-Common

2014-02-03 Thread Alexander Bluhm
On Fri, Jan 24, 2014 at 10:08:51AM +0100, Alexander Bluhm wrote: > Hi, > > Update p5-Regexp-Common to 2013031301 and take maintainer. > > ok? Anyone? > > bluhm > > Index: textproc/p5-Regexp-Common/Makefile >

UPDATE: textproc/p5-Regexp-Common

2014-01-24 Thread Alexander Bluhm
-DISTNAME= Regexp-Common-2011041701 +DISTNAME= Regexp-Common-2013031301 CATEGORIES=textproc +MAINTAINER = Alexander Bluhm # MIT PERMIT_PACKAGE_CDROM= Yes Index: textproc/p5-Regexp-Common/distinfo

Re: net/openvpn net/route.h

2014-01-17 Thread Alexander Bluhm
On Mon, Oct 21, 2013 at 02:05:58PM +0200, Alexander Bluhm wrote: > On Sat, Oct 19, 2013 at 04:24:55PM +0200, Alexander Bluhm wrote: > > The obvious solution is to rename the openvpn route. It would be > > great if we could get that upstream. According to the sources, > >

Re: UPDATE security/p5-Net_SSLeay

2014-01-14 Thread Alexander Bluhm
On Sun, Jan 12, 2014 at 05:06:18PM +0100, Alexander Bluhm wrote: > Hi, > > I would like to update p5-Net-SSLeay, but there are compiler warnings > about bad length checks. I have reported the bug upstream. > > https://rt.cpan.org/Public/Bug/Display.html?id=92076 Upstream h

UPDATE security/p5-Net_SSLeay

2014-01-12 Thread Alexander Bluhm
Hi, I would like to update p5-Net-SSLeay, but there are compiler warnings about bad length checks. I have reported the bug upstream. https://rt.cpan.org/Public/Bug/Display.html?id=92076 ok? bluhm Index: security/p5-Net_SSLeay/Makefile ==

Re: net/openvpn net/route.h

2013-10-21 Thread Alexander Bluhm
On Sat, Oct 19, 2013 at 04:24:55PM +0200, Alexander Bluhm wrote: > The obvious solution is to rename the openvpn route. It would be > great if we could get that upstream. According to the sources, > NetBSD, FreeBSD and Dragonfly also suffer from that. I have created a ticket at OpenVP

net/openvpn net/route.h

2013-10-19 Thread Alexander Bluhm
Hi, OpenVPN copies part of the net/route.h header file into their route.c source file. They cannot include it, because the kernel route structure has a name conflict with the openvpn route structure. The obvious solution is to rename the openvpn route. It would be great if we could get that ups

do not include netinet6/in6_var.h from netinet/in_var.h

2013-10-15 Thread Alexander Bluhm
Hi, I would like to stop including netinet6/in6_var.h directly from netinet/in_var.h. This reduces inter header dependencies and makes ipv6 development easier. Unfortunatly these 6 ports depend on the implcit inclusion of netinet6/in6_var.h. devel/jdk/1.6 devel/jdk/1.7 devel/libgtop2 net/ifmcst

net/ipv6-toolkit warnings

2013-09-06 Thread Alexander Bluhm
Hi, I would like to shut up the compiler and linker warnings in ipv6-toolkit. - use arc4random(3) - move include fix into a separate patch file - silence uninitialized variable warning - replace strncat with strlcat ok? bluhm Index: net/ipv6-toolkit/Makefile

Re: NEW net/ipv6-toolkit

2013-08-30 Thread Alexander Bluhm
On Fri, Aug 30, 2013 at 10:56:42PM +0200, Stefan Sperling wrote: > There are plenty of random() warnings in the build. > Do you think it's worth fixing them and pushing patches upstream, > making these tools use arc4random() if available? I know, that's the next thing on my list. But I wanted to

NEW net/ipv6-toolkit

2013-08-30 Thread Alexander Bluhm
Hi, I would like to add Fernado Gont's IPv6 toolkit to our ports tree. The SI6 Networks' IPv6 toolkit is a set of IPv6 security/trouble-shooting tools, that can send arbitrary IPv6-based packets. ok? bluhm ipv6-toolkit.tgz Description: application/tar-gz

Re: systrace getdents

2013-08-14 Thread Alexander Bluhm
On Wed, Aug 14, 2013 at 08:35:56AM +0100, Stuart Henderson wrote: > On 2013/08/14 02:04, Alexander Bluhm wrote: > > Ports build with systrace is broken as the time_t diff has replaced > > getdirentries(2) with getdents(2). > > Ah, this throws light on a problem with the

systrace getdents

2013-08-13 Thread Alexander Bluhm
Hi, Ports build with systrace is broken as the time_t diff has replaced getdirentries(2) with getdents(2). ok? bluhm Index: infrastructure/db/systrace.filter === RCS file: /data/mirror/openbsd/cvs/ports/infrastructure/db/systrace.f

NEW: devel/p5-Test-TrailingSpace

2013-07-18 Thread Alexander Bluhm
Hi, new perl module devel/p5-Test-TrailingSpace This module is used to test for lack of trailing space. ok? bluhm p5-Test-TrailingSpace.tgz Description: application/tar-gz

NEW: devel/p5-File-Find-Object-Rule

2013-07-18 Thread Alexander Bluhm
Hi, new perl module devel/p5-File-Find-Object-Rule File::Find::Object::Rule is a friendlier interface to File::Find::Object. It allows you to build rules which specify the desired files and directories. ok? bluhm p5-File-Find-Object-Rule.tgz Description: application/tar-gz

NEW: devel/p5-File-Find-Object

2013-07-18 Thread Alexander Bluhm
Hi, new perl module devel/p5-File-Find-Object File::Find::Object does the same job as File::Find but works like an object and with an iterator. As File::Find is not object oriented, one cannot perform multiple searches in the same application. The second problem of File::Find is its file proces

NEW devel/p5-Data-Validate-IP

2013-07-04 Thread Alexander Bluhm
Hi, p5-Data-Validate-IP - ipv4 and ipv6 validation methods This module collects ip validation routines to make input validation, and untainting easier and more readable. ok? bluhm p5-Data-Validate-IP.tgz Description: application/tar-gz

Re: p5-IO-Socket-INET6 fix raw sockets

2013-03-30 Thread Alexander Bluhm
On Sat, Mar 30, 2013 at 06:30:52PM +0100, Eric Faurot wrote: > On Sat, Mar 30, 2013 at 04:39:47PM +0100, Alexander Bluhm wrote: > > On Sat, Mar 30, 2013 at 02:30:55PM +, Stuart Henderson wrote: > > > > Most other OS are going to be using something closer to the libbind

Re: p5-IO-Socket-INET6 fix raw sockets

2013-03-30 Thread Alexander Bluhm
On Sat, Mar 30, 2013 at 02:30:55PM +, Stuart Henderson wrote: > On 2013/03/30 14:39, Alexander Bluhm wrote: > > Hi, > > > > Using IO::Socket::INET6 fails when creating raw sockets. Our > > getaddrinfo() seems to behave more strictly. This is not related > >

p5-IO-Socket-INET6 fix raw sockets

2013-03-30 Thread Alexander Bluhm
Hi, Using IO::Socket::INET6 fails when creating raw sockets. Our getaddrinfo() seems to behave more strictly. This is not related to new perl or new resolver. I was also broken in OpenBSD 5.0. ok? bluhm Index: net/p5-IO-Socket-INET6/Makefile ==

Re: NEW: editors/vigor

2012-10-15 Thread Alexander Bluhm
balancing, > countermading forces to keep vigor from spiraling into a zombie drug causing > our nation's youths to eat faces. Hmmm. Does this mean "yes" or "no" or "ok"? > > Alexander Bluhm [alexander.bl...@gmx.net] wrote: > > Hi, > > >

Re: UPDATE: devel/p5-Time-Format

2012-10-15 Thread Alexander Bluhm
Still waiting for an OK. On Mon, Oct 01, 2012 at 02:35:32AM +0200, Alexander Bluhm wrote: > Hi, > > - update p5-Time-Format to 1.12 > - use no groff > - patch broken tests > > For some reasons the regression tests produced errors like this. > Can't locate packa

Re: UPDATE: devel/p5-BSD-stat

2012-10-15 Thread Alexander Bluhm
Still waiting for an OK. bluhm On Wed, Sep 26, 2012 at 12:50:34AM +0200, Alexander Bluhm wrote: > Hi, > > I have updated BSD::stat to 1.33 which gives us the new functions > utimes() and lutimes(). Unfortunately lutimes() is specific to > FreeBSD. So I emulated it with OpenBSD

Re: UPDATE: security/p5-Crypt-SSLeay

2012-10-15 Thread Alexander Bluhm
On Fri, Oct 12, 2012 at 12:50:42PM +0100, Nigel Taylor wrote: > 'LWP::Protocol::https' => '6.02', > Note the new requirement... I have seen that. But that looks strange to me. LWP::Protocol::https is listed as prerequisite by Crypt::SSLeay. www/p5-libwww provides LWP::Protocol::https and

<    1   2   3   4   5   >