summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-05-15 16:05:40 +0000
committerRenato Botelho <garga@FreeBSD.org>2014-05-15 16:05:40 +0000
commitaac4808550ffbcfb51121d01d21fb7b1b69906ee (patch)
treec6e5623350cf92946ba05040075ea282490e78e2 /editors
parentSupport STAGEDIR. (diff)
Removed some expired ports:
2014-05-12 archivers/star: Depends on deprecated smake 2014-05-12 editors/ved: Depends on deprecated smake 2014-04-12 japanese/chasen: Unmaintained since 2001
Notes
Notes: svn path=/head/; revision=354150
Diffstat (limited to 'editors')
-rw-r--r--editors/Makefile1
-rw-r--r--editors/ved/Makefile53
-rw-r--r--editors/ved/distinfo2
-rw-r--r--editors/ved/files/patch-aa11
-rw-r--r--editors/ved/files/patch-ab20
-rw-r--r--editors/ved/pkg-descr4
6 files changed, 0 insertions, 91 deletions
diff --git a/editors/Makefile b/editors/Makefile
index cf141b482dc2..8f6499dba82f 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -271,7 +271,6 @@
SUBDIR += tweak
SUBDIR += uemacs
SUBDIR += uzap
- SUBDIR += ved
SUBDIR += vigor
SUBDIR += vile
SUBDIR += vim
diff --git a/editors/ved/Makefile b/editors/ved/Makefile
deleted file mode 100644
index 0431ca317f65..000000000000
--- a/editors/ved/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# Created by: George Reid <greid@ukug.uk.freebsd.org>
-# $FreeBSD$
-
-PORTNAME= ved
-PORTVERSION= 1.7
-PORTREVISION= 1
-CATEGORIES= editors
-MASTER_SITES= ftp://ftp.berlios.de/pub/ved/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A small and fast screen-oriented editor
-
-DEPRECATED= Depends on deprecated smake
-EXPIRATION_DATE= 2014-05-12
-
-BUILD_DEPENDS= smake:${PORTSDIR}/devel/smake
-
-MAN1= ved.1
-PLIST_FILES= bin/ved %%DATADIR%%/ved.help
-PLIST_DIRS= %%DATADIR%%
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
-BROKEN= Does not compile on ia64, powerpc, or sparc64
-.endif
-
-post-patch:
- ${REINPLACE_CMD} -e 's|^COPTOPT=.*$$|COPTOPT= ${CFLAGS}|g ; \
- s| gcc| ${CC}|g' ${WRKSRC}/RULES/i386-freebsd-cc.rul
- ${REINPLACE_CMD} -e 's|fexecve|fexecve_ved|g' ${WRKSRC}/include/schily.h
- ${REINPLACE_CMD} -e 's|fexecve|fexecve_ved|g' ${WRKSRC}/libschily/fexec.c
-
-.for file in ved.h ved.1
- ${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|g' ${WRKSRC}/ved/${file}
-.endfor
-.for arch in alpha amd64 ia64 sparc64
- cd ${WRKSRC}/RULES \
- && ${LN} -sf i386-freebsd-cc.rul ${arch}-freebsd-cc.rul
-.endfor
-
-do-build:
- (cd ${WRKSRC} && smake)
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ved/OBJ/${ARCH}-freebsd-cc/ved \
- ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/ved/ved.1 ${MANPREFIX}/man/man1
- @${MKDIR} ${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/ved/ved.help ${DATADIR}
-
-.include <bsd.port.post.mk>
diff --git a/editors/ved/distinfo b/editors/ved/distinfo
deleted file mode 100644
index b6ee56986590..000000000000
--- a/editors/ved/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ved-1.7.tar.gz) = ed1a5722bf788d5bd0e77a5a82f1d36d73c06384e954a5028e92591fefc378c9
-SIZE (ved-1.7.tar.gz) = 512815
diff --git a/editors/ved/files/patch-aa b/editors/ved/files/patch-aa
deleted file mode 100644
index 71308bf44148..000000000000
--- a/editors/ved/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- ved/ved.h.orig Sat Mar 13 06:33:40 2004
-+++ ved/ved.h Wed Dec 15 02:17:42 2004
-@@ -134,7 +134,7 @@
- # define HELPFILE UC "/doc/cmds/ved.help"
- #else
- # define DEFSHELL "/bin/sh"
--# define HELPFILE UC "/opt/schily/man/help/ved.help"
-+# define HELPFILE UC "%%DATADIR%%/ved.help"
- #endif
-
- /*
diff --git a/editors/ved/files/patch-ab b/editors/ved/files/patch-ab
deleted file mode 100644
index 0ec0b920fb57..000000000000
--- a/editors/ved/files/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
---- ved/ved.1.orig Sun Dec 31 18:53:00 2000
-+++ ved/ved.1 Sun Dec 31 18:54:13 2000
-@@ -2614,15 +2614,8 @@
- .B ved
- shell command execute buffer.
- .TP
--.B .../man/help/ved.help
--The on-line help file is assumed to be in the same
--directory tree as the
--.B ved
--binary.
--
--.SH "SEE ALSO"
--.BR change "(1),"
--.BR match "(1)."
-+.B %%DATADIR%%/ved.help
-+The on-line help file is installed in %%DATADIR%%
- .SH NOTES
- To edit files greater than 2 GB, you need to compile
- .B ved
diff --git a/editors/ved/pkg-descr b/editors/ved/pkg-descr
deleted file mode 100644
index ad7e30ec67a2..000000000000
--- a/editors/ved/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Ved (visual editor) is a small and very fast screen-oriented editor
-that implements a user interface somewhere between vi and Emacs. It is
-powerful and easy to learn, and has no limitations on line length,
-file size, or the types of characters that may appear in a file.