pkgsrc-Changes archive

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

CVS commit: pkgsrc/news/neix



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Jan  6 18:08:53 UTC 2021

Added Files:
        pkgsrc/news/neix: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/news/neix/DESCR pkgsrc/news/neix/Makefile \
    pkgsrc/news/neix/PLIST pkgsrc/news/neix/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/news/neix/DESCR
diff -u /dev/null pkgsrc/news/neix/DESCR:1.1
--- /dev/null   Wed Jan  6 18:08:53 2021
+++ pkgsrc/news/neix/DESCR      Wed Jan  6 18:08:53 2021
@@ -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.
Index: pkgsrc/news/neix/Makefile
diff -u /dev/null pkgsrc/news/neix/Makefile:1.1
--- /dev/null   Wed Jan  6 18:08:53 2021
+++ pkgsrc/news/neix/Makefile   Wed Jan  6 18:08:53 2021
@@ -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"
Index: pkgsrc/news/neix/PLIST
diff -u /dev/null pkgsrc/news/neix/PLIST:1.1
--- /dev/null   Wed Jan  6 18:08:53 2021
+++ pkgsrc/news/neix/PLIST      Wed Jan  6 18:08:53 2021
@@ -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
Index: pkgsrc/news/neix/distinfo
diff -u /dev/null pkgsrc/news/neix/distinfo:1.1
--- /dev/null   Wed Jan  6 18:08:53 2021
+++ pkgsrc/news/neix/distinfo   Wed Jan  6 18:08:53 2021
@@ -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