[Lunar-commits] <moonbase> grabcartoons: read daily cartoon strips easily

Paul Bredbury brebs at lunar-linux.org
Fri Feb 4 04:58:55 CET 2011


commit e98e294511bfc69d0729e2cf6f22847cf1f63133
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Fri Feb 4 10:58:55 2011 +0700

    grabcartoons: read daily cartoon strips easily
---
 zbeta/grabcartoons/BUILD   |    8 ++++++++
 zbeta/grabcartoons/DEPENDS |    1 +
 zbeta/grabcartoons/DETAILS |   19 +++++++++++++++++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/zbeta/grabcartoons/BUILD b/zbeta/grabcartoons/BUILD
new file mode 100644
index 0000000..959d202
--- /dev/null
+++ b/zbeta/grabcartoons/BUILD
@@ -0,0 +1,8 @@
+(
+
+  sedit "s:/usr/local:/usr:1" Makefile &&
+  chmod -x ChangeLog &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/grabcartoons/DEPENDS b/zbeta/grabcartoons/DEPENDS
new file mode 100644
index 0000000..6826bc7
--- /dev/null
+++ b/zbeta/grabcartoons/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/zbeta/grabcartoons/DETAILS b/zbeta/grabcartoons/DETAILS
new file mode 100644
index 0000000..06efe3a
--- /dev/null
+++ b/zbeta/grabcartoons/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=grabcartoons
+         # git clone https://github.com/zzamboni/grabcartoons.git
+         VERSION=20110203
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$MIRROR_URL
+      SOURCE_VFY=sha1:6456871a91805d110c9013d9eb61806b840545bb
+        WEB_SITE=http://zzamboni.org/grabcartoons/
+         ENTERED=20110202
+         UPDATED=20110202
+           SHORT="A comic-strip downloader and aggregator"
+
+cat << EOF
+GrabCartoons is a comic-summarizing utility. It is modular, and it is
+very easy to write modules for new comics.
+
+Example entry in crontab:
+
+0 7 * * *   /usr/bin/grabcartoons.pl dilbert little_gamers xkcd ziggy smbc > ~/temp/cartoons.html && echo | mutt -s "Daily Comics" -a ~/temp/cartoons.html yourusername && rm ~/temp/cartoons.html
+EOF


More information about the Lunar-commits mailing list