pkgsrc-WIP-changes archive

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

bystand: Remove, imported as news/bystand



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Wed Mar 18 15:00:02 2020 +0100
Changeset:	209d457a66721d1fb6eacc063e6b1a3de770b874

Modified Files:
	Makefile
Removed Files:
	bystand/DESCR
	bystand/Makefile
	bystand/PLIST
	bystand/distinfo

Log Message:
bystand: Remove, imported as news/bystand

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=209d457a66721d1fb6eacc063e6b1a3de770b874

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

diffstat:
 Makefile         |  1 -
 bystand/DESCR    |  4 ----
 bystand/Makefile | 47 -----------------------------------------------
 bystand/PLIST    |  6 ------
 bystand/distinfo |  6 ------
 5 files changed, 64 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 5a8f3bf06d..dca5fcca7c 100644
--- a/Makefile
+++ b/Makefile
@@ -317,7 +317,6 @@ SUBDIR+=	bugzilla
 SUBDIR+=	bup-git
 SUBDIR+=	busybox
 SUBDIR+=	bwa
-SUBDIR+=	bystand
 SUBDIR+=	byzanz
 SUBDIR+=	c-graph
 SUBDIR+=	c-news
diff --git a/bystand/DESCR b/bystand/DESCR
deleted file mode 100644
index fd8d17790b..0000000000
--- a/bystand/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-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/bystand/Makefile b/bystand/Makefile
deleted file mode 100644
index c1b16cc4e6..0000000000
--- a/bystand/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# $NetBSD$
-
-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 --git a/bystand/PLIST b/bystand/PLIST
deleted file mode 100644
index e04a0531de..0000000000
--- a/bystand/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD$
-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/bystand/distinfo b/bystand/distinfo
deleted file mode 100644
index d0763029f1..0000000000
--- a/bystand/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-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