diff options
author | rm <rm@FreeBSD.org> | 2013-01-28 21:05:56 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-01-28 21:05:56 +0800 |
commit | 7b80901a065ffbd94be2475d10cf37b4e2cc45c7 (patch) | |
tree | 201cb6342b8932eb3071352c55f1bf1c5911ba0b /deskutils/dosage/pkg-descr | |
parent | 9885dfa8ac7bc26c5c3d7ebbdb5b686d5ee02e76 (diff) | |
download | freebsd-ports-gnome-7b80901a065ffbd94be2475d10cf37b4e2cc45c7.tar.gz freebsd-ports-gnome-7b80901a065ffbd94be2475d10cf37b4e2cc45c7.tar.zst freebsd-ports-gnome-7b80901a065ffbd94be2475d10cf37b4e2cc45c7.zip |
- rename py-dosage to just dosage (it's application, not library;
approved by maintainer via mail)
- update to 1.8
- trim Makefile header
- change WWW and MASTER_SITES to working ones
PR: 175633
Submitted by: antoine (maintainer)
Diffstat (limited to 'deskutils/dosage/pkg-descr')
-rw-r--r-- | deskutils/dosage/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/deskutils/dosage/pkg-descr b/deskutils/dosage/pkg-descr new file mode 100644 index 000000000000..25fb58411410 --- /dev/null +++ b/deskutils/dosage/pkg-descr @@ -0,0 +1,9 @@ +Dosage is an application designed to keep a local "mirror" of specific web +comics, and other picture-based content such as Picture of the Day sites, +with a variety of options for updating and maintaining comics. +Dosage supports a recursive "catch-up" method, where it traverses a comic +by essentially "visiting" previous comics and picking out the comics. +Dosage is written entirely in Python, and relies on regular expressions to +do most of the grunt work. + +WWW: https://github.com/wummel/dosage |