svn commit: r316108 - head/deskutils/dosage
Antoine Brodin
antoine at FreeBSD.org
Fri Apr 19 15:16:43 UTC 2013
Author: antoine
Date: Fri Apr 19 15:16:41 2013
New Revision: 316108
URL: http://svnweb.freebsd.org/changeset/ports/316108
Log:
Update dosage to 2.1
Approved by: eadler (mentor)
Feature safe: yes
Modified:
head/deskutils/dosage/Makefile
head/deskutils/dosage/distinfo
head/deskutils/dosage/pkg-descr
head/deskutils/dosage/pkg-plist
Modified: head/deskutils/dosage/Makefile
==============================================================================
--- head/deskutils/dosage/Makefile Fri Apr 19 14:47:48 2013 (r316107)
+++ head/deskutils/dosage/Makefile Fri Apr 19 15:16:41 2013 (r316108)
@@ -2,8 +2,9 @@
# $FreeBSD$
PORTNAME= dosage
-PORTVERSION= 1.14
+PORTVERSION= 2.1
CATEGORIES= deskutils python
+MASTER_SITES= GHC
MAINTAINER= antoine at FreeBSD.org
COMMENT= Application to keep a local mirror of web comics
@@ -14,8 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requ
USE_GITHUB= yes
GH_ACCOUNT= wummel
-GH_TAGNAME= upstream/${PORTVERSION}
-GH_COMMIT= 179ba7f
+WRKSRC= ${WRKDIR}/${DISTNAME}
USE_PYTHON= yes
USE_PYDISTUTILS=yes
Modified: head/deskutils/dosage/distinfo
==============================================================================
--- head/deskutils/dosage/distinfo Fri Apr 19 14:47:48 2013 (r316107)
+++ head/deskutils/dosage/distinfo Fri Apr 19 15:16:41 2013 (r316108)
@@ -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
Modified: head/deskutils/dosage/pkg-descr
==============================================================================
--- head/deskutils/dosage/pkg-descr Fri Apr 19 14:47:48 2013 (r316107)
+++ head/deskutils/dosage/pkg-descr Fri Apr 19 15:16:41 2013 (r316108)
@@ -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/
Modified: head/deskutils/dosage/pkg-plist
==============================================================================
--- head/deskutils/dosage/pkg-plist Fri Apr 19 14:47:48 2013 (r316107)
+++ head/deskutils/dosage/pkg-plist Fri Apr 19 15:16:41 2013 (r316108)
@@ -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
More information about the svn-ports-all
mailing list