Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jan 2024 17:24:51 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9baad07c81b3 - main - japanese/jed: Remove expired port
Message-ID:  <202401171724.40HHOpVB060818@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9baad07c81b37c6fb08e28826208c866fb51f69b

commit 9baad07c81b37c6fb08e28826208c866fb51f69b
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-17 17:03:55 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-17 17:24:39 +0000

    japanese/jed: Remove expired port
    
    2024-01-16 japanese/jed: Upstream site vaporized and returns NXDOMAIN consider using editors/jed
---
 MOVED                                    |   1 +
 japanese/Makefile                        |   1 -
 japanese/jed/Makefile                    |  90 ------------------
 japanese/jed/distinfo                    |   4 -
 japanese/jed/files/patch-configure       |  32 -------
 japanese/jed/files/patch-info_jed.info   |  13 ---
 japanese/jed/files/patch-lib_abbrev.sl   |  22 -----
 japanese/jed/files/patch-lib_canna.sl    |  15 ---
 japanese/jed/files/patch-lib_japanese.sl |  15 ---
 japanese/jed/files/patch-lib_jed.rc      |  22 -----
 japanese/jed/files/patch-src_Makefile.in |  29 ------
 japanese/jed/pkg-descr                   |  10 --
 japanese/jed/pkg-message                 |  11 ---
 japanese/jed/pkg-plist                   | 153 -------------------------------
 14 files changed, 1 insertion(+), 417 deletions(-)

diff --git a/MOVED b/MOVED
index 0471a5e1b882..6c9569e925ad 100644
--- a/MOVED
+++ b/MOVED
@@ -2939,3 +2939,4 @@ net/unison232|net/unison240|2024-01-15|Has expired: More recent versions are in
 science/libtensorflow1||2024-01-15|Has expired: Broken for more than a year
 devel/appstream-compose||2024-01-15|Became a subpackage of devel/appstream
 devel/appstream-qt|devel/appstream-qt5|2024-01-15|The Qt6 flavor became a subpackage of devel/appstream
+japanese/jed||2024-01-17|Has expired: Upstream site vaporized and returns NXDOMAIN consider using editors/jed
diff --git a/japanese/Makefile b/japanese/Makefile
index a9f5eb53099c..a5fd772bedc4 100644
--- a/japanese/Makefile
+++ b/japanese/Makefile
@@ -129,7 +129,6 @@
     SUBDIR += japaneseAFM
     SUBDIR += jargon-fpw
     SUBDIR += jcode.pl
-    SUBDIR += jed
     SUBDIR += jishyo
     SUBDIR += jls
     SUBDIR += jvim3
diff --git a/japanese/jed/Makefile b/japanese/jed/Makefile
deleted file mode 100644
index 8871aec7995d..000000000000
--- a/japanese/jed/Makefile
+++ /dev/null
@@ -1,90 +0,0 @@
-PORTNAME=	jed
-PORTVERSION=	${VERSION}.j${JP_VERSION}
-PORTREVISION=	7
-CATEGORIES=	japanese editors
-MASTER_SITES=	LOCAL/knu \
-		http://www.kondara.org/~g/slang/
-DISTNAME=	${PORTNAME}-B${VERSION:R}-${VERSION:E}__J${JP_VERSION}
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
-		${PORTNAME}-extralibs-${VERSION}.tar.gz
-DIST_SUBDIR=	jed
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	SLang-based text editor (w/ Japanese support)
-WWW=		http://www.dsl.tutics.tut.ac.jp/~kawamoto/jed/jed.html
-
-LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
-
-DEPRECATED=	Upstream site vaporized and returns NXDOMAIN consider using editors/jed
-EXPIRATION_DATE=	2024-01-16
-
-LIB_DEPENDS=	libslang.so:japanese/libslang
-
-USES=		ncurses
-
-GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--enable-x-locale=no
-CONFIGURE_ENV=	JED_ROOT="${JED_ROOT}" X_EXTRA_LIBS="-lncurses"
-
-MAKE_JOBS_UNSAFE=	yes
-ALL_TARGET=	${BINSTUFF} getmail
-
-CONFLICTS_INSTALL=	jed # bin/jed
-
-INFO=		jed
-PORTDOCS=	abbrev.txt color.txt dfa.txt edt.txt emacs.txt fold.txt	\
-	hooks.txt ide-mode.txt jed_faq.txt jedfuns.txt libfuns.txt	\
-	menus.txt mouse.txt pc-keys.txt program.txt rgrep.txt		\
-	rmail.txt script.txt slangfun.txt syntax.txt undo.txt wjed.txt	\
-	wordstar.txt xjed.txt yankpop.txt README jed.tex jed-j.doc
-
-OPTIONS_DEFINE=	DOCS X11 CANNA
-OPTIONS_DEFAULT=CANNA X11
-OPTIONS_SUB=	yes
-
-CANNA_DESC=		Canna support
-
-CANNA_LIB_DEPENDS=	libcanna.so:japanese/canna-lib
-CANNA_CONFIGURE_ON=	--with-canna=yes
-CANNA_CONFIGURE_OFF=	--with-canna=no
-X11_USES=	xorg
-X11_USE=	XORG=x11,xext,xt
-X11_VARS=	BINSTUFF+=xjed
-
-JED_ROOT=	${DATADIR}
-BINSTUFF=	jed rgrep
-VERSION=	0.99.8
-JP_VERSION=	067
-
-_OBJDIR=	${WRKSRC}/src/${ARCH}objs
-_DOCDIR=	${WRKSRC}/doc
-_INFODIR=	${WRKSRC}/info
-_LIBDIR=	${WRKSRC}/lib
-
-post-extract:
-	@cd ${WRKDIR} && ${MV} *.sl ${_LIBDIR}/
-	@${CP} ${WRKSRC}/jed-j.doc ${_DOCDIR}/
-
-#post-patch:
-#	@${RM} ${_INFODIR}/*.orig
-
-do-install:
-	@${MKDIR} ${STAGEDIR}${JED_ROOT}
-	@(cd ${STAGEDIR}${JED_ROOT} && ${MKDIR} bin lib lib/colors lib/tm)
-	(cd ${_OBJDIR} && ${INSTALL_PROGRAM} ${BINSTUFF} ${STAGEDIR}${PREFIX}/bin)
-	${INSTALL_PROGRAM} ${_OBJDIR}/getmail ${STAGEDIR}${JED_ROOT}/bin
-	(cd ${_LIBDIR} && ${INSTALL_DATA} *.sl *.dat *.hlp jed.rc \
-		${STAGEDIR}${JED_ROOT}/lib)
-	${INSTALL_DATA} ${_LIBDIR}/colors/* ${STAGEDIR}${JED_ROOT}/lib/colors
-	${INSTALL_DATA} ${_LIBDIR}/tm/* ${STAGEDIR}${JED_ROOT}/lib/tm
-	(cd ${_DOCDIR} && ${INSTALL_MAN} jed.1 rgrep.1 \
-		${STAGEDIR}${PREFIX}/man/man1)
-	${INSTALL_DATA} ${_INFODIR}/jed.info ${STAGEDIR}${PREFIX}/${INFO_PATH}
-	${INSTALL_DATA} ${_INFODIR}/jed.1in ${STAGEDIR}${PREFIX}/${INFO_PATH}/jed.info-1
-	${INSTALL_DATA} ${_INFODIR}/jed.2in ${STAGEDIR}${PREFIX}/${INFO_PATH}/jed.info-2
-	${INSTALL_DATA} ${_INFODIR}/jed.3in ${STAGEDIR}${PREFIX}/${INFO_PATH}/jed.info-3
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	(cd ${_DOCDIR} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
-
-.include <bsd.port.mk>
diff --git a/japanese/jed/distinfo b/japanese/jed/distinfo
deleted file mode 100644
index 780d582d73ae..000000000000
--- a/japanese/jed/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-SHA256 (jed/jed-B0.99-8__J067.tar.gz) = 67b231668b4907d4c0c93f7700b5b99b9f258454461f0c358655c2ade87f789b
-SIZE (jed/jed-B0.99-8__J067.tar.gz) = 803031
-SHA256 (jed/jed-extralibs-0.99.8.tar.gz) = c3c91151c1eb004bf4c480c266b7ee8df59f35bf413121138e51b321933aeb33
-SIZE (jed/jed-extralibs-0.99.8.tar.gz) = 29818
diff --git a/japanese/jed/files/patch-configure b/japanese/jed/files/patch-configure
deleted file mode 100644
index 2bbbfe178283..000000000000
--- a/japanese/jed/files/patch-configure
+++ /dev/null
@@ -1,32 +0,0 @@
---- configure.orig	1999-07-20 11:22:45 UTC
-+++ configure
-@@ -2580,7 +2580,8 @@ fi
- # the other directories may have a better chance of containing a more recent
- # version.
- 
--JD_Search_Dirs="$JD_Search_Dirs \
-+JD_Search_Dirs="${prefix}/include/slang,${prefix}/lib \
-+                $JD_Search_Dirs \
-                 $includedir,$libdir \
-                 /usr/local/include,/usr/local/lib \
- 		/usr/include,/usr/lib \
-@@ -3176,12 +3177,17 @@ PROGRAM_OBJECT_RULES="$PROGRAM_OBJECT_RULES
- 	cd \$(OBJDIR); \$(COMPILE_CMD) \$(SRCDIR)/vterm.c
- "
- 
--
-+if test "$ac_cv_xlocale" = yes; then
- PROGRAM_OBJECT_RULES="$PROGRAM_OBJECT_RULES
- \$(OBJDIR)/xterm.o : \$(SRCDIR)/xterm.c \$(DOT_O_DEPS) \$("xterm"_O_DEP)
- 	cd \$(OBJDIR); \$(COMPILE_CMD) -DX_LOCALE \$(SRCDIR)/xterm.c
- "
--
-+else
-+PROGRAM_OBJECT_RULES="$PROGRAM_OBJECT_RULES
-+\$(OBJDIR)/xterm.o : \$(SRCDIR)/xterm.c \$(DOT_O_DEPS) \$("xterm"_O_DEP)
-+	cd \$(OBJDIR); \$(COMPILE_CMD) \$(SRCDIR)/xterm.c
-+"
-+fi
- 
- PROGRAM_OBJECT_RULES="$PROGRAM_OBJECT_RULES
- \$(OBJDIR)/gpmmouse.o : \$(SRCDIR)/gpmmouse.c \$(DOT_O_DEPS) \$("gpmmouse"_O_DEP)
diff --git a/japanese/jed/files/patch-info_jed.info b/japanese/jed/files/patch-info_jed.info
deleted file mode 100644
index 9f6dfd116070..000000000000
--- a/japanese/jed/files/patch-info_jed.info
+++ /dev/null
@@ -1,13 +0,0 @@
---- info/jed.info.orig	1999-07-13 21:01:25 UTC
-+++ info/jed.info
-@@ -1,6 +1,10 @@ file jed.ti.
- This is Info file jed.info, produced by Makeinfo-1.55 from the input
- file jed.ti.
- 
-+START-INFO-DIR-ENTRY
-+* JED: (jed).			JED editor documentation.
-+END-INFO-DIR-ENTRY
-+
- 
- Indirect:
- jed.1in: 83
diff --git a/japanese/jed/files/patch-lib_abbrev.sl b/japanese/jed/files/patch-lib_abbrev.sl
deleted file mode 100644
index 8dd255e47fa5..000000000000
--- a/japanese/jed/files/patch-lib_abbrev.sl
+++ /dev/null
@@ -1,22 +0,0 @@
---- lib/abbrev.sl.orig	1999-07-13 21:01:27 UTC
-+++ lib/abbrev.sl
-@@ -32,16 +32,16 @@ define set_abbrev_mode (val)
- define set_abbrev_mode (val)
- {
-    getbuf_info ();
--   if (val) () | 0x800; else () & ~(0x800);
-+   if (val) () | 0x1000; else () & ~(0x1000);
-    setbuf_info(());
- }
- 
- define abbrev_mode ()
- {
--   variable flags = getbuf_info() xor 0x800;
-+   variable flags = getbuf_info() xor 0x1000;
-    variable msg = "Abbrev mode OFF";
-    setbuf_info(flags);
--   if (flags & 0x800) msg = "Abbrev mode ON";
-+   if (flags & 0x1000) msg = "Abbrev mode ON";
-    message (msg);
- }
- 
diff --git a/japanese/jed/files/patch-lib_canna.sl b/japanese/jed/files/patch-lib_canna.sl
deleted file mode 100644
index 73fd73d18d91..000000000000
--- a/japanese/jed/files/patch-lib_canna.sl
+++ /dev/null
@@ -1,15 +0,0 @@
---- lib/canna.sl.orig	1999-07-20 12:36:17 UTC
-+++ lib/canna.sl
-@@ -348,9 +348,10 @@ define canna_get_buf_id() {  % return -1 if cannot get
- 	 message("Canna can not be used in any more buffer. Sorry...");
- 	 return -1;
-       }
--      create_blocal_var("canna_buf_id", 'i');
-+%      create_blocal_var("canna_buf_id", 'i');
-       canna_buf_number++;
--      set_blocal_var(canna_buf_number, "canna_buf_id");
-+ %     set_blocal_var(canna_buf_number, "canna_buf_id");
-+      define_blocal_var("canna_buf_id", canna_buf_number);
-       return canna_buf_number;
-    }
-    return get_blocal_var("canna_buf_id");
diff --git a/japanese/jed/files/patch-lib_japanese.sl b/japanese/jed/files/patch-lib_japanese.sl
deleted file mode 100644
index 653e8ba309d0..000000000000
--- a/japanese/jed/files/patch-lib_japanese.sl
+++ /dev/null
@@ -1,15 +0,0 @@
---- lib/japanese.sl.orig	1999-07-23 12:05:25 UTC
-+++ lib/japanese.sl
-@@ -5,8 +5,10 @@
- %
- 
- 
--define	TRUE()	{ -1;}
--define	FALSE()	{ 0;}
-+!if (is_defined("TRUE")) {
-+	eval("define	TRUE()	{ -1;}");
-+	eval("define	FALSE()	{ 0;}");
-+}
- 
- % If your slang-j's version in jed-j is after 0.3.2,
- % you can use KANJI function name.
diff --git a/japanese/jed/files/patch-lib_jed.rc b/japanese/jed/files/patch-lib_jed.rc
deleted file mode 100644
index 70ec7e54cfd1..000000000000
--- a/japanese/jed/files/patch-lib_jed.rc
+++ /dev/null
@@ -1,22 +0,0 @@
---- lib/jed.rc.orig	1999-07-20 11:22:46 UTC
-+++ lib/jed.rc
-@@ -166,6 +166,19 @@ C_CONTINUED_OFFSET = 2; % This variable controls the i
-                         % that are continued onto the next line.
- %---------------------------------------------------------------------------
- 
-+%---------------------------------------------------------------------------
-+% Ruby-mode
-+%---------------------------------------------------------------------------
-+
-+% amount of space to indent within block.
-+variable ruby_indent_level = 2;
-+
-+% Load ruby mode when openning .rb' files.
-+autoload("ruby_mode", "ruby");
-+add_mode_for_extension ("ruby", "rb");
-+
-+%---------------------------------------------------------------------------
-+
- #ifdef MSDOS XWINDOWS MSWINDOWS
- % Alt-key handling.  Setting this variable controls how the
- % Alt key is handled.  By default it is set to 27 (Ascii ESCAPE).  This means
diff --git a/japanese/jed/files/patch-src_Makefile.in b/japanese/jed/files/patch-src_Makefile.in
deleted file mode 100644
index 840208aa1cd9..000000000000
--- a/japanese/jed/files/patch-src_Makefile.in
+++ /dev/null
@@ -1,29 +0,0 @@
---- src/Makefile.in.orig	1999-07-20 11:55:47 UTC
-+++ src/Makefile.in
-@@ -104,7 +104,7 @@ jprocess_O_DEP = $(SRCDIR)/pty.c
- all: jed rgrep
- 
- 
--jed: $(OBJDIR) $(CONFIG_H) slangversion $(OBJDIR)/jed
-+jed: $(OBJDIR) $(CONFIG_H) $(OBJDIR)/jed
- 	@echo jed created in $(OBJDIR)
- $(OBJDIR)/jed: $(OBJS) $(OBJDIR)/display.o $(OBJGPMMOUSEO)
- 	cd $(OBJDIR); $(CC) $(OFILES) display.o $(GPMMOUSEO) \
-@@ -132,7 +132,7 @@ $(SRCDIR)/xterm.c: $(SRCDIR)/xkeys.c
- $(SRCDIR)/syntax.c: $(SRCDIR)/dfasyntx.c
- 	touch $(SRCDIR)/syntax.c
- #
--xjed : $(OBJDIR) $(CONFIG_H) slangversion $(OBJDIR)/xjed
-+xjed : $(OBJDIR) $(CONFIG_H) $(OBJDIR)/xjed
- 	@echo xjed created in $(OBJDIR)
- $(OBJDIR)/xjed : $(OBJS) $(OBJDIR)/xterm.o $(OBJDIR)/vterm.o
- 	cd $(OBJDIR); \
-@@ -142,7 +142,7 @@ $(OBJDIR)/xjed : $(OBJS) $(OBJDIR)/xterm
- rgrep: $(OBJDIR)/rgrep
- 	@echo rgrep created in $(OBJDIR)
- $(OBJDIR)/rgrep: $(OBJDIR)/vfile.o $(OBJDIR)/rgrep.o
--	cd $(OBJDIR); $(CC) vfile.o rgrep.o -o rgrep $(LDFLAGS) $(SLANG_LIB) -lslang -lm
-+	cd $(OBJDIR); $(CC) vfile.o rgrep.o -o rgrep $(LDFLAGS) $(SLANG_LIB) -lslang -lncurses -lm
- #
- getmail: $(OBJDIR)/getmail
- 	@echo getmail created in $(OBJDIR)
diff --git a/japanese/jed/pkg-descr b/japanese/jed/pkg-descr
deleted file mode 100644
index 349955e364d0..000000000000
--- a/japanese/jed/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-JED is a highly customizable text editor offering most of
-the commonly used features of EMACS without the proportions
-of EMACS.  The default configuration uses EMACS keystrokes,
-though WordStar keystrokes are available, and most any
-keystrokes can be programmed.n  JED is customizable and
-programmable in the language S-Lang, which can look like
-Forth or C, depending on your preferences.
-
-See also: https://space.mit.edu/~davis/jed/
-See also: http://www.kondara.org/~g/jed.html
diff --git a/japanese/jed/pkg-message b/japanese/jed/pkg-message
deleted file mode 100644
index f77d70546944..000000000000
--- a/japanese/jed/pkg-message
+++ /dev/null
@@ -1,11 +0,0 @@
-[
-{ type: install
-  message: <<EOM
-Quickstart:
-	cp ${PREFIX}/share/jed/lib/jed.rc ~/.jedrc
-	jed ~/.jedrc
-
-Read ${PREFIX}/share/doc/jed/jed-j.doc for details.
-EOM
-}
-]
diff --git a/japanese/jed/pkg-plist b/japanese/jed/pkg-plist
deleted file mode 100644
index 8ab665a69c9c..000000000000
--- a/japanese/jed/pkg-plist
+++ /dev/null
@@ -1,153 +0,0 @@
-bin/jed
-bin/rgrep
-%%X11%%bin/xjed
-man/man1/jed.1.gz
-man/man1/rgrep.1.gz
-%%DATADIR%%/bin/getmail
-%%DATADIR%%/lib/colors/README
-%%DATADIR%%/lib/colors/black1.sl
-%%DATADIR%%/lib/colors/black2.sl
-%%DATADIR%%/lib/colors/black3.sl
-%%DATADIR%%/lib/colors/blue1.sl
-%%DATADIR%%/lib/colors/blue2.sl
-%%DATADIR%%/lib/colors/default1.sl
-%%DATADIR%%/lib/colors/white1.sl
-%%DATADIR%%/lib/tm/linuxdoc.tm
-%%DATADIR%%/lib/abbrev.sl
-%%DATADIR%%/lib/abbrmisc.sl
-%%DATADIR%%/lib/acompile.sl
-%%DATADIR%%/lib/ashell.sl
-%%DATADIR%%/lib/backups.sl
-%%DATADIR%%/lib/bibtex.sl
-%%DATADIR%%/lib/binary.sl
-%%DATADIR%%/lib/bookmark.sl
-%%DATADIR%%/lib/brief.sl
-%%DATADIR%%/lib/buf.sl
-%%DATADIR%%/lib/bufed.sl
-%%DATADIR%%/lib/bytecomp.sl
-%%DATADIR%%/lib/cal.sl
-%%DATADIR%%/lib/canna.sl
-%%DATADIR%%/lib/cmisc.sl
-%%DATADIR%%/lib/cmode.sl
-%%DATADIR%%/lib/compat.sl
-%%DATADIR%%/lib/compile.sl
-%%DATADIR%%/lib/ctags.sl
-%%DATADIR%%/lib/dabbrev.sl
-%%DATADIR%%/lib/dcl.sl
-%%DATADIR%%/lib/digraph.sl
-%%DATADIR%%/lib/dired.sl
-%%DATADIR%%/lib/dispesc.sl
-%%DATADIR%%/lib/dos437.sl
-%%DATADIR%%/lib/dos850.sl
-%%DATADIR%%/lib/edt.sl
-%%DATADIR%%/lib/emacs.sl
-%%DATADIR%%/lib/emacsmsc.sl
-%%DATADIR%%/lib/emul.sl
-%%DATADIR%%/lib/f90.sl
-%%DATADIR%%/lib/ff90.sl
-%%DATADIR%%/lib/filter.sl
-%%DATADIR%%/lib/folding.sl
-%%DATADIR%%/lib/fortran.sl
-%%DATADIR%%/lib/help.sl
-%%DATADIR%%/lib/hooks.sl
-%%DATADIR%%/lib/html.sl
-%%DATADIR%%/lib/ide.sl
-%%DATADIR%%/lib/idl.sl
-%%DATADIR%%/lib/info.sl
-%%DATADIR%%/lib/isearch.sl
-%%DATADIR%%/lib/iso-lat2.sl
-%%DATADIR%%/lib/iso-lat3.sl
-%%DATADIR%%/lib/iso-latin.sl
-%%DATADIR%%/lib/iso2xxx.sl
-%%DATADIR%%/lib/ispell.sl
-%%DATADIR%%/lib/japanese.sl
-%%DATADIR%%/lib/javamode.sl
-%%DATADIR%%/lib/jedhelp.sl
-%%DATADIR%%/lib/jp-samp.sl
-%%DATADIR%%/lib/keycode.sl
-%%DATADIR%%/lib/krconv.sl
-%%DATADIR%%/lib/latex.sl
-%%DATADIR%%/lib/latex209.sl
-%%DATADIR%%/lib/linux.sl
-%%DATADIR%%/lib/lisp.sl
-%%DATADIR%%/lib/ltx-math.sl
-%%DATADIR%%/lib/macro.sl
-%%DATADIR%%/lib/mail.sl
-%%DATADIR%%/lib/mailalias.sl
-%%DATADIR%%/lib/man.sl
-%%DATADIR%%/lib/maple.sl
-%%DATADIR%%/lib/matlab.sl
-%%DATADIR%%/lib/menu.sl
-%%DATADIR%%/lib/menus.sl
-%%DATADIR%%/lib/mime.sl
-%%DATADIR%%/lib/mini.sl
-%%DATADIR%%/lib/misc.sl
-%%DATADIR%%/lib/mkdoc.sl
-%%DATADIR%%/lib/mktex.sl
-%%DATADIR%%/lib/modehook.sl
-%%DATADIR%%/lib/modeinfo.sl
-%%DATADIR%%/lib/most.sl
-%%DATADIR%%/lib/mouse.sl
-%%DATADIR%%/lib/mousex.sl
-%%DATADIR%%/lib/mswmouse.sl
-%%DATADIR%%/lib/mutekeys.sl
-%%DATADIR%%/lib/nroff.sl
-%%DATADIR%%/lib/occur.sl
-%%DATADIR%%/lib/os.sl
-%%DATADIR%%/lib/perl.sl
-%%DATADIR%%/lib/pipe.sl
-%%DATADIR%%/lib/popups.sl
-%%DATADIR%%/lib/preparse.sl
-%%DATADIR%%/lib/pscript.sl
-%%DATADIR%%/lib/pushmode.sl
-%%DATADIR%%/lib/pymode.sl
-%%DATADIR%%/lib/rcs.sl
-%%DATADIR%%/lib/regexp.sl
-%%DATADIR%%/lib/register.sl
-%%DATADIR%%/lib/replace.sl
-%%DATADIR%%/lib/rmail.sl
-%%DATADIR%%/lib/rot13.sl
-%%DATADIR%%/lib/ruby.sl
-%%DATADIR%%/lib/search.sl
-%%DATADIR%%/lib/seldisp.sl
-%%DATADIR%%/lib/sendmail.sl
-%%DATADIR%%/lib/sgml.sl
-%%DATADIR%%/lib/shell.sl
-%%DATADIR%%/lib/shmode.sl
-%%DATADIR%%/lib/site.sl
-%%DATADIR%%/lib/skk.sl
-%%DATADIR%%/lib/slmode.sl
-%%DATADIR%%/lib/sort.sl
-%%DATADIR%%/lib/sortmisc.sl
-%%DATADIR%%/lib/spicemod.sl
-%%DATADIR%%/lib/srchmisc.sl
-%%DATADIR%%/lib/syntax.sl
-%%DATADIR%%/lib/tabs.sl
-%%DATADIR%%/lib/tclmode.sl
-%%DATADIR%%/lib/tex.sl
-%%DATADIR%%/lib/texcom.sl
-%%DATADIR%%/lib/textmac.sl
-%%DATADIR%%/lib/tiasm.sl
-%%DATADIR%%/lib/tm2sgml.sl
-%%DATADIR%%/lib/tmisc.sl
-%%DATADIR%%/lib/tpascal.sl
-%%DATADIR%%/lib/untab.sl
-%%DATADIR%%/lib/util.sl
-%%DATADIR%%/lib/verilog.sl
-%%DATADIR%%/lib/vhdlmode.sl
-%%DATADIR%%/lib/vmshelp.sl
-%%DATADIR%%/lib/wmark.sl
-%%DATADIR%%/lib/wmenu.sl
-%%DATADIR%%/lib/wordstar.sl
-%%DATADIR%%/lib/yankpop.sl
-%%DATADIR%%/lib/ltx-comp.dat
-%%DATADIR%%/lib/aboutjed.hlp
-%%DATADIR%%/lib/cpright.hlp
-%%DATADIR%%/lib/edt.hlp
-%%DATADIR%%/lib/emacs.hlp
-%%DATADIR%%/lib/generic.hlp
-%%DATADIR%%/lib/ide.hlp
-%%DATADIR%%/lib/jed.hlp
-%%DATADIR%%/lib/simple.hlp
-%%DATADIR%%/lib/wordstar.hlp
-%%DATADIR%%/lib/jed.rc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401171724.40HHOpVB060818>