From 44c2d0019a10214ad0e92d4d22373c6ff03d5d00 Mon Sep 17 00:00:00 2001 From: Johan van Selst Date: Wed, 4 Jan 2012 17:51:48 +0000 Subject: Remove the port of GNU ed again, as it doesn't seem to offer any advantage of the standard ed that we have in the base system. --- editors/Makefile | 1 - editors/ged/Makefile | 25 ------------------------- editors/ged/distinfo | 2 -- editors/ged/pkg-descr | 12 ------------ 4 files changed, 40 deletions(-) delete mode 100644 editors/ged/Makefile delete mode 100644 editors/ged/distinfo delete mode 100644 editors/ged/pkg-descr (limited to 'editors') diff --git a/editors/Makefile b/editors/Makefile index 901e0ee764d9..518145770c52 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -53,7 +53,6 @@ SUBDIR += fte SUBDIR += fxite SUBDIR += gate - SUBDIR += ged SUBDIR += gedit SUBDIR += gedit-plugins SUBDIR += ghex diff --git a/editors/ged/Makefile b/editors/ged/Makefile deleted file mode 100644 index 58c672ebba6a..000000000000 --- a/editors/ged/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: ed -# Date created: Mon 2 Jan 2012 11:27:01 CET -# Whom: Johan van Selst -# -# $FreeBSD$ - -PORTNAME= ed -PORTVERSION= 1.6 -CATEGORIES= editors -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= johans@FreeBSD.org -COMMENT= The GNU version of the ed editor - -INFO= ged - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --program-prefix=g - -PLIST_FILES= bin/ged bin/gred -MAN1= ged.1 -MLINKS= ged.1 gred.1 - -.include diff --git a/editors/ged/distinfo b/editors/ged/distinfo deleted file mode 100644 index 3d23a89ef83f..000000000000 --- a/editors/ged/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ed-1.6.tar.gz) = 211c67b0c4aae277d34b1c5f842db1952e468e5905142868e4718ac838f08a65 -SIZE (ed-1.6.tar.gz) = 86691 diff --git a/editors/ged/pkg-descr b/editors/ged/pkg-descr deleted file mode 100644 index aa66edeb0f0b..000000000000 --- a/editors/ged/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -GNU ed is a line-oriented text editor. It is used to create, display, -modify and otherwise manipulate text files, both interactively and via -shell scripts. - -A restricted version of ed, red, can only edit files in the current -directory and cannot execute shell commands. - -Ed is the "standard" text editor in the sense that it is the original -editor for Unix, and thus widely available. For most purposes, however, -it is superseded by full-screen editors such as Vi or Emacs. - -WWW: http://www.gnu.org/software/ed/ -- cgit v1.2.3