mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
New port, www/rubygem-oembed: Slim library to work with oEmbed format
Adding www/rubygem-oembed, because it is a dependency of the upcoming www/mastodon port. WWW: http://soulim.github.com/oembed/ Approved by: swills (mentor, implicit)
This commit is contained in:
parent
88417842c4
commit
9e1fe11a6e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438512
@ -2041,6 +2041,7 @@
|
||||
SUBDIR += rubygem-nicovideo
|
||||
SUBDIR += rubygem-ntlm-http
|
||||
SUBDIR += rubygem-octopress
|
||||
SUBDIR += rubygem-oembed
|
||||
SUBDIR += rubygem-ostatus2
|
||||
SUBDIR += rubygem-pagerduty
|
||||
SUBDIR += rubygem-passenger
|
||||
|
19
www/rubygem-oembed/Makefile
Normal file
19
www/rubygem-oembed/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= oembed
|
||||
PORTVERSION= 0.2.0
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= jrm@FreeBSD.org
|
||||
COMMENT= Slim library to work with oEmbed format
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/rubygem-oembed/distinfo
Normal file
3
www/rubygem-oembed/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1492174164
|
||||
SHA256 (rubygem/oembed-0.2.0.gem) = 8542cbc249bfbe3f292b885ed740026490421b163105302f5eaec74c9ec6dc48
|
||||
SIZE (rubygem/oembed-0.2.0.gem) = 11264
|
8
www/rubygem-oembed/pkg-descr
Normal file
8
www/rubygem-oembed/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
oEmbed is a format for allowing an embedded representation of a URL on third
|
||||
party sites. The simple API allows a website to display embedded content (such
|
||||
as photos or videos) when a user posts a link to that resource, without having
|
||||
to parse the resource directly. This gem is a simple-to-use and slim library to
|
||||
work with oEmbed format. It has no external dependencies at runtime. All you
|
||||
need to have is Ruby itself.
|
||||
|
||||
WWW: http://soulim.github.com/oembed/
|
Loading…
Reference in New Issue
Block a user