pkgsrc-WIP-changes archive

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

e3: remove



Module Name:	pkgsrc-wip
Committed By:	miwarin <miwarin%gmail.com@localhost>
Pushed By:	miwarin
Date:		Fri May 25 00:40:40 2018 +0900
Changeset:	18a67fe7abfe7bbe9081c32dcae020b7d1eac732

Modified Files:
	Makefile
Removed Files:
	e3/DESCR
	e3/Makefile
	e3/PLIST
	e3/distinfo
	e3/patches/patch-aa

Log Message:
e3: remove

MASTER_SITE not found

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

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

diffstat:
 Makefile            |  1 -
 e3/DESCR            | 19 -------------------
 e3/Makefile         | 19 -------------------
 e3/PLIST            |  8 --------
 e3/distinfo         |  6 ------
 e3/patches/patch-aa | 18 ------------------
 6 files changed, 71 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 66d6fff7a5..c0bebaf59e 100644
--- a/Makefile
+++ b/Makefile
@@ -633,7 +633,6 @@ SUBDIR+=	dzen-git
 SUBDIR+=	dzen2
 SUBDIR+=	e00pg
 SUBDIR+=	e2fsprogs
-SUBDIR+=	e3
 SUBDIR+=	easy-rsa
 SUBDIR+=	easymesh
 SUBDIR+=	eboard-extras
diff --git a/e3/DESCR b/e3/DESCR
deleted file mode 100644
index 28e1803826..0000000000
--- a/e3/DESCR
+++ /dev/null
@@ -1,19 +0,0 @@
-e3 (200k) is a full featured text editor in three versions: primary e3
-for x86 versions of Linux, FreeBSD, NetBSD, OpenBSD, Win9x, QNX, Atheos,
-BeOS(TM), DOS and ELKS (ELKS == Embeddable Linux Kernel Subset) written
-in NASM assembler, for second a version for ARM Risc CPUs and for third
-e3c, a C equivalent for all other platforms, for example on other RISC
-CPU like ALPHA. The assembler version is highly optimized for size.
-
-For the command syntax you can choice between the families of
-Wordstar(TM), EMACS, Pico, nedit or vi editors. In Linux the e3
-uncompressed executable's size is at 12000 byte, a compressed executable
-will need around 9000 byte, so you won't waste your disk space ;-) e3 is
-quite independent of libc and because of its size it is very usable for
-Mini-Linux distributions and rescue disks. e3 has a numeric calculator
-built in. Newer e3 versions have the UNDO feature built in. Some
-features like piping through /bin/sed (using stream editor as a sub
-process) are currently designed for Linux and *BSD only, anyway this
-opens e3's door to the world of regular expressions.  The 16 bit
-assembler versions of e3 and the C version are limited to Wordstar keys
-only.
diff --git a/e3/Makefile b/e3/Makefile
deleted file mode 100644
index bcaaaf515e..0000000000
--- a/e3/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2012/09/28 22:07:29 asau Exp $
-#
-
-DISTNAME=		e3-2.43
-PKGNAME=		e3asm-2.43
-PKGREVISION=		1
-CATEGORIES=		editors
-MASTER_SITES=		http://www.sax.de/~adlibit/
-
-MAINTAINER=		lrfurtado%yahoo.com.br@localhost
-HOMEPAGE=		http://www.sax.de/~adlibit/
-COMMENT=		Full-featured text editor highly optimized for size
-
-BUILD_DEPENDS+=		nasm>=0.98:../../devel/nasm
-
-
-USE_TOOLS+=		gmake
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/e3/PLIST b/e3/PLIST
deleted file mode 100644
index d4b4345d0c..0000000000
--- a/e3/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2006/02/11 20:03:25 rillig Exp $
-bin/e3
-bin/e3em
-bin/e3ne
-bin/e3pi
-bin/e3vi
-bin/e3ws
-man/man1/e3.1
diff --git a/e3/distinfo b/e3/distinfo
deleted file mode 100644
index ab104143ad..0000000000
--- a/e3/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.3 2006/02/11 20:03:25 rillig Exp $
-
-SHA1 (e3-2.43.tar.gz) = 119ffb9418e429d02bf2e091ffcb73e5f8dc2055
-RMD160 (e3-2.43.tar.gz) = 411f6708b9bfc34b4e7998baa9a3f169ef4a3901
-Size (e3-2.43.tar.gz) = 215540 bytes
-SHA1 (patch-aa) = 6e042cec3f2186bf6be3b8eaaacddc6a67133b7c
diff --git a/e3/patches/patch-aa b/e3/patches/patch-aa
deleted file mode 100644
index 5de77905a4..0000000000
--- a/e3/patches/patch-aa
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2006/02/11 20:03:25 rillig Exp $
-
---- Makefile.orig	2002-10-05 18:53:00.000000000 +0200
-+++ Makefile	2006-02-11 21:00:22.000000000 +0100
-@@ -8,11 +8,11 @@ OS=LINUX
- #OS=W32 	** please use a separate make.bat for W9x **
- 
- # Set this to gzexe or upx if you want compression
--COMPRESS=gzexe
-+#COMPRESS=gzexe
- 
- # 2. edit dest dir prefix if you want....
- 
--PREFIX='/usr/local'
-+#PREFIX='/usr/local'
- #PREFIX=/boot/home
- 
- 


Home | Main Index | Thread Index | Old Index