svn commit: r435781 - in head/devel: . rubygem-useragent

Steve Wills swills at FreeBSD.org
Thu Mar 9 18:10:00 UTC 2017


Author: swills
Date: Thu Mar  9 18:09:58 2017
New Revision: 435781
URL: https://svnweb.freebsd.org/changeset/ports/435781

Log:
  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 at gmail.com>

Added:
  head/devel/rubygem-useragent/
  head/devel/rubygem-useragent/Makefile   (contents, props changed)
  head/devel/rubygem-useragent/distinfo   (contents, props changed)
  head/devel/rubygem-useragent/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Mar  9 17:19:36 2017	(r435780)
+++ head/devel/Makefile	Thu Mar  9 18:09:58 2017	(r435781)
@@ -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

Added: head/devel/rubygem-useragent/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-useragent/Makefile	Thu Mar  9 18:09:58 2017	(r435781)
@@ -0,0 +1,19 @@
+# Created by: Sir l33tname <sirl33tname at gmail.com>
+# $FreeBSD$
+
+PORTNAME=	useragent
+PORTVERSION=	0.16.8
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sirl33tname at 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>

Added: head/devel/rubygem-useragent/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-useragent/distinfo	Thu Mar  9 18:09:58 2017	(r435781)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1487950693
+SHA256 (rubygem/useragent-0.16.8.gem) = 18e23793f52862597576757bb61e9ecae329a50a6826c4190e1386edb1646984
+SIZE (rubygem/useragent-0.16.8.gem) = 14336

Added: head/devel/rubygem-useragent/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-useragent/pkg-descr	Thu Mar  9 18:09:58 2017	(r435781)
@@ -0,0 +1,3 @@
+UserAgent is a Ruby library that parses and compares HTTP User Agents.
+
+WWW: https://github.com/gshutler/useragent


More information about the svn-ports-all mailing list