mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
2013-12-07 www/clickheat: No more activity since 2011
This commit is contained in:
parent
6b52c8dab0
commit
dc001b75b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335815
1
MOVED
1
MOVED
@ -5294,3 +5294,4 @@ x11-themes/lila-xfwm4||2013-12-05|Has expired: Upstream development dead
|
||||
science/omnetpp||2013-12-05|Has expired: depends on expired textproc/libxml
|
||||
textproc/libxml||2013-12-05|Has expired: No release since 2002, no support from upstream
|
||||
deskutils/taskjuggler|deskutils/rubygem-taskjuggler|2013-12-05|Rename to match our rubygems naming
|
||||
www/clickheat||2013-12-07|Has expired: No more activity since 2011
|
||||
|
@ -102,7 +102,6 @@
|
||||
SUBDIR += claroline
|
||||
SUBDIR += clearsilver
|
||||
SUBDIR += clearsilver-python
|
||||
SUBDIR += clickheat
|
||||
SUBDIR += closure-compiler
|
||||
SUBDIR += closure-linter
|
||||
SUBDIR += cmsmadesimple
|
||||
|
@ -1,36 +0,0 @@
|
||||
# Created by: Philippe Audeoud <jadawin@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= clickheat
|
||||
PORTVERSION= 1.14
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
|
||||
|
||||
MAINTAINER= jadawin@FreeBSD.org
|
||||
COMMENT= ClickHeat is a visual heatmap of clicks on a HTML page
|
||||
|
||||
BROKEN= Checksum mismatch
|
||||
DEPRECATED= No more activity since 2011
|
||||
EXPIRATION_DATE= 2013-12-07
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_PHP= gd session
|
||||
WANT_PHP_WEB= yes
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
SUB_FILES= pkg-message pkg-deinstall
|
||||
SUB_LIST= PORTNAME=${PORTNAME} \
|
||||
WWWDIR=${WWWDIR}
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${WWWDIR}
|
||||
@(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${WWWDIR} \
|
||||
"! -name README ! -name INSTALL ! -name LICENSE ! -name LISEZMOI ")
|
||||
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (clickheat-1.14.zip) = a743f87f227ba38378e6f6256a115d8aaa3a1a74e036599586dd17d19651e90b
|
||||
SIZE (clickheat-1.14.zip) = 182121
|
@ -1,12 +0,0 @@
|
||||
#! /bin/sh
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PATH=/bin:/usr/bin:/usr/sbin
|
||||
|
||||
if [ "$2" != "POST-DEINSTALL" ]; then
|
||||
exit 0
|
||||
fi
|
||||
if [ -d %%WWWDIR%% ]; then
|
||||
echo "===> You may delete '%%WWWDIR%%' if you want to really delete your clickheat."
|
||||
fi
|
@ -1,15 +0,0 @@
|
||||
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|
||||
Browse http://your.host.tld/%%PORTNAME%%/ to configure your clickheat
|
||||
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|
||||
To make clickheat available through your web site, I suggest
|
||||
that you add something like the following to httpd.conf:
|
||||
|
||||
Alias /clickheat/ "%%WWWDIR%%/"
|
||||
|
||||
<Directory "%%WWWDIR%%/">
|
||||
Options none
|
||||
AllowOverride Limit
|
||||
Order Deny,Allow
|
||||
Allow from all
|
||||
</Directory>
|
||||
|
@ -1,8 +0,0 @@
|
||||
ClickHeat is a visual heatmap of clicks on a HTML page, showing hot and
|
||||
cold click zones.
|
||||
Features:
|
||||
- Few function calls to log a click, no server load rise should be noticed
|
||||
- A keyword is used to define the page upon Javascript code load
|
||||
- Screen sizes and browsers are logged
|
||||
|
||||
WWW: http://www.labsmedia.com/clickheat/index.html
|
@ -1,104 +0,0 @@
|
||||
%%WWWDIR%%/VERSION
|
||||
%%WWWDIR%%/cache/.htaccess
|
||||
%%WWWDIR%%/check.php
|
||||
%%WWWDIR%%/classes/Heatmap.class.php
|
||||
%%WWWDIR%%/classes/HeatmapFromClicks.class.php
|
||||
%%WWWDIR%%/classes/HeatmapFromDatabase.class.php
|
||||
%%WWWDIR%%/classes/HeatmapFromFile.class.php
|
||||
%%WWWDIR%%/cleaner.php
|
||||
%%WWWDIR%%/click.php
|
||||
%%WWWDIR%%/clickempty.html
|
||||
%%WWWDIR%%/config.php
|
||||
%%WWWDIR%%/config/.htaccess
|
||||
%%WWWDIR%%/debug-piwik-1.html
|
||||
%%WWWDIR%%/debug-piwik-2.html
|
||||
%%WWWDIR%%/examples/coords.txt
|
||||
%%WWWDIR%%/examples/fromdatabase.php
|
||||
%%WWWDIR%%/examples/fromfile.php
|
||||
%%WWWDIR%%/footer.php
|
||||
%%WWWDIR%%/generate.php
|
||||
%%WWWDIR%%/header.php
|
||||
%%WWWDIR%%/images/arrow-down.png
|
||||
%%WWWDIR%%/images/arrow-up.png
|
||||
%%WWWDIR%%/images/flags/_flags.txt
|
||||
%%WWWDIR%%/images/flags/bg.png
|
||||
%%WWWDIR%%/images/flags/cz.png
|
||||
%%WWWDIR%%/images/flags/de.png
|
||||
%%WWWDIR%%/images/flags/en.png
|
||||
%%WWWDIR%%/images/flags/es.png
|
||||
%%WWWDIR%%/images/flags/fr.png
|
||||
%%WWWDIR%%/images/flags/hu.png
|
||||
%%WWWDIR%%/images/flags/id.png
|
||||
%%WWWDIR%%/images/flags/it.png
|
||||
%%WWWDIR%%/images/flags/ja.png
|
||||
%%WWWDIR%%/images/flags/nl.png
|
||||
%%WWWDIR%%/images/flags/pl.png
|
||||
%%WWWDIR%%/images/flags/pt.png
|
||||
%%WWWDIR%%/images/flags/ro.png
|
||||
%%WWWDIR%%/images/flags/ru.png
|
||||
%%WWWDIR%%/images/flags/sr.png
|
||||
%%WWWDIR%%/images/flags/tr.png
|
||||
%%WWWDIR%%/images/flags/uk.png
|
||||
%%WWWDIR%%/images/flags/zh.png
|
||||
%%WWWDIR%%/images/ko.png
|
||||
%%WWWDIR%%/images/layout.png
|
||||
%%WWWDIR%%/images/logo.big.png
|
||||
%%WWWDIR%%/images/logo.png
|
||||
%%WWWDIR%%/images/logo170.png
|
||||
%%WWWDIR%%/images/next.png
|
||||
%%WWWDIR%%/images/ok.png
|
||||
%%WWWDIR%%/images/previous.png
|
||||
%%WWWDIR%%/images/reload.png
|
||||
%%WWWDIR%%/images/save.png
|
||||
%%WWWDIR%%/images/warning.png
|
||||
%%WWWDIR%%/index.php
|
||||
%%WWWDIR%%/javascript.php
|
||||
%%WWWDIR%%/js/admin.js
|
||||
%%WWWDIR%%/js/clickheat-original.js
|
||||
%%WWWDIR%%/js/clickheat.js
|
||||
%%WWWDIR%%/languages/__readme.txt
|
||||
%%WWWDIR%%/languages/bg.php
|
||||
%%WWWDIR%%/languages/cz.php
|
||||
%%WWWDIR%%/languages/de.php
|
||||
%%WWWDIR%%/languages/en.php
|
||||
%%WWWDIR%%/languages/es.php
|
||||
%%WWWDIR%%/languages/fr.php
|
||||
%%WWWDIR%%/languages/hu.php
|
||||
%%WWWDIR%%/languages/id.php
|
||||
%%WWWDIR%%/languages/it.php
|
||||
%%WWWDIR%%/languages/ja.php
|
||||
%%WWWDIR%%/languages/nl.php
|
||||
%%WWWDIR%%/languages/pl.php
|
||||
%%WWWDIR%%/languages/pt.php
|
||||
%%WWWDIR%%/languages/ro.php
|
||||
%%WWWDIR%%/languages/ru.php
|
||||
%%WWWDIR%%/languages/sr.php
|
||||
%%WWWDIR%%/languages/tr.php
|
||||
%%WWWDIR%%/languages/uk.php
|
||||
%%WWWDIR%%/languages/zh.php
|
||||
%%WWWDIR%%/latest.php
|
||||
%%WWWDIR%%/layout.php
|
||||
%%WWWDIR%%/login.php
|
||||
%%WWWDIR%%/logo.big.png.php
|
||||
%%WWWDIR%%/logo.png.php
|
||||
%%WWWDIR%%/logo170.png.php
|
||||
%%WWWDIR%%/logs/.htaccess
|
||||
%%WWWDIR%%/scripts/compressJs.php
|
||||
%%WWWDIR%%/scripts/parseClickLogs.pl
|
||||
%%WWWDIR%%/scripts/upgrade-1.1.php
|
||||
%%WWWDIR%%/styles/clickheat.css
|
||||
%%WWWDIR%%/styles/piwik.css
|
||||
%%WWWDIR%%/version.php
|
||||
%%WWWDIR%%/view.php
|
||||
@dirrm %%WWWDIR%%/styles
|
||||
@dirrm %%WWWDIR%%/scripts
|
||||
@dirrm %%WWWDIR%%/logs
|
||||
@dirrm %%WWWDIR%%/languages
|
||||
@dirrm %%WWWDIR%%/js
|
||||
@dirrm %%WWWDIR%%/images/flags
|
||||
@dirrm %%WWWDIR%%/images
|
||||
@dirrm %%WWWDIR%%/examples
|
||||
@dirrmtry %%WWWDIR%%/config
|
||||
@dirrmtry %%WWWDIR%%/classes
|
||||
@dirrmtry %%WWWDIR%%/cache
|
||||
@dirrm %%WWWDIR%%
|
Loading…
Reference in New Issue
Block a user