pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
logswan: Remove package imported to pkgsrc/www
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Tue Sep 29 00:28:32 2015 +0200
Changeset: a496199af83fe11799941592bcc3670a1e7f19e1
Removed Files:
logswan/DESCR
logswan/Makefile
logswan/PLIST
logswan/distinfo
Log Message:
logswan: Remove package imported to pkgsrc/www
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a496199af83fe11799941592bcc3670a1e7f19e1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
logswan/DESCR | 15 ---------------
logswan/Makefile | 35 -----------------------------------
logswan/PLIST | 7 -------
logswan/distinfo | 5 -----
4 files changed, 62 deletions(-)
diffs:
diff --git a/logswan/DESCR b/logswan/DESCR
deleted file mode 100644
index b67fc8b..0000000
--- a/logswan/DESCR
+++ /dev/null
@@ -1,15 +0,0 @@
-Logswan is a fast Web log analyzer using probabilistic data structures. It is
-targeted at very large log files, typically APIs logs. It has constant memory
-usage regardless of the log file size, and takes approximatively 4MB of RAM.
-
-Unique visitors counting is performed using two HyperLogLog counters (one for
-IPv4, and another one for IPv6), providing a relative accuracy of 0.10%.
-
-Project design goals include : speed, memory-usage efficiency, and keeping the
-code as simple as possible.
-
-Logswan is opinionated software :
- - It only supports the Common Log Format, in order to keep the parsing code
- simple
- - It does not split results per day, but log files can be split prior to being
- processed
diff --git a/logswan/Makefile b/logswan/Makefile
deleted file mode 100644
index e434973..0000000
--- a/logswan/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD$
-
-DISTNAME= logswan-1.00
-CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= ${MASTER_SITE_GITHUB:=fcambus/logswan/}
-COMMENT= Fast Web log analyzer using probabilistic data structures
-LICENSE= modified-bsd
-
-USE_CMAKE= yes
-
-SUBST_CLASSES+= geoip
-SUBST_STAGE.geoip= post-patch
-SUBST_FILES.geoip+= src/logswan.c
-SUBST_SED.geoip+= -e 's,/usr/local,${PREFIX},g'
-
-DOCDIR= share/doc/logswan
-EGDIR= share/examples/logswan
-
-CONF_FILES+= ${EGDIR}/logswan.json ${PKG_SYSCONFDIR}/logswan.json
-
-AUTO_MKDIRS= yes
-
-post-install:
-.for f in AUTHORS README.md THANKS TODO
- ${RUN}${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/${DOCDIR}
-.endfor
- ${RUN}${INSTALL_DATA} ${WRKSRC}/examples/logswan.json \
- ${DESTDIR}${PREFIX}/${EGDIR}
-
-.include "../../textproc/jansson/buildlink3.mk"
-.include "../../net/GeoIP/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/logswan/PLIST b/logswan/PLIST
deleted file mode 100644
index b1e55d1..0000000
--- a/logswan/PLIST
+++ /dev/null
@@ -1,7 +0,0 @@
-@comment $NetBSD$
-bin/logswan
-share/doc/logswan/AUTHORS
-share/doc/logswan/README.md
-share/doc/logswan/THANKS
-share/doc/logswan/TODO
-share/examples/logswan/logswan.json
diff --git a/logswan/distinfo b/logswan/distinfo
deleted file mode 100644
index 83badc3..0000000
--- a/logswan/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-SHA1 (logswan-1.00.tar.gz) = c0676c41d87d768d6cc0d30aae1526f8e87e75e2
-RMD160 (logswan-1.00.tar.gz) = ad781c80f91fee577bb814ed70204cc28e89c31b
-Size (logswan-1.00.tar.gz) = 14571 bytes
Home |
Main Index |
Thread Index |
Old Index