*: Fix WWW with broken anchors-as-comments

Case 1: WWW=https://example.com#foo

 Here #foo is not part of the value of WWW since # introduces a comment
 whether it's part of a word or not (quoting the word+# makes no
 difference either).  # needs to be escaped:

   WWW=https://example.com\#foo

Case 2: WWW=https://example.com #foo

 This is probably fallout from when WWW was moved from pkg-descr to
 Makefile.

The anchors still exist on the actual websites too or I removed them.
This commit is contained in:
Tobias Kortkamp
2025-04-03 14:15:02 +02:00
parent 1c6411cd56
commit 18a2d75dd3
55 changed files with 55 additions and 55 deletions

View File

@@ -5,7 +5,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Cross-Platform 'zip' Compression
WWW= https://github.com/r-lib/zip #readme
WWW= https://github.com/r-lib/zip\#readme
LICENSE= CC0-1.0

View File

@@ -6,7 +6,7 @@ MASTER_SITES= http://mirex.mypage.sk/FILES/ \
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Extract game archives such as wad, dar, mea exe's, and many more
WWW= http://mirex.mypage.sk/index.php?selected=1 #Unmass
WWW= http://mirex.mypage.sk/index.php?selected=1\#Unmass
LICENSE= GPLv2

View File

@@ -7,7 +7,7 @@ MASTER_SITES= http://projects.raphnet.net/festalon/ \
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Command line player for .nsf and .hes audio files
WWW= http://projects.raphnet.net/ #festalon
WWW= http://projects.raphnet.net/\#festalon
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@@ -9,7 +9,7 @@ EXTRACT_ONLY=
MAINTAINER= xi@borderworlds.dk
COMMENT= Advanced music player
WWW= https://borderworlds.dk/projects/ #mc
WWW= https://borderworlds.dk/projects/\#mc
RUN_DEPENDS= ${LOCALBASE}/bin/mpg123:audio/mpg123 \
${LOCALBASE}/bin/ogg123:audio/vorbis-tools \

View File

@@ -6,7 +6,7 @@ MASTER_SITES= http://borderworlds.dk/projects/sm/
MAINTAINER= xi@borderworlds.dk
COMMENT= Minimalistic module player
WWW= https://borderworlds.dk/projects/ #sm
WWW= https://borderworlds.dk/projects/\#sm
LIB_DEPENDS= libmikmod.so:audio/libmikmod

View File

@@ -5,7 +5,7 @@ CATEGORIES= biology
MAINTAINER= jwb@FreeBSD.org
COMMENT= GFF/GTF format conversions, filtering, FASTA extraction, etc
WWW= http://ccb.jhu.edu/software/stringtie/gff.shtml #gffread
WWW= http://ccb.jhu.edu/software/stringtie/gff.shtml\#gffread
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

View File

@@ -7,7 +7,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Jerry's command-line LiveJournal.com entry system
WWW= http://umlautllama.com/projects/perl/ #jlj
WWW= http://umlautllama.com/projects/perl/\#jlj
USES= shebangfix perl5
USE_PERL5= run

View File

@@ -6,7 +6,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Pretty Print R Code in the Terminal
WWW= https://github.com/r-lib/prettycode #readme
WWW= https://github.com/r-lib/prettycode\#readme
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

View File

@@ -6,7 +6,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Tidy Output from Regular Expression Matching
WWW= https://github.com/r-lib/rematch2 #readme
WWW= https://github.com/r-lib/rematch2\#readme
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

View File

@@ -6,7 +6,7 @@ MASTER_SITES= http://www.sigala.it/sandro/files/
MAINTAINER= schaiba@gmail.com
COMMENT= Miscellaneous C programmer's utilities
WWW= http://www.sigala.it/sandro/software.php #cutils
WWW= http://www.sigala.it/sandro/software.php\#cutils
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT

View File

@@ -7,7 +7,7 @@ PKGNAMESUFFIX= 65
MAINTAINER= ports@FreeBSD.org
COMMENT= Disassembler for MOS 6502 and compatible CPUs
WWW= http://www.floodgap.com/retrotech/xa #dxa
WWW= http://www.floodgap.com/retrotech/xa\#dxa
LICENSE= GPLv2+

View File

@@ -7,7 +7,7 @@ MASTER_SITES= SUNSITE/devel/lang/c \
MAINTAINER= danfe@FreeBSD.org
COMMENT= C-like compiler that translates input code to the HP48 RPL language
WWW= http://www.sigala.it/sandro/software.php #hp48cc
WWW= http://www.sigala.it/sandro/software.php\#hp48cc
LICENSE= GPLv2

View File

@@ -6,7 +6,7 @@ DISTNAME= shhmsg-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for displaying messages
WWW= https://shh.thathost.com/pub-unix/ #shhmsg
WWW= https://shh.thathost.com/pub-unix/\#shhmsg
LICENSE= ART10

View File

@@ -7,7 +7,7 @@ DISTNAME= shhopt-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for parsing command line options
WWW= https://shh.thathost.com/pub-unix/ #shhopt
WWW= https://shh.thathost.com/pub-unix/\#shhopt
LICENSE= ART10

View File

@@ -6,7 +6,7 @@ DISTNAME= xalloc-${PORTVERSION}
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Memory allocation library with error checking
WWW= http://shh.thathost.com/pub-unix/ #xalloc
WWW= http://shh.thathost.com/pub-unix/\#xalloc
OPTIONS_DEFINE= DOCS

View File

@@ -7,7 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= db@FreeBSD.org
COMMENT= Library for loading and using triangular meshes
WWW= https://pypi.org/project/trimesh/ #description
WWW= https://pypi.org/project/trimesh/\#description
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md

View File

@@ -11,7 +11,7 @@ DIST_SUBDIR= subversion/${PORTNAME}-${PORTVERSION}
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl script to load directories into a Subversion repository
WWW= https://svn.apache.org/repos/asf/subversion/branches/scons-build-system/www/tools_contrib.html #svn_load_dirs_pl
WWW= https://svn.apache.org/repos/asf/subversion/branches/scons-build-system/www/tools_contrib.html\#svn_load_dirs_pl
OPTIONS_DEFINE= DOCS EXAMPLES

View File

@@ -8,7 +8,7 @@ DISTNAME= bass-cd-1.2
MAINTAINER= jhale@FreeBSD.org
COMMENT= Beneath a Steel Sky: a post-apocalyptic futuristic graphical adventure
WWW= https://www.scummvm.org/games/ #games-sky
WWW= https://www.scummvm.org/games/\#games-sky:sky
LICENSE= BASS
LICENSE_NAME= Beneath a Steel Sky License

View File

@@ -6,7 +6,7 @@ MASTER_SITES= http://shh.thathost.com/pub-unix/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple biorhythm calculation program
WWW= https://shh.thathost.com/pub-unix/ #biorythm
WWW= https://shh.thathost.com/pub-unix/\#biorythm
LICENSE= ART10

View File

@@ -9,7 +9,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
MAINTAINER= ports@FreeBSD.org
COMMENT= Freely enjoy childlike KISS, French-KISS!
WWW= http://www2s.biglobe.ne.jp/~yav/soft/index.html #fkiss
WWW= http://www2s.biglobe.ne.jp/~yav/soft/index.html\#fkiss
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@@ -6,7 +6,7 @@ DISTNAME= shhcards-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for displaying game cards on X Window System
WWW= https://shh.thathost.com/pub-unix/ #shhcards
WWW= https://shh.thathost.com/pub-unix/\#shhcards
LICENSE= ART10

View File

@@ -6,7 +6,7 @@ MASTER_SITES= https://fukuchi.org/archive/shortshort/
MAINTAINER?= meta@FreeBSD.org
COMMENT= Bicycle with trailers like "sl"
WWW= https://fukuchi.org/works/shortshort/ #quit
WWW= https://fukuchi.org/en/works/shortshort/quit/
USES= ncurses

View File

@@ -6,7 +6,7 @@ MASTER_SITES= http://shh.thathost.com/pub-unix/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Solitaire card game for X Window System
WWW= https://shh.thathost.com/pub-unix/ #sol
WWW= https://shh.thathost.com/pub-unix/\#sol
LICENSE= ART10

View File

@@ -6,7 +6,7 @@ MASTER_SITES= http://www.urbanophile.com/arenn/hacking/getopt/
MAINTAINER= ports@FreeBSD.org
COMMENT= Java version of GNU getopt family functions
WWW= https://www.urbanophile.com/arenn/hacking/download.html #getopt
WWW= https://www.urbanophile.com/arenn/hacking/download.html\#getopt
LICENSE= LGPL20

View File

@@ -6,7 +6,7 @@ MASTER_SITES= http://www.sigala.it/sandro/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple Lisp interpreter
WWW= http://www.sigala.it/sandro/software.php #slisp
WWW= http://www.sigala.it/sandro/software.php\#slisp
LICENSE= BSD2CLAUSE

View File

@@ -7,7 +7,7 @@ EXTRACT_SUFX=
MAINTAINER= ports@FreeBSD.org
COMMENT= Display messages from Exim queue based on a variety of criteria
WWW= http://jetmore.org/john/code/ #exipick
WWW= http://jetmore.org/john/code/\#exipick
PLIST_FILES= bin/${PORTNAME}

View File

@@ -6,7 +6,7 @@ MASTER_SITES= http://heim.ifi.uio.no/kjetilho/hacks/
MAINTAINER= christer.edwards@gmail.com
COMMENT= Command-line alternative to Mailman Web interface
WWW= http://heim.ifi.uio.no/kjetilho/hacks/ #listadmin
WWW= http://heim.ifi.uio.no/kjetilho/hacks/\#listadmin
RUN_DEPENDS= p5-Text-Reform>=0:textproc/p5-Text-Reform \
p5-HTML-Parser>=0:www/p5-HTML-Parser \

View File

@@ -5,7 +5,7 @@ MASTER_SITES= https://www.sdaoden.eu/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= Send and receive Internet mail
WWW= https://www.sdaoden.eu/code.html #s-mailx
WWW= https://www.sdaoden.eu/code.html\#s-mailx
LICENSE= BSD3CLAUSE BSD4CLAUSE ISCL MIT RFC2104 RSA
LICENSE_COMB= multi

View File

@@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool to edit files in-place through given filter commands
WWW= https://akinori.org/ #inplace
WWW= https://akinori.org/\#inplace
USES= tar:bzip2 uidfix ruby shebangfix

View File

@@ -7,7 +7,7 @@ MASTER_SITES= http://main.linuxfocus.org/~guido.socher/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= Approximate matching utilities to search for manpages and files
WWW= http://main.linuxfocus.org/~guido/ #whichman
WWW= http://main.linuxfocus.org/~guido/\#whichman
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"

View File

@@ -5,7 +5,7 @@ MASTER_SITES= LOCAL/hrs
MAINTAINER= bofh@FreeBSD.org
COMMENT= Utility for ARIB STD-B25 ECM handling in MPEG2-TS stream
WWW= http://www.marumo.ne.jp/db2012_2.htm #13
WWW= http://www.marumo.ne.jp/db2012_2.htm\#13
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/licence.txt

View File

@@ -9,7 +9,7 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
MAINTAINER= eugen@FreeBSD.org
COMMENT= Plugin to allow manual resizing of Pidgin's message input area
WWW= https://developer.pidgin.im/wiki/ThirdPartyPlugins #Third-PartyPlugins
WWW= https://developer.pidgin.im/wiki/ThirdPartyPlugins\#Third-PartyPlugins
LICENSE= GPLv2

View File

@@ -6,7 +6,7 @@ PKGNAMEPREFIX?= pt_PT-
MAINTAINER= office@FreeBSD.org
COMMENT= Aspell Portuguese dictionary
WWW= https://natura.di.uminho.pt/wiki/doku.php?id=dicionarios:main#aspell
WWW= https://natura.di.uminho.pt/wiki/doku.php?id=dicionarios:main\#aspell
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/Copyright

View File

@@ -10,7 +10,7 @@ DIST_SUBDIR= ${PORTNAME}
MAINTAINER= office@FreeBSD.org
COMMENT= Portuguese hunspell dictionaries
WWW= https://natura.di.uminho.pt/wiki/doku.php?id=dicionarios:main #hunspell
WWW= https://natura.di.uminho.pt/wiki/doku.php?id=dicionarios:main\#hunspell
# We pick the common one among:
# - pt_PT is licensed under GPLv2, LGPL21 and MPL11.

View File

@@ -7,7 +7,7 @@ DISTNAME= lcdf-${PORTNAME}-${PORTVERSION}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Tools for manipulating fonts
WWW= https://www.lcdf.org/type/ #typetools
WWW= https://www.lcdf.org/type/\#typetools
LICENSE= GPLv2

View File

@@ -7,7 +7,7 @@ DISTNAME= GBTOLib-${DISTVERSION}
MAINTAINER= yuri@FreeBSD.org
COMMENT= High-performance library for evaluation of molecular integrals
WWW= https://zenodo.org/record/5798035 #.Yo1sazXMKV4
WWW= https://zenodo.org/record/5798035
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@@ -9,7 +9,7 @@ DISTFILES= ukrmol-out-${DISTVERSION}${EXTRACT_SUFX}:out \
MAINTAINER= yuri@FreeBSD.org
COMMENT= Code to compute electron and positron scattering from molecules
WWW= https://zenodo.org/record/5799134 #.Yo1lCknMKV4
WWW= https://zenodo.org/record/5799134
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@@ -5,7 +5,7 @@ PKGNAMEPREFIX= openssl-
MAINTAINER= brnrd@FreeBSD.org
COMMENT= quantum-resistant cryptography provider for OpenSSL
WWW= https://openquantumsafe.org/applications/tls.html#oqs-openssl-provider
WWW= https://openquantumsafe.org/applications/tls.html\#oqs-openssl-provider
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

View File

@@ -8,7 +8,7 @@ EXTRACT_SUFX= -tar.gz
MAINTAINER= egypcio@FreeBSD.org
COMMENT= Allow others to run commands as root
WWW= http://www.ucolick.org/~will/ #super
WWW= http://www.ucolick.org/~will/\#super
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual

View File

@@ -5,7 +5,7 @@ MASTER_SITES= https://bues.ch/b43/fwcutter/
MAINTAINER= danfe@FreeBSD.org
COMMENT= Firmware extractor for Broadcom wireless adapters
WWW= https://bues.ch/cms/hacking/misc.html #linux_b43_driver_firmware_tools
WWW= https://bues.ch/cms/hacking/misc.html\#linux_b43_driver_firmware_tools
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@@ -5,7 +5,7 @@ MASTER_SITES= LOCAL/ehaupt
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Compare directories and select files to copy
WWW= http://home.hccnet.nl/paul.schuurmans/linux/index.html #xdircmp
WWW= http://home.hccnet.nl/paul.schuurmans/linux/index.html\#xdircmp
LICENSE= GPLv2

View File

@@ -5,7 +5,7 @@ MASTER_SITES= https://ftp.sdaoden.eu/
MAINTAINER= jbeich@FreeBSD.org
COMMENT= PAM module to manage XDG Base Directories
WWW= https://www.sdaoden.eu/code.html#s-toolbox
WWW= https://www.sdaoden.eu/code.html\#s-toolbox
LICENSE= ISCL

View File

@@ -6,7 +6,7 @@ MASTER_SITES= http://linuxfocus.org/~guido/
MAINTAINER= samm@FreeBSD.org
COMMENT= Minimalistic tool for keeping filesystems in synchronization
WWW= http://linuxfocus.org/~guido/endangered_software.html #ssync
WWW= http://linuxfocus.org/~guido/endangered_software.html\#ssync
USES= gmake

View File

@@ -6,7 +6,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Parse Data of 'R' Code as an 'XML' Tree
WWW= https://github.com/r-lib/xmlparsedata #readme
WWW= https://github.com/r-lib/xmlparsedata\#readme
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

View File

@@ -5,7 +5,7 @@ MASTER_SITES= SAVANNAH
MAINTAINER= ports@FreeBSD.org
COMMENT= HTML Help Maker
WWW= http://bonedaddy.net/pabs3/code/ #hhm
WWW= http://bonedaddy.net/pabs3/code/\#hhm
LIB_DEPENDS= liblzxcomp.so:archivers/liblzxcomp

View File

@@ -6,7 +6,7 @@ DISTNAME= htmlpty-${PORTVERSION}
MAINTAINER= atanubiswas484@gmail.com
COMMENT= HTML and SGML prettyprinter and text-to-HTML/SGML converter
WWW= http://www.math.utah.edu/~beebe/software/html-sgml-tools.html #html-pretty
WWW= http://www.math.utah.edu/~beebe/software/html-sgml-tools.html\#html-pretty
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@@ -5,7 +5,7 @@ MASTER_SITES= https://www.w3.org/Tools/HTML-XML-utils/
MAINTAINER= takefu@airport.fm
COMMENT= Utilities for manipulating HTML and XML files
WWW= https://www.w3.org/Status.html#HTML-XML-utils
WWW= https://www.w3.org/Status.html\#HTML-XML-utils
LICENSE= W3C
LICENSE_GROUPS= FSF GPL OSI

View File

@@ -9,7 +9,7 @@ DIST_SUBDIR= kmfl
MAINTAINER= nikola.lecic@anthesphoria.net
COMMENT= KMFL Unicode keyboard for typesetting Ancient Greek
WWW= http://scripts.sil.org/KeymanKeyboardLinks #e9f80714
WWW= http://scripts.sil.org/KeymanKeyboardLinks\#e9f80714
RUN_DEPENDS= kmflcomp:textproc/kmflcomp

View File

@@ -11,7 +11,7 @@ EXTRACT_ONLY= IPAUni_Src12.zip
MAINTAINER= nikola.lecic@anthesphoria.net
COMMENT= IPA Unicode 5.1 mnemonic keyboard for KMFL IMEngine
WWW= http://scripts.sil.org/UniIPAKeyboard #dee994f5
WWW= http://scripts.sil.org/UniIPAKeyboard\#dee994f5
RUN_DEPENDS= kmflcomp:textproc/kmflcomp

View File

@@ -7,7 +7,7 @@ DISTNAME= ms-rtf
MAINTAINER= ports@FreeBSD.org
COMMENT= Portable application/ms-rtf parser
WWW= http://www.fiction.net/blong/programs/ #rtf
WWW= http://www.fiction.net/blong/programs/\#rtf
ALL_TARGET= rtfreader
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"

View File

@@ -6,7 +6,7 @@ CATEGORIES= textproc
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Tool for creating and organizing daily notes on the command line
WWW= https://github.com/dkaslovsky/textnote #installation
WWW= https://github.com/dkaslovsky/textnote
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

View File

@@ -7,7 +7,7 @@ MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= Time/date applet for WindowMaker with fishes swimming around
WWW= http://www.ne.jp/asahi/linux/timecop/ #wmfishtime
WWW= http://www.ne.jp/asahi/linux/timecop/\#wmfishtime
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@@ -6,7 +6,7 @@ CATEGORIES= x11
MAINTAINER= ericbsd@FreeBSD.org
COMMENT= Brisk Menu is an efficient menu for the MATE Desktop
WWW= https://github.com/solus-project/brisk-menu #brisk-menu
WWW= https://github.com/solus-project/brisk-menu\#brisk-menu
LICENSE= GPLv2+ CC-BY-SA-4.0
LICENSE_COMB= multi

View File

@@ -8,7 +8,7 @@ DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT}
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Urgent-first/LRU window switcher for sway
WWW= https://sr.ht/~tsdh/swayr/#swayr
WWW= https://sr.ht/~tsdh/swayr/\#swayr
LICENSE= GPLv3+
LICENSE_FILE= ${_LICENSE_STORE}/GPLv3

View File

@@ -8,7 +8,7 @@ DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT}
MAINTAINER= jbeich@FreeBSD.org
COMMENT= status_command for swaybar
WWW= https://sr.ht/~tsdh/swayr/#swayrbar
WWW= https://sr.ht/~tsdh/swayr/\#swayrbar
LICENSE= GPLv3+
LICENSE_FILE= ${_LICENSE_STORE}/GPLv3