diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-07-13 21:36:57 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-07-13 21:36:57 +0000 |
commit | 1db32cf03f7ed4372c2e1b47ec65933d8cb4b12c (patch) | |
tree | df23023542731f7043de16ee82e3920804dc476e /editors | |
parent | 784fcf303d8f0c8d760af6182b5078abe1867c37 (diff) | |
download | ports-1db32cf03f7ed4372c2e1b47ec65933d8cb4b12c.tar.gz ports-1db32cf03f7ed4372c2e1b47ec65933d8cb4b12c.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/xed/Makefile | 29 | ||||
-rw-r--r-- | editors/xed/distinfo | 2 | ||||
-rw-r--r-- | editors/xed/files/patch-Imakefile | 19 | ||||
-rw-r--r-- | editors/xed/pkg-descr | 1 | ||||
-rw-r--r-- | editors/xed/pkg-plist | 4 |
6 files changed, 0 insertions, 56 deletions
diff --git a/editors/Makefile b/editors/Makefile index 5bdc50aa4948..fb789a84cb96 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -252,7 +252,6 @@ SUBDIR += wordgrinder SUBDIR += wxhexeditor SUBDIR += xcoral - SUBDIR += xed SUBDIR += xi-core SUBDIR += xi-term SUBDIR += xmlcopyeditor 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 |