Commit 0ec4289f authored by Rene Ladan's avatar Rene Ladan
Browse files

net-p2p/p5-Net-BitTorrent-PeerPacket: Remove expired port

2025-04-30 net-p2p/p5-Net-BitTorrent-PeerPacket: Deprecated, no active development in more than a decade so any "new" functionality is missing and interoperability with recent software is very limited if not completely broken
parent 8a6d7132
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4377,3 +4377,4 @@ textproc/print-n-times||2025-05-04|Has expired: Obsolete and unmaintained in tre
textproc/cdif||2025-05-04|Has expired: Deprecated upstream, repo archived on Jun 25, 2018
security/i2p||2025-05-04|Has expired: Outdated and unsupported upstream
security/libuecc||2025-05-04|Has expired: Deprecated, only user was some never properly ported FreiFunk control plane software
net-p2p/p5-Net-BitTorrent-PeerPacket||2025-05-04|Has expired: Deprecated, no active development in more than a decade so any "new" functionality is missing and interoperability with recent software is very limited if not completely broken
+0 −1
Original line number Diff line number Diff line
@@ -70,7 +70,6 @@
    SUBDIR += oura
    SUBDIR += p5-Net-BitTorrent
    SUBDIR += p5-Net-BitTorrent-File
    SUBDIR += p5-Net-BitTorrent-PeerPacket
    SUBDIR += p5-Net-DirectConnect
    SUBDIR += p5-WWW-BitTorrent
    SUBDIR += phex
+0 −18
Original line number Diff line number Diff line
PORTNAME=	Net-BitTorrent-PeerPacket
PORTVERSION=	1.2
PORTREVISION=	1
CATEGORIES=	net-p2p perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Parse/Build Peer Packets from BitTorrent
WWW=		https://metacpan.org/release/Net-BitTorrent-PeerPacket

USES=		perl5
USE_PERL5=	modbuild

DEPRECATED=	Deprecated, no active development in more than a decade so any "new" functionality is missing and interoperability with recent software is very limited if not completely broken
EXPIRATION_DATE=2025-04-30

.include <bsd.port.mk>
+0 −2
Original line number Diff line number Diff line
SHA256 (Net-BitTorrent-PeerPacket-1.2.tar.gz) = d9dfc74686edde2318f5c67697b3553b43e95589ea766904fbf27da0f77a4fb5
SIZE (Net-BitTorrent-PeerPacket-1.2.tar.gz) = 6645
+0 −4
Original line number Diff line number Diff line
Net::BitTorrent::PeerPacket handles parsing and building binary data
shared between BitTorrent peers. The module optinally exports a single
subroutine for building packets and another for parsing packets, as
well as, a constant for each packet type defined by BitTorrent.
Loading