mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Update dosage to 2.1
Approved by: eadler (mentor) Feature safe: yes
This commit is contained in:
parent
29ced7e22b
commit
c86cc2ebf7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316108
@ -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
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user