Hi, this is a minor update, besides some bug fixes, and some internal code restructuring, a few new features added:
* Add experimental support for BiDi locomotive address visualization. * Add configure check for nearbyint. * Add Dutch translation provided by Jaap Kramer. * Add full screen mode view. * Add feedback trigger option for signal aspects. I don't have my model railroad up and running currently, so cannot really test if it works, however, it connects fine to srcpd. Someone around with a model railroad that is using it, could test? otherwise, OK? Sebastian Index: Makefile =================================================================== RCS file: /cvs/ports/misc/spdrs60/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 11 Mar 2013 11:23:58 -0000 1.4 +++ Makefile 25 Oct 2014 16:49:32 -0000 @@ -2,8 +2,7 @@ COMMENT = graphical SRCP client to control a digital model railway -DISTNAME = spdrs60-0.5.6 -REVISION = 1 +DISTNAME = spdrs60-0.5.7 CATEGORIES = misc x11 HOMEPAGE = http://spdrs60.sourceforge.net/ Index: distinfo =================================================================== RCS file: /cvs/ports/misc/spdrs60/distinfo,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 distinfo --- distinfo 11 Dec 2010 11:19:08 -0000 1.1.1.1 +++ distinfo 25 Oct 2014 16:49:32 -0000 @@ -1,5 +1,2 @@ -MD5 (spdrs60-0.5.6.tar.gz) = ZdBIUjUy+Wp4n7+eMQKQig== -RMD160 (spdrs60-0.5.6.tar.gz) = rqtDvxGFM2RwNFjIwcSODD3pyNo= -SHA1 (spdrs60-0.5.6.tar.gz) = CgOPcy/7VyqgrkeCHstdPUjUa9I= -SHA256 (spdrs60-0.5.6.tar.gz) = R7UztUjcvCshArrSm61ob63P5Wnan/kw1y3qZ7neDjQ= -SIZE (spdrs60-0.5.6.tar.gz) = 893360 +SHA256 (spdrs60-0.5.7.tar.gz) = FnWxnCicsghpPpuezeVTOW7RIgQvRp29xWV6VXOBkAc= +SIZE (spdrs60-0.5.7.tar.gz) = 931280 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/misc/spdrs60/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- pkg/PLIST 11 Dec 2010 11:19:08 -0000 1.1.1.1 +++ pkg/PLIST 25 Oct 2014 16:49:32 -0000 @@ -199,3 +199,4 @@ share/spdrs60/translations/ share/spdrs60/translations/spdrs60_de.qm share/spdrs60/translations/spdrs60_it.qm +share/spdrs60/translations/spdrs60_nl.qm
