pkgsrc-WIP-changes archive

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

memo: Drop, dead and no upstream ?



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Oct 3 23:02:18 2016 +0200
Changeset:	5ffb99b331bfed5da30844eff0307d8bf382a5fc

Removed Files:
	memo/DESCR
	memo/Makefile
	memo/PLIST
	memo/distinfo
	memo/patches/patch-Makefile

Log Message:
memo: Drop, dead and no upstream ?

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

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

diffstat:
 memo/DESCR                  | 10 ----------
 memo/Makefile               | 19 -------------------
 memo/PLIST                  |  3 ---
 memo/distinfo               |  6 ------
 memo/patches/patch-Makefile | 32 --------------------------------
 5 files changed, 70 deletions(-)

diffs:
diff --git a/memo/DESCR b/memo/DESCR
deleted file mode 100644
index 0f8631f..0000000
--- a/memo/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-Memo is a note-taking and to-do software written in C. Memo runs on command
-line.
-
-With Memo, it's possible to concentrate on the tasks in your to-do list
-instead of spending time managing those tasks. After a while taking notes
-and keeping a to-do list is part of your daily life instead of some nasty
-thing you must remember to do.
-
-Memo is Free Software under the GPL licence and is maintained by Niko
-Rosvall.
diff --git a/memo/Makefile b/memo/Makefile
deleted file mode 100644
index d844d8b..0000000
--- a/memo/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2015/07/01 03:04:24 cfkoch Exp $
-
-DISTNAME=	memo-1.6
-CATEGORIES=	misc
-MASTER_SITES=	http://www.getmemo.org/
-
-MAINTAINER=	cfkoch%users.sourceforge.net@localhost
-HOMEPAGE=	http://www.getmemo.org/
-COMMENT=	Note-taking software
-LICENSE=	gnu-gpl-v3
-
-USE_LANGUAGES+=	c
-NO_CONFIGURE=	yes
-USE_TOOLS+=	gmake
-
-MAKE_FLAGS+=	PREFIX=${PREFIX}
-INSTALLATION_DIRS=	bin
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/memo/PLIST b/memo/PLIST
deleted file mode 100644
index 43a5e9e..0000000
--- a/memo/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2015/06/21 16:53:41 cfkoch Exp $
-bin/memo
-man/man1/memo.1
diff --git a/memo/distinfo b/memo/distinfo
deleted file mode 100644
index 817ab05..0000000
--- a/memo/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2015/06/21 16:53:41 cfkoch Exp $
-
-SHA1 (memo-1.6.tar.gz) = 5d0156c1ea7e1bee6b5b18824caefa2d3872c98e
-RMD160 (memo-1.6.tar.gz) = e61ea07add6ef7d06c6a7eb8d3f3f39e68e6b2e3
-Size (memo-1.6.tar.gz) = 29816 bytes
-SHA1 (patch-Makefile) = 0b73e0e43940029763372c6c623d90c5b6441343
diff --git a/memo/patches/patch-Makefile b/memo/patches/patch-Makefile
deleted file mode 100644
index 8c01aeb..0000000
--- a/memo/patches/patch-Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-$NetBSD: patch-Makefile,v 1.1 2015/06/21 16:53:41 cfkoch Exp $
-# Add DESTDIR support; use pkgsrc's preferred man1 location.
---- Makefile.orig
-+++ Makefile
-@@ -1,6 +1,8 @@
- CC=gcc
- override CFLAGS+=-std=c99 -Wall
--PREFIX=/usr/local
-+PREFIX?=/usr/local
-+MANDIR=${DESTDIR}${PREFIX}/man/man1
-+BINDIR=${DESTDIR}${PREFIX}/bin
- LDFLAGS=
- 
- ifeq ($(OS),Windows_NT)
-@@ -20,12 +22,12 @@
- 	rm *.o
- 
- install: all
--	if [ ! -d $(PREFIX)/share/man/man1 ];then	\
--		mkdir -p $(PREFIX)/share/man/man1;	\
-+	if [ ! -d ${MANDIR} ];then	\
-+		mkdir -p ${MANDIR};	\
- 	fi
--	cp memo.1 $(PREFIX)/share/man/man1/
--	gzip -f $(PREFIX)/share/man/man1/memo.1
--	cp memo $(PREFIX)/bin/
-+	cp memo.1 ${MANDIR}
-+	gzip -f ${MANDIR}/memo.1
-+	cp memo ${BINDIR}
- 
- uninstall:
- 	rm $(PREFIX)/bin/memo


Home | Main Index | Thread Index | Old Index