mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Complete moving www/sqmgrlog into www/sarg.
This commit is contained in:
parent
47198d2e47
commit
b88be939ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81080
1
MOVED
1
MOVED
@ -332,3 +332,4 @@ editors/xemacs-oa-packages||2003-05-12|obsolete xemacs package category
|
||||
editors/xemacs-prog-packages||2003-05-12|obsolete xemacs package category
|
||||
editors/xemacs-wp-packages||2003-05-12|obsolete xemacs package category
|
||||
devel/p5-Time||2003-05-13|Use devel/p5-Time-modules port instead
|
||||
www/sqmgrlog|www/sarg|2003-05-15|Renamed into sarg
|
||||
|
@ -432,7 +432,6 @@
|
||||
SUBDIR += smb2www
|
||||
SUBDIR += smb_auth
|
||||
SUBDIR += snarf
|
||||
SUBDIR += sqmgrlog
|
||||
SUBDIR += squid
|
||||
SUBDIR += squid24
|
||||
SUBDIR += squidclients
|
||||
|
@ -1,30 +0,0 @@
|
||||
# New ports collection makefile for: sqmgrlog
|
||||
# Date created: Mon Feb 5 17:00:40 NOVT 2001
|
||||
# Whom: Dmitry Grigorovich <odip@bionet.nsc.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sqmgrlog
|
||||
PORTVERSION= 3.0.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://web.onda.com.br/orso/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Squid log analyzer and HTML report generator
|
||||
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --enable-prefix=${PREFIX} --with-gcc
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,LDFLAGS="-g",LDFLAGS="",' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's,/usr/local/etc/httpd/htdocs/,${PREFIX}/www/data/,; \
|
||||
s,mailx,mail,' ${WRKSRC}/sqmgrlog.conf ${WRKSRC}/log.c
|
||||
|
||||
post-install:
|
||||
@if [ ! -f ${PREFIX}/etc/sqmgrlog.conf ]; then \
|
||||
${INSTALL_DATA} ${WRKSRC}/sqmgrlog.conf ${PREFIX}/etc; \
|
||||
fi
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1 +0,0 @@
|
||||
MD5 (sqmgrlog-3.0.1.tar.gz) = d014b981cff8a58fa0b43f3b786172e0
|
@ -1,31 +0,0 @@
|
||||
--- Makefile.in.orig Thu Feb 1 11:03:42 2001
|
||||
+++ Makefile.in Fri Aug 31 19:41:44 2001
|
||||
@@ -1,6 +1,5 @@
|
||||
# Makefile.in for sqmgrlog
|
||||
|
||||
-CC = @CC@
|
||||
LANGUAGE = @LANGUAGE@
|
||||
PREFIX = @PREFIX@
|
||||
CONFIG = @CONFIG@
|
||||
@@ -35,19 +34,8 @@
|
||||
$(CC) $(LDFLAGS) $(OBJS) $(LIBCRYPT) -o $@
|
||||
|
||||
install: all
|
||||
- -@if test ! -d $(PREFIX); then \
|
||||
- echo "mkdir $(PREFIX)"; \
|
||||
- mkdir $(PREFIX); \
|
||||
- fi
|
||||
- $(INSTALL_PROGRAM) sqmgrlog $(PREFIX)/sqmgrlog
|
||||
- chmod 755 $(PREFIX)/sqmgrlog
|
||||
- @if test ! -f $(CONFIG)/sqmgrlog.conf; then \
|
||||
- echo "cp $(CONFIG)/sqmgrlog.conf"; \
|
||||
- cp sqmgrlog.conf $(CONFIG)/sqmgrlog.conf; \
|
||||
- chmod 644 $(CONFIG)/sqmgrlog.conf; \
|
||||
- else \
|
||||
- cp sqmgrlog.conf $(CONFIG)/sqmgrlog.conf.orig; \
|
||||
- fi
|
||||
+ $(BSD_INSTALL_PROGRAM) sqmgrlog $(PREFIX)/bin
|
||||
+ $(BSD_INSTALL_DATA) sqmgrlog.conf $(PREFIX)/etc/sqmgrlog.conf.dist
|
||||
|
||||
uninstall:
|
||||
rm -f $(PREFIX)/sqmgrlog
|
@ -1,6 +0,0 @@
|
||||
sqmgrlog is a Squid analisys report generator that allow you to
|
||||
view "where" your users are going through squid. sqmgrlog generates
|
||||
reports in html, with many fields including users, IP addresses, bytes,
|
||||
sites and times.
|
||||
|
||||
WWW: http://web.onda.com.br/orso/sqmgrlog.html
|
@ -1,4 +0,0 @@
|
||||
bin/sqmgrlog
|
||||
@unexec if cmp -s %D/etc/sqmgrlog.conf.dist %D/etc/sqmgrlog.conf; then rm -f %D/etc/sqmgrlog.conf; fi
|
||||
etc/sqmgrlog.conf.dist
|
||||
@exec if [ ! -f %D/etc/sqmgrlog.conf ]; then cp %D/etc/%f %D/etc/sqmgrlog.conf; fi
|
Loading…
Reference in New Issue
Block a user