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

Jörg Sommer joerg@alea.gnuu.de
Sun Jul 3 11:08:10 UTC 2005


--FL5UXtIhxfXey3p5
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Note: Fullquote, because the mail wasn't on this list.

G. Milde schrieb am Fri 01. Jul, 17:39 (+0200):
> On 30.06.05, J=F6rg Sommer wrote:
> =20
> > * added a new jed-init-file 05home-lib.sl which evaluates
> >   /.../site-lib/home-lib.sl (if it exists)
>=20
> Fine. Maybe call it 05register-libraries.sl?

Why? It registers the user home libraries. I think home-lib is good.

> > +  * reworked jed-extra-preparse.sl (compile-files.sl.in before) to be
> > +    fully SLang, which make eperl as build dependency unnecessary
>=20
> fine. BTW: With make_ini.sl one could even produce online documentation.

Can you do this? You are much more familiar with make_ini.sl than me.

> >  The tarballs/files included in this release were downloaded from:
>=20
> > +    jedmodes.tar.gz:
> > +        http://sourceforge.net/project/showfiles.php?group_id=3D14968
>=20
> Please use the CVS for download (or ask me to refresh before downloading).

Mhh, I don't know. CVS alway looks like the latest hacks, some buggy stuff.
Does your CVS work everytime? And as I saw you split CVS in more than one
packages. I wouldn't like to break this.

> > +    subpar.sl: http://jedmodes.sourceforge.net/mode/subpar/
> > +    window.sl: http://jedmodes.sourceforge.net/mode/window/
> > +    complete.sl: http://jedmodes.sourceforge.net/mode/complete/
>=20
> >  Upstream Authors:=20
> >      Paul Boekholt <p.boekholt@hetnet.nl>
> >      G?nter Milde <milde@ife.et.tu-dresden.de> =20
>=20
> There are more.
> =20
> Boekholt, Paul:a2ps apache autotext awk browse_url bufed cal cdecl comple=
te dict email ffap fileview gdbmrecent howto hyperman info ispell jedgtk je=
dmodes jedscape kcomplete menutils misc occur outline pcre rfcview rmail sn=
ake 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=FCnter:brief browse_url bufutils ch_table circle colors csvutils=
 cua cuamark cuamisc cuamouse dabbrev datutils diagnose ding filelist filte=
r-buffer gnuplot grep home-lib hyperhelp hyperman ishell jedmodes listing m=
ake_ini mtools mupad navigate numbuf print recent rst sl_utils strutils tem=
plates 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

Are there an upstream maintainer or an address to contact jedmodes? What
is with jedmodes-users@lists.sourceforge.net?

> > +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 @@
> > +=20
> > + % requirements
> > +=20
> > ++require ("keydefs");
> > ++
> > + autoload("close_buffer", "bufutils");
> > + autoload("set_help_message", "bufutils");
> > + autoload("help_message", "bufutils");
>=20
> Fixed upstream
> =20
> > Copied: trunk/packages/jed-extra/debian/patches/43_ding-require-txtutil=
s-csvutils.dpatch (from rev 49, trunk/packages/jed-extra/patches/ding-requi=
re-txtutils-csvutils.patch)
> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > --- trunk/packages/jed-extra/patches/ding-require-txtutils-csvutils.pat=
ch	2005-06-10 11:09:07 UTC (rev 49)
> > +++ trunk/packages/jed-extra/debian/patches/43_ding-require-txtutils-cs=
vutils.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 <raf=
ael@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 @@
> > + %=20
> > + % Optionally change custom variables
> > +=20
> > +-=20
> > ++require ("txtutils");
> > ++require ("csvutils");
> > +=20
> > + % debug information, comment these out when ready
> > + _debug_info =3D 1;
>=20
> Fixed upstream
>=20
>=20
> > 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)
> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > --- 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-reg=
ion.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
>=20
> fixed upstream
>=20
> > 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)
> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > --- trunk/packages/jed-extra/patches/ishell-autoload-view-mode.patch	20=
05-06-10 11:09:07 UTC (rev 49)
> > +++ trunk/packages/jed-extra/debian/patches/46_ishell-autoload-view-mod=
e.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@d=
ebian.org>
> > +##
> > +## All lines beginning with `## DP:' are a description of the patch.
> > +## DP: No description.
>=20
> fixed upstream
>=20
>=20
> > Added: trunk/packages/jed-extra/debian/patches/50_home-lib_fix.dpatch
> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > --- 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=F6rg 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 fi=
xes it
>=20
> fixed upstream
>=20
> =20
> > Copied: trunk/packages/jed-extra/debian/patches/53_mupad-fix.dpatch (fr=
om rev 49, trunk/packages/jed-extra/patches/mupad-fix.patch)
> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > --- trunk/packages/jed-extra/patches/mupad-fix.patch	2005-06-10 11:09:0=
7 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.
>=20
> fixed upstream
>=20
>=20
> How can I remove obsolete patches?

svn rm debian/dpatch/XXX
and remove the line in debian/dpatch/00list.

Have a nice Sunday, J=F6rg.

--FL5UXtIhxfXey3p5
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iQEVAwUBQsfHGoZ13Cz2nwVYAQJ94AgAnsvdKUSYMSZRx+j78MH/UXKJhf862gMC
GHBnHdpgv8Raix74C7pJ1XhA5dJE4zv+ClPUi+hxpEA9HBcPn6YnehEc67rZhxJB
ru0ilwoSlP2e0ycACNInxPgkdodPQzJWd/XfFlumiD5RIdkuPYzVaoUEYv48lHjX
KT32FZxZh4cuJ8H6Kl8oYWygpMjVSUKdD3NzbLkZJpthnrbZiCSW1CkPM+hyDqE+
qqnZ0OCm3bfUZDx0ZcNrad5Mn4GIUDglrp2SGDX+eXtC2rpV5GtI7JpX1N9e8P7S
Av9VGBGLAfahgpHDvBU/geoIGp0TxKSdBigMdM76DlhU/9wy5Xl4ZA==
=5ape
-----END PGP SIGNATURE-----

--FL5UXtIhxfXey3p5--




More information about the Pkg-jed-devel mailing list