Bug 266414 - new port: x11-clocks/xdaliclock-classic
Summary: new port: x11-clocks/xdaliclock-classic
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nuno Teixeira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-14 15:04 UTC by Gleb Smirnoff
Modified: 2022-09-21 01:44 UTC (History)
1 user (show)

See Also:


Attachments
new port diff (3.92 KB, patch)
2022-09-14 15:04 UTC, Gleb Smirnoff
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gleb Smirnoff freebsd_committer freebsd_triage 2022-09-14 15:04:49 UTC
Created attachment 236555 [details]
new port diff

The xdaliclock has been updated after a many years hiatus. The author decided to break a lot of old functionality. The new version:

    - doesn't support command line options
    - doesn't support custom fonts
    - doesn't support transparent background
    - has bugs with color settings
    - brings more dependencies

I communicated with author and found him not caring about the lost features and myself not being able to make the new version look exactly like the old one did, hence existence of this port.
Comment 1 Nuno Teixeira freebsd_committer freebsd_triage 2022-09-20 16:50:57 UTC
Hi Gleb,

---
PORTNAME=	xdaliclock
PORTVERSION=	2.44
(...)
PKGNAMESUFFIX=	${SUFFIX}-classic
---

You using pkgname suffix like if it was an FLAVOR.

Isn't:
---
PORTNAME=	xdaliclock-classic
PORTVERSION=	2.44
---
the correct way?

Don't know if a master/slave could be a good solution too.

Cheers,
Comment 2 Gleb Smirnoff freebsd_committer freebsd_triage 2022-09-20 17:57:37 UTC
(In reply to Nuno Teixeira from comment #1)
Thanks, Nuno! I don't know what is the right answer to this. If I knew, I would be a port committer and would commit that myself :) I believe you are right, this shouldn't be a FLAVOR, as the latter is same version compiled with different options. May I ask you to correct that and commit correct version?
Comment 3 Nuno Teixeira freebsd_committer freebsd_triage 2022-09-20 18:44:46 UTC
(In reply to Gleb Smirnoff from comment #2)

If latest 2.47 version supported Xlib and old funcionality, the best thing to use were flavors -xlib and -gtk. The problem is that upstream modified funtionality, dependncies, etc.

In this case I suppose the best option is using 2.44 Xlib version as a new port -classic.

Working on it.

Cheers
Comment 4 Nuno Teixeira freebsd_committer freebsd_triage 2022-09-21 00:11:41 UTC
(In reply to Gleb Smirnoff from comment #0)

All set to commit.
Just need a suitable commit msg, e.g.:

---
The xdaliclock has been updated after a many years hiatus and lost important features like:

 - command line options support
 - custom fonts
 - transparent background

xdaliclock-classic is an intent to keep historical features that are not present on recent updates.
---

What do you think?

Cheers
Comment 5 Gleb Smirnoff freebsd_committer freebsd_triage 2022-09-21 01:00:55 UTC
Sounds good to me! May be add one more point: - got heavier dependencies
Comment 6 commit-hook freebsd_committer freebsd_triage 2022-09-21 01:23:12 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=50dd2bf4d46f2f9162075cf82b8d5dce27aab0dd

commit 50dd2bf4d46f2f9162075cf82b8d5dce27aab0dd
Author:     Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2022-09-21 01:18:21 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-09-21 01:22:24 +0000

    x11-clocks/xdaliclock-classic: New port: Rather neat animated clock (Xlib version)

     - Submitter becomes maintainer

    The xdaliclock has been updated after a many years hiatus, got heavier
    dependencies and lost important features like:

    - command line options support
    - custom fonts
    - transparent background

    xdaliclock-classic is an intent to keep historical features that are
    not present on recent updates.

    WWW: https://www.jwz.org/xdaliclock/

    PR:             266414

 x11-clocks/Makefile                                 |  1 +
 x11-clocks/xdaliclock-classic/Makefile (new)        | 21 +++++++++++++++++++++
 x11-clocks/xdaliclock-classic/distinfo (new)        |  3 +++
 .../files/patch-Makefile.in (new)                   | 15 +++++++++++++++
 x11-clocks/xdaliclock-classic/pkg-descr (new)       |  3 +++
 5 files changed, 43 insertions(+)
Comment 7 Nuno Teixeira freebsd_committer freebsd_triage 2022-09-21 01:32:12 UTC
Committed, thanks!
Comment 8 commit-hook freebsd_committer freebsd_triage 2022-09-21 01:44:15 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c8f6b65a2ba70b0b11fe7a2ca325559e1c6dde77

commit c8f6b65a2ba70b0b11fe7a2ca325559e1c6dde77
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2022-09-21 01:41:26 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-09-21 01:41:26 +0000

    x11-clocks/xdaliclock-classic: Switch MASTER_SITES to https://

     - switch MASTER_SITES to https:// (redirect)
     - Not bumping PORTREVISION

    PR:             266414

 x11-clocks/xdaliclock-classic/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)