A package implemented of Pingback in PHP, able to sending and

receiving a pingback.

WWW: http://pear.php.net/package/Services_Pingback/
This commit is contained in:
Martin Wilke 2007-08-05 20:59:17 +00:00
parent 7ca8609c3b
commit abeb37f976
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197139
4 changed files with 34 additions and 0 deletions

View File

@ -616,6 +616,7 @@
SUBDIR += pear-Net_UserAgent_Mobile
SUBDIR += pear-Net_Whois
SUBDIR += pear-SOAP
SUBDIR += pear-Services_Pingback
SUBDIR += pear-XML_RPC
SUBDIR += pecl-cvsclient
SUBDIR += pecl-geoip

View File

@ -0,0 +1,26 @@
# Ports collection makefile for: pear-Services_Pingback
# Date created: 05 August 2007
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Services_Pingback
PORTVERSION= 0.2.2
CATEGORIES= net www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= A Pingback User-Agent class.
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
CATEGORY= Services
FILES= Services/Pingback.php
EXAMPLES= receive.php send.php source.php target.php
_EXAMPLESDIR= docs/examples
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (PEAR/Services_Pingback-0.2.2.tgz) = 06559c575ae0197468e27604d871bea3
SHA256 (PEAR/Services_Pingback-0.2.2.tgz) = ff8f6b8762f18809f574fad19659dbff6ea21ab511b837f7ac19f5ff0b8e02a7
SIZE (PEAR/Services_Pingback-0.2.2.tgz) = 8525

View File

@ -0,0 +1,4 @@
A package implemented of Pingback in PHP, able to sending and
receiving a pingback.
WWW: http://pear.php.net/package/Services_Pingback/