summaryrefslogtreecommitdiff
path: root/www-client/ck4up
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /www-client/ck4up
reinit the tree, so we can have metadata
Diffstat (limited to 'www-client/ck4up')
-rw-r--r--www-client/ck4up/Manifest5
-rw-r--r--www-client/ck4up/ck4up-1.2.ebuild24
-rw-r--r--www-client/ck4up/metadata.xml18
3 files changed, 47 insertions, 0 deletions
diff --git a/www-client/ck4up/Manifest b/www-client/ck4up/Manifest
new file mode 100644
index 000000000000..275765661a64
--- /dev/null
+++ b/www-client/ck4up/Manifest
@@ -0,0 +1,5 @@
+DIST ck4up-1.2.tar.gz 7291 SHA256 90ac117f9392b0b1e8b5decc9592ff96015fa74b43df1fbae2ddcff3b181cc7e SHA512 def0ccce71c490cffff31b114d634b18303e758271a7972cad031f34479ced4c0ca3cd3505c1a4a7dd406631952b99a207197119eef6cc3aa8af094f84a7b976 WHIRLPOOL 7fd1b53d18d3449b73e95356337a03469742827e50e66628a2748d09cd8d0898a72f5993cfcf2f234da050f6197b829b084780b0bf52da5ef68368a809a78fbc
+EBUILD ck4up-1.2.ebuild 431 SHA256 d882db4d980d9558640b6090bec0788dc4a7ee10715e55e39efd753453254a67 SHA512 3f77324aa526a57f1bf523d5c5ac5883e2de80989d08aadc14a86a86efec722b5dbbb252ba334d7e4f2747a722bb127fe28d5cf51445577093576f35f1ed700c WHIRLPOOL b918d8e7c2ae60e0905b54303536f52311fab4e35875596a2ec6be0ca648affaa609f54aada573159fe6c30ca34ffe9490350ce71d85be418c7334c3481a8212
+MISC ChangeLog 2514 SHA256 fa250a228a3374dc36b60429c457a16bff83e290a7bd740d598d938d1e4cdeee SHA512 6f0cd33fbc2b113e90dc26d068008aa2b4fcb21ef3918262c9123441c1d60811b7d363839babb21897ae7ddc257e1da0c58cd597851dd6c9d09488a8cfdd9aa0 WHIRLPOOL de2f906598dd336b75debe31fb69797a55a8774abe86ffe657849165d66757f00391dead0b0281447b3dcda7f7a88a6097aa402dad57530f3106244f09a0fd81
+MISC ChangeLog-2015 860 SHA256 87d5ec3fd555893d3946f1e6c6b4cea540bc248ee1c1b36b337a4f177609a2d4 SHA512 69980690821fe9db1e554a5dac16977bc3bc44c304fd0fb71c587670d37e1e0939d9e56af3ab4f30969b6c1692f75633efc53caad7c24bd09c9c0bfaad60f45b WHIRLPOOL 8339aa6c2b203a8a7cf97d71fe239af8b925ea9923590d66e9ecae8697d743baf0aea3b1050a7be2918eef693cada6c1df5178945a0de0c47a6fe4356fe1fb4a
+MISC metadata.xml 873 SHA256 48cb94fefead8b857d8c8cc7c61362b441e77a0a831c1d12439ab312094532e7 SHA512 16c3e117ddf495be27c739a9dbe1ebd8a40c248216c68f2e779d129d72b93abbe5a67b41f6983e52055aebe0c299b90e737ebea5acab8f017db907f0a2eaf958 WHIRLPOOL 236af7adb56f19b6c6c275e86c4a6bb2936d684520ccc21818c84059383e76aa5a990637f5dd2b16d4bf217d3005f2c2c5143add950b485359c45e21d296ead3
diff --git a/www-client/ck4up/ck4up-1.2.ebuild b/www-client/ck4up/ck4up-1.2.ebuild
new file mode 100644
index 000000000000..e3e3507bbe73
--- /dev/null
+++ b/www-client/ck4up/ck4up-1.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+DESCRIPTION="Check for Updates on HTTP pages"
+HOMEPAGE="http://jue.li/crux/ck4up/"
+SRC_URI="http://jue.li/crux/ck4up/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-lang/ruby"
+
+src_compile() {
+ return
+}
+
+src_install() {
+ doman ck4up.1
+ newbin ck4up.rb ck4up
+ dodoc ChangeLog || die
+}
diff --git a/www-client/ck4up/metadata.xml b/www-client/ck4up/metadata.xml
new file mode 100644
index 000000000000..051e9c47e88c
--- /dev/null
+++ b/www-client/ck4up/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <!-- maintainer-needed -->
+ <longdescription lang="en">
+ck4up is a small command-line utility, writen in ruby, to watch http and ftp
+sites for updates. ck4up scans through a configuration file, fetches the
+listed URLs from the web, computes the md5sum of the page, and compares the
+value with one stored in a gdbm database. If both differ a message will be
+written to the standard output.
+
+To improve performance, ck4up is multi-threaded. Regular expressions can be
+applied to each page in the event that ck4up produces repetitive diff
+messages. For example, if daily snapshots and a web counter are on the same
+page. To simplify maintenance of the configuration file, a kind of
+macro-expansion can be used.
+ </longdescription>
+</pkgmetadata>