pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc hellanzb, lottanzb: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce2c2cf538c2
branches:  trunk
changeset: 385199:ce2c2cf538c2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 11 17:28:32 2022 +0000

description:
hellanzb, lottanzb: remove

No upstreams, last hellanzb release in 2008, not much better for lottanzb

diffstat:

 doc/CHANGES-2022                  |    4 +-
 doc/TODO                          |    3 +-
 news/Makefile                     |    4 +-
 news/hellanzb/DESCR               |    5 -
 news/hellanzb/Makefile            |   46 -----
 news/hellanzb/Makefile.version    |    4 -
 news/hellanzb/PLIST               |   95 ------------
 news/hellanzb/distinfo            |    9 -
 news/hellanzb/files/hellanzb.conf |  245 -------------------------------
 news/hellanzb/patches/patch-aa    |   15 -
 news/hellanzb/patches/patch-ab    |   15 -
 news/hellanzb/patches/patch-ac    |   15 -
 news/hellanzb/patches/patch-ad    |   15 -
 news/lottanzb/DESCR               |    5 -
 news/lottanzb/Makefile            |   37 ----
 news/lottanzb/PLIST               |  296 --------------------------------------
 news/lottanzb/distinfo            |    5 -
 17 files changed, 5 insertions(+), 813 deletions(-)

diffs (truncated from 917 to 300 lines):

diff -r b786ee6340ab -r ce2c2cf538c2 doc/CHANGES-2022
--- a/doc/CHANGES-2022  Sun Sep 11 17:28:09 2022 +0000
+++ b/doc/CHANGES-2022  Sun Sep 11 17:28:32 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.4487 2022/09/11 17:28:09 fcambus Exp $
+$NetBSD: CHANGES-2022,v 1.4488 2022/09/11 17:28:32 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2022:
 
@@ -6634,3 +6634,5 @@
        Removed net/coherence [wiz 2022-09-11]
        Updated net/dbip-city-lite to 2022.09 [fcambus 2022-09-11]
        Updated net/dbip-country-lite to 2022.09 [fcambus 2022-09-11]
+       Removed news/lottanzb [wiz 2022-09-11]
+       Removed news/hellanzb [wiz 2022-09-11]
diff -r b786ee6340ab -r ce2c2cf538c2 doc/TODO
--- a/doc/TODO  Sun Sep 11 17:28:09 2022 +0000
+++ b/doc/TODO  Sun Sep 11 17:28:32 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.22196 2022/09/11 17:24:17 wiz Exp $
+$NetBSD: TODO,v 1.22197 2022/09/11 17:28:32 wiz Exp $
 
 Suggested new packages
 ======================
@@ -991,7 +991,6 @@
        o lmbench-3
        o log4cxx-0.11.0
        o lohit-fonts-2.4.2
-       o lottanzb-0.6
        o lq-sp-1.3.4.14
        o lsh-2.1
        o lua-cov-0.15.0
diff -r b786ee6340ab -r ce2c2cf538c2 news/Makefile
--- a/news/Makefile     Sun Sep 11 17:28:09 2022 +0000
+++ b/news/Makefile     Sun Sep 11 17:28:32 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2022/03/25 10:41:34 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2022/09/11 17:28:32 wiz Exp $
 #
 
 COMMENT=       Network news
@@ -8,12 +8,10 @@
 SUBDIR+=       cleanscore
 SUBDIR+=       flnews
 SUBDIR+=       heirloom-news
-SUBDIR+=       hellanzb
 SUBDIR+=       inn
 SUBDIR+=       knews
 SUBDIR+=       leafnode
 SUBDIR+=       libcanlock
-SUBDIR+=       lottanzb
 SUBDIR+=       multimail
 SUBDIR+=       neix
 SUBDIR+=       newsbeuter
diff -r b786ee6340ab -r ce2c2cf538c2 news/hellanzb/DESCR
--- a/news/hellanzb/DESCR       Sun Sep 11 17:28:09 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-Hellanzb is a Python application designed for UNIX-like environments that
-retrieves nzb files and fully processes them; the goal is getting
-files from USENET as convenient and painless as possible. All that's
-required is moving an nzb file to the queue directory. The rest, i.e.
-fetching, par-checking, un-raring, etc. is handled by hellanzb.
diff -r b786ee6340ab -r ce2c2cf538c2 news/hellanzb/Makefile
--- a/news/hellanzb/Makefile    Sun Sep 11 17:28:09 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,46 +0,0 @@
-# $NetBSD: Makefile,v 1.25 2022/06/30 11:18:44 nia Exp $
-#
-.include "../../news/hellanzb/Makefile.version"
-
-DISTNAME=              hellanzb-${HELLANZB_VERSION}.${HELLANZB_SVN_REV}
-PKGREVISION=           8
-CATEGORIES=            news
-MASTER_SITES=          ${MASTER_SITE_LOCAL}
-
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE=             http://www.hellanzb.com/
-HOMEPAGE=              https://github.com/pjenvey/hellanzb
-COMMENT=               Command line nntp file grabber
-LICENSE=               modified-bsd
-
-DEPENDS+=      ${PYPKGPREFIX}-twisted>=1.3:../../net/py-twisted19
-DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
-DEPENDS+=      par2>=0.4:../../archivers/par2
-DEPENDS+=      unrar>=3.5.4:../../archivers/unrar
-
-PYTHON_VERSIONS_ACCEPTED=      27 # as of 0.14
-
-USE_LANGUAGES= #none
-
-EGDIR=         ${PREFIX}/share/examples/${PKGBASE}
-WRKSRC=                ${WRKDIR}/hellanzb-${HELLANZB_VERSION}-trunk
-
-CONF_FILES=    ${EGDIR}/hellanzb.conf ${PKG_SYSCONFDIR}/hellanzb.conf
-
-SUBST_CLASSES+=                conf
-SUBST_FILES.conf=      ${WRKDIR}/hellanzb.conf
-SUBST_MESSAGE.conf=    Performing pathname substitutions in hellanzb.conf.
-SUBST_STAGE.conf=      pre-install
-SUBST_VARS.conf=       PREFIX
-
-post-extract:
-       ${CP} ${FILESDIR}/hellanzb.conf ${WRKDIR}
-
-post-install:
-       ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
-       ${INSTALL_DATA} ${WRKDIR}/hellanzb.conf ${DESTDIR}${EGDIR}
-
-EGG_NAME=      hellanzb-${HELLANZB_VERSION}_trunk
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r b786ee6340ab -r ce2c2cf538c2 news/hellanzb/Makefile.version
--- a/news/hellanzb/Makefile.version    Sun Sep 11 17:28:09 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-# $NetBSD: Makefile.version,v 1.1.1.1 2008/07/30 13:26:39 bjs Exp $
-
-HELLANZB_VERSION=      0.14
-HELLANZB_SVN_REV=      1087
diff -r b786ee6340ab -r ce2c2cf538c2 news/hellanzb/PLIST
--- a/news/hellanzb/PLIST       Sun Sep 11 17:28:09 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,95 +0,0 @@
-@comment $NetBSD: PLIST,v 1.6 2022/01/14 17:52:02 wiz Exp $
-bin/hellanzb.py
-${PYSITELIB}/Hellanzb/Core.py
-${PYSITELIB}/Hellanzb/Core.pyc
-${PYSITELIB}/Hellanzb/Core.pyo
-${PYSITELIB}/Hellanzb/Daemon.py
-${PYSITELIB}/Hellanzb/Daemon.pyc
-${PYSITELIB}/Hellanzb/Daemon.pyo
-${PYSITELIB}/Hellanzb/Elite.py
-${PYSITELIB}/Hellanzb/Elite.pyc
-${PYSITELIB}/Hellanzb/Elite.pyo
-${PYSITELIB}/Hellanzb/Growl.py
-${PYSITELIB}/Hellanzb/Growl.pyc
-${PYSITELIB}/Hellanzb/Growl.pyo
-${PYSITELIB}/Hellanzb/HellaReactor.py
-${PYSITELIB}/Hellanzb/HellaReactor.pyc
-${PYSITELIB}/Hellanzb/HellaReactor.pyo
-${PYSITELIB}/Hellanzb/HellaXMLRPC/HtPasswdAuth.py
-${PYSITELIB}/Hellanzb/HellaXMLRPC/HtPasswdAuth.pyc
-${PYSITELIB}/Hellanzb/HellaXMLRPC/HtPasswdAuth.pyo
-${PYSITELIB}/Hellanzb/HellaXMLRPC/__init__.py
-${PYSITELIB}/Hellanzb/HellaXMLRPC/__init__.pyc
-${PYSITELIB}/Hellanzb/HellaXMLRPC/__init__.pyo
-${PYSITELIB}/Hellanzb/HellaXMLRPC/xmlrpc.py
-${PYSITELIB}/Hellanzb/HellaXMLRPC/xmlrpc.pyc
-${PYSITELIB}/Hellanzb/HellaXMLRPC/xmlrpc.pyo
-${PYSITELIB}/Hellanzb/Log.py
-${PYSITELIB}/Hellanzb/Log.pyc
-${PYSITELIB}/Hellanzb/Log.pyo
-${PYSITELIB}/Hellanzb/Logging.py
-${PYSITELIB}/Hellanzb/Logging.pyc
-${PYSITELIB}/Hellanzb/Logging.pyo
-${PYSITELIB}/Hellanzb/NZBDownloader.py
-${PYSITELIB}/Hellanzb/NZBDownloader.pyc
-${PYSITELIB}/Hellanzb/NZBDownloader.pyo
-${PYSITELIB}/Hellanzb/NZBLeecher/ArticleDecoder.py
-${PYSITELIB}/Hellanzb/NZBLeecher/ArticleDecoder.pyc
-${PYSITELIB}/Hellanzb/NZBLeecher/ArticleDecoder.pyo
-${PYSITELIB}/Hellanzb/NZBLeecher/DupeHandler.py
-${PYSITELIB}/Hellanzb/NZBLeecher/DupeHandler.pyc
-${PYSITELIB}/Hellanzb/NZBLeecher/DupeHandler.pyo
-${PYSITELIB}/Hellanzb/NZBLeecher/NZBLeecherUtil.py
-${PYSITELIB}/Hellanzb/NZBLeecher/NZBLeecherUtil.pyc
-${PYSITELIB}/Hellanzb/NZBLeecher/NZBLeecherUtil.pyo
-${PYSITELIB}/Hellanzb/NZBLeecher/NZBModel.py
-${PYSITELIB}/Hellanzb/NZBLeecher/NZBModel.pyc
-${PYSITELIB}/Hellanzb/NZBLeecher/NZBModel.pyo
-${PYSITELIB}/Hellanzb/NZBLeecher/NZBParser.py
-${PYSITELIB}/Hellanzb/NZBLeecher/NZBParser.pyc
-${PYSITELIB}/Hellanzb/NZBLeecher/NZBParser.pyo
-${PYSITELIB}/Hellanzb/NZBLeecher/NZBSegmentQueue.py
-${PYSITELIB}/Hellanzb/NZBLeecher/NZBSegmentQueue.pyc
-${PYSITELIB}/Hellanzb/NZBLeecher/NZBSegmentQueue.pyo
-${PYSITELIB}/Hellanzb/NZBLeecher/Protocol.py
-${PYSITELIB}/Hellanzb/NZBLeecher/Protocol.pyc
-${PYSITELIB}/Hellanzb/NZBLeecher/Protocol.pyo
-${PYSITELIB}/Hellanzb/NZBLeecher/__init__.py
-${PYSITELIB}/Hellanzb/NZBLeecher/__init__.pyc
-${PYSITELIB}/Hellanzb/NZBLeecher/__init__.pyo
-${PYSITELIB}/Hellanzb/NZBLeecher/nntp.py
-${PYSITELIB}/Hellanzb/NZBLeecher/nntp.pyc
-${PYSITELIB}/Hellanzb/NZBLeecher/nntp.pyo
-${PYSITELIB}/Hellanzb/NZBQueue.py
-${PYSITELIB}/Hellanzb/NZBQueue.pyc
-${PYSITELIB}/Hellanzb/NZBQueue.pyo
-${PYSITELIB}/Hellanzb/NewzbinDownloader.py
-${PYSITELIB}/Hellanzb/NewzbinDownloader.pyc
-${PYSITELIB}/Hellanzb/NewzbinDownloader.pyo
-${PYSITELIB}/Hellanzb/PostProcessor.py
-${PYSITELIB}/Hellanzb/PostProcessor.pyc
-${PYSITELIB}/Hellanzb/PostProcessor.pyo
-${PYSITELIB}/Hellanzb/PostProcessorUtil.py
-${PYSITELIB}/Hellanzb/PostProcessorUtil.pyc
-${PYSITELIB}/Hellanzb/PostProcessorUtil.pyo
-${PYSITELIB}/Hellanzb/SmartPar.py
-${PYSITELIB}/Hellanzb/SmartPar.pyc
-${PYSITELIB}/Hellanzb/SmartPar.pyo
-${PYSITELIB}/Hellanzb/Util.py
-${PYSITELIB}/Hellanzb/Util.pyc
-${PYSITELIB}/Hellanzb/Util.pyo
-${PYSITELIB}/Hellanzb/__init__.py
-${PYSITELIB}/Hellanzb/__init__.pyc
-${PYSITELIB}/Hellanzb/__init__.pyo
-${PYSITELIB}/Hellanzb/external/__init__.py
-${PYSITELIB}/Hellanzb/external/__init__.pyc
-${PYSITELIB}/Hellanzb/external/__init__.pyo
-${PYSITELIB}/Hellanzb/external/elementtree/SimpleXMLWriter.py
-${PYSITELIB}/Hellanzb/external/elementtree/SimpleXMLWriter.pyc
-${PYSITELIB}/Hellanzb/external/elementtree/SimpleXMLWriter.pyo
-${PYSITELIB}/Hellanzb/external/elementtree/__init__.py
-${PYSITELIB}/Hellanzb/external/elementtree/__init__.pyc
-${PYSITELIB}/Hellanzb/external/elementtree/__init__.pyo
-${PYSITELIB}/${EGG_INFODIR}
-share/doc/hellanzb/README
-share/examples/hellanzb/hellanzb.conf
diff -r b786ee6340ab -r ce2c2cf538c2 news/hellanzb/distinfo
--- a/news/hellanzb/distinfo    Sun Sep 11 17:28:09 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:09:34 nia Exp $
-
-BLAKE2s (hellanzb-0.14.1087.tar.gz) = f12e243f9c6c1d9223c38e9eb20094fbba7e2257af81400e4a50d0238dfd670a
-SHA512 (hellanzb-0.14.1087.tar.gz) = 81e5282492217656e3250621fd2bec355c90c20a455d25ebcc966e62b5475974394904f83d5befdbe54872daecfbd3b8c093efe5f804872015b5e5a490316cc0
-Size (hellanzb-0.14.1087.tar.gz) = 164628 bytes
-SHA1 (patch-aa) = 18e32e534743063479e9361b3411599a35162c2c
-SHA1 (patch-ab) = 1297c10facb93faa3cb384411bead7737019ad2e
-SHA1 (patch-ac) = bcae6a33c8b792be5f3a4d3d60cb431eb0d498e9
-SHA1 (patch-ad) = 79ecb3c8f2c1a5bdd25e57bc003b2bfd70edb4cc
diff -r b786ee6340ab -r ce2c2cf538c2 news/hellanzb/files/hellanzb.conf
--- a/news/hellanzb/files/hellanzb.conf Sun Sep 11 17:28:09 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,245 +0,0 @@
-# $NetBSD: hellanzb.conf,v 1.1.1.1 2008/07/30 13:26:39 bjs Exp $
-# 
-# hellanzb.conf - sample hellanzb configuration file
-#
-# To quickly get started, change the default defineServer() call and the
-# Hellanzb.PREFIX_DIR directory
-#
-# This is actually interpreted python code: strings must be surrounded by
-# quotes, numbers and the 'None' keyword should not
-# 
-
-# Log output to this file, set to None (no single quotes) for no logging
-Hellanzb.LOG_FILE = os.path.expanduser('~') + '/.hellanzb/log'
-
-# Uncomment this line to log DEBUG messages to the specified file
-#Hellanzb.DEBUG_MODE = os.path.expanduser('~') + '/.hellanzb/log-debug'
-
-# Automatically roll over both log files when they reach LOG_FILE_MAX_BYTES
-# size
-Hellanzb.LOG_FILE_MAX_BYTES = 0
-
-# Save LOG_FILE_BACKUP_COUNT of those rolled over log files
-Hellanzb.LOG_FILE_BACKUP_COUNT = 0
-
-
-# Define server connections. Servers can have multiple hosts, hellanzb will
-# persist the number of connections to each specified server. There may be
-# multiple defineServer lines.
-
-# Set both the username and password to 'None' (without the quotes) if your
-# usenet server does not require authorization
-defineServer(id = 'MyId1',
-       hosts = [ 'nntp.changeme.com:119' ],
-       username = 'changeme',
-       password = 'changeme',
-       connections = 10,
-       antiIdle = 4.5 * 60,
-       enabled = False,
-       ssl = False
-       );
-
-#defineServer(id = 'MyId2',
-             #hosts = [ 'news.changeme.com', 'morenews.changeme.com:8000' ],
-
-
-             #username = 'changeme',
-             #password = 'hella',
-             #username = None,           # no auth
-             #password = None,
-
-             #connections = 3,
-             #antiIdle = 4.5 * 60,        # 4 minutes, 30 seconds, 0 to disable
-             #bindTo = '204.31.33.7',    # connect FROM this ip address
-             #enabled = False,           # disable this server
-             #skipGroupCmd = True,      # skip sending nntp GROUP commands
-             #fillserver = 0,            # defaults to 0 (a main server).
-                                         # fillservers must have values > 0
-                                         # (priority)
-             #ssl = False
-             #)
-
-# Uncomment this line to limit all server connections to the specified KB/s
-# bandwidth



Home | Main Index | Thread Index | Old Index