notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
dosage Application to keep a local mirror of web comics
3.0_1 deskutils on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.0_1Version of this port present on the latest quarterly branch.
Maintainer: antoine@FreeBSD.org search for ports maintained by this maintainer
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:: tmux, libjxl, tcpdump, vigenere
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).
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/dosage-3.0_1/catalog.mk
  2. /usr/local/share/licenses/dosage-3.0_1/LICENSE
  3. /usr/local/share/licenses/dosage-3.0_1/MIT
Collapse this list.
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):
dosage
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.0_13.0_12.173.0_13.0_1-2.17-
FreeBSD:13:quarterly3.0_13.0_13.0_13.0_13.0_13.0_13.0_13.0_1
FreeBSD:14:latest3.0_13.0_12.173.0_13.0_13.0_1-3.0_1
FreeBSD:14:quarterly3.0_13.0_1-3.0_13.0_13.0_13.0_13.0_1
FreeBSD:15:latest3.0_13.0_1n/a3.0_1n/a3.0_13.0_13.0_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>0 : devel/py-setuptools@py39
  2. py39-setuptools-scm>0 : devel/py-setuptools-scm@py39
  3. py39-wheel>0 : devel/py-wheel@py39
  4. python3.9 : lang/python39
  5. py39-build>=0 : devel/py-build@py39
  6. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-colorama>0 : devel/py-colorama@py39
  2. py39-cssselect>0 : www/py-cssselect@py39
  3. py39-imagesize>0 : graphics/py-imagesize@py39
  4. py39-lxml>0 : devel/py-lxml@py39
  5. py39-platformdirs>0 : devel/py-platformdirs@py39
  6. py39-requests>=2.0 : www/py-requests@py39
  7. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/d/dosage/
  2. https://pypi.org/packages/source/d/dosage/
Collapse this list.

Number of commits found: 45

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.0_1
29 Feb 2024 07:18:32
commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
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
commit hash: 201c28a67c090bbaa448c80ae88704261487d6d5commit hash: 201c28a67c090bbaa448c80ae88704261487d6d5commit hash: 201c28a67c090bbaa448c80ae88704261487d6d5commit hash: 201c28a67c090bbaa448c80ae88704261487d6d5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123 files touched by this commit
Antoine Brodin (antoine) search for other commits by this committer
USE_PYTHON=pep517: bump PORTREVISION
3.0
21 Feb 2023 18:41:45
commit hash: b5438b75486b05e77d7c18439766a8f03ea05c09commit hash: b5438b75486b05e77d7c18439766a8f03ea05c09commit hash: b5438b75486b05e77d7c18439766a8f03ea05c09commit hash: b5438b75486b05e77d7c18439766a8f03ea05c09 files touched by this commit
Antoine Brodin (antoine) search for other commits by this committer
deskutils/dosage: update to 3.0
2.17
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
2.17
25 May 2021 13:55:43
commit hash: 0729af4255a63ee299e0c63a18b6a86520a19e02commit hash: 0729af4255a63ee299e0c63a18b6a86520a19e02commit hash: 0729af4255a63ee299e0c63a18b6a86520a19e02commit hash: 0729af4255a63ee299e0c63a18b6a86520a19e02 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
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
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2.17
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.17
02 Jan 2021 22:45:43
Revision:559976Original commit files touched by this commit
rene search for other commits by this committer
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
Revision:525909Original commit files touched by this commit
antoine search for other commits by this committer
Update to 2.17
2.16
15 Jan 2020 20:51:01
Revision:523160Original commit files touched by this commit
antoine search for other commits by this committer
Update to 2.16
2.15.532
11 May 2019 10:54:54
Revision:501248Original commit files touched by this commit
antoine search for other commits by this committer
Update to 2.15-532
2.15_1
10 Apr 2019 06:18:32
Revision:498530Original commit files touched by this commit
antoine search for other commits by this committer
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
2.15
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
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 View all of this commit message)
2.15
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
2.15
29 Aug 2014 17:28:42
Revision:366537Original commit files touched by this commit
antoine search for other commits by this committer
Convert a few ports to USES=python
2.15
04 Jul 2014 15:37:03
Revision:360636Original commit files touched by this commit
antoine search for other commits by this committer
Update to 2.15
2.14
10 Jun 2014 18:32:06
Revision:357361Original commit files touched by this commit
antoine search for other commits by this committer
Update to 2.14
2.13
06 Mar 2014 18:42:12
Revision:347304Original commit files touched by this commit
antoine search for other commits by this committer
- Update to 2.13
- Works fine with requests
2.12_1
27 Jan 2014 12:14:09
Revision:341385Original commit files touched by this commit
koobs search for other commits by this committer
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
Revision:341020Original commit files touched by this commit
antoine search for other commits by this committer
Update to 2.12
2.11
16 Jan 2014 17:16:10
Revision:339937Original commit files touched by this commit
antoine search for other commits by this committer
Update to 2.11
2.10
07 Jan 2014 21:34:28
Revision:339038Original commit files touched by this commit
antoine search for other commits by this committer
Update to 2.10
2.9
22 Dec 2013 20:30:13
Revision:337216Original commit files touched by this commit
antoine search for other commits by this committer
Update to 2.9
2.8
09 Dec 2013 19:29:40
Revision:336017Original commit files touched by this commit
antoine search for other commits by this committer
- Update to 2.8
- Use PYDISTUTILS_AUTOPLIST
2.7
24 Nov 2013 13:34:50
Revision:334724Original commit files touched by this commit
antoine search for other commits by this committer
Update to 2.7
2.6
13 Nov 2013 20:10:09
Revision:333725Original commit files touched by this commit
antoine search for other commits by this committer
Update to 2.6
2.5
28 Sep 2013 18:54:59
Revision:328620Original commit files touched by this commit
antoine search for other commits by this committer
Convert to STAGEDIR and PYTHON_PY3K_PLIST_HACK.
2.5
20 Sep 2013 16:21:38
Revision:327718Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils)
2.5
13 Sep 2013 21:25:57
Revision:327185Original commit files touched by this commit
antoine search for other commits by this committer
Fix plist with python 3
2.5
29 Jul 2013 20:09:39
Revision:323903Original commit files touched by this commit
antoine search for other commits by this committer
Update dosage to 2.5
2.4
25 Jun 2013 21:42:57
Revision:321768Original commit files touched by this commit
antoine search for other commits by this committer
Update dosage to 2.4
Changelog: https://raw.github.com/wummel/dosage/master/doc/changelog.txt
2.3
28 May 2013 19:53:06
Revision:319326Original commit files touched by this commit
antoine search for other commits by this committer
Update dosage to 2.3

Approved by:	eadler, miwi (mentors, implicit)
2.2
04 May 2013 09:31:30
Revision:317302Original commit files touched by this commit
antoine search for other commits by this committer
Update dosage to 2.2

Approved by:	eadler, miwi (mentors, implicit)
2.1
19 Apr 2013 15:16:42
Revision:316108Original commit files touched by this commit
antoine search for other commits by this committer
Update dosage to 2.1

Approved by:	eadler (mentor)
Feature safe:	yes
1.14
23 Mar 2013 08:20:12
Revision:315013Original commit files touched by this commit
culot search for other commits by this committer
- 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
Revision:314568Original commit files touched by this commit
culot search for other commits by this committer
- 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
Revision:313727Original commit files touched by this commit
rm search for other commits by this committer
- update to 1.12

PR:		176754
Submitted by:	antoine (maintainer)
1.10
16 Feb 2013 15:50:48
Revision:312370Original commit files touched by this commit
rm search for other commits by this committer
- update to 1.10

PR:		176192
Submitted by:	antoine (maintainer)
1.9
30 Jan 2013 21:36:12
Revision:311275Original commit files touched by this commit
rm search for other commits by this committer
- update to 1.9

PR:		175676
Submitted by:	antoine (maintainer)
1.8
28 Jan 2013 13:15:15
Revision:311116Original commit files touched by this commit
rm search for other commits by this committer
- fix wording of LICENSE
1.8
28 Jan 2013 13:05:56
Revision:311115Original commit files touched by this commit
rm search for other commits by this committer
- 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)

Number of commits found: 45