aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2012-01-04 17:51:48 +0000
committerJohan van Selst <johans@FreeBSD.org>2012-01-04 17:51:48 +0000
commit44c2d0019a10214ad0e92d4d22373c6ff03d5d00 (patch)
treeb2506314f3482494b1bfaa661a4a142a19a267aa /editors
parentd4bf9fc462973957d11b2fd2b7522f857099d533 (diff)
downloadports-44c2d0019a10214ad0e92d4d22373c6ff03d5d00.tar.gz
ports-44c2d0019a10214ad0e92d4d22373c6ff03d5d00.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/Makefile1
-rw-r--r--editors/ged/Makefile25
-rw-r--r--editors/ged/distinfo2
-rw-r--r--editors/ged/pkg-descr12
4 files changed, 0 insertions, 40 deletions
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 <johans@sack.nl>
-#
-# $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 <bsd.port.mk>
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/