print/pecl-pdflib: Cleanup

- Requires php74 which was EOL on 2022-11-28

Sponsored by:	Bounce Experts
This commit is contained in:
Muhammad Moinur Rahman 2022-12-09 09:02:47 -06:00
parent 56eb6d1dae
commit 54523f62b2
6 changed files with 2 additions and 36 deletions

1
MOVED
View file

@ -17633,3 +17633,4 @@ security/pam_krb5|security/pam_krb5@mit|2022-12-06|The pam_krb5 package is now t
devel/pecl-hrtime||2022-12-08|Requires php74 which was EOL on 2022-11-28
net-mgmt/zabbix5-frontend||2022-12-08|Requires php74 which was EOL on 2022-11-28
multimedia/php-pHash||2022-12-08|Requires php74 which was EOL on 2022-11-28
print/pecl-pdflib||2022-12-09|Requires php74 which was EOL on 2022-11-28

View file

@ -391,7 +391,7 @@ _USE_PHP_ALL= bcmath bitset bz2 calendar ctype curl dba dom \
soap sockets sodium spl sqlite3 sysvmsg sysvsem sysvshm \
tidy tokenizer xml xmlreader xmlrpc xmlwriter xsl zip zlib
# version specific components
_USE_PHP_VER74= ${_USE_PHP_ALL} pdf zephir_parser
_USE_PHP_VER74= ${_USE_PHP_ALL} zephir_parser
_USE_PHP_VER80= ${_USE_PHP_ALL} zephir_parser
_USE_PHP_VER81= ${_USE_PHP_ALL} zephir_parser
_USE_PHP_VER82= ${_USE_PHP_ALL}
@ -432,7 +432,6 @@ opcache_DEPENDS= www/php${PHP_VER}-opcache
openssl_DEPENDS=security/php${PHP_VER}-openssl
. endif
pcntl_DEPENDS= devel/php${PHP_VER}-pcntl
pdf_DEPENDS= print/pecl-pdflib@${PHP_FLAVOR}
pdo_DEPENDS= databases/php${PHP_VER}-pdo
pdo_dblib_DEPENDS= databases/php${PHP_VER}-pdo_dblib
pdo_firebird_DEPENDS= databases/php${PHP_VER}-pdo_firebird

View file

@ -151,7 +151,6 @@
SUBDIR += pdfstitch
SUBDIR += pdftk
SUBDIR += pear-File_PDF
SUBDIR += pecl-pdflib
SUBDIR += pfbtopfa
SUBDIR += photoprint
SUBDIR += pic2fig

View file

@ -1,28 +0,0 @@
PORTNAME= pdflib
PORTVERSION= 4.1.4
PORTREVISION= 1
CATEGORIES= print pear
MAINTAINER= ale@FreeBSD.org
COMMENT= PECL extension to create PDF on the fly
WWW= https://pecl.php.net/package/pdflib
LICENSE= PDFlib
LICENSE_NAME= PDFlib GmbH General License
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= none
DEPRECATED= Requires php 7.4 which is set to expire on 2022-11-29
EXPIRATION_DATE=2022-11-28
LIB_DEPENDS= libpdf.so:print/pdflib
USES= php:pecl
USE_PHP= gd:build
IGNORE_WITH_PHP=80 81 82
PHP_MODNAME= pdf
CONFIGURE_ARGS= --with-pdflib=${LOCALBASE}
.include <bsd.port.mk>

View file

@ -1,3 +0,0 @@
TIMESTAMP = 1576745319
SHA256 (PECL/pdflib-4.1.4.tgz) = 8165e80e3cfcaf6611aadc7a58977e73174d3f33b770ab9f8240f56f4de2179e
SIZE (PECL/pdflib-4.1.4.tgz) = 32652

View file

@ -1,2 +0,0 @@
This extension wraps the PDFlib programming library
for processing PDF on the fly, created by Thomas Merz.