# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # logswan # logswan/pkg-descr # logswan/distinfo # logswan/Makefile # logswan/pkg-message # echo c - logswan mkdir -p logswan > /dev/null 2>&1 echo x - logswan/pkg-descr sed 's/^X//' >logswan/pkg-descr << 'a0b0d74177922b8ef7ab702baa4457ed' XLogswan is a fast Web log analyzer using probabilistic data structures. It is Xtargeted at very large log files, typically APIs logs. It has constant memory Xusage regardless of the log file size, and takes approximatively 4MB of RAM. X XProject design goals include: speed, memory-usage efficiency, and keeping Xthe code as simple as possible. X XWWW: https://github.com/fcambus/logswan a0b0d74177922b8ef7ab702baa4457ed echo x - logswan/distinfo sed 's/^X//' >logswan/distinfo << 'ba4641a79405fa63ae9efec0da9b315b' XTIMESTAMP = 1585739226 XSHA256 (fcambus-logswan-2.1.4_GH0.tar.gz) = 25bfa62d6eedaad28198c31f596e786006fd8fc6511d020450e702c198be746f XSIZE (fcambus-logswan-2.1.4_GH0.tar.gz) = 20482 ba4641a79405fa63ae9efec0da9b315b echo x - logswan/Makefile sed 's/^X//' >logswan/Makefile << 'df96c0081f59168f4985ac1c85f9f77a' X# Created by: Juraj Lutter X# $FreeBSD$ X XPORTNAME= logswan XPORTVERSION= 2.1.4 XCATEGORIES= www X XMAINTAINER= juraj@lutter.sk XCOMMENT= Fast Web log analyzer X XLICENSE= BSD2CLAUSE X XLIB_DEPENDS= libjansson.so:devel/jansson \ X libmaxminddb.so:net/libmaxminddb X XUSES= cmake XUSE_GITHUB= yes XGH_ACCOUNT= fcambus X XPLIST_FILES= bin/${PORTNAME} \ X man/man1/${PORTNAME}.1.gz X X.include df96c0081f59168f4985ac1c85f9f77a echo x - logswan/pkg-message sed 's/^X//' >logswan/pkg-message << 'f24f2a09e8197dbbe8e33c200e79d6e7' X Xlogswan uses libmaxminddb (GeoIP2) library to perform geolocation-based Xlookups. X XInstall port net/geoipupdate to fetch and update the GeoIP database(s). X f24f2a09e8197dbbe8e33c200e79d6e7 exit