pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/news/bystand news/bystand: import bystand-1.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fcaeefc3b0ad
branches:  trunk
changeset: 425063:fcaeefc3b0ad
user:      micha <micha%pkgsrc.org@localhost>
date:      Wed Mar 18 13:47:13 2020 +0000

description:
news/bystand: import bystand-1.0.1

The bystand program is a NNTP client program (a newsreader).

It is built on top of a SQLite database.
There is no MIME support yet.

diffstat:

 news/bystand/DESCR    |   4 ++++
 news/bystand/Makefile |  47 +++++++++++++++++++++++++++++++++++++++++++++++
 news/bystand/PLIST    |   6 ++++++
 news/bystand/distinfo |   6 ++++++
 4 files changed, 63 insertions(+), 0 deletions(-)

diffs (79 lines):

diff -r 167b14fe6a5f -r fcaeefc3b0ad news/bystand/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/news/bystand/DESCR        Wed Mar 18 13:47:13 2020 +0000
@@ -0,0 +1,4 @@
+The bystand program is a NNTP client program (a newsreader).
+
+It is built on top of a SQLite database.
+There is no MIME support yet.
diff -r 167b14fe6a5f -r fcaeefc3b0ad news/bystand/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/news/bystand/Makefile     Wed Mar 18 13:47:13 2020 +0000
@@ -0,0 +1,47 @@
+# $NetBSD: Makefile,v 1.1 2020/03/18 13:47:13 micha Exp $
+
+DISTNAME=      bystand-1.0.1
+CATEGORIES=    news
+MASTER_SITES=  http://zzo38computer.org/prog/bystand/
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    micha%NetBSD.org@localhost
+HOMEPAGE=      http://zzo38computer.org/fossil/bystand.ui/
+COMMENT=       NNTP client software with command-line interface
+LICENSE=       public-domain
+
+USE_LANGUAGES+=        c99
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "Linux" || ${OPSYS} == "GNUkFreeBSD"
+# Makefile for GNU userland
+BYSTAND_MAKEFILE=      Makefile
+.else
+# This Makefile builds a GNU compatibility module
+BYSTAND_MAKEFILE=      Makefile.BSD
+.endif
+
+INSTALLATION_DIRS=     bin share/doc/bystand share/doc/bystand/setup
+
+do-build:
+               cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
+                       ${MAKE} ${MAKE_FLAGS} -f ${BYSTAND_MAKEFILE}
+
+do-install:
+               cd ${WRKSRC} && ${INSTALL_PROGRAM} ${WRKSRC}/bystand \
+                       ${DESTDIR}${PREFIX}/bin/bystand
+               cd ${WRKSRC} && ${INSTALL_DATA} ${WRKSRC}/bystand.doc \
+                       ${DESTDIR}${PREFIX}/share/doc/bystand/bystand.doc
+               cd ${WRKSRC} && ${INSTALL_DATA} ${WRKSRC}/setup/README \
+                       ${DESTDIR}${PREFIX}/share/doc/bystand/setup/README
+               cd ${WRKSRC} && ${INSTALL_DATA} ${WRKSRC}/setup/schema \
+                       ${DESTDIR}${PREFIX}/share/doc/bystand/setup/schema
+               cd ${WRKSRC} && ${INSTALL_DATA} ${WRKSRC}/setup/template \
+                       ${DESTDIR}${PREFIX}/share/doc/bystand/setup/template
+
+# Builtin version of NetBSD 7 is not sufficient
+# Minimum required API version is undocumented (use tested one)
+BUILDLINK_API_DEPENDS.sqlite3+=        sqlite3>=3.29.0
+.include "../../databases/sqlite3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 167b14fe6a5f -r fcaeefc3b0ad news/bystand/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/news/bystand/PLIST        Wed Mar 18 13:47:13 2020 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2020/03/18 13:47:13 micha Exp $
+bin/bystand
+share/doc/bystand/bystand.doc
+share/doc/bystand/setup/README
+share/doc/bystand/setup/schema
+share/doc/bystand/setup/template
diff -r 167b14fe6a5f -r fcaeefc3b0ad news/bystand/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/news/bystand/distinfo     Wed Mar 18 13:47:13 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/03/18 13:47:13 micha Exp $
+
+SHA1 (bystand-1.0.1.zip) = 490072cb6f565118a91cff70aef4d5cd50eb7955
+RMD160 (bystand-1.0.1.zip) = d2bc64a17db2623f4bfdc1d1953871a4e8185739
+SHA512 (bystand-1.0.1.zip) = 42460006b45ca27f6f3c5c556fd6bcca37353467665e5261caf74ada4ba50f9c04f33431a46300a18ac4dd145b9370b270a86583cd5c40a42dbd698db0bdc926
+Size (bystand-1.0.1.zip) = 33071 bytes



Home | Main Index | Thread Index | Old Index