summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authormicha <micha@pkgsrc.org>2020-03-18 13:47:13 +0000
committermicha <micha@pkgsrc.org>2020-03-18 13:47:13 +0000
commit71d50416144c5f8f3e26bc4b2a1abb58015e95cd (patch)
tree323cca6af3decb5ba949edda351d30b3d74fde7e /news
parent96def9538509e537193645cf0467c9064803928d (diff)
downloadpkgsrc-71d50416144c5f8f3e26bc4b2a1abb58015e95cd.tar.gz
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 (limited to 'news')
-rw-r--r--news/bystand/DESCR4
-rw-r--r--news/bystand/Makefile47
-rw-r--r--news/bystand/PLIST6
-rw-r--r--news/bystand/distinfo6
4 files changed, 63 insertions, 0 deletions
diff --git a/news/bystand/DESCR b/news/bystand/DESCR
new file mode 100644
index 00000000000..fd8d17790bc
--- /dev/null
+++ b/news/bystand/DESCR
@@ -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 --git a/news/bystand/Makefile b/news/bystand/Makefile
new file mode 100644
index 00000000000..15920b1cd55
--- /dev/null
+++ b/news/bystand/Makefile
@@ -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
+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 --git a/news/bystand/PLIST b/news/bystand/PLIST
new file mode 100644
index 00000000000..a92d0872f76
--- /dev/null
+++ b/news/bystand/PLIST
@@ -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 --git a/news/bystand/distinfo b/news/bystand/distinfo
new file mode 100644
index 00000000000..73b5347e08f
--- /dev/null
+++ b/news/bystand/distinfo
@@ -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