pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/news/neix news/neix: import package



details:   https://anonhg.NetBSD.org/pkgsrc/rev/46deba29832e
branches:  trunk
changeset: 444406:46deba29832e
user:      pin <pin%pkgsrc.org@localhost>
date:      Wed Jan 06 18:08:53 2021 +0000

description:
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:

 news/neix/DESCR    |   7 +++++++
 news/neix/Makefile |  33 +++++++++++++++++++++++++++++++++
 news/neix/PLIST    |   5 +++++
 news/neix/distinfo |   6 ++++++
 4 files changed, 51 insertions(+), 0 deletions(-)

diffs (67 lines):

diff -r 45b3a67eb492 -r 46deba29832e news/neix/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/news/neix/DESCR   Wed Jan 06 18:08:53 2021 +0000
@@ -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 -r 45b3a67eb492 -r 46deba29832e news/neix/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/news/neix/Makefile        Wed Jan 06 18:08:53 2021 +0000
@@ -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@localhost
+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 -r 45b3a67eb492 -r 46deba29832e news/neix/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/news/neix/PLIST   Wed Jan 06 18:08:53 2021 +0000
@@ -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 -r 45b3a67eb492 -r 46deba29832e news/neix/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/news/neix/distinfo        Wed Jan 06 18:08:53 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index