pkgsrc-WIP-changes archive

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

rtv: Import rtv-1.16.0 as wip/rtv



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Jun 18 17:39:11 2017 +0200
Changeset:	2fc3652c592fb4db51bb274ff3c752284eb28fb7

Modified Files:
	Makefile
Added Files:
	rtv/DESCR
	rtv/Makefile
	rtv/PLIST
	rtv/distinfo

Log Message:
rtv: Import rtv-1.16.0 as wip/rtv

RTV provides an interface to view and interact with reddit from
your terminal.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2fc3652c592fb4db51bb274ff3c752284eb28fb7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile     |  1 +
 rtv/DESCR    |  2 ++
 rtv/Makefile | 34 ++++++++++++++++++++++
 rtv/PLIST    | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 rtv/distinfo |  6 ++++
 5 files changed, 137 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index ce4aff3797..78eee64a05 100644
--- a/Makefile
+++ b/Makefile
@@ -3946,6 +3946,7 @@ SUBDIR+=	rthread
 SUBDIR+=	rtl-sdr-git
 SUBDIR+=	rtpbreak
 SUBDIR+=	rtspdump
+SUBDIR+=	rtv
 SUBDIR+=	rubrica2
 SUBDIR+=	ruby-actionmessenger
 SUBDIR+=	ruby-cabin
diff --git a/rtv/DESCR b/rtv/DESCR
new file mode 100644
index 0000000000..45265ca7fd
--- /dev/null
+++ b/rtv/DESCR
@@ -0,0 +1,2 @@
+RTV provides an interface to view and interact with reddit from
+your terminal.
diff --git a/rtv/Makefile b/rtv/Makefile
new file mode 100644
index 0000000000..c981aed5bf
--- /dev/null
+++ b/rtv/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD$
+
+DISTNAME=	rtv-1.16.0
+CATEGORIES=	www
+MASTER_SITES=	${MASTER_SITE_PYPI:=r/rtv/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/michael-lazar/rtv
+COMMENT=	Simple terminal viewer for Reddit (Reddit Terminal Viewer)
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
+DEPENDS+=	${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
+DEPENDS+=	${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
+DEPENDS+=	${PYPKGPREFIX}-kitchen-[0-9]*:../../wip/py-kitchen
+DEPENDS+=	${PYPKGPREFIX}-requests>=2.4.0:../../devel/py-requests
+DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+
+.include "../../lang/python/egg.mk"
+
+.if ${_PYTHON_VERSION} < 36
+DEPENDS+=	${PYPKGPREFIX}-mailcap-fix-[0-9]*:../../wip/py-mailcap-fix
+.endif
+
+SUBST_CLASSES+=			pkgmandir
+SUBST_STAGE.pkgmandir=		pre-configure
+SUBST_FILES.pkgmandir=		setup.py
+SUBST_MESSAGE.pkgmandir=	Fixing man page installation.
+SUBST_SED.pkgmandir=		-e 's,share/man,${PKGMANDIR},'
+
+USE_LANGUAGES=		# none
+
+.include "../../lang/python/application.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/rtv/PLIST b/rtv/PLIST
new file mode 100644
index 0000000000..df1509be7e
--- /dev/null
+++ b/rtv/PLIST
@@ -0,0 +1,94 @@
+@comment $NetBSD$
+bin/rtv
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/rtv/__init__.py
+${PYSITELIB}/rtv/__init__.pyc
+${PYSITELIB}/rtv/__init__.pyo
+${PYSITELIB}/rtv/__main__.py
+${PYSITELIB}/rtv/__main__.pyc
+${PYSITELIB}/rtv/__main__.pyo
+${PYSITELIB}/rtv/__version__.py
+${PYSITELIB}/rtv/__version__.pyc
+${PYSITELIB}/rtv/__version__.pyo
+${PYSITELIB}/rtv/clipboard.py
+${PYSITELIB}/rtv/clipboard.pyc
+${PYSITELIB}/rtv/clipboard.pyo
+${PYSITELIB}/rtv/config.py
+${PYSITELIB}/rtv/config.pyc
+${PYSITELIB}/rtv/config.pyo
+${PYSITELIB}/rtv/content.py
+${PYSITELIB}/rtv/content.pyc
+${PYSITELIB}/rtv/content.pyo
+${PYSITELIB}/rtv/docs.py
+${PYSITELIB}/rtv/docs.pyc
+${PYSITELIB}/rtv/docs.pyo
+${PYSITELIB}/rtv/exceptions.py
+${PYSITELIB}/rtv/exceptions.pyc
+${PYSITELIB}/rtv/exceptions.pyo
+${PYSITELIB}/rtv/mime_parsers.py
+${PYSITELIB}/rtv/mime_parsers.pyc
+${PYSITELIB}/rtv/mime_parsers.pyo
+${PYSITELIB}/rtv/oauth.py
+${PYSITELIB}/rtv/oauth.pyc
+${PYSITELIB}/rtv/oauth.pyo
+${PYSITELIB}/rtv/objects.py
+${PYSITELIB}/rtv/objects.pyc
+${PYSITELIB}/rtv/objects.pyo
+${PYSITELIB}/rtv/packages/__init__.py
+${PYSITELIB}/rtv/packages/__init__.pyc
+${PYSITELIB}/rtv/packages/__init__.pyo
+${PYSITELIB}/rtv/packages/praw/__init__.py
+${PYSITELIB}/rtv/packages/praw/__init__.pyc
+${PYSITELIB}/rtv/packages/praw/__init__.pyo
+${PYSITELIB}/rtv/packages/praw/decorator_helpers.py
+${PYSITELIB}/rtv/packages/praw/decorator_helpers.pyc
+${PYSITELIB}/rtv/packages/praw/decorator_helpers.pyo
+${PYSITELIB}/rtv/packages/praw/decorators.py
+${PYSITELIB}/rtv/packages/praw/decorators.pyc
+${PYSITELIB}/rtv/packages/praw/decorators.pyo
+${PYSITELIB}/rtv/packages/praw/errors.py
+${PYSITELIB}/rtv/packages/praw/errors.pyc
+${PYSITELIB}/rtv/packages/praw/errors.pyo
+${PYSITELIB}/rtv/packages/praw/handlers.py
+${PYSITELIB}/rtv/packages/praw/handlers.pyc
+${PYSITELIB}/rtv/packages/praw/handlers.pyo
+${PYSITELIB}/rtv/packages/praw/helpers.py
+${PYSITELIB}/rtv/packages/praw/helpers.pyc
+${PYSITELIB}/rtv/packages/praw/helpers.pyo
+${PYSITELIB}/rtv/packages/praw/internal.py
+${PYSITELIB}/rtv/packages/praw/internal.pyc
+${PYSITELIB}/rtv/packages/praw/internal.pyo
+${PYSITELIB}/rtv/packages/praw/multiprocess.py
+${PYSITELIB}/rtv/packages/praw/multiprocess.pyc
+${PYSITELIB}/rtv/packages/praw/multiprocess.pyo
+${PYSITELIB}/rtv/packages/praw/objects.py
+${PYSITELIB}/rtv/packages/praw/objects.pyc
+${PYSITELIB}/rtv/packages/praw/objects.pyo
+${PYSITELIB}/rtv/packages/praw/praw.ini
+${PYSITELIB}/rtv/packages/praw/settings.py
+${PYSITELIB}/rtv/packages/praw/settings.pyc
+${PYSITELIB}/rtv/packages/praw/settings.pyo
+${PYSITELIB}/rtv/page.py
+${PYSITELIB}/rtv/page.pyc
+${PYSITELIB}/rtv/page.pyo
+${PYSITELIB}/rtv/submission_page.py
+${PYSITELIB}/rtv/submission_page.pyc
+${PYSITELIB}/rtv/submission_page.pyo
+${PYSITELIB}/rtv/subreddit_page.py
+${PYSITELIB}/rtv/subreddit_page.pyc
+${PYSITELIB}/rtv/subreddit_page.pyo
+${PYSITELIB}/rtv/subscription_page.py
+${PYSITELIB}/rtv/subscription_page.pyc
+${PYSITELIB}/rtv/subscription_page.pyo
+${PYSITELIB}/rtv/templates/index.html
+${PYSITELIB}/rtv/templates/mailcap
+${PYSITELIB}/rtv/templates/rtv.cfg
+${PYSITELIB}/rtv/terminal.py
+${PYSITELIB}/rtv/terminal.pyc
+${PYSITELIB}/rtv/terminal.pyo
+man/man1/rtv.1
diff --git a/rtv/distinfo b/rtv/distinfo
new file mode 100644
index 0000000000..b2d5c35dca
--- /dev/null
+++ b/rtv/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (rtv-1.16.0.tar.gz) = f2131a178d17c198eea41df1e8f5084d65b70c50
+RMD160 (rtv-1.16.0.tar.gz) = 832b984443080371eed0fa6c72abf252e77374c1
+SHA512 (rtv-1.16.0.tar.gz) = 7b7a7c4dab09015f49cbef5ceea83b470ee2347cfb62613a02828e215d1123fc44fafff123171a00e3053fa318a84b4ad87a61cfdaea41f14cecca088518138a
+Size (rtv-1.16.0.tar.gz) = 120065 bytes


Home | Main Index | Thread Index | Old Index