git: c200ae679b65 - main - graphics/p5-Image-PNG-QRCode: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Dec 2025 11:51:32 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c200ae679b652dfbbe047e33d39a6ac27148ed9e
commit c200ae679b652dfbbe047e33d39a6ac27148ed9e
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 11:51:23 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 11:51:23 +0000
graphics/p5-Image-PNG-QRCode: Remove expired port
2025-12-31 graphics/p5-Image-PNG-QRCode: Abandoned
---
MOVED | 1 +
graphics/Makefile | 1 -
graphics/p5-Image-PNG-QRCode/Makefile | 25 -------------------------
graphics/p5-Image-PNG-QRCode/distinfo | 3 ---
graphics/p5-Image-PNG-QRCode/pkg-descr | 15 ---------------
graphics/p5-Image-PNG-QRCode/pkg-plist | 5 -----
6 files changed, 1 insertion(+), 49 deletions(-)
diff --git a/MOVED b/MOVED
index 61ad1367fca4..e1db6d293b24 100644
--- a/MOVED
+++ b/MOVED
@@ -4961,3 +4961,4 @@ x11/eterm||2025-12-31|Has expired: unmaintained upstream, use x11/terminology in
databases/pgpool-II-42||2025-12-31|Has expired: Upstream EOL reaches on 2025-11-30
www/unit-perl||2025-12-31|Has expired: Upstream repo archived on Oct 8 2025
www/unit-php||2025-12-31|Has expired: Upstream repo archived on Oct 8 2025
+graphics/p5-Image-PNG-QRCode||2025-12-31|Has expired: Abandoned
diff --git a/graphics/Makefile b/graphics/Makefile
index a1b32c2e4849..9e0e1b7c4e02 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -774,7 +774,6 @@
SUBDIR += p5-Image-OCR-Tesseract
SUBDIR += p5-Image-PBMlib
SUBDIR += p5-Image-PNG-Libpng
- SUBDIR += p5-Image-PNG-QRCode
SUBDIR += p5-Image-Pngslimmer
SUBDIR += p5-Image-Sane
SUBDIR += p5-Image-Scale
diff --git a/graphics/p5-Image-PNG-QRCode/Makefile b/graphics/p5-Image-PNG-QRCode/Makefile
deleted file mode 100644
index 014aab60e07b..000000000000
--- a/graphics/p5-Image-PNG-QRCode/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-PORTNAME= Image-PNG-QRCode
-DISTVERSION= 0.11
-CATEGORIES= graphics perl5
-MASTER_SITES= CPAN
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= dvl@FreeBSD.org
-COMMENT= Make a PNG image containing a QR code from text
-WWW= https://metacpan.org/pod/Image::PNG::QRCode
-
-LICENSE= GPLv3
-
-DEPRECATED= Abandoned
-EXPIRATION_DATE= 2025-12-31
-
-LIB_DEPENDS= libpng.so:graphics/png
-
-USES= perl5
-USE_PERL5= configure
-
-post-patch:
- ${REINPLACE_CMD} -e 's|INC => $$vars->{inc}|INC => "-I${LOCALBASE}/include"|g' \
- ${WRKSRC}/Makefile.PL
-
-.include <bsd.port.mk>
diff --git a/graphics/p5-Image-PNG-QRCode/distinfo b/graphics/p5-Image-PNG-QRCode/distinfo
deleted file mode 100644
index 41cb3b85edda..000000000000
--- a/graphics/p5-Image-PNG-QRCode/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1747521348
-SHA256 (Image-PNG-QRCode-0.11.tar.gz) = 516b9c62de0765de87f19f0d44513db6a009c85a76cbd4d61ff71f213370d292
-SIZE (Image-PNG-QRCode-0.11.tar.gz) = 138977
diff --git a/graphics/p5-Image-PNG-QRCode/pkg-descr b/graphics/p5-Image-PNG-QRCode/pkg-descr
deleted file mode 100644
index f01134e5bfed..000000000000
--- a/graphics/p5-Image-PNG-QRCode/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-This module converts input text to a PNG image of a QR code containing the
-text. The PNG image can either be stored to a file or it can be a scalar.
-
-Image::PNG::Libpng requires "libpng" to be installed. "libpng" should
-already be installed on most Linux and Windows systems.
-
-This example makes a data URL QR code:
-
-use Image::PNG::QRCode 'qrpng';
-use URI;
-my $data = 'abcdefghijklmnopqrstuvwxyz';
-my $u = URI->new ('data:');
-$u->media_type ('image/png');
-$u->data (qrpng (text => $data));
-print "<img src='$u'>\n";
diff --git a/graphics/p5-Image-PNG-QRCode/pkg-plist b/graphics/p5-Image-PNG-QRCode/pkg-plist
deleted file mode 100644
index 56fe7ee75eb8..000000000000
--- a/graphics/p5-Image-PNG-QRCode/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-bin/qrpng
-%%SITE_ARCH%%/Image/PNG/QRCode.pm
-%%SITE_ARCH%%/Image/PNG/QRCode.pod
-%%SITE_ARCH%%/auto/Image/PNG/QRCode/QRCode.so
-%%PERL5_MAN3%%/Image::PNG::QRCode.3.gz