diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2013-12-07 09:01:00 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2013-12-07 09:01:00 +0000 |
commit | dc001b75b24d12a08f89a3992081de1ed179d306 (patch) | |
tree | 82f23c6d1e4e3c6c48362dd6cc9487cce9903107 /www/clickheat | |
parent | 6b52c8dab0f7b3de63c1bbb85244b2430a4b31aa (diff) | |
download | ports-dc001b75b24d12a08f89a3992081de1ed179d306.tar.gz ports-dc001b75b24d12a08f89a3992081de1ed179d306.zip |
Notes
Diffstat (limited to 'www/clickheat')
-rw-r--r-- | www/clickheat/Makefile | 36 | ||||
-rw-r--r-- | www/clickheat/distinfo | 2 | ||||
-rw-r--r-- | www/clickheat/files/pkg-deinstall.in | 12 | ||||
-rw-r--r-- | www/clickheat/files/pkg-message.in | 15 | ||||
-rw-r--r-- | www/clickheat/pkg-descr | 8 | ||||
-rw-r--r-- | www/clickheat/pkg-plist | 104 |
6 files changed, 0 insertions, 177 deletions
diff --git a/www/clickheat/Makefile b/www/clickheat/Makefile deleted file mode 100644 index 97fb2960f06e..000000000000 --- a/www/clickheat/Makefile +++ /dev/null @@ -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> diff --git a/www/clickheat/distinfo b/www/clickheat/distinfo deleted file mode 100644 index 9009a8eb8d1a..000000000000 --- a/www/clickheat/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (clickheat-1.14.zip) = a743f87f227ba38378e6f6256a115d8aaa3a1a74e036599586dd17d19651e90b -SIZE (clickheat-1.14.zip) = 182121 diff --git a/www/clickheat/files/pkg-deinstall.in b/www/clickheat/files/pkg-deinstall.in deleted file mode 100644 index c9fd930d194e..000000000000 --- a/www/clickheat/files/pkg-deinstall.in +++ /dev/null @@ -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 diff --git a/www/clickheat/files/pkg-message.in b/www/clickheat/files/pkg-message.in deleted file mode 100644 index 74456049f116..000000000000 --- a/www/clickheat/files/pkg-message.in +++ /dev/null @@ -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> - diff --git a/www/clickheat/pkg-descr b/www/clickheat/pkg-descr deleted file mode 100644 index 09d1233d2bab..000000000000 --- a/www/clickheat/pkg-descr +++ /dev/null @@ -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 diff --git a/www/clickheat/pkg-plist b/www/clickheat/pkg-plist deleted file mode 100644 index 617a17c95750..000000000000 --- a/www/clickheat/pkg-plist +++ /dev/null @@ -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%% |