23 Commits

Author SHA1 Message Date
gonzalo
9ca41847c9 Update for logstalgia to 1.1.3
OK rsadowski@
2022-09-05 16:00:45 +00:00
naddy
2b3700e37e drop RCS Ids 2022-03-11 19:57:10 +00:00
rsadowski
565d5e9e11 Update WANTLIB
ok gonzalo@
2021-06-26 05:30:21 +00:00
sthen
77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
gonzalo
78780bc4f4 Update for Logstalgia to 1.1.2.
OK rpointel@
2018-06-14 08:21:26 +00:00
gonzalo
328ffc7ec1 Update for Logstalgia to 1.1.1
OK benoit@
2018-02-22 08:12:20 +00:00
jca
e7494456d9 Needs a compiler that understands -std=gnu++0x 2017-12-18 11:35:50 +00:00
gonzalo
c891cbee5a Update for Logstalgia to 1.1.0:
https://github.com/acaudwell/Logstalgia/releases

OK rpointel@
2017-10-12 15:05:31 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
espie
cc5bc426ed switch everything to new COMPILER idiom, even stuff that won't build with clang
yet, but at least that part is done.
2017-05-31 08:08:15 +00:00
espie
17d4004fca WANT_CXX 2017-05-27 05:07:48 +00:00
naddy
5ca807c6ff replace libiconv module 2016-09-12 22:20:36 +00:00
gonzalo
2de4524562 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 kirby@
2016-03-15 15:03:57 +00:00
kirby
06a77986c9 update HOMEPAGE. OK gonzalo@ (maintainer) 2016-03-10 13:35:23 +00:00
pascal
f0585aa4cf gcc4 bumps, reminded by aja@ 2015-05-28 10:17:22 +00:00
gonzalo
d76234dccf Now the right diff :/ 2014-10-22 15:13:45 +00:00
gonzalo
c8ac8c8528 Update for logstalgia to 1.0.6
also, unify my email

looks good to me jasper@
2014-10-22 15:02:25 +00:00
naddy
c2832a1290 move http://code.google.com, *.googlecode.com, and sites.google.com to https
suggested by bentley@
2013-08-07 21:31:12 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
brad
222e632898 Add X11BASE paths to CPPFLAGS/LDFLAGS.
ok naddy@
2012-09-29 05:07:24 +00:00
jasper
2fd75e8e65 import logstalgia 1.0.3
Logstalgia is a website traffic visualization that replays or streams
Apache web-server access logs as a pong-like battle between the web
server and an never ending torrent of requests.

    from Gonzalo L. R. (MAINTAINER)
	with tweaks by me
	    
		ok sthen@
2011-10-20 10:58:21 +00:00