mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 10:57:37 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
430 B
Text
8 lines
430 B
Text
user_agents is a Python library that provides an easy way to identify/detect
|
|
devices like mobile phones, tablets and their capabilities by parsing (browser) user agent strings. The goal is to reliably detect whether:
|
|
|
|
-- User agent is a mobile, tablet or PC based device
|
|
-- User agent has touch capabilities (has touch screen)
|
|
|
|
user_agents relies on the excellent ua-parser to do the actual parsing of the
|
|
raw user agent string.
|