From ac57f4fe984aecdd4b0d35b2be42d6c3cefac3ac Mon Sep 17 00:00:00 2001 From: antoine Date: Fri, 19 Apr 2013 15:16:41 +0000 Subject: Update dosage to 2.1 Approved by: eadler (mentor) Feature safe: yes --- deskutils/dosage/Makefile | 6 +++--- deskutils/dosage/distinfo | 4 ++-- deskutils/dosage/pkg-descr | 14 ++++++-------- deskutils/dosage/pkg-plist | 4 +++- 4 files changed, 14 insertions(+), 14 deletions(-) (limited to 'deskutils') 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 -- cgit