svn commit: r470727 - in head/devel: . rubygem-device_detector
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed May 23 23:22:31 UTC 2018
Author: sunpoet
Date: Wed May 23 23:22:29 2018
New Revision: 470727
URL: https://svnweb.freebsd.org/changeset/ports/470727
Log:
Add rubygem-device_detector 1.0.1
DeviceDetector is a precise and fast user agent parser and device detector,
backed by the largest and most up-to-date user agent database.
DeviceDetector will parse any user agent and detect the browser, operating
system, device used (desktop, tablet, mobile, tv, cars, console, etc.), brand
and model.
DeviceDetector detects thousands of user agent strings, even from rare and
obscure browsers and devices.
DeviceDetector is optimized for speed of detection, by providing optimized code
and in-memory caching.
WWW: https://github.com/podigee/device_detector
Added:
head/devel/rubygem-device_detector/
head/devel/rubygem-device_detector/Makefile (contents, props changed)
head/devel/rubygem-device_detector/distinfo (contents, props changed)
head/devel/rubygem-device_detector/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Wed May 23 22:37:05 2018 (r470726)
+++ head/devel/Makefile Wed May 23 23:22:29 2018 (r470727)
@@ -5474,6 +5474,7 @@
SUBDIR += rubygem-deprecated
SUBDIR += rubygem-deprecated2
SUBDIR += rubygem-descendants_tracker
+ SUBDIR += rubygem-device_detector
SUBDIR += rubygem-devise
SUBDIR += rubygem-devise-rails5
SUBDIR += rubygem-devise-rails50
Added: head/devel/rubygem-device_detector/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-device_detector/Makefile Wed May 23 23:22:29 2018 (r470727)
@@ -0,0 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= device_detector
+PORTVERSION= 1.0.1
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= User agent parser and device detector
+
+LICENSE= LGPL3
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+NO_ARCH= yes
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-device_detector/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-device_detector/distinfo Wed May 23 23:22:29 2018 (r470727)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1527077079
+SHA256 (rubygem/device_detector-1.0.1.gem) = 49d82d5abd1023734cb0bdb915ae89fc52d7375724bb4fda0f089e2ac062f9e7
+SIZE (rubygem/device_detector-1.0.1.gem) = 261632
Added: head/devel/rubygem-device_detector/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-device_detector/pkg-descr Wed May 23 23:22:29 2018 (r470727)
@@ -0,0 +1,14 @@
+DeviceDetector is a precise and fast user agent parser and device detector,
+backed by the largest and most up-to-date user agent database.
+
+DeviceDetector will parse any user agent and detect the browser, operating
+system, device used (desktop, tablet, mobile, tv, cars, console, etc.), brand
+and model.
+
+DeviceDetector detects thousands of user agent strings, even from rare and
+obscure browsers and devices.
+
+DeviceDetector is optimized for speed of detection, by providing optimized code
+and in-memory caching.
+
+WWW: https://github.com/podigee/device_detector
More information about the svn-ports-all
mailing list