On 2026/09/12 14:30, Thomas Frohwein wrote: > On Sat, 12 Sep 2026 14:04:12 -0700 > tfrohwein <[email protected]> wrote: > > > Oops, OK! > > Just checked - I hadn't added it in because modpy automatically sets > pypi.org homepage: > > $ make show=HOMEPAGE > https://pypi.org/project/art > > Are those no good?
for termdown there's definitely more information on the github page than the pypi project page. for ascii-art it's about the same info on both, though it's helpful to have a url in the Makefile which can be copied and pasted to check on things when updating the port. > > > > On September 9, 2026 9:14:20 a.m. PDT, Stuart Henderson > > <[email protected]> wrote: > > >On 2026/09/08 22:39, Thomas Frohwein wrote: > > >> CVSROOT: /cvs > > >> Module name: ports > > >> Changes by: [email protected] 2026/09/08 22:39:17 > > >> > > >> Modified files: > > >> sysutils : Makefile > > >> > > >> Log message: > > >> +termdown > > >> > > > > > >missing homepages, ok to add? > > > > > > > > >Index: sysutils/termdown/Makefile > > >=================================================================== > > >RCS file: /cvs/ports/sysutils/termdown/Makefile,v > > >diff -u -p -r1.1.1.1 Makefile > > >--- sysutils/termdown/Makefile 9 Sep 2026 04:36:45 > > >-0000 1.1.1.1 +++ sysutils/termdown/Makefile 9 Sep > > >2026 16:13:12 -0000 @@ -1,11 +1,14 @@ > > > COMMENT = countdown timer for the terminal > > > > > > MODPY_DISTV = 2.0.0 > > >+REVISION = 0 > > > DISTNAME = termdown-${MODPY_DISTV} > > > > > > CATEGORIES = sysutils > > > MAINTAINER = Thomas Frohwein <[email protected]> > > > > > >+HOMEPAGE = https://github.com/trehn/termdown > > >+ > > > # GPLv3 only > > > PERMIT_PACKAGE = Yes > > > > > >Index: graphics/py-art/Makefile > > >=================================================================== > > >RCS file: /cvs/ports/graphics/py-art/Makefile,v > > >diff -u -p -r1.1.1.1 Makefile > > >--- graphics/py-art/Makefile 9 Sep 2026 04:33:44 -0000 > > >1.1.1.1 +++ graphics/py-art/Makefile 9 Sep 2026 16:13:12 -0000 > > >@@ -1,11 +1,15 @@ > > > COMMENT = ASCII art library for python > > > > > > MODPY_DISTV = 6.5 > > >+REVISION = 0 > > > DISTNAME = art-${MODPY_DISTV} > > > PKGNAME = py-${DISTNAME} > > > > > > CATEGORIES = graphics > > > MAINTAINER = Thomas Frohwein <[email protected]> > > >+ > > >+# https://github.com/sepandhaghighi/art > > >+HOMEPAGE = https://www.ascii-art.site/ > > > > > > # MIT > > > PERMIT_PACKAGE = Yes > > > >
