Commit ee485ea4 authored by Rene Ladan's avatar Rene Ladan
Browse files

textproc/p5-PDF-WebKit: Remove expired port

2025-03-31 textproc/p5-PDF-WebKit: Depends on expired converters/wkhtmltopdf
parent 79f8bd35
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4261,3 +4261,4 @@ net/py-ec2-cli-tools||2025-03-31|Has expired: Depends on expired devel/py-boto
emulators/libretro-mame||2025-03-31|Has expired: Uses expired Python 3.8
lang/python38|lang/python39|2025-03-31|Has expired: Reached end-of-life in October 2024
devel/py-python-pcre||2025-03-31|Has expired: Upstream is inactive for over 9 years
textproc/p5-PDF-WebKit||2025-03-31|Has expired: Depends on expired converters/wkhtmltopdf
+0 −1
Original line number Diff line number Diff line
@@ -705,7 +705,6 @@
    SUBDIR += p5-PDF-Reuse
    SUBDIR += p5-PDF-Table
    SUBDIR += p5-PDF-Tiny
    SUBDIR += p5-PDF-WebKit
    SUBDIR += p5-PDF-Writer
    SUBDIR += p5-POD2-Base
    SUBDIR += p5-POE-Filter-XML

textproc/p5-PDF-WebKit/Makefile

deleted100644 → 0
+0 −29
Original line number Diff line number Diff line
PORTNAME=	PDF-WebKit
PORTVERSION=	1.2
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Use WebKit to Generate PDFs from HTML
WWW=		https://metacpan.org/release/PDF-WebKit

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

DEPRECATED=	Depends on expired converters/wkhtmltopdf
EXPIRATION_DATE=2025-03-31

BUILD_DEPENDS=	p5-IPC-Run3>=0:devel/p5-IPC-Run3 \
		p5-Moo>=0:devel/p5-Moo \
		p5-XML-LibXML>=1.62:textproc/p5-XML-LibXML \
		p5-namespace-clean>=0:devel/p5-namespace-clean
RUN_DEPENDS:=	${BUILD_DEPENDS} \
		wkhtmltopdf:converters/wkhtmltopdf
TEST_DEPENDS=	p5-Test-Spec:devel/p5-Test-Spec

USE_PERL5=	configure
USES=		perl5
NO_ARCH=	yes

.include <bsd.port.mk>

textproc/p5-PDF-WebKit/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1519301816
SHA256 (PDF-WebKit-1.2.tar.gz) = b428ddbc9cda7cc4b27079e7655e9c9876930860f0b900df6315d4f0415950d8
SIZE (PDF-WebKit-1.2.tar.gz) = 24756

textproc/p5-PDF-WebKit/pkg-descr

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
PDF::WebKit uses wkhtmltopdf to convert HTML documents into PDFs. It
is a port of the elegant PDFKit Ruby library.

wkhtmltopdf generates beautiful PDFs by leveraging the rendering power
of Qt's WebKit browser engine (used by both Apple Safari and Google
Chrome browsers).
Loading