pkgsrc-WIP-changes archive

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

cleanscore: Use slrn tarball as source



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Tue Sep 11 15:22:09 2018 +0200
Changeset:	d1e37b734e35cd18ffc903815120120415c94743

Added Files:
	cleanscore/DESCR
	cleanscore/Makefile
	cleanscore/PLIST
	cleanscore/distinfo

Log Message:
cleanscore: Use slrn tarball as source

The link to the original sources is dead.
Patch removed (already applied in the slrn tarball).

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

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

diffstat:
 cleanscore/DESCR    |  4 ++++
 cleanscore/Makefile | 29 +++++++++++++++++++++++++++++
 cleanscore/PLIST    |  4 ++++
 cleanscore/distinfo |  6 ++++++
 4 files changed, 43 insertions(+)

diffs:
diff --git a/cleanscore/DESCR b/cleanscore/DESCR
new file mode 100644
index 0000000000..1ed297e64f
--- /dev/null
+++ b/cleanscore/DESCR
@@ -0,0 +1,4 @@
+Cleanscore is a perl-script to remove expired score entries from the
+newsreader slrn's scorefile (usually $HOME/News/Score).
+
+Author: Felix Schueller <fschueller&netcologne.de>
diff --git a/cleanscore/Makefile b/cleanscore/Makefile
new file mode 100644
index 0000000000..3d2653c79d
--- /dev/null
+++ b/cleanscore/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD$
+
+DISTNAME=		slrn-1.0.3
+PKGNAME=		cleanscore-0.9.8.1
+PKGREVISION=		9
+CATEGORIES=		news
+MASTER_SITES=		http://jedsoft.org/releases/slrn/
+EXTRACT_SUFX=		a.tar.bz2
+
+#MAINTAINER=		is%NetBSD.org@localhost
+MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=		http://slrn.sourceforge.net/
+COMMENT=		Clean SLRN's score file
+LICENSE=		gnu-gpl-v2
+
+EXTRACT_USING=		bsdtar
+USE_TOOLS=		perl
+REPLACE_PERL=		contrib/cleanscore
+
+NO_BUILD=		yes
+
+INSTALLATION_DIRS+=	bin share/doc/cleanscore
+
+do-install:
+	${INSTALL_SCRIPT} ${WRKSRC}/contrib/cleanscore ${DESTDIR}${PREFIX}/bin
+	${INSTALL_DATA} ${WRKSRC}/contrib/README.cleanscore ${DESTDIR}${PREFIX}/share/doc/cleanscore
+	${INSTALL_DATA} ${WRKSRC}/contrib/NEWS.cleanscore ${DESTDIR}${PREFIX}/share/doc/cleanscore
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/cleanscore/PLIST b/cleanscore/PLIST
new file mode 100644
index 0000000000..5abf7885f8
--- /dev/null
+++ b/cleanscore/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.3 2018/01/01 22:29:51 rillig Exp $
+bin/cleanscore
+share/doc/cleanscore/NEWS.cleanscore
+share/doc/cleanscore/README.cleanscore
diff --git a/cleanscore/distinfo b/cleanscore/distinfo
new file mode 100644
index 0000000000..c7c37bdc0f
--- /dev/null
+++ b/cleanscore/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.3 2015/11/02 23:49:46 agc Exp $
+
+SHA1 (slrn-1.0.3a.tar.bz2) = 898d09685f5fe159f23829cd21e15308f5dce822
+RMD160 (slrn-1.0.3a.tar.bz2) = dd5f5df5d508b8e0c5b136093f24121af31d3432
+SHA512 (slrn-1.0.3a.tar.bz2) = 11cef2dfe41f441af15acc22fb675cf607e932f0dd6d4a998e51ecda05c9a50d7abf10a3e693ffc857ad77e09634f460404e4d5b289169e7bbffdaf5d6d565a3
+Size (slrn-1.0.3a.tar.bz2) = 997138 bytes


Home | Main Index | Thread Index | Old Index