           SPELL=dailystrips
         VERSION=1.0.28
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/dailystrips/$SOURCE
     SOURCE_HASH=sha512:22dd8da94a63c115f893379310d77f229e659957ee567e55145725427e55f990d0aaebfce9d26cbe553898ae3f9797b7150646b663427a27b0f7bf7b9ec527d9
        WEB_SITE=http://dailystrips.sourceforge.net/
         ENTERED=20020226
	 UPDATED=20020424
      LICENSE[0]=GPL
        KEYWORDS="web perl"
           SHORT="Downloads comics from the web"
cat << EOF
This Perl script downloads the URL for the current comic of various 
strips that are available online, and outputs these URLs to an HTML 
file. This enables you to view all of your favorite strips at once, 
instead of visiting several different websites.

One feature that sets this program apart from the rest is the ability 
to operate in 'local' mode. This mode, instead of writing the addresses 
to images in the HTML file, actually downloads the image and saves it 
locally. This way, you do not have to wait for each image to download - 
it's already on your hard drive. This is most useful when dailystrips 
is run from a cron script.

Further documentation is on the website 
http://dailystrips.sourceforge.net/index.html
EOF
