svn commit: r317755 - in head/textproc: . rubygem-phone
Jason Helfman
jgh at FreeBSD.org
Thu May 9 23:05:58 UTC 2013
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 at 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 at douglasthrift.net>
+# $FreeBSD$
+
+PORTNAME= phone
+PORTVERSION= 1.1
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= douglas at 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
More information about the svn-ports-all
mailing list