diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-04-19 15:16:41 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-04-19 15:16:41 +0000 |
commit | c86cc2ebf73fb9a7db389b20031504b32058f09e (patch) | |
tree | 647365e878e26856cf86388a232d53682134328b /deskutils/dosage | |
parent | update to 3.1.3 (diff) |
Update dosage to 2.1
Approved by: eadler (mentor)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=316108
Diffstat (limited to 'deskutils/dosage')
-rw-r--r-- | deskutils/dosage/Makefile | 6 | ||||
-rw-r--r-- | deskutils/dosage/distinfo | 4 | ||||
-rw-r--r-- | deskutils/dosage/pkg-descr | 14 | ||||
-rw-r--r-- | deskutils/dosage/pkg-plist | 4 |
4 files changed, 14 insertions, 14 deletions
diff --git a/deskutils/dosage/Makefile b/deskutils/dosage/Makefile index 0d391fa53355..4b5108ff9b08 100644 --- a/deskutils/dosage/Makefile +++ b/deskutils/dosage/Makefile @@ -2,8 +2,9 @@ # $FreeBSD$ PORTNAME= dosage -PORTVERSION= 1.14 +PORTVERSION= 2.1 CATEGORIES= deskutils python +MASTER_SITES= GHC MAINTAINER= antoine@FreeBSD.org COMMENT= Application to keep a local mirror of web comics @@ -14,8 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests USE_GITHUB= yes GH_ACCOUNT= wummel -GH_TAGNAME= upstream/${PORTVERSION} -GH_COMMIT= 179ba7f +WRKSRC= ${WRKDIR}/${DISTNAME} USE_PYTHON= yes USE_PYDISTUTILS=yes diff --git a/deskutils/dosage/distinfo b/deskutils/dosage/distinfo index bfd534e8dd79..e07e16e7cb4b 100644 --- a/deskutils/dosage/distinfo +++ b/deskutils/dosage/distinfo @@ -1,2 +1,2 @@ -SHA256 (dosage-1.14.tar.gz) = f3c4f425f2dbcf80adc71a7de018e6eedba93ae1b4c395583e0d2d665a35441b -SIZE (dosage-1.14.tar.gz) = 365658 +SHA256 (dosage-2.1.tar.gz) = a8dfae11e803188c5b8662047052bfc962cd4aebef8cb9da4b7501f52add45ae +SIZE (dosage-2.1.tar.gz) = 377486 diff --git a/deskutils/dosage/pkg-descr b/deskutils/dosage/pkg-descr index 25fb58411410..d3d08cb4af5e 100644 --- a/deskutils/dosage/pkg-descr +++ b/deskutils/dosage/pkg-descr @@ -1,9 +1,7 @@ -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. +Dosage is an application designed to keep a local copy of specific webcomics +and other picture-based content such as Picture of the Day sites. With the +dosage commandline script you can get the latest strip of a webcomic, or +catch-up to the last strip downloaded, or download a strip for a particular +date/index (if the webcomic's site layout allows this). -WWW: https://github.com/wummel/dosage +WWW: http://wummel.github.io/dosage/ diff --git a/deskutils/dosage/pkg-plist b/deskutils/dosage/pkg-plist index c3fa01f97115..7eadb514d271 100644 --- a/deskutils/dosage/pkg-plist +++ b/deskutils/dosage/pkg-plist @@ -1,5 +1,4 @@ bin/dosage -bin/mainline %%PYTHON_SITELIBDIR%%/_Dosage_configdata.py %%PYTHON_SITELIBDIR%%/_Dosage_configdata.pyc %%PYTHON_SITELIBDIR%%/_Dosage_configdata.pyo @@ -177,6 +176,9 @@ bin/mainline %%PYTHON_SITELIBDIR%%/dosagelib/scraper.py %%PYTHON_SITELIBDIR%%/dosagelib/scraper.pyc %%PYTHON_SITELIBDIR%%/dosagelib/scraper.pyo +%%PYTHON_SITELIBDIR%%/dosagelib/updater.py +%%PYTHON_SITELIBDIR%%/dosagelib/updater.pyc +%%PYTHON_SITELIBDIR%%/dosagelib/updater.pyo %%PYTHON_SITELIBDIR%%/dosagelib/util.py %%PYTHON_SITELIBDIR%%/dosagelib/util.pyc %%PYTHON_SITELIBDIR%%/dosagelib/util.pyo |