Hi,

Update for Logstalgia to 1.0.7:

    Added window frame toggle (F11).
    Fixed crash when taking a screenshot with an odd resolution.
    Handle exception when user defined regular expression is invalid.
    Fixed --hide-url-prefix not working (jettero).

+Switch to SDL2

Ok? Comments?


Cheers.-

-- 
Sending from my toaster.
Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/logstalgia/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile    10 Mar 2016 13:35:23 -0000      1.8
+++ Makefile    14 Mar 2016 03:31:02 -0000
@@ -2,8 +2,7 @@
 
 COMMENT =      website access log visualization
 
-DISTNAME =     logstalgia-1.0.6
-REVISION =     2
+DISTNAME =     logstalgia-1.0.7
 CATEGORIES =   sysutils graphics
 HOMEPAGE =     http://logstalgia.io/
 
@@ -14,7 +13,7 @@ PERMIT_PACKAGE_CDROM =        Yes
 
 MASTER_SITES = 
https://github.com/acaudwell/Logstalgia/releases/download/${DISTNAME}/
 
-WANTLIB += GL GLEW GLU SDL SDL_image c freetype m pcre png pthread
+WANTLIB += GL GLEW GLU SDL2 SDL2_image c freetype m pcre png pthread
 WANTLIB += z
 
 MODULES =      converters/libiconv \
@@ -31,7 +30,7 @@ BUILD_DEPENDS =       graphics/glm \
 
 LIB_DEPENDS =  graphics/glew \
                devel/pcre \
-               devel/sdl-image
+               devel/sdl2-image
 
 post-install:
        @gzip -d ${PREFIX}/man/man1/logstalgia.1.gz
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/logstalgia/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    22 Oct 2014 15:02:25 -0000      1.2
+++ distinfo    14 Mar 2016 03:31:02 -0000
@@ -1,2 +1,2 @@
-SHA256 (logstalgia-1.0.6.tar.gz) = qBuUdCzOZLCy0bFoPy96xtBkVgVvNTiWFTsbgYGFXzQ=
-SIZE (logstalgia-1.0.6.tar.gz) = 902147
+SHA256 (logstalgia-1.0.7.tar.gz) = VVP9A/t75WRTj+Vuhx6sbjyvVvQOirxGAtJVOWT48OE=
+SIZE (logstalgia-1.0.7.tar.gz) = 902050
Index: patches/patch-src_logstalgia_cpp
===================================================================
RCS file: /cvs/ports/sysutils/logstalgia/patches/patch-src_logstalgia_cpp,v
retrieving revision 1.2
diff -u -p -r1.2 patch-src_logstalgia_cpp
--- patches/patch-src_logstalgia_cpp    22 Oct 2014 15:02:26 -0000      1.2
+++ patches/patch-src_logstalgia_cpp    14 Mar 2016 03:31:02 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-src_logstalgia_cpp,v 1.2 2014/10/22 15:02:26 gonzalo Exp $
---- src/logstalgia.cpp.orig    Wed Oct 15 22:57:08 2014
-+++ src/logstalgia.cpp Wed Oct 22 10:29:38 2014
-@@ -391,7 +391,7 @@ std::string Logstalgia::dateAtPosition(float percent) 
+--- src/logstalgia.cpp.orig    Tue Oct 20 17:32:05 2015
++++ src/logstalgia.cpp Sun Mar 13 23:44:44 2016
+@@ -395,7 +395,7 @@ std::string Logstalgia::dateAtPosition(float percent) 
  
              time_t timestamp = le.timestamp;
  
@@ -10,7 +10,7 @@ $OpenBSD: patch-src_logstalgia_cpp,v 1.2
              strftime(datestr, 256, "%H:%M:%S %B %d, %Y", timeinfo);
              date = std::string(datestr);
          }
-@@ -952,7 +952,7 @@ void Logstalgia::logic(float t, float dt) {
+@@ -975,7 +975,7 @@ void Logstalgia::logic(float t, float dt) {
              char datestr[256];
              char timestr[256];
  

Reply via email to