devel/rubygem-useragent: create port

UserAgent is a Ruby library that parses and compares HTTP User Agents.

WWW: https://github.com/gshutler/useragent

PR:		217344
Submitted by:	Sir l33tname <sirl33tname@gmail.com>
This commit is contained in:
Steve Wills 2017-03-09 18:09:58 +00:00
parent 0717f703df
commit e3d3a08cf6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435781
4 changed files with 26 additions and 0 deletions

View file

@ -5547,6 +5547,7 @@
SUBDIR += rubygem-tzinfo
SUBDIR += rubygem-unicode
SUBDIR += rubygem-unicode-display_width
SUBDIR += rubygem-useragent
SUBDIR += rubygem-uuid
SUBDIR += rubygem-uuidtools
SUBDIR += rubygem-validatable

View file

@ -0,0 +1,19 @@
# Created by: Sir l33tname <sirl33tname@gmail.com>
# $FreeBSD$
PORTNAME= useragent
PORTVERSION= 0.16.8
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sirl33tname@gmail.com
COMMENT= HTTP User Agent parser
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1487950693
SHA256 (rubygem/useragent-0.16.8.gem) = 18e23793f52862597576757bb61e9ecae329a50a6826c4190e1386edb1646984
SIZE (rubygem/useragent-0.16.8.gem) = 14336

View file

@ -0,0 +1,3 @@
UserAgent is a Ruby library that parses and compares HTTP User Agents.
WWW: https://github.com/gshutler/useragent