summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorpin <pin@pkgsrc.org>2021-01-06 18:08:53 +0000
committerpin <pin@pkgsrc.org>2021-01-06 18:08:53 +0000
commit85e296e313daff3aeb9ed9fc83c7ee1d5a202267 (patch)
tree03acd89ac23e6e4fc0e2fd0d53abca3dd50f78cf /news
parentbfab0dc7c9689c283b72f4a16681ed074ecafc37 (diff)
downloadpkgsrc-85e296e313daff3aeb9ed9fc83c7ee1d5a202267.tar.gz
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.
Diffstat (limited to 'news')
-rw-r--r--news/neix/DESCR7
-rw-r--r--news/neix/Makefile33
-rw-r--r--news/neix/PLIST5
-rw-r--r--news/neix/distinfo6
4 files changed, 51 insertions, 0 deletions
diff --git a/news/neix/DESCR b/news/neix/DESCR
new file mode 100644
index 00000000000..994d2353298
--- /dev/null
+++ b/news/neix/DESCR
@@ -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.
diff --git a/news/neix/Makefile b/news/neix/Makefile
new file mode 100644
index 00000000000..a56c64b7b1c
--- /dev/null
+++ b/news/neix/Makefile
@@ -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"
diff --git a/news/neix/PLIST b/news/neix/PLIST
new file mode 100644
index 00000000000..0af4d376bb3
--- /dev/null
+++ b/news/neix/PLIST
@@ -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
diff --git a/news/neix/distinfo b/news/neix/distinfo
new file mode 100644
index 00000000000..6f29653233d
--- /dev/null
+++ b/news/neix/distinfo
@@ -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