news/neix: import package

neix is a simple, work in progress terminal feed reader for all common RSS/Atom
feeds on the web out there.
So you can read your news without advertisments or other annoying stuff.
Just the informations you need. You can import your existing collection of feeds
from an OPML file or just configure them manually.
You also have the ability to render the text with w3m, elinks or which program
you want.
This commit is contained in:
pin 2021-01-06 18:08:53 +00:00
parent 30686a755d
commit 9fa352cb3f
4 changed files with 51 additions and 0 deletions

7
news/neix/DESCR Normal file
View file

@ -0,0 +1,7 @@
neix is a simple, work in progress terminal feed reader for all common RSS/Atom
feeds on the web out there.
So you can read your news without advertisments or other annoying stuff.
Just the informations you need. You can import your existing collection of feeds
from an OPML file or just configure them manually.
You also have the ability to render the text with w3m, elinks or which program
you want.

33
news/neix/Makefile Normal file
View file

@ -0,0 +1,33 @@
# $NetBSD: Makefile,v 1.1 2021/01/06 18:08:53 pin Exp $
DISTNAME= neix-0.1.3
CATEGORIES= news
MASTER_SITES= ${MASTER_SITE_GITHUB:=tomschwarz/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pin@NetBSD.org
HOMEPAGE= https://github.com/tomschwarz/neix/
COMMENT= RSS/Atom feed reader for your terminal
LICENSE= gnu-gpl-v3
USE_CMAKE= yes
USE_TOOLS+= pkg-config gmake
USE_LANGUAGES= c c++
CONFIGURE_DIRS= build
CMAKE_ARG_PATH= ..
CMAKE_ARGS+= -DCMAKE_INSTALL_PREFIX=${PREFIX}
SUBST_CLASSES+= prefix
SUBST_MESSAGE.prefix= Fixing paths.
SUBST_STAGE.prefix= pre-configure
SUBST_FILES.prefix+= CMakeLists.txt
SUBST_SED.prefix+= -e 's,share/man,${PKGMANDIR},g'
pre-configure:
${MKDIR} -p ${WRKSRC}/build
.include "../../devel/ncursesw/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

5
news/neix/PLIST Normal file
View file

@ -0,0 +1,5 @@
@comment $NetBSD: PLIST,v 1.1 2021/01/06 18:08:53 pin Exp $
bin/neix
man/man1/neix.1
share/neix/feeds.conf
share/neix/neix.conf

6
news/neix/distinfo Normal file
View file

@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2021/01/06 18:08:53 pin Exp $
SHA1 (neix-0.1.3.tar.gz) = 8f6902fa54b178d8b3c4fa5f99afe072fa3a91a7
RMD160 (neix-0.1.3.tar.gz) = 17d60fac3f5ae8846433095448b44a78d2278a06
SHA512 (neix-0.1.3.tar.gz) = 34bbb32ace34a32785a1f6ad9524532a5a98bf2f33b0ce2aaec3e2e5389a4171050100c47fbef7ee83ba044d163e7f39498e6fe32bc343d4772833b195a55cd3
Size (neix-0.1.3.tar.gz) = 20161083 bytes