pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

logswan: Remove. Newer version in pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Jan 13 19:13:16 2016 +0100
Changeset:	83ec33e404f79bfcef86de8b4cdfc9f7abe6b4d6

Removed Files:
	logswan/DESCR
	logswan/Makefile
	logswan/PLIST
	logswan/distinfo

Log Message:
logswan: Remove. Newer version in pkgsrc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=83ec33e404f79bfcef86de8b4cdfc9f7abe6b4d6

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 | 37 -------------------------------------
 logswan/PLIST    |  8 --------
 logswan/distinfo |  6 ------
 4 files changed, 66 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 cae3495..0000000
--- a/logswan/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2015/10/01 21:38:44 kamil Exp $
-
-DISTNAME=	logswan-1.03
-CATEGORIES=	www
-MASTER_SITES=	${MASTER_SITE_GITHUB:=fcambus/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://www.logswan.org/
-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}
-	${RUN}${INSTALL_MAN}  ${WRKSRC}/logswan.1 \
-	                      ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-
-.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 341a712..0000000
--- a/logswan/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $NetBSD$
-bin/logswan
-man/man1/logswan.1
-share/doc/logswan/AUTHORS
-share/doc/logswan/README.md
-share/doc/logswan/THANKS
-share/doc/logswan/TODO
-share/examples/logswan
diff --git a/logswan/distinfo b/logswan/distinfo
deleted file mode 100644
index 3750b81..0000000
--- a/logswan/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 02:46:57 agc Exp $
-
-SHA1 (logswan-1.03.tar.gz) = cfd8da715930a3dd83355e7985e80185780e98ae
-RMD160 (logswan-1.03.tar.gz) = 0e9ccf2c65498cd27946374e12259d38e2061310
-SHA512 (logswan-1.03.tar.gz) = 2ab46125e207b5023d0aee74779fca617b5b565e25307184d2fdc25779c0c0be6db7b4ccbd1e6a13a5db7cff96bfdf8255d3ceb4d4443c67dd1d30dcca15c1c7
-Size (logswan-1.03.tar.gz) = 16485 bytes


Home | Main Index | Thread Index | Old Index