[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Jed update
- To: ports@openbsd.org
- Subject: Jed update
- From: Jedi/Sector One <j@pureftpd.org>
- Date: Wed, 14 May 2003 00:03:08 +0200
- Content-Disposition: inline
- User-Agent: Mutt/1.5.4i
Here's an update of editors/jed to version 0.99.16 that fixes a lot of
little buglets 0.99.14 had, the most annoying one being the ignored global
configuration file, moreover the OpenBSD port didn't install any
/etc/jed.conf file.
It also brings a "knf" C-style mode that looks more closely to style(9)
than other shipped modes.
I've asked the author to keep all revisions on the master site, so
hopefully MASTER_SITE_BACKUP might go away.
--
__ /*- Frank DENIS (Jedi/Sector One) <j@42-Networks.Com> -*\ __
\ '/ <a href="http://www.PureFTPd.Org/"> Secure FTP Server </a> \' /
\/ <a href="http://www.Jedi.Claranet.Fr/"> Misc. free software </a> \/
diff -urN editors/jed.orig/Makefile editors/jed/Makefile
--- editors/jed.orig/Makefile Sat Jan 4 01:05:24 2003
+++ editors/jed/Makefile Tue May 13 23:33:38 2003
@@ -2,14 +2,13 @@
COMMENT= "text editor"
-DISTNAME= jed-B0.99-14
-PKGNAME= jed-0.99.14
+DISTNAME= jed-0.99-16
+PKGNAME= jed-0.99.16
CATEGORIES= editors
-MASTER_SITES= ${MASTER_SITE_BACKUP}
-#MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v0.99/ \
-# ftp://ftp.ntua.gr/pub/pub/lang/slang/jed/v0.99 \
-# ftp://ftp.gigabell.net/pub/Jed/v0.99/ \
-# ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/jed/v0.99/
+MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v0.99/ \
+ ftp://ftp.ntua.gr/pub/pub/lang/slang/jed/v0.99 \
+ ftp://ftp.gigabell.net/pub/Jed/v0.99/ \
+ ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/jed/v0.99/
HOMEPAGE= http://space.mit.edu/~davis/jed/
diff -urN editors/jed.orig/distinfo editors/jed/distinfo
--- editors/jed.orig/distinfo Thu Mar 21 21:20:23 2002
+++ editors/jed/distinfo Tue May 13 23:37:04 2003
@@ -1,3 +1,3 @@
-MD5 (jed-B0.99-14.tar.gz) = 15d5f560e6f74ac2a406f20a21fff340
-RMD160 (jed-B0.99-14.tar.gz) = 1e2a645ed54543ede15239dd234217642694f4d0
-SHA1 (jed-B0.99-14.tar.gz) = 1b317e6a6044691b61322714f9250f79fc73702b
+MD5 (jed-0.99-16.tar.gz) = e50e95d8d626445cb778fadee3a2a47d
+RMD160 (jed-0.99-16.tar.gz) = 664a65842a51285c1274c386a2a4599a02401236
+SHA1 (jed-0.99-16.tar.gz) = 554754ae86ac7df3bc4b0c0fd2975d4fa7988667
diff -urN editors/jed.orig/patches/patch-lib_jed.rc editors/jed/patches/patch-lib_jed.rc
--- editors/jed.orig/patches/patch-lib_jed.rc Thu Jan 1 01:00:00 1970
+++ editors/jed/patches/patch-lib_jed.rc Tue May 13 23:52:17 2003
@@ -0,0 +1,33 @@
+--- lib/jed.rc.orig Tue May 13 23:44:52 2003
++++ lib/jed.rc Tue May 13 23:49:29 2003
+@@ -152,7 +152,7 @@
+ %---------------------------------------------------------------------------
+ % C-mode indentation style
+ %---------------------------------------------------------------------------
+-c_set_style ("jed"); % or "linux", "gnu", "bsd", "k&r"
++c_set_style ("knf"); % or "jed" or "linux", "gnu", "bsd", "k&r"
+
+ #ifdef IBMPC_SYSTEM
+ % If non-zero, treat file names as case sensitive
+@@ -240,4 +240,21 @@
+ {
+ %local_unsetkey ("^K");
+ %local_setkey ("dired_kill_line", "^K");
++}
++
++define c_set_style_hook (style)
++{
++ if (strlow(style) == "knf")
++ {
++ TAB_DEFAULT = 8;
++ USE_TABS = 1;
++ ADD_NEWLINE = 1;
++ C_INDENT = 8;
++ C_BRACE = 0;
++ C_BRA_NEWLINE = 0;
++ C_CONTINUED_OFFSET = 0;
++ C_Colon_Offset = 0;
++ C_Class_Offset = 0;
++ C_Comment_Column = 0;
++ }
+ }
diff -urN editors/jed.orig/pkg/PLIST editors/jed/pkg/PLIST
--- editors/jed.orig/pkg/PLIST Thu Jun 7 17:48:43 2001
+++ editors/jed/pkg/PLIST Tue May 13 23:47:09 2003
@@ -9,9 +9,23 @@
info/jed.info
@exec install-info --info-dir=%D/info %D/info/jed.info
lib/jed/bin/getmail
+lib/jed/lib
+lib/jed/lib/colors
+lib/jed/lib/colors/Xjed
+lib/jed/lib/colors/Xjed/elegant.sl
+lib/jed/lib/colors/Xjed/pastel0.sl
+lib/jed/lib/colors/black1.sl
+lib/jed/lib/colors/black2.sl
+lib/jed/lib/colors/black3.sl
+lib/jed/lib/colors/blue1.sl
+lib/jed/lib/colors/blue2.sl
+lib/jed/lib/colors/blue3.sl
+lib/jed/lib/colors/default1.sl
+lib/jed/lib/colors/white1.sl
+lib/jed/lib/colors/README
+lib/jed/lib/tm
lib/jed/lib/abbrev.sl
lib/jed/lib/abbrmisc.sl
-lib/jed/lib/aboutjed.hlp
lib/jed/lib/acompile.sl
lib/jed/lib/aprocess.sl
lib/jed/lib/ashell.sl
@@ -27,22 +41,10 @@
lib/jed/lib/chglog.sl
lib/jed/lib/cmisc.sl
lib/jed/lib/cmode.sl
-lib/jed/lib/colors/README
-lib/jed/lib/colors/Xjed/elegant.sl
-lib/jed/lib/colors/Xjed/pastel0.sl
-lib/jed/lib/colors/black1.sl
-lib/jed/lib/colors/black2.sl
-lib/jed/lib/colors/black3.sl
-lib/jed/lib/colors/blue1.sl
-lib/jed/lib/colors/blue2.sl
-lib/jed/lib/colors/blue3.sl
-lib/jed/lib/colors/default1.sl
-lib/jed/lib/colors/white1.sl
lib/jed/lib/comments.sl
lib/jed/lib/compat.sl
lib/jed/lib/compile.sl
lib/jed/lib/compress.sl
-lib/jed/lib/cpright.hlp
lib/jed/lib/ctags.sl
lib/jed/lib/cua.sl
lib/jed/lib/dabbrev.sl
@@ -53,9 +55,7 @@
lib/jed/lib/dos437.sl
lib/jed/lib/dos850.sl
lib/jed/lib/dos852.sl
-lib/jed/lib/edt.hlp
lib/jed/lib/edt.sl
-lib/jed/lib/emacs.hlp
lib/jed/lib/emacs.sl
lib/jed/lib/emacsmsc.sl
lib/jed/lib/emul.sl
@@ -64,12 +64,10 @@
lib/jed/lib/filter.sl
lib/jed/lib/folding.sl
lib/jed/lib/fortran.sl
-lib/jed/lib/generic.hlp
lib/jed/lib/help.sl
lib/jed/lib/history.sl
lib/jed/lib/hooks.sl
lib/jed/lib/html.sl
-lib/jed/lib/ide.hlp
lib/jed/lib/ide.sl
lib/jed/lib/idl.sl
lib/jed/lib/info.sl
@@ -80,8 +78,6 @@
lib/jed/lib/iso2xxx.sl
lib/jed/lib/ispell.sl
lib/jed/lib/javamode.sl
-lib/jed/lib/jed.hlp
-lib/jed/lib/jed.rc
lib/jed/lib/jed.sl
lib/jed/lib/jedhelp.sl
lib/jed/lib/jedusage.sl
@@ -92,7 +88,6 @@
lib/jed/lib/latex209.sl
lib/jed/lib/linux.sl
lib/jed/lib/lisp.sl
-lib/jed/lib/ltx-comp.dat
lib/jed/lib/ltx-math.sl
lib/jed/lib/macro.sl
lib/jed/lib/mail.sl
@@ -106,8 +101,6 @@
lib/jed/lib/mini.sl
lib/jed/lib/minued.sl
lib/jed/lib/misc.sl
-lib/jed/lib/mkdoc.sl
-lib/jed/lib/mktex.sl
lib/jed/lib/modehook.sl
lib/jed/lib/modeinfo.sl
lib/jed/lib/most.sl
@@ -133,12 +126,13 @@
lib/jed/lib/replace.sl
lib/jed/lib/rmail.sl
lib/jed/lib/rot13.sl
+lib/jed/lib/runpgm.sl
+lib/jed/lib/sccs.sl
lib/jed/lib/search.sl
lib/jed/lib/seldisp.sl
lib/jed/lib/sendmail.sl
lib/jed/lib/shell.sl
lib/jed/lib/shmode.sl
-lib/jed/lib/simple.hlp
lib/jed/lib/site.sl
lib/jed/lib/slmode.sl
lib/jed/lib/sort.sl
@@ -150,28 +144,36 @@
lib/jed/lib/tclmode.sl
lib/jed/lib/tex.sl
lib/jed/lib/texcom.sl
-lib/jed/lib/textmac.sl
lib/jed/lib/textmode.sl
lib/jed/lib/tiasm.sl
-lib/jed/lib/tm/linuxdoc.tm
-lib/jed/lib/tm2sgml.sl
lib/jed/lib/tmisc.sl
+lib/jed/lib/tmmode.sl
lib/jed/lib/tpascal.sl
lib/jed/lib/untab.sl
lib/jed/lib/util.sl
lib/jed/lib/verilog.sl
lib/jed/lib/vhdlmode.sl
+lib/jed/lib/edt.hlp
lib/jed/lib/vmshelp.sl
lib/jed/lib/win1250.sl
lib/jed/lib/wmark.sl
lib/jed/lib/wmenu.sl
-lib/jed/lib/wordstar.hlp
lib/jed/lib/wordstar.sl
lib/jed/lib/yankpop.sl
+lib/jed/lib/ltx-comp.dat
+lib/jed/lib/aboutjed.hlp
+lib/jed/lib/cpright.hlp
+lib/jed/lib/emacs.hlp
+lib/jed/lib/generic.hlp
+lib/jed/lib/ide.hlp
+lib/jed/lib/jed.hlp
+lib/jed/lib/simple.hlp
+lib/jed/lib/wordstar.hlp
+lib/jed/lib/jed.rc
man/man1/jed.1
man/man1/rgrep.1
-share/doc/jed/README
-share/doc/jed/manual/jed.tex
+share/doc/jed
+share/doc/jed/txt
share/doc/jed/txt/abbrev.txt
share/doc/jed/txt/color.txt
share/doc/jed/txt/compile.txt
@@ -198,7 +200,11 @@
share/doc/jed/txt/wjed.txt
share/doc/jed/txt/wordstar.txt
share/doc/jed/txt/xjed.txt
+share/doc/jed/txt/xrenderfont.txt
share/doc/jed/txt/yankpop.txt
+share/doc/jed/manual
+share/doc/jed/manual/jed.tex
+share/doc/jed/README
@dirrm share/doc/jed/txt
@dirrm share/doc/jed/manual
@dirrm share/doc/jed