aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2014-01-28 14:15:21 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2014-01-28 14:15:21 +0000
commit5267d60cf4ef5fa01ff9d5182906969ebf84ef72 (patch)
tree1e1e43d8c71680bf1731b745bcda9e88f53e3148 /devel/Makefile
parent240bac5a8ef5adf510fd10bc77bbe1347a8eabf6 (diff)
downloadports-5267d60cf4ef5fa01ff9d5182906969ebf84ef72.tar.gz
ports-5267d60cf4ef5fa01ff9d5182906969ebf84ef72.zip
New port: py-user_agents.
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.
Notes
Notes: svn path=/head/; revision=341571
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index c26ac43c2e7d..972ea2671aff 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3837,6 +3837,7 @@
SUBDIR += py-urlimport
SUBDIR += py-urwid
SUBDIR += py-usb
+ SUBDIR += py-user_agents
SUBDIR += py-utils
SUBDIR += py-venusian
SUBDIR += py-versiontools