From 7b0334d74d0e9515dbe677ba00eddd4505dab1f2 Mon Sep 17 00:00:00 2001 From: vanilla Date: Fri, 30 Jul 2004 19:26:52 +0000 Subject: Add snowlog 1.0, a webserver access log browser/analyzer. PR: ports/69783 Submitted by: Cheng-Lung Sung --- sysutils/snowlog/Makefile | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 sysutils/snowlog/Makefile (limited to 'sysutils/snowlog/Makefile') diff --git a/sysutils/snowlog/Makefile b/sysutils/snowlog/Makefile new file mode 100644 index 000000000000..1efaa9aa2439 --- /dev/null +++ b/sysutils/snowlog/Makefile @@ -0,0 +1,34 @@ +# ex:ts=8 +# New ports collection makefile for: snowlog +# Date created: Jul 30 2004 +# Whom: Cheng-Lung Sung +# +# $FreeBSD$ +# + +PORTNAME= snowlog +PORTVERSION= 1.0 +CATEGORIES= sysutils +MASTER_SITES= http://home.kcore.de/~kiza/software/snowlog/download/ + +MAINTAINER= clsung@dragon2.net +COMMENT= A webserver access log browser/analyzer + +LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre + +MAN1= snowlog.1 +DOCS= INSTALLATION doc/README doc/filters.example +SHAREDOCS= referers.regexp useragents.regexp + +.include + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DATADIR} + cd ${WRKSRC}/share && ${INSTALL_DATA} ${SHAREDOCS} ${DATADIR} + @${MKDIR} ${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} +.endif + @${CAT} ${PKGMESSAGE} + +.include -- cgit ron4/files/bl-1.2.3'>dependabot/npm_and_yarn/devel/electron4/files/bl-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0