[Pkg-jed-commit] r51 - in trunk/packages/jed-extra: . debian debian/init debian/patches

G. Milde g.milde@web.de
Fri, 1 Jul 2005 17:39:54 +0200


On 30.06.05, Jörg Sommer wrote:
 
> * added a new jed-init-file 05home-lib.sl which evaluates
>   /.../site-lib/home-lib.sl (if it exists)

Fine. Maybe call it 05register-libraries.sl?


> +  * reworked jed-extra-preparse.sl (compile-files.sl.in before) to be
> +    fully SLang, which make eperl as build dependency unnecessary

fine. BTW: With make_ini.sl one could even produce online documentation.


>  The tarballs/files included in this release were downloaded from:

> +    jedmodes.tar.gz:
> +        http://sourceforge.net/project/showfiles.php?group_id=14968

Please use the CVS for download (or ask me to refresh before downloading).

> +    subpar.sl: http://jedmodes.sourceforge.net/mode/subpar/
> +    window.sl: http://jedmodes.sourceforge.net/mode/window/
> +    complete.sl: http://jedmodes.sourceforge.net/mode/complete/

>  Upstream Authors: 
>      Paul Boekholt <p.boekholt@hetnet.nl>
>      G?nter Milde <milde@ife.et.tu-dresden.de>  

There are more.
 
Boekholt, Paul:a2ps apache autotext awk browse_url bufed cal cdecl complete dict email ffap fileview gdbmrecent howto hyperman info ispell jedgtk jedmodes jedscape kcomplete menutils misc occur outline pcre rfcview rmail snake subpar tar templates tm tree turbo view yodl
Davis, John:cal hyperman info life occur rmail
Gerell, Johann:css1
Johansen, Morten:email po_mode
Koeckritz, Thomas:apsmode
Mahnic, Marko:calc custmode jedasp keywords sql temabbrv window
Milde, Günter:brief browse_url bufutils ch_table circle colors csvutils cua cuamark cuamisc cuamouse dabbrev datutils diagnose ding filelist filter-buffer gnuplot grep home-lib hyperhelp hyperman ishell jedmodes listing make_ini mtools mupad navigate numbuf print recent rst sl_utils strutils templates tm txtutils uri view x-keydefs
Olesen, Mark:bufed rmail
Rocher, Francesc:css1 fileview history life make md5 minued scrnhelp tree
Sangoi, Dino:grep listing
Wheeler, Kyle:vi

 

> +diff -Naur mode-orig/view/view.sl mode/view/view.sl
> +--- mode-orig/view/view.sl	2004-11-15 13:36:08.000000000 +0100
> ++++ mode/view/view.sl	2005-03-06 11:56:22.000000000 +0100
> +@@ -12,6 +12,8 @@
> + 
> + % requirements
> + 
> ++require ("keydefs");
> ++
> + autoload("close_buffer", "bufutils");
> + autoload("set_help_message", "bufutils");
> + autoload("help_message", "bufutils");

Fixed upstream
 
> Copied: trunk/packages/jed-extra/debian/patches/43_ding-require-txtutils-csvutils.dpatch (from rev 49, trunk/packages/jed-extra/patches/ding-require-txtutils-csvutils.patch)
> ===================================================================
> --- trunk/packages/jed-extra/patches/ding-require-txtutils-csvutils.patch	2005-06-10 11:09:07 UTC (rev 49)
> +++ trunk/packages/jed-extra/debian/patches/43_ding-require-txtutils-csvutils.dpatch	2005-06-30 17:25:29 UTC (rev 51)
> @@ -0,0 +1,21 @@
> +#! /bin/sh /usr/share/dpatch/dpatch-run
> +## 43_ding-require-txtutils-csvutils.dpatch by Rafael Laboissiere <rafael@debian.org>
> +##
> +## All lines beginning with `## DP:' are a description of the patch.
> +## DP: No description.
> +
> +@DPATCH@
> +
> +diff -Naur mode-orig/ding/ding.sl mode/ding/ding.sl
> +--- mode-orig/ding/ding.sl	2004-11-15 13:36:00.000000000 +0100
> ++++ mode/ding/ding.sl	2005-03-06 13:58:18.000000000 +0100
> +@@ -28,7 +28,8 @@
> + % 
> + % Optionally change custom variables
> + 
> +- 
> ++require ("txtutils");
> ++require ("csvutils");
> + 
> + % debug information, comment these out when ready
> + _debug_info = 1;

Fixed upstream


> Copied: trunk/packages/jed-extra/debian/patches/45_gnuplot-shell-cmd-on-region.dpatch (from rev 49, trunk/packages/jed-extra/patches/gnuplot-shell-cmd-on-region.patch)
> ===================================================================
> --- trunk/packages/jed-extra/patches/gnuplot-shell-cmd-on-region.patch	2005-06-10 11:09:07 UTC (rev 49)
> +++ trunk/packages/jed-extra/debian/patches/45_gnuplot-shell-cmd-on-region.dpatch	2005-06-30 17:25:29 UTC (rev 51)
> @@ -0,0 +1,47 @@
> +#! /bin/sh /usr/share/dpatch/dpatch-run
> +## 45_gnuplot-shell-cmd-on-region.dpatch by Rafael Laboissiere <rafael@debian.org>
> +##
> +## All lines beginning with `## DP:' are a description of the patch.
> +## DP: No description.
> +
> +@DPATCH@
> +
> +diff -Naur mode-orig/gnuplot/gnuplot.sl mode/gnuplot/gnuplot.sl
> +--- mode-orig/gnuplot/gnuplot.sl	2005-03-06 15:07:05.000000000 +0100
> ++++ mode/gnuplot/gnuplot.sl	2005-03-06 15:07:00.000000000 +0100

fixed upstream

> Copied: trunk/packages/jed-extra/debian/patches/46_ishell-autoload-view-mode.dpatch (from rev 49, trunk/packages/jed-extra/patches/ishell-autoload-view-mode.patch)
> ===================================================================
> --- trunk/packages/jed-extra/patches/ishell-autoload-view-mode.patch	2005-06-10 11:09:07 UTC (rev 49)
> +++ trunk/packages/jed-extra/debian/patches/46_ishell-autoload-view-mode.dpatch	2005-06-30 17:25:29 UTC (rev 51)
> @@ -0,0 +1,19 @@
> +#! /bin/sh /usr/share/dpatch/dpatch-run
> +## 46_ishell-autoload-view-mode.dpatch by Rafael Laboissiere <rafael@debian.org>
> +##
> +## All lines beginning with `## DP:' are a description of the patch.
> +## DP: No description.

fixed upstream


> Added: trunk/packages/jed-extra/debian/patches/50_home-lib_fix.dpatch
> ===================================================================
> --- trunk/packages/jed-extra/debian/patches/50_home-lib_fix.dpatch	2005-06-30 17:24:33 UTC (rev 50)
> +++ trunk/packages/jed-extra/debian/patches/50_home-lib_fix.dpatch	2005-06-30 17:25:29 UTC (rev 51)
> @@ -0,0 +1,21 @@
> +#! /bin/sh /usr/share/dpatch/dpatch-run
> +## 50_home-lib_fix.dpatch by Jörg Sommer <joerg@alea.gnuu.de>
> +##
> +## All lines beginning with `## DP:' are a description of the patch.
> +## DP: home-lib.sl misses the declaration of Jed_Home_Library, this fixes it

fixed upstream

 
> Copied: trunk/packages/jed-extra/debian/patches/53_mupad-fix.dpatch (from rev 49, trunk/packages/jed-extra/patches/mupad-fix.patch)
> ===================================================================
> --- trunk/packages/jed-extra/patches/mupad-fix.patch	2005-06-10 11:09:07 UTC (rev 49)
> +++ trunk/packages/jed-extra/debian/patches/53_mupad-fix.dpatch	2005-06-30 17:25:29 UTC (rev 51)
> @@ -0,0 +1,20 @@
> +#! /bin/sh /usr/share/dpatch/dpatch-run
> +## 53_mupad-fix.dpatch by Rafael Laboissiere <rafael@debian.org>
> +##
> +## All lines beginning with `## DP:' are a description of the patch.
> +## DP: No description.

fixed upstream


How can I remove obsolete patches?

Günter

-- 
G.Milde web.de