diff options
author | sem <sem@FreeBSD.org> | 2006-07-25 13:56:58 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-07-25 13:56:58 +0800 |
commit | 7728283ead444c02b38ba28e389e343704f7776c (patch) | |
tree | a603629fb57eccbf1f2a6a8393b868e015961eaa /www | |
parent | 5e552622966f99d79b1b19050956a6664ef4e5b2 (diff) | |
download | freebsd-ports-gnome-7728283ead444c02b38ba28e389e343704f7776c.tar.gz freebsd-ports-gnome-7728283ead444c02b38ba28e389e343704f7776c.tar.zst freebsd-ports-gnome-7728283ead444c02b38ba28e389e343704f7776c.zip |
- Update to 1.10
Diffstat (limited to 'www')
-rw-r--r-- | www/sqstat/Makefile | 11 | ||||
-rw-r--r-- | www/sqstat/distinfo | 6 | ||||
-rw-r--r-- | www/sqstat/files/pkg-message.in | 5 | ||||
-rw-r--r-- | www/sqstat/pkg-descr | 2 |
4 files changed, 13 insertions, 11 deletions
diff --git a/www/sqstat/Makefile b/www/sqstat/Makefile index a5ce99475350..0909775569f5 100644 --- a/www/sqstat/Makefile +++ b/www/sqstat/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sqstat -PORTVERSION= 0.9.5 +PORTVERSION= 1.10 CATEGORIES= www MASTER_SITES= http://samm.kiev.ua/sqstat/ @@ -24,8 +24,11 @@ PKGMESSAGE= ${WRKDIR}/pkg-message SUB_LIST= SQSTATDIR=${SQSTATDIR} PLIST_DIRS= ${SQSTATDIR} -PLIST_FILES= ${SQSTATDIR}/sqstat.css ${SQSTATDIR}/sqstat.php -PORTDOCS= CHANGES LICENSE README TODO +PLIST_FILES= ${SQSTATDIR}/arrow.gif ${SQSTATDIR}/sqstat.class.php \ + ${SQSTATDIR}/sqstat.css ${SQSTATDIR}/sqstat.php \ + ${SQSTATDIR}/zhabascript.js \ + ${SQSTATDIR}/config.inc.php.defaults +PORTDOCS= CHANGES FAQ LICENSE README TODO do-install: @${MKDIR} ${PREFIX}/${SQSTATDIR}; \ @@ -35,7 +38,7 @@ do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}; \ for f in ${PORTDOCS}; do \ - ${INSTALL_DATA} ${WRKSRC}/$$f ${DOCSDIR}; \ + ${INSTALL_DATA} ${WRKSRC}/docs/$$f ${DOCSDIR}; \ done .endif diff --git a/www/sqstat/distinfo b/www/sqstat/distinfo index be2ee101f0ea..9243fd9bdab7 100644 --- a/www/sqstat/distinfo +++ b/www/sqstat/distinfo @@ -1,3 +1,3 @@ -MD5 (sqstat-0.9.5.tar.gz) = fe6ee9b65afb33dd32b51a4e682bf16e -SHA256 (sqstat-0.9.5.tar.gz) = 6bc3f0efe1ad1faf11e2206789058a3b532b6ac8cebea09188f689a2761da3e1 -SIZE (sqstat-0.9.5.tar.gz) = 4901 +MD5 (sqstat-1.10.tar.gz) = 5b349f5025d5435165b344576cda32b7 +SHA256 (sqstat-1.10.tar.gz) = cbb5bffd59f24359ae335262c0bf1486049cb7ae811e9fcf903f7d0228c44f9c +SIZE (sqstat-1.10.tar.gz) = 10203 diff --git a/www/sqstat/files/pkg-message.in b/www/sqstat/files/pkg-message.in index 00c1f3db3e90..513290afd1bd 100644 --- a/www/sqstat/files/pkg-message.in +++ b/www/sqstat/files/pkg-message.in @@ -1,7 +1,6 @@ ====================================================================== -- Edit %%PREFIX%%/%%SQSTATDIR%%/sqstat.php file: - -set $squidhost, $squidport, $cachemgr_passwd, $resolveip as you like. +- Copy file config.inc.php.defaults to config.inc.php, edit + config.inc.php to specify your squid proxy server IP and port. - Set up squid: diff --git a/www/sqstat/pkg-descr b/www/sqstat/pkg-descr index 0eee6f6071f4..9f918d7cd659 100644 --- a/www/sqstat/pkg-descr +++ b/www/sqstat/pkg-descr @@ -1,5 +1,5 @@ SqStat is a script which allows to look through active squid users -connections. It use cachemgr protocol to get information from +connections. It uses cachemgr protocol to get information from squid proxy server. WWW: http://samm.kiev.ua/sqstat/ |