1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

Update dosage to 2.1

Approved by:	eadler (mentor)
Feature safe:	yes
This commit is contained in:
Antoine Brodin 2013-04-19 15:16:41 +00:00
parent 29ced7e22b
commit c86cc2ebf7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316108
4 changed files with 14 additions and 14 deletions

View File

@ -2,8 +2,9 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= dosage PORTNAME= dosage
PORTVERSION= 1.14 PORTVERSION= 2.1
CATEGORIES= deskutils python CATEGORIES= deskutils python
MASTER_SITES= GHC
MAINTAINER= antoine@FreeBSD.org MAINTAINER= antoine@FreeBSD.org
COMMENT= Application to keep a local mirror of web comics 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 USE_GITHUB= yes
GH_ACCOUNT= wummel GH_ACCOUNT= wummel
GH_TAGNAME= upstream/${PORTVERSION} WRKSRC= ${WRKDIR}/${DISTNAME}
GH_COMMIT= 179ba7f
USE_PYTHON= yes USE_PYTHON= yes
USE_PYDISTUTILS=yes USE_PYDISTUTILS=yes

View File

@ -1,2 +1,2 @@
SHA256 (dosage-1.14.tar.gz) = f3c4f425f2dbcf80adc71a7de018e6eedba93ae1b4c395583e0d2d665a35441b SHA256 (dosage-2.1.tar.gz) = a8dfae11e803188c5b8662047052bfc962cd4aebef8cb9da4b7501f52add45ae
SIZE (dosage-1.14.tar.gz) = 365658 SIZE (dosage-2.1.tar.gz) = 377486

View File

@ -1,9 +1,7 @@
Dosage is an application designed to keep a local "mirror" of specific web Dosage is an application designed to keep a local copy of specific webcomics
comics, and other picture-based content such as Picture of the Day sites, and other picture-based content such as Picture of the Day sites. With the
with a variety of options for updating and maintaining comics. dosage commandline script you can get the latest strip of a webcomic, or
Dosage supports a recursive "catch-up" method, where it traverses a comic catch-up to the last strip downloaded, or download a strip for a particular
by essentially "visiting" previous comics and picking out the comics. date/index (if the webcomic's site layout allows this).
Dosage is written entirely in Python, and relies on regular expressions to
do most of the grunt work.
WWW: https://github.com/wummel/dosage WWW: http://wummel.github.io/dosage/

View File

@ -1,5 +1,4 @@
bin/dosage bin/dosage
bin/mainline
%%PYTHON_SITELIBDIR%%/_Dosage_configdata.py %%PYTHON_SITELIBDIR%%/_Dosage_configdata.py
%%PYTHON_SITELIBDIR%%/_Dosage_configdata.pyc %%PYTHON_SITELIBDIR%%/_Dosage_configdata.pyc
%%PYTHON_SITELIBDIR%%/_Dosage_configdata.pyo %%PYTHON_SITELIBDIR%%/_Dosage_configdata.pyo
@ -177,6 +176,9 @@ bin/mainline
%%PYTHON_SITELIBDIR%%/dosagelib/scraper.py %%PYTHON_SITELIBDIR%%/dosagelib/scraper.py
%%PYTHON_SITELIBDIR%%/dosagelib/scraper.pyc %%PYTHON_SITELIBDIR%%/dosagelib/scraper.pyc
%%PYTHON_SITELIBDIR%%/dosagelib/scraper.pyo %%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.py
%%PYTHON_SITELIBDIR%%/dosagelib/util.pyc %%PYTHON_SITELIBDIR%%/dosagelib/util.pyc
%%PYTHON_SITELIBDIR%%/dosagelib/util.pyo %%PYTHON_SITELIBDIR%%/dosagelib/util.pyo