Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Apr 2024 10:44:30 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2aaf4c342852 - main - net-p2p/bitflu: Remove expired port
Message-ID:  <202404011044.431AiUke058786@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2aaf4c342852279ef319b7a8ba7a9e061f135aae

commit 2aaf4c342852279ef319b7a8ba7a9e061f135aae
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-04-01 10:44:19 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-04-01 10:44:19 +0000

    net-p2p/bitflu: Remove expired port
    
    2024-03-31 net-p2p/bitflu: No development in years and lack common functionality found in modern clients
---
 MOVED                               |  1 +
 net-p2p/Makefile                    |  1 -
 net-p2p/bitflu/Makefile             | 53 -------------------------------------
 net-p2p/bitflu/distinfo             |  3 ---
 net-p2p/bitflu/files/pkg-message.in | 11 --------
 net-p2p/bitflu/pkg-descr            | 12 ---------
 net-p2p/bitflu/pkg-plist            | 10 -------
 7 files changed, 1 insertion(+), 90 deletions(-)

diff --git a/MOVED b/MOVED
index 1c60b3282b31..6ffa59e2a41b 100644
--- a/MOVED
+++ b/MOVED
@@ -3093,3 +3093,4 @@ devel/lion||2024-04-01|Has expired: Upstream site is removed and library is no l
 irc/keitairc2||2024-04-01|Has expired: Abandonware and obsolete, last upstream release in 2010 and now phones have native clients
 irc/bopm||2024-04-01|Has expired: Upstream is dead and archived repo Jul 3 2023
 www/mediawiki135||2024-04-01|Has expired: Upstream reached EOL on 2023-12-21
+net-p2p/bitflu||2024-04-01|Has expired: No development in years and lack common functionality found in modern clients
diff --git a/net-p2p/Makefile b/net-p2p/Makefile
index ccb00230c43b..4a9234c89b73 100644
--- a/net-p2p/Makefile
+++ b/net-p2p/Makefile
@@ -7,7 +7,6 @@
     SUBDIR += bitcoin
     SUBDIR += bitcoin-daemon
     SUBDIR += bitcoin-utils
-    SUBDIR += bitflu
     SUBDIR += bitmark
     SUBDIR += bitmark-cli
     SUBDIR += bitmark-daemon
diff --git a/net-p2p/bitflu/Makefile b/net-p2p/bitflu/Makefile
deleted file mode 100644
index 6f1c86a17875..000000000000
--- a/net-p2p/bitflu/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-PORTNAME=	bitflu
-PORTVERSION=	1.52
-CATEGORIES=	net-p2p
-MASTER_SITES=	http://bitflu.workaround.ch/bitflu/
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	BitTorrent client written in Perl
-WWW=		https://bitflu.workaround.ch/
-
-LICENSE=	ART20
-LICENSE_FILE=	${WRKSRC}/Documentation/artistic-2_0.txt
-
-DEPRECATED=	No development in years and lack common functionality found in modern clients
-EXPIRATION_DATE=2024-03-31
-
-RUN_DEPENDS=	p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \
-		p5-Danga-Socket>=0:devel/p5-Danga-Socket
-
-USES=		cpe perl5 shebangfix tar:tgz
-NO_BUILD=	yes
-NO_ARCH=	yes
-
-SHEBANG_FILES=	bitflu.pl
-SUB_FILES=	pkg-message
-
-PORTDOCS=	ChangeLog.txt README.txt README_IPv6.txt
-
-OPTIONS_DEFINE=		DOCS EXAMPLES IPV6
-
-IPV6_RUN_DEPENDS=	p5-IO-Socket-INET6>=0:net/p5-IO-Socket-INET6
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|'\''.bitflu.config'\''|"$$ENV{HOME}/.bitflu.config"|; \
-		s|\./plugins|${DATADIR}/plugins|; \
-		s|\./workdir|$$ENV{HOME}/.bitflu.workdir|' \
-		${WRKSRC}/bitflu.pl
-
-do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \
-		${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-	@${MKDIR} ${STAGEDIR}${DATADIR}/plugins/Bitflu
-	${INSTALL_DATA} ${WRKSRC}/plugins/Bitflu/*.pm ${STAGEDIR}${DATADIR}/plugins/Bitflu
-
-do-install-EXAMPLES-on:
-	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.config.example \
-		${STAGEDIR}${EXAMPLESDIR}/${PORTNAME}.config
-
-do-install-DOCS-on:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/net-p2p/bitflu/distinfo b/net-p2p/bitflu/distinfo
deleted file mode 100644
index 713d90854811..000000000000
--- a/net-p2p/bitflu/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1472021756
-SHA256 (bitflu-1.52.tgz) = 3df39ffc285204bd15eab4a5bc1bf2767c0003b7ed1b96f22e4772f228436787
-SIZE (bitflu-1.52.tgz) = 162308
diff --git a/net-p2p/bitflu/files/pkg-message.in b/net-p2p/bitflu/files/pkg-message.in
deleted file mode 100644
index 45ad9e636f5e..000000000000
--- a/net-p2p/bitflu/files/pkg-message.in
+++ /dev/null
@@ -1,11 +0,0 @@
-[
-{ type: install
-  message: <<EOM
- To use Bitflu with the plugins installed by this package, configure
- your ~/.bitflu.config to search for plugins here (instead of the
- default ./plugins):
-
-   %%DATADIR%%/plugins
-EOM
-}
-]
diff --git a/net-p2p/bitflu/pkg-descr b/net-p2p/bitflu/pkg-descr
deleted file mode 100644
index 8cf13f7f6a0c..000000000000
--- a/net-p2p/bitflu/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-Bitflu is a free BitTorrent client. The client was written in Perl and
-is designed to run as a daemon (7x24h , like mlnet) on Linux, *BSD and
-maybe even OSX.
-* Multiple downloads
-* Designed to run as a daemon/No GUI: You can connect to the client
-  using the telnet or HTTP interface
-* Security: The client can chroot itself and drop privileges
-* Bandwith shaping (currently only upload)
-* Crash-Proof design: Crashes or a full filesystem will never corrupt
-  your downloads again :-)
-* Non-Threading/(almost)Non-Forking design: All connections are handled
-  in non-blocking state using a dynamic select loop
diff --git a/net-p2p/bitflu/pkg-plist b/net-p2p/bitflu/pkg-plist
deleted file mode 100644
index 3d4016133133..000000000000
--- a/net-p2p/bitflu/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-bin/bitflu
-%%DATADIR%%/plugins/Bitflu/00_StorageVFS.pm
-%%DATADIR%%/plugins/Bitflu/10_AdminHTTP.pm
-%%DATADIR%%/plugins/Bitflu/10_AdminTelnet.pm
-%%DATADIR%%/plugins/Bitflu/20_DownloadBitTorrent.pm
-%%DATADIR%%/plugins/Bitflu/20_DownloadHTTP.pm
-%%DATADIR%%/plugins/Bitflu/30_SourcesBitTorrent.pm
-%%DATADIR%%/plugins/Bitflu/30_SourcesBitTorrentKademlia.pm
-%%DATADIR%%/plugins/Bitflu/99_Cron.pm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bitflu.config



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404011044.431AiUke058786>