Port details |
- dosage Application to keep a local mirror of web comics
- 3.0_1 deskutils
=3 3.0_1Version of this port present on the latest quarterly branch. - Maintainer: antoine@FreeBSD.org
 - Port Added: 2013-01-28 13:06:06
- Last Update: 2024-02-29 07:18:32
- Commit Hash: 5d4139f
- People watching this port, also watch:: autoconf, ta-lib, weberp, prestashop, irrlicht
- Also Listed In: python
- License: MIT
- WWW:
- https://dosage.rocks/
- Description:
- 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).
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- dosage>0:deskutils/dosage
- To install the port:
- cd /usr/ports/deskutils/dosage/ && make install clean
- To add the package, run one of these commands:
- pkg install deskutils/dosage
- pkg install dosage
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dosage
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1676970238
SHA256 (dosage-3.0.tar.gz) = 98757f53d56abfb7d2b0b60dac25dc924275629b1c70b77c1ec27bf08c0b5f46
SIZE (dosage-3.0.tar.gz) = 1075697
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>0 : devel/py-setuptools@py39
- py39-setuptools-scm>0 : devel/py-setuptools-scm@py39
- py39-wheel>0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-colorama>0 : devel/py-colorama@py39
- py39-cssselect>0 : www/py-cssselect@py39
- py39-imagesize>0 : graphics/py-imagesize@py39
- py39-lxml>0 : devel/py-lxml@py39
- py39-platformdirs>0 : devel/py-platformdirs@py39
- py39-requests>=2.0 : www/py-requests@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- deskutils_dosage
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0_1 29 Feb 2024 07:18:32
    |
Charlie Li (vishwin)  |
devel/py-setuptools-scm: update to 8.0.4
Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.
Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.
Further details: https://wiki.freebsd.org/Python/setuptools
Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288 |
3.0_1 26 Aug 2023 21:41:45
    |
Po-Chuan Hsieh (sunpoet)  |
deskutils/dosage: Remove outdated PYTHON_REL check after lang/python37 removal
Approved by: portmgr (blanket)
With hat: python |
3.0_1 04 Apr 2023 18:29:11
    |
Antoine Brodin (antoine)  |
USE_PYTHON=pep517: bump PORTREVISION |
3.0 21 Feb 2023 18:41:45
    |
Antoine Brodin (antoine)  |
deskutils/dosage: update to 3.0 |
2.17 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.17 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.17 25 May 2021 13:55:43
    |
Dmitry Marakasov (amdmi3)  |
Mk: switch PYTHON_REL to 5 digits to support python 3.10.x
PR: 255013
Differential Revision: https://reviews.freebsd.org/D29418
Exp-run by: antoine
Approved by: wen@, no objection from python@ or portmgr@ |
2.17 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.17 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.17 02 Jan 2021 22:45:43
  |
rene  |
Remove some more expired ports:
devel/py-backports.functools_lru_cache
devel/py-backports_abc
devel/py-futures
devel/py-singledispatch
devel/py-typing
graphics/py-pillow6
Adjust dependent ports.
Tested with 'make index' against r559975 |
2.17 12 Feb 2020 13:26:53
  |
antoine  |
Update to 2.17 |
2.16 15 Jan 2020 20:51:01
  |
antoine  |
Update to 2.16 |
2.15.532 11 May 2019 10:54:54
  |
antoine  |
Update to 2.15-532 |
2.15_1 10 Apr 2019 06:18:32
  |
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
2.15 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
2.15 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
2.15 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.15 29 Aug 2014 17:28:42
  |
antoine  |
Convert a few ports to USES=python |
2.15 04 Jul 2014 15:37:03
  |
antoine  |
Update to 2.15 |
2.14 10 Jun 2014 18:32:06
  |
antoine  |
Update to 2.14 |
2.13 06 Mar 2014 18:42:12
  |
antoine  |
- Update to 2.13
- Works fine with requests |
2.12_1 27 Jan 2014 12:14:09
  |
koobs  |
Sweep www/py-requests dependants to www/py-requests1
Point all www/py-requests dependants to www/py-requests1 in preparation for
the upgrade of www/py-requests to version 2.x, which substantially breaks API
compatibility.
Maintainers of these ports can update their requests dependency independently
as time for sufficient testing permits.
PR: ports/185631 |
2.12 25 Jan 2014 12:58:29
  |
antoine  |
Update to 2.12 |
2.11 16 Jan 2014 17:16:10
  |
antoine  |
Update to 2.11 |
2.10 07 Jan 2014 21:34:28
  |
antoine  |
Update to 2.10 |
2.9 22 Dec 2013 20:30:13
  |
antoine  |
Update to 2.9 |
2.8 09 Dec 2013 19:29:40
  |
antoine  |
- Update to 2.8
- Use PYDISTUTILS_AUTOPLIST |
2.7 24 Nov 2013 13:34:50
  |
antoine  |
Update to 2.7 |
2.6 13 Nov 2013 20:10:09
  |
antoine  |
Update to 2.6 |
2.5 28 Sep 2013 18:54:59
  |
antoine  |
Convert to STAGEDIR and PYTHON_PY3K_PLIST_HACK. |
2.5 20 Sep 2013 16:21:38
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils) |
2.5 13 Sep 2013 21:25:57
  |
antoine  |
Fix plist with python 3 |
2.5 29 Jul 2013 20:09:39
  |
antoine  |
Update dosage to 2.5 |
2.4 25 Jun 2013 21:42:57
  |
antoine  |
Update dosage to 2.4
Changelog: https://raw.github.com/wummel/dosage/master/doc/changelog.txt |
2.3 28 May 2013 19:53:06
  |
antoine  |
Update dosage to 2.3
Approved by: eadler, miwi (mentors, implicit) |
2.2 04 May 2013 09:31:30
  |
antoine  |
Update dosage to 2.2
Approved by: eadler, miwi (mentors, implicit) |
2.1 19 Apr 2013 15:16:42
  |
antoine  |
Update dosage to 2.1
Approved by: eadler (mentor)
Feature safe: yes |
1.14 23 Mar 2013 08:20:12
  |
culot  |
- Update to 1.14
Changes: https://github.com/wummel/dosage/blob/master/doc/changelog.txt
PR: ports/177289
Submitted by: antoine@ (maintainer) |
1.13 18 Mar 2013 14:41:37
  |
culot  |
- Update to 1.13
Changes: https://github.com/wummel/dosage/blob/master/doc/changelog.txt
PR: ports/177053
Submitted by: antoine@ (maintainer) |
1.12 09 Mar 2013 16:33:22
  |
rm  |
- update to 1.12
PR: 176754
Submitted by: antoine (maintainer) |
1.10 16 Feb 2013 15:50:48
  |
rm  |
- update to 1.10
PR: 176192
Submitted by: antoine (maintainer) |
1.9 30 Jan 2013 21:36:12
  |
rm  |
- update to 1.9
PR: 175676
Submitted by: antoine (maintainer) |
1.8 28 Jan 2013 13:15:15
  |
rm  |
- fix wording of LICENSE |
1.8 28 Jan 2013 13:05:56
  |
rm  |
- rename py-dosage to just dosage (it's application, not library;
approved by maintainer via mail)
- update to 1.8
- trim Makefile header
- change WWW and MASTER_SITES to working ones
PR: 175633
Submitted by: antoine (maintainer) |