import pear-Services-oEmbed 0.1.0

This commit is contained in:
jasper 2009-11-18 19:13:04 +00:00
parent c24a449aa3
commit 5094fcaf7c
4 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/18 19:13:04 jasper Exp $
COMMENT= interface to oEmbed
DISTNAME= Services_oEmbed-0.1.0
PKGNAME= pear-${DISTNAME:S/_/-/}
CATEGORIES= net
MODULES= www/pear
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/pear-Validate \
::net/pear-Net-URL2 \
::www/pear-HTTP-Request
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Services_oEmbed-0.1.0.tgz) = FaKCyMjpzyhfGIL6O9E25A==
RMD160 (Services_oEmbed-0.1.0.tgz) = Rempo7VvZGuSRQrc/VGIBLhDY70=
SHA1 (Services_oEmbed-0.1.0.tgz) = m4MaO6/Jw1t53zRHbYKhsP1aqpY=
SHA256 (Services_oEmbed-0.1.0.tgz) = b19JjTdUAzXVkUzYFwgdbnzgBjTiVOtX1ioV+FFgIL4=
SIZE (Services_oEmbed-0.1.0.tgz) = 8201

View File

@ -0,0 +1,4 @@
oEmbed (http://www.oembed.com) is an open specification for discovering
more information about URI's. oEmbed services return structure meta-data
about a URI (e.g. type of object, title, author information, thumbnail
details, etc.).

View File

@ -0,0 +1,22 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/11/18 19:13:04 jasper Exp $
@group daemon
pear/lib/.registry/services_oembed.reg
pear/lib/Services/
pear/lib/Services/oEmbed/
pear/lib/Services/oEmbed.php
pear/lib/Services/oEmbed/Exception/
pear/lib/Services/oEmbed/Exception.php
pear/lib/Services/oEmbed/Exception/NoSupport.php
pear/lib/Services/oEmbed/Object/
pear/lib/Services/oEmbed/Object.php
pear/lib/Services/oEmbed/Object/Common.php
pear/lib/Services/oEmbed/Object/Exception.php
pear/lib/Services/oEmbed/Object/Link.php
pear/lib/Services/oEmbed/Object/Photo.php
pear/lib/Services/oEmbed/Object/Rich.php
pear/lib/Services/oEmbed/Object/Video.php
pear/tests/Services_oEmbed/
pear/tests/Services_oEmbed/tests/
pear/tests/Services_oEmbed/tests/AllTests.php
pear/tests/Services_oEmbed/tests/Services/
pear/tests/Services_oEmbed/tests/Services/oEmbedTest.php