pkgsrc-WIP-changes archive

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

wip clean-up: remove aoeui



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Sat Jul 2 22:48:26 2022 +0200
Changeset:	3c71890bbdbba1469d428999ad9ff5abea170920

Modified Files:
	Makefile
Removed Files:
	aoeui/DESCR
	aoeui/Makefile
	aoeui/PLIST
	aoeui/distinfo
	aoeui/patches/patch-Makefile
	aoeui/patches/patch-all.h

Log Message:
wip clean-up: remove aoeui

Dead upstream, last tarball 2014.

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

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

diffstat:
 Makefile                     |  1 -
 aoeui/DESCR                  |  4 ----
 aoeui/Makefile               | 18 ---------------
 aoeui/PLIST                  |  8 -------
 aoeui/distinfo               |  7 ------
 aoeui/patches/patch-Makefile | 55 --------------------------------------------
 aoeui/patches/patch-all.h    | 15 ------------
 7 files changed, 108 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 2366a197ec..03c194bbe6 100644
--- a/Makefile
+++ b/Makefile
@@ -150,7 +150,6 @@ SUBDIR+=	ansible-junos-stdlib
 SUBDIR+=	anthy-dic-jis34
 SUBDIR+=	antlr
 SUBDIR+=	antlr3-c
-SUBDIR+=	aoeui
 SUBDIR+=	aoi
 SUBDIR+=	aokell
 SUBDIR+=	aols-freetds
diff --git a/aoeui/DESCR b/aoeui/DESCR
deleted file mode 100644
index 6c89ce7d25..0000000000
--- a/aoeui/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-Aoeui is a very small and efficient display editor built upon a philosophy of
-making interaction with UNIX text manipulation commands easy, rather than
-duplicating their features. Its command set is optimized for the Dvorak and
-QWERTY keyboard layouts.
diff --git a/aoeui/Makefile b/aoeui/Makefile
deleted file mode 100644
index a4c03bf118..0000000000
--- a/aoeui/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2012/09/24 16:56:34 asau Exp $
-#
-
-DISTNAME=	aoeui-1.6
-CATEGORIES=	editors
-MASTER_SITES=	https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/aoeui/
-EXTRACT_SUFX=	.tgz
-
-MAINTAINER=	a%zta.lk@localhost
-HOMEPAGE=	https://code.google.com/archive/p/aoeui/
-COMMENT=	Lightweight text editor optimized for Dvorak
-LICENSE=	gnu-gpl-v2
-
-USE_TOOLS+=	m4
-
-BUILD_TARGET=	default
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/aoeui/PLIST b/aoeui/PLIST
deleted file mode 100644
index 93f3531bd5..0000000000
--- a/aoeui/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2011/07/03 14:27:56 realzhtw Exp $
-bin/aoeui
-bin/asdfg
-man/man1/aoeui.1
-man/man1/asdfg.1
-share/doc/aoeui/aoeui.txt
-share/doc/aoeui/notes.txt
-share/doc/aoeui/xterm-ctlseqs.txt
diff --git a/aoeui/distinfo b/aoeui/distinfo
deleted file mode 100644
index ba7250201c..0000000000
--- a/aoeui/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.3 2012/02/03 17:07:30 realzhtw Exp $
-
-RMD160 (aoeui-1.6.tgz) = 3b7d2779c5df40943577904aa1bd78befcd0215b
-SHA512 (aoeui-1.6.tgz) = 9cbc0555fe6bc2ee2effcd8747237e997b91c430477a16b7e72ec5249844f3bfc2db3e064c4dc1b6732f387affcaeaea8faeba9dad1a691eab529c38a5151cd4
-Size (aoeui-1.6.tgz) = 90202 bytes
-SHA1 (patch-Makefile) = 3bf866116fd26e60825579b684778d7c591923c5
-SHA1 (patch-all.h) = 2d14dac26dace6b7c30e2510e3ddca7b581552e4
diff --git a/aoeui/patches/patch-Makefile b/aoeui/patches/patch-Makefile
deleted file mode 100644
index 1eebfd10c4..0000000000
--- a/aoeui/patches/patch-Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-$NetBSD: patch-Makefile,v 1.2 2012/02/03 17:07:30 realzhtw Exp $
-
---- Makefile.orig	2011-11-10 18:10:25.000000000 +0000
-+++ Makefile
-@@ -8,7 +8,7 @@ HDRS = all.h buffer.h child.h mode.h tex
- 	window.h util.h clip.h macro.h mem.h die.h types.h rgba.h
- RELS = $(SRCS:.c=.o)
- LIBS = -lutil
--INST_DIR = $(DESTDIR)/usr
-+INST_DIR = $(DESTDIR)/$(PREFIX)
- CFLAGS = -Wall -Wno-parentheses \
- -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes \
- -Wmissing-prototypes -Wmissing-declarations
-@@ -22,14 +22,19 @@ STRINGIFY = sed 's/\\/\\\\/g;s/"/\\"/g;s
- 
- default: optimized display-test aoeui.1 asdfg.1
- 
--aoeui: $(RELS)
--	$(CC) $(CFLAGS) -o $@ $(RELS) $(LIBS)
-+aoeui: $(RELS) libs
-+	$(CC) $(CFLAGS) -o $@ $(RELS) `cat libs`
- $(RELS): $(HDRS)
- help.o: aoeui.help asdfg.help
- aoeui.help: help.m4
- 	m4 help.m4 | $(STRINGIFY) >$@
- asdfg.help: help.m4
- 	m4 -D ASDFG help.m4 | $(STRINGIFY) >$@
-+libs:
-+	case `uname -s` in \
-+	  Linux) echo -lutil;; \
-+	  *BSD*|DragonFly) echo -lutil -lcompat;; \
-+	esac >$@
- 
- display-test: display-test.o display.o mem.o utf8.o
- 	$(CC) $(CFLAGS) -o $@ display-test.o display.o mem.o utf8.o
-@@ -60,14 +65,14 @@ profile: clean
- TAGS: $(SRCS) $(HDRS)
- 	$(CTAGS) -x $(SRCS) $(HDRS) >$@
- 
--install: aoeui aoeui.1.gz asdfg.1.gz
-+install: aoeui aoeui.1 asdfg.1
- 	install -d $(INST_DIR)/bin
--	install -d $(INST_DIR)/share/aoeui
--	install -d $(INST_DIR)/share/man/man1
-+	install -d $(INST_DIR)/share/doc/aoeui
-+	install -d $(INST_DIR)/man/man1
- 	install aoeui $(INST_DIR)/bin
- 	ln -nf $(INST_DIR)/bin/aoeui $(INST_DIR)/bin/asdfg
--	install *.txt $(INST_DIR)/share/aoeui
--	install *.1.gz $(INST_DIR)/share/man/man1
-+	install *.txt $(INST_DIR)/share/doc/aoeui
-+	install *.1 $(INST_DIR)/man/man1
- clean:
- 	rm -f *.o *.help core gmon.out screenlog.*
- clobber: clean
diff --git a/aoeui/patches/patch-all.h b/aoeui/patches/patch-all.h
deleted file mode 100644
index d1b15ec64e..0000000000
--- a/aoeui/patches/patch-all.h
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-all.h,v 1.3 2012/02/03 17:07:30 realzhtw Exp $
-
---- all.h.orig	2011-11-10 18:10:25.000000000 +0000
-+++ all.h
-@@ -23,7 +23,9 @@
- #include <sys/stat.h>
- #include <sys/time.h>
- #include <sys/wait.h>
--#if defined __APPLE__ || defined BSD
-+#if defined __FreeBSD__
-+# include <libutil.h>
-+#elif defined __APPLE__ || defined __NetBSD__ || defined __OpenBSD__ || defined __DragonFly__
- # include <util.h>
- #else
- # include <pty.h>


Home | Main Index | Thread Index | Old Index