aboutsummaryrefslogtreecommitdiff
path: root/editors/xed
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-07-13 21:36:57 +0000
committerRene Ladan <rene@FreeBSD.org>2019-07-13 21:36:57 +0000
commit1db32cf03f7ed4372c2e1b47ec65933d8cb4b12c (patch)
treedf23023542731f7043de16ee82e3920804dc476e /editors/xed
parent784fcf303d8f0c8d760af6182b5078abe1867c37 (diff)
downloadports-1db32cf03f7ed4372c2e1b47ec65933d8cb4b12c.tar.gz
ports-1db32cf03f7ed4372c2e1b47ec65933d8cb4b12c.zip
Remove expired ports:
2019-07-12 misc/tcb: Abandonware that uses sys/dir.h 2019-07-12 editors/xed: Abandonware using sys/dir.h 2019-07-12 databases/gtksql: Abandonware using sys/dir.h
Notes
Notes: svn path=/head/; revision=506581
Diffstat (limited to 'editors/xed')
-rw-r--r--editors/xed/Makefile29
-rw-r--r--editors/xed/distinfo2
-rw-r--r--editors/xed/files/patch-Imakefile19
-rw-r--r--editors/xed/pkg-descr1
-rw-r--r--editors/xed/pkg-plist4
5 files changed, 0 insertions, 55 deletions
diff --git a/editors/xed/Makefile b/editors/xed/Makefile
deleted file mode 100644
index beb529168ec7..000000000000
--- a/editors/xed/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Created by: shanee
-# $FreeBSD$
-
-PORTNAME= xed
-PORTVERSION= 1.3
-PORTREVISION= 3
-CATEGORIES= editors
-MASTER_SITES= XCONTRIB/editors
-DISTNAME= ${PORTNAME}${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Text editor for X
-
-DEPRECATED= Abandonware using sys/dir.h
-EXPIRATION_DATE= 2019-07-12
-
-LICENSE= MIT
-
-USES= imake tar:Z
-USE_XORG= xaw
-MAKE_ARGS= BINDIR=${PREFIX}/bin \
- LIBDIR=${PREFIX}/lib/X11 \
- MANPATH=${PREFIX}/man
-
-pre-build:
- @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \
- 's|extern char \*malloc();|/\* extern char \*malloc(); \*/|g'
-
-.include <bsd.port.mk>
diff --git a/editors/xed/distinfo b/editors/xed/distinfo
deleted file mode 100644
index c90981ddc76d..000000000000
--- a/editors/xed/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xed1.3.tar.Z) = 9f4d5490bcaac9d4eb171724275db45a68cba65ca2314584baecd5d36a5d979a
-SIZE (xed1.3.tar.Z) = 89933
diff --git a/editors/xed/files/patch-Imakefile b/editors/xed/files/patch-Imakefile
deleted file mode 100644
index 387eef278c53..000000000000
--- a/editors/xed/files/patch-Imakefile
+++ /dev/null
@@ -1,19 +0,0 @@
---- Imakefile.orig 2015-03-05 04:17:04.000000000 +0300
-+++ Imakefile 2015-03-05 04:18:12.000000000 +0300
-@@ -1,4 +1,4 @@
-- DEFINES = -DHELPFILE=\"$(DESTDIR)${LIBDIR}/xed/xed.help\"
-+ DEFINES = -DHELPFILE=\"${LIBDIR}/xed/xed.help\"
-
- XCOMM Please check for some aditional DEFINES
- XCOMM -DSCROLLBREAK -DUSEGETCWD -DNORENAME -DUSEDIRENT -DUSE_CSH_SYSTEM
-@@ -30,8 +30,8 @@
-
- xed.help: helpfile
- $(RM) $@
-- cat helpfile | sed "s@<XEDCOMMANDFILE>@$(DESTDIR)$(LIBDIR)/xed/xed.commands@g" | \
-- sed "s@<XEDRESOURCEFILE>@$(DESTDIR)$(XAPPLOADDIR)/Xed@g" > xed.help
-+ cat helpfile | sed "s@<XEDCOMMANDFILE>@$(LIBDIR)/xed/xed.commands@g" | \
-+ sed "s@<XEDRESOURCEFILE>@$(XAPPLOADDIR)/Xed@g" > xed.help
-
-
- InstallNonExecFile(xed.help,$(LIBDIR)/xed)
diff --git a/editors/xed/pkg-descr b/editors/xed/pkg-descr
deleted file mode 100644
index ee46486d1723..000000000000
--- a/editors/xed/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-xed - a text editor for X
diff --git a/editors/xed/pkg-plist b/editors/xed/pkg-plist
deleted file mode 100644
index 845d43b0e13c..000000000000
--- a/editors/xed/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/xed
-lib/X11/xed/xed.help
-lib/X11/app-defaults/Xed
-man/man1/xed.1.gz