freebsd-ports/misc/kdeutils/Makefile
Stefan Eßer b7f05445c0 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00

53 lines
1.9 KiB
Makefile

PORTNAME= kdeutils
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= misc kde
MAINTAINER= kde@FreeBSD.org
COMMENT= Collection of utilities for KDE
WWW= https://www.kde.org/applications/utilities/
USES= kde:5 metaport
OPTIONS_DEFINE= ARK FILELIGHT KCALC KCHARSELECT KDEBUGSETTINGS \
KDF KFLOPPY KGPG KTEATIME KTIMER KWALLETMANAGER \
PRINTMANAGER
OPTIONS_DEFAULT=${OPTIONS_DEFINE}
ARK_DESC= Archiving tool
ARK_RUN_DEPENDS= ark>=${KDE_APPLICATIONS_VERSION}:archivers/ark
FILELIGHT_DESC= Map of concentric segmented-rings representing file system
FILELIGHT_RUN_DEPENDS= filelight>=${KDE_APPLICATIONS_VERSION}:sysutils/filelight
KCALC_DESC= Scientific calculator
KCALC_RUN_DEPENDS= kcalc>=${KDE_APPLICATIONS_VERSION}:math/kcalc
KCHARSELECT_DESC= Character selector
KCHARSELECT_RUN_DEPENDS= kcharselect>=${KDE_APPLICATIONS_VERSION}:deskutils/kcharselect
KDEBUGSETTINGS_DESC= KDE application to enable/disable qCDebug
KDEBUGSETTINGS_RUN_DEPENDS= kdebugsettings>=${KDE_APPLICATIONS_VERSION}:sysutils/kdebugsettings
KDF_DESC= Shows free space of devices
KDF_RUN_DEPENDS= kdf>=${KDE_APPLICATIONS_VERSION}:sysutils/kdf
KFLOPPY_DESC= Floppy disk formatter
KFLOPPY_RUN_DEPENDS= kfloppy>=${KDE_APPLICATIONS_VERSION}:sysutils/kfloppy
KGPG_DESC= Encryption tool for KDE
KGPG_RUN_DEPENDS= kgpg>=${KDE_APPLICATIONS_VERSION}:security/kgpg
KTEATIME_DESC= Handy timer for steeping tea
KTEATIME_RUN_DEPENDS= kteatime>=${KDE_APPLICATIONS_VERSION}:x11-clocks/kteatime
KTIMER_DESC= Countdown launcher
KTIMER_RUN_DEPENDS= ktimer>=${KDE_APPLICATIONS_VERSION}:x11-clocks/ktimer
KWALLETMANAGER_DESC= Password manager for KDE
KWALLETMANAGER_RUN_DEPENDS= kwalletmanager>=${KDE_APPLICATIONS_VERSION}:security/kwalletmanager
PRINTMANAGER_DESC= Printer manager for KDE
PRINTMANAGER_RUN_DEPENDS= print-manager>=${KDE_APPLICATIONS_VERSION}:print/print-manager
.include <bsd.port.mk>