From owner-svn-ports-head@freebsd.org Thu Apr 27 07:02:46 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 935EDD52EBE; Thu, 27 Apr 2017 07:02:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47ABB1818; Thu, 27 Apr 2017 07:02:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3R72jNs018965; Thu, 27 Apr 2017 07:02:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3R72i0A018961; Thu, 27 Apr 2017 07:02:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704270702.v3R72i0A018961@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 27 Apr 2017 07:02:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439509 - in head/www: . rubygem-ruby-oembed X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Apr 2017 07:02:46 -0000 Author: sunpoet Date: Thu Apr 27 07:02:44 2017 New Revision: 439509 URL: https://svnweb.freebsd.org/changeset/ports/439509 Log: Add rubygem-ruby-oembed 0.12.0 An oEmbed consumer library written in Ruby, letting you easily get embeddable HTML representations of supported web pages, based on their URLs. See oembed.com for more about the protocol. WWW: https://github.com/ruby-oembed/ruby-oembed Added: head/www/rubygem-ruby-oembed/ head/www/rubygem-ruby-oembed/Makefile (contents, props changed) head/www/rubygem-ruby-oembed/distinfo (contents, props changed) head/www/rubygem-ruby-oembed/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Apr 27 07:02:37 2017 (r439508) +++ head/www/Makefile Thu Apr 27 07:02:44 2017 (r439509) @@ -2091,6 +2091,7 @@ SUBDIR += rubygem-rqrcode SUBDIR += rubygem-rqrcode-rails3 SUBDIR += rubygem-rtlit + SUBDIR += rubygem-ruby-oembed SUBDIR += rubygem-ruby-readability SUBDIR += rubygem-savon SUBDIR += rubygem-sawyer Added: head/www/rubygem-ruby-oembed/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-ruby-oembed/Makefile Thu Apr 27 07:02:44 2017 (r439509) @@ -0,0 +1,19 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= ruby-oembed +PORTVERSION= 0.12.0 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= oEmbed consumer library + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include Added: head/www/rubygem-ruby-oembed/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-ruby-oembed/distinfo Thu Apr 27 07:02:44 2017 (r439509) @@ -0,0 +1,3 @@ +TIMESTAMP = 1492721166 +SHA256 (rubygem/ruby-oembed-0.12.0.gem) = 6057ef39eee07a56e8363aa51a6cbe63e1831c4f6741c8e6f823d4b1e85584cf +SIZE (rubygem/ruby-oembed-0.12.0.gem) = 690688 Added: head/www/rubygem-ruby-oembed/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-ruby-oembed/pkg-descr Thu Apr 27 07:02:44 2017 (r439509) @@ -0,0 +1,5 @@ +An oEmbed consumer library written in Ruby, letting you easily get embeddable +HTML representations of supported web pages, based on their URLs. See oembed.com +for more about the protocol. + +WWW: https://github.com/ruby-oembed/ruby-oembed