www/nextcloud-news: Add new rss reader app for Nextcloud

PR:		283728
Submitted by:	<nomoo nommoo ru>
This commit is contained in:
Bernard Spil 2025-01-18 14:18:14 +01:00
parent 42e0f03904
commit b59c0f38a3
5 changed files with 35 additions and 0 deletions

View file

@ -467,6 +467,7 @@
SUBDIR += nextcloud-deck SUBDIR += nextcloud-deck
SUBDIR += nextcloud-forms SUBDIR += nextcloud-forms
SUBDIR += nextcloud-groupfolders SUBDIR += nextcloud-groupfolders
SUBDIR += nextcloud-news
SUBDIR += nextcloud-notes SUBDIR += nextcloud-notes
SUBDIR += nextcloud-tasks SUBDIR += nextcloud-tasks
SUBDIR += nghttp2 SUBDIR += nghttp2

View file

@ -0,0 +1,20 @@
PORTNAME= news
PORTVERSION= 25.2.0
CATEGORIES= www
MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
DISTNAME= ${PORTNAME}
MAINTAINER= nomoo@nomoo.ru
COMMENT= News app for Nextcloud
WWW= https://apps.nextcloud.com/apps/news
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
NEXTCLOUD_RUN_DEPENDS= 28
USES= nextcloud php:flavors
GH_ACCOUNT= nextcloud
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1736694318
SHA256 (nextcloud/news-25.2.0/news.tar.gz) = 8c9985f7c98d01aa593c4012a07e5bfe114b1617315b96bfd6af3a14531ac322
SIZE (nextcloud/news-25.2.0/news.tar.gz) = 7443948

View file

@ -0,0 +1,4 @@
Nextcloud news is a RSS/Atom Feed reader App for Nextcloud
- Synchronize your feeds with multiple mobile or desktop clients
- Automatic updates of your news feeds
- Free and open source under AGPLv3, no ads or premium functions

View file

@ -0,0 +1,7 @@
[
{ type: install
message: <<EOM
System Cron is currently required for Nextcloud News to work
EOM
}
]