Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 May 2013 23:05:56 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317755 - in head/textproc: . rubygem-phone
Message-ID:  <201305092305.r49N5uw9082569@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Thu May  9 23:05:56 2013
New Revision: 317755
URL: http://svnweb.freebsd.org/changeset/ports/317755

Log:
  Phone is a Ruby library for phone number parsing, validation and formatting.
  
  WWW: http://github.com/carr/phone
  
  PR:		ports/177528
  Submitted by:	douglas@douglasthrift.net

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

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Thu May  9 22:42:49 2013	(r317754)
+++ head/textproc/Makefile	Thu May  9 23:05:56 2013	(r317755)
@@ -1308,6 +1308,7 @@
     SUBDIR += rubygem-multi_xml
     SUBDIR += rubygem-nokogiri
     SUBDIR += rubygem-opml
+    SUBDIR += rubygem-phone
     SUBDIR += rubygem-rak
     SUBDIR += rubygem-rchardet
     SUBDIR += rubygem-rdiscount

Added: head/textproc/rubygem-phone/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-phone/Makefile	Thu May  9 23:05:56 2013	(r317755)
@@ -0,0 +1,19 @@
+# Created by: Douglas Thrift <douglas@douglasthrift.net>
+# $FreeBSD$
+
+PORTNAME=	phone
+PORTVERSION=	1.1
+CATEGORIES=	textproc rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	douglas@douglasthrift.net
+COMMENT=	Phone number parsing, validation and formatting
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/rubygem-phone/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-phone/distinfo	Thu May  9 23:05:56 2013	(r317755)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/phone-1.1.gem) = 3c3d9096f953ea43f9b9a5ebbf50f4a897a0f040062f0bc3b8171e106dea23c2
+SIZE (rubygem/phone-1.1.gem) = 26624

Added: head/textproc/rubygem-phone/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-phone/pkg-descr	Thu May  9 23:05:56 2013	(r317755)
@@ -0,0 +1,3 @@
+Phone is a Ruby library for phone number parsing, validation and formatting.
+
+WWW: http://github.com/carr/phone



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305092305.r49N5uw9082569>