pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net net: Remove bittorrent
details: https://anonhg.NetBSD.org/pkgsrc/rev/887fd12a24fe
branches: trunk
changeset: 419376:887fd12a24fe
user: nia <nia%pkgsrc.org@localhost>
date: Mon Dec 16 18:07:40 2019 +0000
description:
net: Remove bittorrent
According to the wekpideas this has been unmaintained and replaced with a
closed source version more than a decade ago, ish.
It turned into a fork of uTorrent, so qbittorrent is ~kind of a successor
to this.
diffstat:
net/Makefile | 4 +-
net/bittorrent-gui/DESCR | 8 -
net/bittorrent-gui/Makefile | 32 ----
net/bittorrent-gui/PLIST | 35 -----
net/bittorrent/DESCR | 6 -
net/bittorrent/Makefile | 35 -----
net/bittorrent/Makefile.common | 16 --
net/bittorrent/PLIST | 272 ----------------------------------------
net/bittorrent/distinfo | 11 -
net/bittorrent/patches/patch-aa | 24 ---
net/bittorrent/patches/patch-ab | 12 -
net/bittorrent/patches/patch-ac | 13 -
net/bittorrent/patches/patch-ad | 33 ----
net/bittorrent/patches/patch-ae | 11 -
14 files changed, 1 insertions(+), 511 deletions(-)
diffs (truncated from 578 to 300 lines):
diff -r c353c8d209f9 -r 887fd12a24fe net/Makefile
--- a/net/Makefile Mon Dec 16 18:04:36 2019 +0000
+++ b/net/Makefile Mon Dec 16 18:07:40 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1280 2019/12/16 18:03:20 nia Exp $
+# $NetBSD: Makefile,v 1.1281 2019/12/16 18:07:40 nia Exp $
#
COMMENT= Networking tools
@@ -47,8 +47,6 @@
SUBDIR+= bird6
SUBDIR+= bittornado
SUBDIR+= bittornado-gui
-SUBDIR+= bittorrent
-SUBDIR+= bittorrent-gui
SUBDIR+= bmon
SUBDIR+= bounce
SUBDIR+= bridged
diff -r c353c8d209f9 -r 887fd12a24fe net/bittorrent-gui/DESCR
--- a/net/bittorrent-gui/DESCR Mon Dec 16 18:04:36 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-BitTorrent is a tool for distributing files. It's extremely easy to use -
-downloads are started by clicking on hyperlinks. Whenever more than one
-person is downloading at once they send pieces of the file(s) to each other,
-thus relieving the central server's bandwidth burden. Even with many
-simultaneous downloads, the upload burden on the central server remains quite
-small, since each new downloader introduces new upload capacity.
-
-This package contains the GUI.
diff -r c353c8d209f9 -r 887fd12a24fe net/bittorrent-gui/Makefile
--- a/net/bittorrent-gui/Makefile Mon Dec 16 18:04:36 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-# $NetBSD: Makefile,v 1.43 2019/11/03 11:45:31 rillig Exp $
-
-.include "../../net/bittorrent/Makefile.common"
-
-PKGNAME= ${DISTNAME:S/BitTorrent/bittorrent-gui/}
-PKGREVISION= 13
-
-COMMENT+= (GTK+ GUI)
-
-DEPENDS+= bittorrent>=${PKGVERSION_NOREV}:../../net/bittorrent
-DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.6:../../x11/py-gtk2
-
-REPLACE_PYTHON= bittorrent maketorrent
-PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2
-
-CONFLICTS+= bittornado-gui-[0-9]*
-
-ICONS_DIR= share/pixmaps/BitTorrent-${PKGVERSION:C/nb.*//}/icons
-INSTALLATION_DIRS= bin ${ICONS_DIR} ${ICONS_DIR}/default ${ICONS_DIR}/old
-
-NO_BUILD= yes
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/bittorrent ${DESTDIR}${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/maketorrent ${DESTDIR}${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/images/icons/default/* \
- ${DESTDIR}${PREFIX}/${ICONS_DIR}/default
- ${INSTALL_DATA} ${WRKSRC}/images/icons/old/* \
- ${DESTDIR}${PREFIX}/${ICONS_DIR}/old
-
-.include "../../lang/python/application.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r c353c8d209f9 -r 887fd12a24fe net/bittorrent-gui/PLIST
--- a/net/bittorrent-gui/PLIST Mon Dec 16 18:04:36 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-@comment $NetBSD: PLIST,v 1.7 2009/06/14 18:09:22 joerg Exp $
-bin/bittorrent
-bin/maketorrent
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/default/abort.png
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/default/broken.png
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/default/finished.png
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/default/info.png
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/default/pause.png
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/default/paused.png
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/default/play.png
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/default/queued.png
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/default/remove.png
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/default/running.png
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/default/status-broken.png
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/default/status-natted.png
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/default/status-pre-natted.png
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/default/status-running.png
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/default/status-starting.png
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/default/status-stopped.png
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/default/trashcan.png
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/old/broken.png
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/old/finished.png
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/old/info.png
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/old/pause.png
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/old/paused.png
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/old/play.png
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/old/queued.png
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/old/remove.png
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/old/running.png
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/old/status-broken.png
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/old/status-natted.png
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/old/status-pre-natted.png
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/old/status-running.png
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/old/status-starting.png
-share/pixmaps/BitTorrent-${PKGVERSION}/icons/old/status-stopped.png
diff -r c353c8d209f9 -r 887fd12a24fe net/bittorrent/DESCR
--- a/net/bittorrent/DESCR Mon Dec 16 18:04:36 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-BitTorrent is a tool for distributing files. It's extremely easy to use -
-downloads are started by clicking on hyperlinks. Whenever more than one
-person is downloading at once they send pieces of the file(s) to each other,
-thus relieving the central server's bandwidth burden. Even with many
-simultaneous downloads, the upload burden on the central server remains quite
-small, since each new downloader introduces new upload capacity.
diff -r c353c8d209f9 -r 887fd12a24fe net/bittorrent/Makefile
--- a/net/bittorrent/Makefile Mon Dec 16 18:04:36 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-# $NetBSD: Makefile,v 1.56 2019/11/03 11:45:31 rillig Exp $
-
-.include "Makefile.common"
-
-PKGNAME= ${DISTNAME:S/BitT/bitt/}
-PKGREVISION= 7
-
-CONFLICTS+= bittornado-[0-9]*
-CONFLICTS+= BitTornado-[0-9]*
-
-DEPENDS+= ${PYPKGPREFIX}-cursespanel-[0-9]*:../../devel/py-cursespanel
-
-USE_TOOLS+= msgfmt xgettext msgmerge
-
-SUBST_CLASSES+= sha
-SUBST_MESSAGE.sha= Fixing references to deprecated sha module.
-SUBST_STAGE.sha= pre-configure
-SUBST_FILES.sha= BitTorrent/ConvertedMetainfo.py
-SUBST_FILES.sha+= BitTorrent/NewVersion.py
-SUBST_FILES.sha+= BitTorrent/PeerID.py
-SUBST_FILES.sha+= BitTorrent/StorageWrapper.py
-SUBST_FILES.sha+= BitTorrent/download.py
-SUBST_FILES.sha+= BitTorrent/makemetafile.py
-SUBST_FILES.sha+= BitTorrent/parsedir.py
-SUBST_FILES.sha+= khashmir/khash.py
-SUBST_FILES.sha+= khashmir/khashmir.py
-SUBST_FILES.sha+= khashmir/utkhashmir.py
-SUBST_FILES.sha+= torrentinfo-console.py
-SUBST_SED.sha= -e "s/^from sha import .*/from hashlib import sha1 as sha/"
-
-PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 4.4.0
-
-.include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r c353c8d209f9 -r 887fd12a24fe net/bittorrent/Makefile.common
--- a/net/bittorrent/Makefile.common Mon Dec 16 18:04:36 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile.common,v 1.21 2019/06/24 10:36:50 nia Exp $
-#
-# used by net/bittorrent/Makefile
-# used by net/bittorrent-gui/Makefile
-
-DISTNAME= BitTorrent-4.4.0
-CATEGORIES= net
-MASTER_SITES= ${HOMEPAGE}/dl/
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://www.bittorrent.com/
-COMMENT= File sharing tool
-
-DISTINFO_FILE= ${.CURDIR}/../../net/bittorrent/distinfo
-FILESDIR= ${.CURDIR}/../../net/bittorrent/files
-PATCHDIR= ${.CURDIR}/../../net/bittorrent/patches
diff -r c353c8d209f9 -r 887fd12a24fe net/bittorrent/PLIST
--- a/net/bittorrent/PLIST Mon Dec 16 18:04:36 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,272 +0,0 @@
-@comment $NetBSD: PLIST,v 1.17 2012/04/08 20:21:52 wiz Exp $
-bin/bittorrent-console
-bin/bittorrent-curses
-bin/bittorrent-tracker
-bin/changetracker-console
-bin/launchmany-console
-bin/launchmany-curses
-bin/maketorrent-console
-bin/torrentinfo-console
-${PYSITELIB}/${EGG_FILE}
-${PYSITELIB}/BitTorrent/BeautifulSupe.py
-${PYSITELIB}/BitTorrent/BeautifulSupe.pyc
-${PYSITELIB}/BitTorrent/BeautifulSupe.pyo
-${PYSITELIB}/BitTorrent/Choker.py
-${PYSITELIB}/BitTorrent/Choker.pyc
-${PYSITELIB}/BitTorrent/Choker.pyo
-${PYSITELIB}/BitTorrent/ClientIdentifier.py
-${PYSITELIB}/BitTorrent/ClientIdentifier.pyc
-${PYSITELIB}/BitTorrent/ClientIdentifier.pyo
-${PYSITELIB}/BitTorrent/Connecter.py
-${PYSITELIB}/BitTorrent/Connecter.pyc
-${PYSITELIB}/BitTorrent/Connecter.pyo
-${PYSITELIB}/BitTorrent/ConvertedMetainfo.py
-${PYSITELIB}/BitTorrent/ConvertedMetainfo.pyc
-${PYSITELIB}/BitTorrent/ConvertedMetainfo.pyo
-${PYSITELIB}/BitTorrent/CurrentRateMeasure.py
-${PYSITELIB}/BitTorrent/CurrentRateMeasure.pyc
-${PYSITELIB}/BitTorrent/CurrentRateMeasure.pyo
-${PYSITELIB}/BitTorrent/Desktop.py
-${PYSITELIB}/BitTorrent/Desktop.pyc
-${PYSITELIB}/BitTorrent/Desktop.pyo
-${PYSITELIB}/BitTorrent/Downloader.py
-${PYSITELIB}/BitTorrent/Downloader.pyc
-${PYSITELIB}/BitTorrent/Downloader.pyo
-${PYSITELIB}/BitTorrent/DownloaderFeedback.py
-${PYSITELIB}/BitTorrent/DownloaderFeedback.pyc
-${PYSITELIB}/BitTorrent/DownloaderFeedback.pyo
-${PYSITELIB}/BitTorrent/Encoder.py
-${PYSITELIB}/BitTorrent/Encoder.pyc
-${PYSITELIB}/BitTorrent/Encoder.pyo
-${PYSITELIB}/BitTorrent/GUI.py
-${PYSITELIB}/BitTorrent/GUI.pyc
-${PYSITELIB}/BitTorrent/GUI.pyo
-${PYSITELIB}/BitTorrent/GetTorrent.py
-${PYSITELIB}/BitTorrent/GetTorrent.pyc
-${PYSITELIB}/BitTorrent/GetTorrent.pyo
-${PYSITELIB}/BitTorrent/HTTPHandler.py
-${PYSITELIB}/BitTorrent/HTTPHandler.pyc
-${PYSITELIB}/BitTorrent/HTTPHandler.pyo
-${PYSITELIB}/BitTorrent/IPC.py
-${PYSITELIB}/BitTorrent/IPC.pyc
-${PYSITELIB}/BitTorrent/IPC.pyo
-${PYSITELIB}/BitTorrent/LaunchPath.py
-${PYSITELIB}/BitTorrent/LaunchPath.pyc
-${PYSITELIB}/BitTorrent/LaunchPath.pyo
-${PYSITELIB}/BitTorrent/NatCheck.py
-${PYSITELIB}/BitTorrent/NatCheck.pyc
-${PYSITELIB}/BitTorrent/NatCheck.pyo
-${PYSITELIB}/BitTorrent/NatTraversal.py
-${PYSITELIB}/BitTorrent/NatTraversal.pyc
-${PYSITELIB}/BitTorrent/NatTraversal.pyo
-${PYSITELIB}/BitTorrent/NewVersion.py
-${PYSITELIB}/BitTorrent/NewVersion.pyc
-${PYSITELIB}/BitTorrent/NewVersion.pyo
-${PYSITELIB}/BitTorrent/PeerID.py
-${PYSITELIB}/BitTorrent/PeerID.pyc
-${PYSITELIB}/BitTorrent/PeerID.pyo
-${PYSITELIB}/BitTorrent/PiecePicker.py
-${PYSITELIB}/BitTorrent/PiecePicker.pyc
-${PYSITELIB}/BitTorrent/PiecePicker.pyo
-${PYSITELIB}/BitTorrent/RateLimiter.py
-${PYSITELIB}/BitTorrent/RateLimiter.pyc
-${PYSITELIB}/BitTorrent/RateLimiter.pyo
-${PYSITELIB}/BitTorrent/RateMeasure.py
-${PYSITELIB}/BitTorrent/RateMeasure.pyc
-${PYSITELIB}/BitTorrent/RateMeasure.pyo
-${PYSITELIB}/BitTorrent/RawServer.py
-${PYSITELIB}/BitTorrent/RawServer.pyc
-${PYSITELIB}/BitTorrent/RawServer.pyo
-${PYSITELIB}/BitTorrent/RawServer_magic.py
-${PYSITELIB}/BitTorrent/RawServer_magic.pyc
-${PYSITELIB}/BitTorrent/RawServer_magic.pyo
-${PYSITELIB}/BitTorrent/RawServer_twisted.py
-${PYSITELIB}/BitTorrent/RawServer_twisted.pyc
-${PYSITELIB}/BitTorrent/RawServer_twisted.pyo
-${PYSITELIB}/BitTorrent/Rerequester.py
-${PYSITELIB}/BitTorrent/Rerequester.pyc
-${PYSITELIB}/BitTorrent/Rerequester.pyo
-${PYSITELIB}/BitTorrent/StatusLight.py
-${PYSITELIB}/BitTorrent/StatusLight.pyc
-${PYSITELIB}/BitTorrent/StatusLight.pyo
-${PYSITELIB}/BitTorrent/Storage.py
-${PYSITELIB}/BitTorrent/Storage.pyc
-${PYSITELIB}/BitTorrent/Storage.pyo
-${PYSITELIB}/BitTorrent/StorageWrapper.py
-${PYSITELIB}/BitTorrent/StorageWrapper.pyc
-${PYSITELIB}/BitTorrent/StorageWrapper.pyo
-${PYSITELIB}/BitTorrent/TorrentQueue.py
-${PYSITELIB}/BitTorrent/TorrentQueue.pyc
-${PYSITELIB}/BitTorrent/TorrentQueue.pyo
-${PYSITELIB}/BitTorrent/TrayIcon.py
-${PYSITELIB}/BitTorrent/TrayIcon.pyc
-${PYSITELIB}/BitTorrent/TrayIcon.pyo
-${PYSITELIB}/BitTorrent/Uploader.py
-${PYSITELIB}/BitTorrent/Uploader.pyc
-${PYSITELIB}/BitTorrent/Uploader.pyo
-${PYSITELIB}/BitTorrent/__init__.py
-${PYSITELIB}/BitTorrent/__init__.pyc
-${PYSITELIB}/BitTorrent/__init__.pyo
-${PYSITELIB}/BitTorrent/bencode.py
-${PYSITELIB}/BitTorrent/bencode.pyc
-${PYSITELIB}/BitTorrent/bencode.pyo
-${PYSITELIB}/BitTorrent/bitfield.py
-${PYSITELIB}/BitTorrent/bitfield.pyc
-${PYSITELIB}/BitTorrent/bitfield.pyo
-${PYSITELIB}/BitTorrent/btformats.py
-${PYSITELIB}/BitTorrent/btformats.pyc
-${PYSITELIB}/BitTorrent/btformats.pyo
-${PYSITELIB}/BitTorrent/configfile.py
-${PYSITELIB}/BitTorrent/configfile.pyc
-${PYSITELIB}/BitTorrent/configfile.pyo
-${PYSITELIB}/BitTorrent/defaultargs.py
Home |
Main Index |
Thread Index |
Old Index