mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -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
|
||||
|
|
19
devel/rubygem-useragent/Makefile
Normal file
19
devel/rubygem-useragent/Makefile
Normal 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>
|
3
devel/rubygem-useragent/distinfo
Normal file
3
devel/rubygem-useragent/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1487950693
|
||||
SHA256 (rubygem/useragent-0.16.8.gem) = 18e23793f52862597576757bb61e9ecae329a50a6826c4190e1386edb1646984
|
||||
SIZE (rubygem/useragent-0.16.8.gem) = 14336
|
3
devel/rubygem-useragent/pkg-descr
Normal file
3
devel/rubygem-useragent/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
UserAgent is a Ruby library that parses and compares HTTP User Agents.
|
||||
|
||||
WWW: https://github.com/gshutler/useragent
|
Loading…
Add table
Reference in a new issue