Page MenuHomeFreeBSD

sysutils/condy: Add new port
Needs ReviewPublic

Authored by dteske on Tue, Sep 8, 5:53 PM.

Details

Reviewers
jrm
fuz
Summary

Daemon that starts conky and rotates the desktop wallpaper. Detects
fvwm, bvwm, GNOME, and KDE, and sets wallpaper with hsetroot(1).

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 76669
Build 73552: arc lint + arc unit

Event Timeline

dteske requested review of this revision.Tue, Sep 8, 5:53 PM
dteske created this revision.

Thank you for your submission.

It would be great to have the configuration files in ${PREFIX}/etc as per the usual conventions. You can use REINPLACE_CMD in a custom do-configure target to do so.

A github WWW is automatically set if WWW is unset and USE_GITHUB is enabled, so you can remove your own setting.

The theme config files mentioned in the script seem to not be present in the repository, is this correct?

Apart from these, the port looks good!