diff options
author | Stefan Eßer <se@FreeBSD.org> | 2022-09-07 23:06:12 +0200 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2022-09-07 23:10:59 +0200 |
commit | b7f05445c00f2625aa19b4154ebcbce5ed2daa52 (patch) | |
tree | c3b04fc0b07c55f849072e9b35e694f3d8ccf871 /german | |
parent | 6c266c9c9e7b0ac1a35b05fbdeddbc330e4c5f43 (diff) | |
download | freebsd-ports-b7f05445c00f2625aa19b4154ebcbce5ed2daa52.zip |
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)
Diffstat (limited to 'german')
-rw-r--r-- | german/BBBike/Makefile | 1 | ||||
-rw-r--r-- | german/bugzilla44/Makefile | 1 | ||||
-rw-r--r-- | german/dict/Makefile | 1 | ||||
-rw-r--r-- | german/ding/Makefile | 1 | ||||
-rw-r--r-- | german/dtaus/Makefile | 1 | ||||
-rw-r--r-- | german/hunspell/Makefile | 1 | ||||
-rw-r--r-- | german/jdictionary-eng-ger/Makefile | 1 | ||||
-rw-r--r-- | german/jdictionary-ger-hun/Makefile | 1 | ||||
-rw-r--r-- | german/mythes/Makefile | 1 | ||||
-rw-r--r-- | german/schwobifyer/Makefile | 1 | ||||
-rw-r--r-- | german/unix-connect/Makefile | 1 | ||||
-rw-r--r-- | german/wordpress/Makefile | 1 |
12 files changed, 12 insertions, 0 deletions
diff --git a/german/BBBike/Makefile b/german/BBBike/Makefile index 5d8dd19bed54..80d0315c62d2 100644 --- a/german/BBBike/Makefile +++ b/german/BBBike/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${PORTVERSION} MAINTAINER= slaven@rezic.de COMMENT= Route-finder for cyclists in Berlin and Brandenburg +WWW= http://bbbike.sourceforge.net BUILD_DEPENDS= p5-Inline-C>=0:devel/p5-Inline-C \ p5-CDB_File>=0:databases/p5-CDB_File diff --git a/german/bugzilla44/Makefile b/german/bugzilla44/Makefile index ffe018d0d291..41e4e69d5aa2 100644 --- a/german/bugzilla44/Makefile +++ b/german/bugzilla44/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}-de-${PORTVERSION}-1.utf-8 MAINTAINER= bz-ports@FreeBSD.org COMMENT= German localization for Bugzilla +WWW= https://sourceforge.net/projects/bugzilla-de/ RUN_DEPENDS= bugzilla44>=${PORTVERSION}:devel/bugzilla44 diff --git a/german/dict/Makefile b/german/dict/Makefile index 53934808f6a8..d13453741645 100644 --- a/german/dict/Makefile +++ b/german/dict/Makefile @@ -7,6 +7,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Simple English/German dictionary +WWW= http://www.de.freebsd.org/~wosch/dict/dict.cgi LICENSE= BSD2CLAUSE diff --git a/german/ding/Makefile b/german/ding/Makefile index 048b33ebb0e2..f019fde5dcbe 100644 --- a/german/ding/Makefile +++ b/german/ding/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= ftp://ftp.tu-chemnitz.de/pub/Local/urz/ding/ \ MAINTAINER= beat@FreeBSD.org COMMENT= German-English dictionary program for X windows/Unix +WWW= https://www-user.tu-chemnitz.de/~fri/ding/ LICENSE= GPLv2 diff --git a/german/dtaus/Makefile b/german/dtaus/Makefile index 85e932459c21..d40426b244b2 100644 --- a/german/dtaus/Makefile +++ b/german/dtaus/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.infodrom.org/projects/dtaus/download/ MAINTAINER= dinoex@FreeBSD.org COMMENT= Belegloser DatenTraegerAUStausch +WWW= https://www.infodrom.org/projects/dtaus/ LICENSE= GPLv2 diff --git a/german/hunspell/Makefile b/german/hunspell/Makefile index 28b34bcc75ad..0c4e99c11ddb 100644 --- a/german/hunspell/Makefile +++ b/german/hunspell/Makefile @@ -9,6 +9,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= German hunspell dictionaries +WWW= https://www.j3e.de/ispell/igerman98/ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual diff --git a/german/jdictionary-eng-ger/Makefile b/german/jdictionary-eng-ger/Makefile index edbf76c76c24..8127aba14984 100644 --- a/german/jdictionary-eng-ger/Makefile +++ b/german/jdictionary-eng-ger/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/jdictionary/Plugins%20for%20jDictionary/Smart%20English-German DISTNAME= SmartEngGer-1_4.jar COMMENT= JDictionary plugin: English-German dictionary +WWW= http://jdictionary.info/ MASTERDIR= ${.CURDIR}/../../textproc/jdictionary diff --git a/german/jdictionary-ger-hun/Makefile b/german/jdictionary-ger-hun/Makefile index 51e836aad60f..1b5ef4e8889e 100644 --- a/german/jdictionary-ger-hun/Makefile +++ b/german/jdictionary-ger-hun/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/jdictionary/Plugins%20for%20jDictionary/Smart%20German-Hungaria DISTNAME= SmartGerHun-1_4.jar COMMENT= JDictionary plugin: German-Hungarian dictionary +WWW= http://jdictionary.info/ MASTERDIR= ${.CURDIR}/../../textproc/jdictionary diff --git a/german/mythes/Makefile b/german/mythes/Makefile index deecb4646a3a..87a7f4d30f4d 100644 --- a/german/mythes/Makefile +++ b/german/mythes/Makefile @@ -8,6 +8,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= German thesaurus +WWW= https://www.openthesaurus.de/ LICENSE= LGPL21 diff --git a/german/schwobifyer/Makefile b/german/schwobifyer/Makefile index 0dd80eb3b8bf..a54a8f905df6 100644 --- a/german/schwobifyer/Makefile +++ b/german/schwobifyer/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Utility for translating German into the Schwaebisch dialect +WWW= http://unimut.fsk.uni-heidelberg.de/schwob.html MAKE_JOBS_UNSAFE= yes diff --git a/german/unix-connect/Makefile b/german/unix-connect/Makefile index d5db7402639a..3923b75a41c6 100644 --- a/german/unix-connect/Makefile +++ b/german/unix-connect/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= ftp://ftp.dinoex.org/pub/unix-connect/ \ MAINTAINER= dinoex@FreeBSD.org COMMENT= Mail and news gateway for Zconnect +WWW= https://www.dinoex.de/unix-connect.html BUILD_DEPENDS= lrz:comms/lrzsz diff --git a/german/wordpress/Makefile b/german/wordpress/Makefile index 9b7ecee45a8a..386a0e8eeb1f 100644 --- a/german/wordpress/Makefile +++ b/german/wordpress/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://de.wordpress.org/ MAINTAINER= joneum@FreeBSD.org COMMENT= State-of-the-art semantic personal publishing platform +WWW= https://de.wordpress.org/ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual |