mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Provides access to A9 OpenSearch compatible search engines
WWW: http://pear.php.net/package/Services_OpenSearch
This commit is contained in:
parent
139a1179d6
commit
01c8b54c49
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224127
@ -1107,6 +1107,7 @@
|
||||
SUBDIR += pear-Services_Digg
|
||||
SUBDIR += pear-Services_Facebook
|
||||
SUBDIR += pear-Services_Google
|
||||
SUBDIR += pear-Services_OpenSearch
|
||||
SUBDIR += pear-Services_SharedBook
|
||||
SUBDIR += pear-Services_TinyURL
|
||||
SUBDIR += pear-Services_TwitPic
|
||||
|
24
www/pear-Services_OpenSearch/Makefile
Normal file
24
www/pear-Services_OpenSearch/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# Ports collection makefile for: pear-Services_OpenSearch
|
||||
# Date created: 10 Dez 2008
|
||||
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Services_OpenSearch
|
||||
PORTVERSION= 0.2.0
|
||||
CATEGORIES= www pear
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= Search A9 OpenSearch compatible engines.
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer \
|
||||
${PEARDIR}/XML/RSS.php:${PORTSDIR}/devel/pear-XML_RSS
|
||||
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
|
||||
CATEGORY= Services
|
||||
FILES= OpenSearch.php
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
.include <bsd.port.post.mk>
|
3
www/pear-Services_OpenSearch/distinfo
Normal file
3
www/pear-Services_OpenSearch/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (PEAR/Services_OpenSearch-0.2.0.tgz) = c35f714d07c44dde177cc2fadb63a5e0
|
||||
SHA256 (PEAR/Services_OpenSearch-0.2.0.tgz) = 5fe821384de89d508932b63cdcec9d2606303ffe8c14af24ea52ccfd97782449
|
||||
SIZE (PEAR/Services_OpenSearch-0.2.0.tgz) = 4586
|
3
www/pear-Services_OpenSearch/pkg-descr
Normal file
3
www/pear-Services_OpenSearch/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Provides access to A9 OpenSearch compatible search engines
|
||||
|
||||
WWW: http://pear.php.net/package/Services_OpenSearch
|
Loading…
Reference in New Issue
Block a user