Re: NEW: devel/avr

2005-06-28 Thread Martin Reindl
On Tue, Jun 28, 2005 at 08:22:18PM +0200, Alexandre Anriot wrote: Here is an AVR port, a complete chaintool to play with Atmel AVR microcontrollers. It contains: - the GNU binutils - a cross GCC - an AVR libc - GDB You'll probably need to use devel/uisp too. And of course an AVR

update: avr-libc 1.2.5

2005-09-30 Thread Martin Reindl
Update for avr-libc to 1.2.5. - now only .bz2 - additional MASTER_SITES - bugfixes from 1.2.3 - 1.2.5 at http://www.nongnu.org/avr-libc/NEWS.txt Please test. Index: Makefile === RCS file: /mnt/ports/devel/avr/libc/Makefile,v

Re: openttd-0.4.0.1

2005-12-07 Thread Martin Reindl
Jacob Meuser [EMAIL PROTECTED] wrote: On Sat, Nov 19, 2005 at 10:09:21PM +0100, Michael Knudsen wrote: I've attached an updated version in which I've fixed the tyop. Please test and let me know how it works. Thanks for the feedback. hi, below is a patch for some issues/nits. I

e2fsprogs a.out fix

2006-02-15 Thread Martin Reindl
!ELF archs only know strip -d Index: Makefile === RCS file: /usr/cvs/ports/sysutils/e2fsprogs/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile4 Feb 2006 18:37:36 - 1.6 +++ Makefile15 Feb

Re: m68k breakage

2006-02-22 Thread Martin Reindl
Miod Vallat [EMAIL PROTECTED] wrote: Is this really worth bumping the package name? This does not change anything on platforms where it compiles. true

Re: NEW: audiotest-1.0 - tests audio(4) operations

2007-06-15 Thread Martin Reindl
Jacob Meuser [EMAIL PROTECTED] wrote: DESCR: audiotest is a simple program to help discover and pinpoint problems that may exist in the audio(4) implementation. It does basic read(2) and write(2) operations, and can set the audio device to full-duplex mode and do both read(2) and write(2)

archivers/zoo: move variable declaration to start of block for gcc2

2006-07-18 Thread Martin Reindl
Found while doing bulk build on m68k: Index: patches/patch-portable_c === RCS file: /usr/cvs/ports/archivers/zoo/patches/patch-portable_c,v retrieving revision 1.1 diff -u -p -r1.1 patch-portable_c --- patches/patch-portable_c7

update: sylpheed

2006-09-24 Thread Martin Reindl
Index: Makefile === RCS file: /usr/cvs/ports/mail/sylpheed/Makefile,v retrieving revision 1.65 diff -u -p -r1.65 Makefile --- Makefile18 Sep 2006 11:50:40 - 1.65 +++ Makefile23 Sep 2006 09:51:30 - @@ -2,11 +2,10

Re: build error in bzip2 on Alpha

2006-10-16 Thread Martin Reindl
Dimitry Andric [EMAIL PROTECTED] wrote: marius wrote: I'm trying to build a port dependant on bzip2, and the build fails. I'm running the October 10 snapshot with -current source tree. Any suggestions? ... cc -shared -fpic -o libbz2.so.10.3 blocksort.so huffman.so crctable.so

update: olsrd 0.5.6

2008-08-27 Thread Martin Reindl
Hi, Olsrd 0.5.6 has just been released, unfortunately too late for 4.4. Runs much nicer here at Funkfeuer Vienna than 0.4.10. Tested on i386, hppa and alpha. Comments? oks? m Index: Makefile === RCS file:

Re: update: olsrd 0.5.6

2008-09-02 Thread Martin Reindl
Martin Reindl [EMAIL PROTECTED] wrote: Hi, Olsrd 0.5.6 has just been released, unfortunately too late for 4.4. Runs much nicer here at Funkfeuer Vienna than 0.4.10. Tested on i386, hppa and alpha. Comments? oks? Anyone?

Re: update: olsrd 0.5.6

2008-09-03 Thread Martin Reindl
Dieter Rauschenberger [EMAIL PROTECTED] wrote: Ho Martin, On Tue, Sep 02, 2008 at 08:28:34PM +0200, Martin Reindl wrote: Anyone? Some months ago I submitted a patch that compiles and installs httpinfo. Maybe you want to merge it to the update? I'm just doing a simple update now

update: olsrd 0.5.6-r8

2010-04-06 Thread Martin Reindl
Attached is an update for net/olsrd to the latest stable release. Tested with Funkfeuer Vienna. Index: Makefile === RCS file: /cvs/ports/net/olsrd/Makefile,v retrieving revision 1.5 diff -u -p -r1.5 Makefile --- Makefile14 Dec

update: olsrd 0.5.6-r3

2008-12-13 Thread Martin Reindl
This is a bugfix update from olsrd 0.5.6 to 0.5.6-r3, please test. m Index: Makefile === RCS file: /cvs/ports/net/olsrd/Makefile,v retrieving revision 1.4 diff -u -p -r1.4 Makefile --- Makefile4 Sep 2008 08:52:29 - 1.4

Re: vax build failures

2009-03-05 Thread Martin Reindl
Christian Weisgerber na...@openbsd.org wrote: devel/libixpar: unknown option -- s Here is a diff. Should fix it on any gcc2/non-binutils arch. m Index: Makefile === RCS file: /cvs/ports/devel/libixp/Makefile,v

devel/json-c on gcc3

2013-08-29 Thread Martin Reindl
Below is a diff which let's devel/json-c build on gcc3 archs. On gcc4, -Wextra and -W is the same. OK? martin Index: Makefile === RCS file: /cvs/ports/devel/json-c/Makefile,v retrieving revision 1.8 diff -u -p -u -p -r1.8 Makefile

Re: UPDATE: netcdf-3.6.2 -> 4.6.3

2019-03-06 Thread Martin Reindl
On Tue, Mar 05, 2019 at 09:57:13PM +0100, Landry Breuil wrote: > > So, comments portswise: > - no need for DIST_SUBDIR=${DISTNAME} (remember to regen distinfo) > - no need for the complicated DISTNAME/DISTFILES/WRKDIST dance > > DISTNAME = ${NAME}-c-${V} > PKGNAME = ${NAME}-${V} > > is enought

NEW: math/py-cftime

2019-03-05 Thread Martin Reindl
Hello, attached is a new port of math/py-cftime, providing time and date handling functions for an upcoming py-netcdf port. Needs the math/netcdf update previously posted. Only tested on amd64. Comments welcome. -m port-py-cftime.tgz Description: application/tar-gz

Re: UPDATE: netcdf-3.6.2 -> 4.6.3

2019-03-05 Thread Martin Reindl
On Tue, Mar 05, 2019 at 09:57:13PM +0100, Landry Breuil wrote: > On Tue, Mar 05, 2019 at 11:18:56AM +0100, Martin Reindl wrote: > > [...] > > So, comments portswise: > - no need for DIST_SUBDIR=${DISTNAME} (remember to regen distinfo) > - no need for the complicated DISTN

UPDATE: netcdf-3.6.2 -> 4.6.3

2019-03-05 Thread Martin Reindl
Hello ports, Here is an update for math/netcdf, laying the groundwork for py-netcdf and python-pvlib, two ports I need for my projects. Things to consider: - it's been decades since I worked in ports - netcdf is now split into C, C++ and Fortran parts, this update only preserves the C

Re: NEW: math/py-cftime

2019-03-14 Thread Martin Reindl
Am 06.03.19 um 08:47 schrieb Martin Reindl: > Hello, > > attached is a new port of math/py-cftime, providing time and date handling > functions for an upcoming py-netcdf port. Needs the math/netcdf update > previously posted. Only tested on amd64. Comments welcome. > > -m

Re: UPDATE: netcdf-3.6.2 -> 4.6.3

2019-03-13 Thread Martin Reindl
HOMEPAGE= http://www.unidata.ucar.edu/software/netcdf/ -MAINTAINER=Tom Knienieder -MODULES = fortran -MODFORTRAN_COMPILER = g77 -BUILD_DEPENDS =${MODFORTRAN_BUILD_DEPENDS} +MAINTAINER= Martin Reindl -# BSD-like +# BSD PERMIT_PACKAGE_CDROM= Yes -WANTLIB=

NEW: net/py-siphon

2019-03-13 Thread Martin Reindl
services (such as THREDDS) + +MODPY_EGG_VERSION= 0.8.0 +DISTNAME= v${MODPY_EGG_VERSION} +PKGNAME= py-siphon-${MODPY_EGG_VERSION} +CATEGORIES=net + +HOMEPAGE= http://unidata.github.io/cftime/ + +MAINTAINER=Martin Reindl + +# BSD

Re: UPDATE: netcdf-3.6.2 -> 4.6.3

2019-03-13 Thread Martin Reindl
=${MODFORTRAN_BUILD_DEPENDS} +MAINTAINER=Martin Reindl -# BSD-like +# BSD PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c m ${COMPILER_LIBCXX} +WANTLIB= c m z pthread +WANTLIB+= curl crypto nghttp2 ssl +WANTLIB+= hdf5 hdf5_hl + +LIB_DEPENDS = net

Re: UPDATE: netcdf-3.6.2 -> 4.6.3

2019-03-13 Thread Martin Reindl
Sorry, hit enter to soon, patches still had an .orig file Here is the diff minding Stuart's comment.

Re: UPDATE: netcdf-3.6.2 -> 4.6.3

2019-03-13 Thread Martin Reindl
Am 13.03.19 um 14:33 schrieb Martin Reindl: > Sorry, hit enter to soon, patches still had an .orig file > Here is the diff minding Stuart's comment. > Grml, should not send out Mails when abut to leave the house. Anyway, Stuart, Landry, please just go ahead.

Re: UPDATE: netcdf-4.7.0

2019-05-16 Thread Martin Reindl
Bump. In the meantime this got testing on macppc and arm64. Am 2019-05-01 16:15, schrieb Martin Reindl: Hello, straightforward update to latest release. Passes make test. 2 patches to be rm'ed. geo/mdal not tested. -m Index: Makefile

Re: FIX: py-scipy on arm64 [WAS: aarch64 bulk build report]

2019-05-27 Thread Martin Reindl
Am 21.05.19 um 15:34 schrieb Martin Reindl: > On Fri, May 17, 2019 at 06:45:29AM -0600, phess...@openbsd.org wrote: >> http://build-failures.rhaalovely.net/aarch64/2019-05-13/math/py-scipy.log > > Pick up gfortran for py-scipy on arm64. > macppc and amd64 are still happy. >

[UPDATE] devel/openmpi 4.0.1

2019-05-31 Thread Martin Reindl
Hello ports@, here is an update for another port that probably get's not much widespread usage. Nevertheless, this is worthwhile for people running in an MPI-3.1 environment. Tested on macppc, arm64 and amd64. I only needed this once, so I am not too keen on taking MAINTAINER. Note all fortran

Re: Adding aarch64 to GCC49_ARCHS (was: Re: FIX: py-scipy on arm64 [WAS: aarch64 bulk build report])

2019-05-28 Thread Martin Reindl
> > > Index: arch-defines.mk > > > === > > > RCS file: /cvs/ports/infrastructure/mk/arch-defines.mk,v > > > retrieving revision 1.64 > > > diff -u -p -r1.64 arch-defines.mk > > > --- arch-defines.mk 11 May 2019 12:05:46 -

Re: [UPDATE] devel/openmpi 4.0.1

2019-06-03 Thread Martin Reindl
; IIRC the problem is that SHARED_LIBS isn't respected. > > > > > -- > > > Sent from a phone, apologies for poor formatting. > > > > > > On 31 May 2019 18:55:23 Martin Reindl wrote: > > > > > > > Hello ports@, > > > >

Re: [UPDATE] devel/openmpi 4.0.1

2019-06-06 Thread Martin Reindl
]+\.[0-9]+).*/\1/}/downloads/ + HOMEPAGE = http://www.open-mpi.org/ -MODULES = fortran -MODFORTRAN_COMPILER = g77 -BUILD_DEPENDS += ${MODFORTRAN_BUILD_DEPENDS} +MAINTAINER = Martin Reindl # BSD PERMIT_PACKAGE_CDROM = Yes -WANTLIB+=

Re: NEW: math/py-cftime

2019-06-13 Thread Martin Reindl
Am 23.05.2019 um 20:59 schrieb Wictor Lund: On Thu, May 23, 2019 at 07:37:36PM +0200, Martin Reindl wrote: Thanks for testing. The tarball sent out on 2019-05-03 contains the latest version of this port. Hmm, I appear to have missed that one, thanks for enlightenment. Resending both ports

Re: [UPDATE] devel/openmpi 4.0.1

2019-06-24 Thread Martin Reindl
Am 22.06.2019 um 20:09 schrieb Jeremie Courreges-Anglas: On Thu, Jun 06 2019, Martin Reindl wrote: On Sat, Jun 01, 2019 at 08:03:17PM +0100, Stuart Henderson wrote: That needs fixing then.. -- Sent from a phone, apologies for poor formatting. On 1 June 2019 17:15:19 Jeremie Courreges-Anglas

Re: NEW: math/py-cftime

2019-05-23 Thread Martin Reindl
son wrote: >> On 2019/04/27 12:00, Martin Reindl wrote: >>> Am 14.03.19 um 19:02 schrieb Martin Reindl: >>>> Am 06.03.19 um 08:47 schrieb Martin Reindl: >>>>> Hello, >>>>> >>>>> attached is a new port of math/py-cftime, providing

Re: NEW: math/py-cftime

2019-05-19 Thread Martin Reindl
Am 03.05.19 um 14:35 schrieb Martin Reindl: > Am 27.04.19 um 16:39 schrieb Martin Reindl: >> Am 27.04.19 um 16:24 schrieb Stuart Henderson: >>> On 2019/04/27 15:59, Martin Reindl wrote: >>>> Am 27.04.19 um 15:44 schrieb Stuart Henderson: >>>> >>&g

Re: NEW: py-netCDF4

2019-05-19 Thread Martin Reindl
Am 04.05.19 um 16:10 schrieb Martin Reindl: > Am 03.05.19 um 20:04 schrieb Martin Reindl: >> Am 03.05.19 um 19:39 schrieb Kurt Mosiejczuk: >>> On Fri, May 03, 2019 at 06:43:06PM +0200, Landry Breuil wrote: >>> >>>>> Note the port packages three scripts i

Re: math/grace fix FLAVORS

2019-05-20 Thread Martin Reindl
Am 02.05.19 um 13:44 schrieb Martin Reindl: > On Thu, May 02, 2019 at 12:39:36PM +0100, Stuart Henderson wrote: >> On 2019/05/02 13:36, Martin Reindl wrote: >>> Hello ports, >>> >>> for math/grace, the three available FLAVORS are not enabled in the >&g

Re: FIX: py-scipy on arm64 [WAS: aarch64 bulk build report]

2019-05-21 Thread Martin Reindl
On Fri, May 17, 2019 at 06:45:29AM -0600, phess...@openbsd.org wrote: > http://build-failures.rhaalovely.net/aarch64/2019-05-13/math/py-scipy.log Pick up gfortran for py-scipy on arm64. macppc and amd64 are still happy. -m Index: Makefile

Re: drop maintainership: emulators/coldfire

2019-04-29 Thread Martin Reindl
On Sun, Apr 28, 2019 at 09:58:33PM +0300, Kirill Bychkov wrote: > On Sat, April 27, 2019 16:43, Martin Reindl wrote: > >> And missing the mandatory REVISION bump ;) > > > > Yes :) > > Hi, > Revision starts from 0 ;) Let's see how many times one can

Re: NEW: net/py-siphon

2019-04-29 Thread Martin Reindl
://unidata.github.io/cftime/ + +MAINTAINER=Martin Reindl + +# BSD +PERMIT_PACKAGE_CDROM= Yes + +MODPY_SETUPTOOLS= Yes +MODPY_PI= Yes + +MODULES= lang/python + +FLAVORS= python3 +FLAVOR?= + +RUN_DEPENDS+= devel/py-protobuf${MODPY_FLAVOR} \ + math/py

UPDATE: netcdf-4.7.0

2019-05-01 Thread Martin Reindl
Hello, straightforward update to latest release. Passes make test. 2 patches to be rm'ed. geo/mdal not tested. -m Index: Makefile === RCS file: /cvs/ports/math/netcdf/Makefile,v retrieving revision 1.34 diff -u -p -u -p -r1.34

drop maintainership: emulators/coldfire

2019-04-27 Thread Martin Reindl
+++ Makefile27 Apr 2019 10:06:14 - @@ -6,14 +6,12 @@ DISTNAME= coldfire-0.3.1 CATEGORIES=emulators HOMEPAGE= http://www.slicer.ca/coldfire/ -MAINTAINER=Martin Reindl - # GPL PERMIT_PACKAGE_CDROM= Yes MASTER_SITES= ${HOMEPAGE}/files/ -WANTLIB

Re: NEW: net/py-siphon

2019-04-29 Thread Martin Reindl
On Mon, Apr 29, 2019 at 12:27:07PM +0100, Stuart Henderson wrote: > On 2019/04/29 13:13, Martin Reindl wrote: > > New diff incorporating Kurt's and Stuart's remarks. > > DESCR was already 'fmt -w 80' formatted. > > Just plain fmt, no -w... (or -w but something less than 80)

Re: NEW: net/py-siphon

2019-04-30 Thread Martin Reindl
Am 30.04.19 um 10:26 schrieb Stuart Henderson: > On 2019/04/28 22:16, Stuart Henderson wrote: >>> Index: pkg/PLIST >>> === >>> RCS file: pkg/PLIST >>> diff -N pkg/PLIST >>> --- /dev/null 1 Jan 1970 00:00:00 - >>> +++

math/grace fix FLAVORS

2019-05-02 Thread Martin Reindl
Hello ports, for math/grace, the three available FLAVORS are not enabled in the Makefile. Because fftw can be used on netcdf data, I suggest removing these flavors altogether and only keeping the no_x11. -m Index: Makefile ===

Re: math/grace fix FLAVORS

2019-05-02 Thread Martin Reindl
On Thu, May 02, 2019 at 12:39:36PM +0100, Stuart Henderson wrote: > On 2019/05/02 13:36, Martin Reindl wrote: > > Hello ports, > > > > for math/grace, the three available FLAVORS are not enabled in the > > Makefile. Because > > fftw can be used on netcdf data,

Re: NEW: py-netCDF4

2019-05-04 Thread Martin Reindl
Am 03.05.19 um 20:04 schrieb Martin Reindl: > Am 03.05.19 um 19:39 schrieb Kurt Mosiejczuk: >> On Fri, May 03, 2019 at 06:43:06PM +0200, Landry Breuil wrote: >> >>>> Note the port packages three scripts into bin/, leading to collisions >>>> when install

Re: devel/py-serial update 2.7 to 3.4

2019-05-06 Thread Martin Reindl
Am 04.05.19 um 19:26 schrieb Kurt Mosiejczuk: > On Fri, May 03, 2019 at 09:43:34PM +0200, Daniel Winters wrote: >> As discussed with Olivier, this looks fine to me - ok maintainer. > >> Thanks to Olivier for the work! > > I noticed the deletion of the homepage. There *is* a homepage on > Github.

Re: NEW: math/py-cftime

2019-05-03 Thread Martin Reindl
Am 27.04.19 um 16:39 schrieb Martin Reindl: > Am 27.04.19 um 16:24 schrieb Stuart Henderson: >> On 2019/04/27 15:59, Martin Reindl wrote: >>> Am 27.04.19 um 15:44 schrieb Stuart Henderson: >>> >>>> Here's a cleaned up version, >>>> >>>>

NEW: py-netCDF4

2019-05-03 Thread Martin Reindl
Hello ports, attached is a port of py-netCDF4, the python interface to math/netcdf. Requires the previously posted cftime port at runtime. Comments welcome anytime. -m py-netcdf4.tgz Description: GNU Zip compressed data

Re: NEW: py-netCDF4

2019-05-03 Thread Martin Reindl
Am 03.05.19 um 15:08 schrieb Martin Reindl: > Hello ports, > > attached is a port of py-netCDF4, the python interface to math/netcdf. > Requires the previously posted cftime port at runtime. > Comments welcome anytime. Note the port packages three scripts into bin/, leading to

Re: NEW: py-netCDF4

2019-05-03 Thread Martin Reindl
Am 03.05.19 um 19:39 schrieb Kurt Mosiejczuk: > On Fri, May 03, 2019 at 06:43:06PM +0200, Landry Breuil wrote: > >>> Note the port packages three scripts into bin/, leading to collisions >>> when installing the python3 flavor. Any hint on how to handle this is >>> very much appreciated. > >> See

Re: NEW: math/py-cftime

2019-04-27 Thread Martin Reindl
Am 14.03.19 um 19:02 schrieb Martin Reindl: > Am 06.03.19 um 08:47 schrieb Martin Reindl: >> Hello, >> >> attached is a new port of math/py-cftime, providing time and date handling >> functions for an upcoming py-netcdf port. Needs the math/netcdf update >> previo

Re: drop maintainership: emulators/coldfire

2019-04-27 Thread Martin Reindl
1.3 +++ Makefile27 Apr 2019 13:39:32 - @@ -3,17 +3,16 @@ COMMENT= Motorola Coldfire emulator DISTNAME= coldfire-0.3.1 +REVISION= 1 CATEGORIES=emulators HOMEPAGE= http://www.slicer.ca/coldfire/ -MAINTAINER= Martin Reindl - # GPL PERMIT_PACKAGE_CDROM=

Re: NEW: math/py-cftime

2019-04-27 Thread Martin Reindl
Am 27.04.19 um 15:44 schrieb Stuart Henderson: > Here's a cleaned up version, > > - use pypi rather than github autogenerated tar.gz > - fix plist > - run tests, they work ok for py2, fail on py3 but it's better than at present > > OK to import? > Thanks Stuart. Did you check it downloads

Re: NEW: net/py-siphon

2019-04-27 Thread Martin Reindl
Am 13.03.19 um 10:08 schrieb Martin Reindl: > Hello ports, > > Attached is a new port of net/py-siphon: > > Siphon is a collection of Python utilities for downloading data from remote > data > services. Much of Siphon's current functionality focuses on access to data >

Re: NEW: math/py-cftime

2019-04-27 Thread Martin Reindl
Am 27.04.19 um 16:24 schrieb Stuart Henderson: > On 2019/04/27 15:59, Martin Reindl wrote: >> Am 27.04.19 um 15:44 schrieb Stuart Henderson: >> >>> Here's a cleaned up version, >>> >>> - use pypi rather than github autogenerated tar.gz >>> - fi

Re: NEW: net/py-siphon

2019-04-28 Thread Martin Reindl
On Sun, Apr 28, 2019 at 12:30:28PM -0400, Kurt Mosiejczuk wrote: > On Sat, Apr 27, 2019 at 12:30:52PM +0200, Martin Reindl wrote: > > > > Hello ports, > > > > Attached is a new port of net/py-siphon: > > > > Siphon is a collection of Python utilities for

NEW: net/py-minimalmodbus 0.7

2019-05-04 Thread Martin Reindl
Hello ports, attached is a port of MinimalModbus 0.7: MinimalModbus is an easy-to-use Python module for talking to instruments (slaves) from a computer (master) using the Modbus protocol, and is intended to be running on the master. Example code includes drivers for Eurotherm and Omega process

Re: [UPDATE] devel/openmpi 4.0.1

2019-06-27 Thread Martin Reindl
Am 27.06.2019 um 16:09 schrieb Jeremie Courreges-Anglas: Note that what has been committed shouldn't have a problem with NFS: the code in ad_fstype.c already properly checks for f_fstypename and uses it. Our patch is still bogus though, please find an additional diff below. ok? Yes. And

Re: NEW: math/py-cftime

2019-06-27 Thread Martin Reindl
Am 26.06.2019 um 22:47 schrieb Kurt Mosiejczuk: On Thu, Jun 13, 2019 at 12:45:48PM +0200, Martin Reindl wrote: Am 23.05.2019 um 20:59 schrieb Wictor Lund: On Thu, May 23, 2019 at 07:37:36PM +0200, Martin Reindl wrote: Thanks for testing. The tarball sent out on 2019-05-03 contains the latest

Re: NEW: math/py-cftime

2019-06-27 Thread Martin Reindl
Am 27.06.2019 um 14:31 schrieb Martin Reindl: Am 26.06.2019 um 22:47 schrieb Kurt Mosiejczuk: On Thu, Jun 13, 2019 at 12:45:48PM +0200, Martin Reindl wrote: Am 23.05.2019 um 20:59 schrieb Wictor Lund: On Thu, May 23, 2019 at 07:37:36PM +0200, Martin Reindl wrote: Thanks for testing

math/plplot on powerpc

2019-08-22 Thread Martin Reindl
Hello, plplot on powerpc works just fine now, this part did not make it with the cmake/plplot update. -m Index: Makefile === RCS file: /cvs/ports/math/plplot/Makefile,v retrieving revision 1.67 diff -u -p -u -p -r1.67 Makefile ---

[Update] math/netcdf: 4.7.1

2019-09-10 Thread Martin Reindl
Hello ports, attached is a bugfix update for math/netcdf. Release notes are available here: https://www.unidata.ucar.edu/software/netcdf/docs/RELEASE_NOTES.html Tested on macppc/amd64/arm64. -m Index: Makefile === RCS file:

Re: UPDATE: devel/cmake 3.15.0

2019-07-30 Thread Martin Reindl
Am 29.07.2019 um 21:19 schrieb Rafael Sadowski: On Mon Jul 29, 2019 at 12:12:36PM +0200, Rafael Sadowski wrote: Hi all porters, I sent[1] a cmake update to 3.14 which unfortunately has received no attention two months ago. Anyway this is a new try to update cmake. [...] Tested only on amd64

Re: UPDATE: math/plplot (upcoming cmake 3.15)

2019-08-07 Thread Martin Reindl
Am 06.08.2019 um 22:23 schrieb Rafael Sadowski: Update plplot to 5.15.0 which unbreak the build with upcoming cmake 3.15.1. This version required a newer cmake version than we have in the tree. The diff below should be clear. I added CMakeLists.txt to examples. In my opinion it is worth

[Update] math/plplot to 5.15.0

2019-07-29 Thread Martin Reindl
Hello, attached is an update for math/plplot to 5.15.0. C and C++ tested on powerpc and amd64, fortran untested. Requires the update to cmake 3.14.5 previously posted by rsadowski@. -m Index: Makefile === RCS file:

Re: UPDATE: devel/cmake 3.15.0

2019-08-06 Thread Martin Reindl
Am 06.08.19 um 13:52 schrieb Christian Weisgerber: > On 2019-07-29, Rafael Sadowski wrote: > >>> I sent[1] a cmake update to 3.14 which unfortunately has received no >>> attention two months ago. Anyway this is a new try to update cmake. >> >> Here was a small typo at the end of the line. Fixed

Re: NEW: net/py-minimalmodbus 0.7

2019-07-19 Thread Martin Reindl
Am 18.07.19 um 22:25 schrieb Kurt Mosiejczuk: > On Sat, May 04, 2019 at 08:11:39PM +0200, Martin Reindl wrote: > >> attached is a port of MinimalModbus 0.7: > >> MinimalModbus is an easy-to-use Python module for talking to >> instruments (slaves) from a compute

Re: NEW: math/py-cftime and math/py-netcdf4

2019-07-16 Thread Martin Reindl
On Wed, Jul 17, 2019 at 12:50:34AM -0400, Kurt Mosiejczuk wrote: > On Thu, Jun 27, 2019 at 03:14:31PM +0200, Martin Reindl wrote: > > > Here are the two updated tarballs with the ports. py-netcdf4 got a > > mini-update to 1.5.1.2 in the meantime. > > I got back to thes

[UPDATE] devel/openmpi 4.0.1 -> 4.0.2

2019-10-31 Thread Martin Reindl
Hello, The attached diff updates devel/openmpi to the current stable release 4.0.2. Changelog can be found here: https://raw.githubusercontent.com/open-mpi/ompi/v4.0.x/NEWS Tested on amd64 and arm64. Most noteably this update fixes problems reported by David Raymond off-list. -m Index:

[maintainer update] math/netcdf 4.7.3

2019-11-23 Thread Martin Reindl
Hello, Diff to update netcdf from 4.7.0 to 4.7.3. Tested on arm64, amd64 and macppc. Tests on hppa welcome but I don't see a reason why it should not work there (that's why I removed the comments). -m Index: Makefile === RCS file:

Re: UPDATE: math/R

2019-12-13 Thread Martin Reindl
On Thu, Dec 12, 2019 at 02:16:24PM +0100, Ingo Feinerer wrote: > Dear useRs, > > update math/R 3.6.1 -> 3.6.2 [...] > Works for me on amd64. +1 on arm64 with my Rscripts. But does this need extra WANTLIBs? R-3.6.2(math/R): Missing: flang.2 from flang-8.0.1.20191107

Re: [UPDATE] devel/openmpi 4.0.1 -> 4.0.2

2019-11-19 Thread Martin Reindl
Am 31.10.19 um 15:59 schrieb Martin Reindl: > Hello, > > The attached diff updates devel/openmpi to the current stable release 4.0.2. > Changelog can be found here: > https://raw.githubusercontent.com/open-mpi/ompi/v4.0.x/NEWS > Tested on amd64 and arm64. > > Most no

[update] baikal 0.6.1

2019-11-19 Thread Martin Reindl
/sabre-io/Baikal/releases/download/${VERSION}/ DISTFILES= ${DISTNAME}.zip CATEGORIES=productivity www HOMEPAGE= http://sabre.io/baikal/ +MAINTAINER = Martin Reindl # GPLv3 PERMIT_PACKAGE=Yes Index: distinfo

Re: [NEW] devel/blosc 1.17.0

2019-11-24 Thread Martin Reindl
Am 24.11.19 um 17:18 schrieb Brian Callahan: > > > On 2019-11-24 11:10 AM, Stuart Henderson wrote: >> On 2019/11/24 11:03, Brian Callahan wrote: >>> Hi Martin -- >>> >>> On 2019-11-24 10:10 AM, Martin Reindl wrote: >>>> Hello ports,

Re: [maintainer update] math/netcdf 4.7.3

2019-11-23 Thread Martin Reindl
On Sat, Nov 23, 2019 at 02:43:12PM +, Stuart Henderson wrote: > ... so it needs a major SHARED_LIBS bump. Have you tested dependent ports? > > $ sqlite3 /usr/local/share/sqlports "select fullpkgpath from depends where > dependspath like 'math/netcdf'" > geo/mdal > graphics/gmt >

[NEW] devel/blosc 1.17.0

2019-11-24 Thread Martin Reindl
Hello ports, attached is new port of c-blosc, a blocking, shuffling and loss-less compression library. Tested on macppc, arm64, and amd64. Comments? OKs? -m blosc1170.tgz Description: GNU Zip compressed data

Re: NEW: math/py-cftime and math/py-netcdf4

2019-11-24 Thread Martin Reindl
Am 17.07.19 um 07:25 schrieb Martin Reindl: > On Wed, Jul 17, 2019 at 12:50:34AM -0400, Kurt Mosiejczuk wrote: >> On Thu, Jun 27, 2019 at 03:14:31PM +0200, Martin Reindl wrote: >> On sparc64, py-netcdf4 fails two tests: test_unsigned and Va

Re: [update] baikal 0.6.1

2019-11-19 Thread Martin Reindl
Am 19.11.19 um 21:00 schrieb Remi Locherer: > On Tue, Nov 19, 2019 at 03:45:44PM +0100, Martin Reindl wrote: >> Hello ports@ >> >> baikal 0.6.1 is out and fixes sync issues with Thunderbird. >> I'd pleased to take over maintainer. >> >> -m > > T

Re: UPDATE: math/R

2019-12-17 Thread Martin Reindl
On Tue, Dec 17, 2019 at 11:07:43AM -0500, Brian Callahan wrote: > Hi Ingo -- > > On 2019-12-17 10:52, Ingo Feinerer wrote: > > On Fri, Dec 13, 2019 at 11:28:50AM +0100, Martin Reindl wrote: > > > On Thu, Dec 12, 2019 at 02:16:24PM +0100, Ingo Feinerer wrote: > > &g

Re: [UPDATE] devel/openmpi 4.0.1 -> 4.0.2

2019-12-18 Thread Martin Reindl
[moved to ports@] On Tue, Dec 17, 2019 at 04:16:25PM -0700, Raymond, David wrote: > Martin, > > I have been using openmpi 4.0.2 on my computer system and I found a > bug that is provoked by running a job (a Go program interfaced to the > Clang MPI package) on multiple machines connected by

[UPDATE] math/py-bottleneck 1.3.1 -> 1.3.2

2020-02-24 Thread Martin Reindl
Hi folks, When py-pandas goes python3-only, py-bottleneck can follow (no other consumers). While there update to 1.3.2. Changelog does not really affect us: https://groups.google.com/forum/#!topic/bottle-neck/UG8zDpYIbIE OK once pandas is python3? -m Index: math/Makefile

Re: [PATCH] sysutils/grafana from 5.4.3 to 6.6.1

2020-02-25 Thread Martin Reindl
Am 14.02.20 um 16:39 schrieb Franz Bettag: > Dear folks, > > below is a diff which updates sysutils/grafana from 5.4.3 to 6.6.1. > > Has been tested on amd64. > > Feedback is welcome :) Franz, It's not a good idea to remove these lines from PLIST. > -@comment $OpenBSD: PLIST,v 1.6 2019/02/08

Re: [UPDATE] sysutils/py-daemon 1.6 -> 2.2.4

2020-02-26 Thread Martin Reindl
On Wed, Feb 26, 2020 at 11:02:32AM +0100, Bjorn Ketelaars wrote: > On Wed 26/02/2020 10:15, Martin Reindl wrote: > > Update py-daemon from 1.6 to 2.2.4: > > > > - move from python2 to python3-only (no consumers) > > - take MAINTAINER > > - ' =' vs '=' sanity

[UPDATE] sysutils/py-daemon 1.6 -> 2.2.4

2020-02-26 Thread Martin Reindl
-${MODPY_EGG_VERSION} +PKGNAME = py-daemon-${MODPY_EGG_VERSION} +CATEGORIES = sysutils -CATEGORIES=sysutils +MAINTAINER = Martin Reindl - -# PSF-2+ +# GPL-3 and ASF-2 PERMIT_PACKAGE = Yes -MODPY_PI = Yes - -MODULES= lang/python

Re: [new] sysutils/loki + [update] sysutils/grafana

2020-03-04 Thread Martin Reindl
Am 04.03.20 um 01:23 schrieb Eric Elena: > Hello list, > > Please find attached a new port, sysutils/loki. It is a log aggregation > system inspired by prometheus. > It requires grafana >= v6.0. Since the version in the ports tree is based on > v5.4.3, I have attached a diff to update the port

Re: [NEW] h5py and py-pkgconfig

2020-03-03 Thread Martin Reindl
On Tue, Mar 03, 2020 at 12:46:26PM +0100, Bjorn Ketelaars wrote: > On Tue 03/03/2020 11:15, Martin Reindl wrote: > > Hello, > > > > I already sent h5py to the list in january, but resending now with > > py-pkgconfig,which is a BDEP for h5py. > > > > h5py i

Re: UPDATE math/py-pandas-1.0.1

2020-02-26 Thread Martin Reindl
On Wed, Feb 26, 2020 at 11:17:05AM +0100, Jeremie Courreges-Anglas wrote: > On Sun, Feb 23 2020, Martin Reindl wrote: > > Am 21.02.20 um 15:27 schrieb Bjorn Ketelaars: > >> Enclosed diff updates py-pandas to 1.0.1. Changes: > >> https://pandas.pydata.org/docs/whatsnew

Re: move geo/py-* to python3 only ?

2020-02-24 Thread Martin Reindl
On Sat, Feb 22, 2020 at 07:24:59PM +0100, Benoit Lecocq wrote: > > > On 22/02/2020 12:37, Landry Breuil wrote: > > On Fri, Feb 21, 2020 at 11:26:52PM -0500, Kurt Mosiejczuk wrote: > > > On Fri, Feb 21, 2020 at 08:21:12PM +0100, Landry Breuil wrote: > > > > Hi, > > > > > > > here's a rather

[NEW] h5py and py-pkgconfig

2020-03-03 Thread Martin Reindl
Hello, I already sent h5py to the list in january, but resending now with py-pkgconfig,which is a BDEP for h5py. h5py is a requirement for xrayutilities which, I understand, David is or was working on. bcallah@ also sent out a version in 2015 which never made it into the tree. Both ports are

Re: devel/openmpi mpifort error; compiler

2020-01-26 Thread Martin Reindl
Hi John, Did you check the libraries for changes? I will see if I can find time to commit just the fortran bits tonight. Then I will look at the CC and README additions. Thanks for the effort to improve the openmpi port! -m Am 25.01.20 um 00:17 schrieb j...@bitminer.ca: > Hi Martin, > > I

Re: devel/openmpi mpifort error; compiler

2020-01-27 Thread Martin Reindl
[CCing Dave Raymond who helped with the openmpi-4.0.1 update] On Sun, Jan 26, 2020 at 09:21:30AM -0700, j...@bitminer.ca wrote: > Hi Martin, > > I don't know how to compare the libraries (md5?). I reviewed the > build logs and diff'd the text files (.h). The build logs showed > the same

[NEW] py-cftime and py-netcdf4 [resend]

2020-01-29 Thread Martin Reindl
Hello, I already sent this some time ago and even got feedback from sthen and kmos, but then these two ports kind of dozed of a bit. As a reminder: py-cftime: time and date handling utility functions from netcdf4-python py-netcdf4: Python interface to the netCDF C library In the meantime, I've

Re: devel/openmpi mpifort error; compiler

2020-01-27 Thread Martin Reindl
On Mon, Jan 27, 2020 at 09:30:15AM -0700, j...@bitminer.ca wrote: > Hi Martin, > > Thanks for the pointer to a ports page (I needed to reread it, > clearly!). > > Just one nit to your example: perhaps reformat to style(9). Sure, why not! And README needs to go into the PLIST of course. Index:

Re: NEW: devel/esptool-ck 0.4.13

2020-01-27 Thread Martin Reindl
On Mon, Jan 27, 2020 at 04:06:03PM -0700, Tracey Emery wrote: > Hello ports, > > Attached is a new port to work with firmware for ESP8266 chips. It's an > updated and slightly revised version of a previous submission. > > devel/esptool-ck: Esptool is a tool to create firmware files for the

Re: NEW: devel/esptool-ck 0.4.13

2020-01-27 Thread Martin Reindl
On Mon, Jan 27, 2020 at 04:06:03PM -0700, Tracey Emery wrote: > Hello ports, > > Attached is a new port to work with firmware for ESP8266 chips. It's an > updated and slightly revised version of a previous submission. > > devel/esptool-ck: Esptool is a tool to create firmware files for the

Re: NEW: devel/esptool-ck 0.4.13

2020-01-29 Thread Martin Reindl
On Tue, Jan 28, 2020 at 09:19:05AM -0700, Tracey Emery wrote: > On Tue, Jan 28, 2020 at 07:33:41AM -0700, Tracey Emery wrote: > > On Tue, Jan 28, 2020 at 07:42:04AM +0100, Martin Reindl wrote: > > > On Mon, Jan 27, 2020 at 04:06:03PM -0700, Tracey Emery wrote: &

Re: [UPDATE] math/py-bottleneck-1.2.1 => 1.3.1

2020-02-04 Thread Martin Reindl
Am 04.02.20 um 14:28 schrieb Charlene Wendling: > On Tue, 4 Feb 2020 09:11:07 +0100 > Martin Reindl wrote: > >> Hello ports@ >> >> attached diff updates math/py-bottleneck to 1.3.1: >> >> - take MAINTAINER >> - BROKEN-powerpc: there have been some cha

  1   2   3   4   5   >