pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
offpunk: Import offpunk-2.4
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Wed Nov 27 18:59:20 2024 +0100
Changeset: 4e07de0eadcafdfcc667f5fe8393bf70f714e36e
Added Files:
offpunk/DESCR
offpunk/Makefile
offpunk/PLIST
offpunk/TODO
offpunk/distinfo
Log Message:
offpunk: Import offpunk-2.4
A command-line and offline-first smolnet browser/feed reader for
Gemini, Gopher, Spartan and Web by Ploum.
The goal of Offpunk is to be able to synchronise your content once (a
day, a week, a month) and then browse/organise it while staying
disconnected.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4e07de0eadcafdfcc667f5fe8393bf70f714e36e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
offpunk/DESCR | 6 ++++++
offpunk/Makefile | 27 +++++++++++++++++++++++++++
offpunk/PLIST | 37 +++++++++++++++++++++++++++++++++++++
offpunk/TODO | 2 ++
offpunk/distinfo | 5 +++++
5 files changed, 77 insertions(+)
diffs:
diff --git a/offpunk/DESCR b/offpunk/DESCR
new file mode 100644
index 0000000000..d0b1ce920b
--- /dev/null
+++ b/offpunk/DESCR
@@ -0,0 +1,6 @@
+A command-line and offline-first smolnet browser/feed reader for
+Gemini, Gopher, Spartan and Web by Ploum.
+
+The goal of Offpunk is to be able to synchronise your content once (a
+day, a week, a month) and then browse/organise it while staying
+disconnected.
diff --git a/offpunk/Makefile b/offpunk/Makefile
new file mode 100644
index 0000000000..dac22b0cbd
--- /dev/null
+++ b/offpunk/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.94 2024/10/20 09:56:27 leot Exp $
+
+DISTNAME= offpunk-2.4
+CATEGORIES= net python
+MASTER_SITES= -https://git.sr.ht/~lioploum/offpunk/archive/v${PKGVERSION_NOREV}.tar.gz
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://offpunk.net
+COMMENT= Offline first command-line browser for the smolnet
+LICENSE= gnu-agpl-v3
+
+WRKSRC= ${WRKDIR}/${PKGBASE}-v${PKGVERSION_NOREV}
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
+DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
+DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
+DEPENDS+= ${PYPKGPREFIX}-feedparser-[0-9]*:../../textproc/py-feedparser
+DEPENDS+= ${PYPKGPREFIX}-readability-lxml-[0-9]*:../../wip/py-readability-lxml
+DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+DEPENDS+= ${PYPKGPREFIX}-setproctitle-[0-9]*:../../sysutils/py-setproctitle
+
+REPLACE_PYTHON+= *.py
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/offpunk/PLIST b/offpunk/PLIST
new file mode 100644
index 0000000000..8f20c53a72
--- /dev/null
+++ b/offpunk/PLIST
@@ -0,0 +1,37 @@
+@comment $NetBSD$
+bin/ansicat
+bin/netcache
+bin/offpunk
+bin/opnk
+${PYSITELIB}/ansicat.py
+${PYSITELIB}/ansicat.pyc
+${PYSITELIB}/ansicat.pyo
+${PYSITELIB}/cert_migration.py
+${PYSITELIB}/cert_migration.pyc
+${PYSITELIB}/cert_migration.pyo
+${PYSITELIB}/netcache.py
+${PYSITELIB}/netcache.pyc
+${PYSITELIB}/netcache.pyo
+${PYSITELIB}/netcache_migration.py
+${PYSITELIB}/netcache_migration.pyc
+${PYSITELIB}/netcache_migration.pyo
+${PYSITELIB}/offblocklist.py
+${PYSITELIB}/offblocklist.pyc
+${PYSITELIB}/offblocklist.pyo
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/offpunk.py
+${PYSITELIB}/offpunk.pyc
+${PYSITELIB}/offpunk.pyo
+${PYSITELIB}/offthemes.py
+${PYSITELIB}/offthemes.pyc
+${PYSITELIB}/offthemes.pyo
+${PYSITELIB}/offutils.py
+${PYSITELIB}/offutils.pyc
+${PYSITELIB}/offutils.pyo
+${PYSITELIB}/opnk.py
+${PYSITELIB}/opnk.pyc
+${PYSITELIB}/opnk.pyo
diff --git a/offpunk/TODO b/offpunk/TODO
new file mode 100644
index 0000000000..6f057a142f
--- /dev/null
+++ b/offpunk/TODO
@@ -0,0 +1,2 @@
+- Is it okay that install directly in ${PYSITELIB}/... instead of
+ ${PYSITELIB}/offpunk/...?
diff --git a/offpunk/distinfo b/offpunk/distinfo
new file mode 100644
index 0000000000..428e4712f8
--- /dev/null
+++ b/offpunk/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.88 2024/10/20 09:56:27 leot Exp $
+
+BLAKE2s (offpunk-2.4.tar.gz) = 9285ce1280855b1f2397689217acfb02af72809c322e325b07ca79d833a3fd41
+SHA512 (offpunk-2.4.tar.gz) = 03b778487bd8dd8f60ef2402fc3df9163c25f5066384c0771eb5611ea771ccea540b4d64e8a999bc5fe4ee56d6541190f704fb90f4faeebfc10fcfb6582cf6b8
+Size (offpunk-2.4.tar.gz) = 471822 bytes
Home |
Main Index |
Thread Index |
Old Index