From ba8070b1b291d1aa807a3ef033d6703651473381 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Fri, 20 Oct 2023 00:28:11 +0200 Subject: * Drop php7-mailparse. deleted: php7-mailparse/.SRCINFO deleted: php7-mailparse/.gitignore deleted: php7-mailparse/PKGBUILD deleted: php7-mailparse/mailparse.ini deleted: php7-mailparse/package.xml --- php7-mailparse/.SRCINFO | 17 ---- php7-mailparse/.gitignore | 6 -- php7-mailparse/PKGBUILD | 43 --------- php7-mailparse/mailparse.ini | 1 - php7-mailparse/package.xml | 214 ------------------------------------------- 5 files changed, 281 deletions(-) delete mode 100644 php7-mailparse/.SRCINFO delete mode 100644 php7-mailparse/.gitignore delete mode 100644 php7-mailparse/PKGBUILD delete mode 100644 php7-mailparse/mailparse.ini delete mode 100644 php7-mailparse/package.xml (limited to 'php7-mailparse') diff --git a/php7-mailparse/.SRCINFO b/php7-mailparse/.SRCINFO deleted file mode 100644 index 562c35c..0000000 --- a/php7-mailparse/.SRCINFO +++ /dev/null @@ -1,17 +0,0 @@ -pkgbase = php-mailparse - pkgdesc = Extension for parsing and working with email messages (RFC822 and RFC2045) - pkgver = 3.1.1 - pkgrel = 1 - url = https://pecl.php.net/package/mailparse - arch = i686 - arch = x86_64 - license = PHP - depends = php>=7.2.0 - backup = etc/php/conf.d/mailparse.ini - source = https://pecl.php.net/get/mailparse-3.1.1.tgz - source = mailparse.ini - sha256sums = c70f2650f81f7e234e5e2c8b079f3db04f38c269cf906c7846242fe9df92ce0a - sha256sums = e3a71ee16492ff486ad4e6b0c87a3af93bdb081efa5baf78d5d47f290f7ec86a - -pkgname = php-mailparse - diff --git a/php7-mailparse/.gitignore b/php7-mailparse/.gitignore deleted file mode 100644 index 931fc2e..0000000 --- a/php7-mailparse/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.pkg.* -pkg/ -src/ -*.pkg.*.sig -*.src.tar.gz -*.tgz \ No newline at end of file diff --git a/php7-mailparse/PKGBUILD b/php7-mailparse/PKGBUILD deleted file mode 100644 index ce7fd7b..0000000 --- a/php7-mailparse/PKGBUILD +++ /dev/null @@ -1,43 +0,0 @@ -# Maintainer: Thomas Gerbet -# Contributor: Johannes Schleifenbaum - -pkgname=php7-mailparse -pkgver=3.1.1 -pkgrel=1 -pkgdesc="Extension for parsing and working with email messages (RFC822 and RFC2045)" -arch=('i686' 'x86_64') -url="https://pecl.php.net/package/mailparse" -license=('PHP') -depends=('php7>=7.2.0') -backup=('etc/php/conf.d/mailparse.ini') -source=("https://pecl.php.net/get/mailparse-${pkgver}.tgz" - 'mailparse.ini') -sha256sums=('c70f2650f81f7e234e5e2c8b079f3db04f38c269cf906c7846242fe9df92ce0a' - 'e3a71ee16492ff486ad4e6b0c87a3af93bdb081efa5baf78d5d47f290f7ec86a') - -build() { - cd "${srcdir}/mailparse-${pkgver}/" - - phpize - ./configure \ - --prefix=/usr \ - --libdir=/usr/lib/php7 \ - --with-php-config="/usr/bin/php-config7" - make -} - -check() { - cd "${srcdir}/mailparse-${pkgver}/" - - export REPORT_EXIT_STATUS=1 - export NO_INTERACTION=1 - export SKIP_ONLINE_TESTS=1 - make test -} - -package() { - cd "${srcdir}/mailparse-${pkgver}/" - - make INSTALL_ROOT="${pkgdir}/" install - install -D -m 644 "$srcdir"/mailparse.ini "$pkgdir"/etc/php7/conf.d/mailparse.ini -} diff --git a/php7-mailparse/mailparse.ini b/php7-mailparse/mailparse.ini deleted file mode 100644 index a618d66..0000000 --- a/php7-mailparse/mailparse.ini +++ /dev/null @@ -1 +0,0 @@ -;extension=mailparse.so \ No newline at end of file diff --git a/php7-mailparse/package.xml b/php7-mailparse/package.xml deleted file mode 100644 index 3490983..0000000 --- a/php7-mailparse/package.xml +++ /dev/null @@ -1,214 +0,0 @@ - - - mailparse - pecl.php.net - Email message manipulation - Mailparse is an extension for parsing and working with email messages. -It can deal with rfc822 and rfc2045 (MIME) compliant messages. - - Wez Furlong - wez - wez@php.net - yes - - - Brian Shire - shire - shire@php.net - yes - - - John Jawed - jawed - jawed@php.net - yes - - - Sean DuBois - seander - seander@php.net - yes - - - Remi Collet - remi - remi@php.net - yes - - 2020-09-16 - - - 3.1.1 - 3.0 - - - stable - stable - - PHP - -- Fixed bug #74215: Memory leaks with mailparse (cmb) -- Fixed bug #76498: Unable to use callable as callback (cmb) -- Compatibility with 8.0.0beta4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 7.0.0 - - - 1.10 - - - mbstring - - - - mailparse - - - - 2020-04-22 - - 3.1.0 - 3.0 - - - stable - stable - - PHP - -- add arginfo to all functions -- fix MimeMessage constructor name - - - - 2019-12-19 - - 3.0.4 - 3.0 - - - stable - stable - - PHP - -- Replace ulong with zend_ulong, fix Windows build (cmb) - - - - 2019-03-20 - - 3.0.3 - 3.0 - - - stable - stable - - PHP - -QA Release: -- add missing files in archive -- fix -Wformat warning -- add dependency on mbstring extension -- PHP 7.3 compatibility - - - - 2016-12-07 - - 3.0.2 - 3.0 - - - stable - stable - - PHP - -- Fix segfault in getChild - - - - 2016-01-29 - - 3.0.1 - 3.0 - - - stable - stable - - PHP - -- Fix double free caused by mailparse_msg_free - - - - 2015-12-23 - - 3.0.0 - 3.0 - - - stable - stable - - PHP - -- PHP 7 Release - - - - -- cgit v1.2.3-70-g09d2