Commit 076530b1 authored by Vanilla I. Shu's avatar Vanilla I. Shu
Browse files

net/pecl-xmlrpc: converted to standard extension from pecl extension.

PR:		296824
parent 8ed44394
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5500,3 +5500,4 @@ graphics/pecl-qrencode|graphics/php-qrencode|2026-07-12|Converted to standard ex
www/pecl-http|www/php-http|2026-07-12|Converted to standard extension from pecl extension
textproc/py-commonmark|textproc/py-CommonMark|2026-07-13|Remove duplicate port
devel/pecl-pcov|devel/php-pcov|2026-07-13|Converted to standard extension from pecl extension
net/pecl-xmlrpc|net/php-xmlrpc|2026-07-14|Converted to standard extension from pecl extension
+1 −1
Original line number Diff line number Diff line
@@ -465,7 +465,7 @@ tidy_DEPENDS= www/php${PHP_VER}-tidy
tokenizer_DEPENDS=	devel/php${PHP_VER}-tokenizer
xml_DEPENDS=	textproc/php${PHP_VER}-xml
xmlreader_DEPENDS=	textproc/php${PHP_VER}-xmlreader
xmlrpc_DEPENDS=	net/pecl-xmlrpc@${PHP_FLAVOR}
xmlrpc_DEPENDS=	net/php-xmlrpc@${PHP_FLAVOR}
xmlwriter_DEPENDS=	textproc/php${PHP_VER}-xmlwriter
xsl_DEPENDS=	textproc/php${PHP_VER}-xsl
zephir_parser_DEPENDS=	textproc/pecl-zephir_parser@${PHP_FLAVOR}
+1 −1
Original line number Diff line number Diff line
@@ -1000,9 +1000,9 @@
    SUBDIR += pecl-radius
    SUBDIR += pecl-rdkafka
    SUBDIR += pecl-smbclient
    SUBDIR += pecl-xmlrpc
    SUBDIR += pen
    SUBDIR += php-oauth
    SUBDIR += php-xmlrpc
    SUBDIR += php82-ldap
    SUBDIR += php82-soap
    SUBDIR += php82-sockets

net/pecl-xmlrpc/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1643428535
SHA256 (PECL/xmlrpc-1.0.0RC3.tgz) = 65ce03491782f9d9d5e9bc70bfe684255e5afa8486a2960c7a7cab033882a282
SIZE (PECL/xmlrpc-1.0.0RC3.tgz) = 79506
+11 −6
Original line number Diff line number Diff line
PORTNAME=	xmlrpc
DISTVERSION=	1.0.0RC3
PORTREVISION=	3
PORTREVISION=	4
PORTEPOCH=	1
CATEGORIES=	net pear
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}

MAINTAINER=	dereks@lifeofadishwasher.com
COMMENT=	PHP extension for XML-RPC servers and clients
WWW=		https://pecl.php.net/package/xmlrpc
COMMENT=	Functions to write XML-RPC servers and clients
WWW=		https://github.com/php/pecl-networking-xmlrpc

LICENSE=	PHP301
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		iconv:translit gnome php:pecl pkgconfig
USES=		gnome iconv:translit php:ext pkgconfig
USE_GITHUB=	yes
GH_ACCOUNT=	php
GH_PROJECT=	pecl-networking-xmlrpc
GH_TAGNAME=	${DISTNAME}
USE_GNOME=	libxml2
USE_PHP=	xml:build
IGNORE_WITH_PHP=	86
USE_GNOME=	libxml2

CONFIGURE_ARGS+=	--with-iconv-dir=${LOCALBASE}

TEST_TARGET=	test
TEST_ENV=	NO_INTERACTION=yes
TEST_TARGET=	test

.include <bsd.port.mk>
Loading