[Pkg-jed-commit] r190 - in trunk/packages/jed-extra: debian utils

Guenter Milde milde-guest at costa.debian.org
Mon Nov 14 13:22:16 UTC 2005


Author: milde-guest
Date: 2005-11-14 13:22:15 +0000 (Mon, 14 Nov 2005)
New Revision: 190

Added:
   trunk/packages/jed-extra/debian/contents.txt
Modified:
   trunk/packages/jed-extra/debian/jed-extra.install
   trunk/packages/jed-extra/utils/sort-modes.sl
Log:
List of modes registered at Jedmodes with category and abstract.
used by sort-modes.sl to create jed-extra.install



Added: trunk/packages/jed-extra/debian/contents.txt
===================================================================
--- trunk/packages/jed-extra/debian/contents.txt	2005-11-14 10:59:42 UTC (rev 189)
+++ trunk/packages/jed-extra/debian/contents.txt	2005-11-14 13:22:15 UTC (rev 190)
@@ -0,0 +1,104 @@
+# Modes at Jedmodes
+# ~~~~~~~~~~~~~~~~~
+# 
+# Types: *A*ddition *C*olor *D*rop-In *E*nhancement 
+#        *O*bsolete *U*tils e*X*clude 
+# 
+# Type Name           Abstract
+
+X   a2ps           Pretty-printing tools
+X   apache         mode for editing Apache configuration files
+E   apsmode        pretty printing mode using a2ps
+X   autotext       autotext a la MS Word
+X   awk            mode for editing Awk scripts
+D   brief          Brief editor emulation
+A   browse_url     Functions for display of web pages from within JED.
+X   bufed          buffer manager
+U   bufutils       Tools for buffer and windows handling
+D   cal            calendar and diary
+A   calc           SLang calculator
+X   cdecl          S-Lang version of K&R's dcl program
+E   ch_table       A "popup_buffer" with a table of characters
+U   circle         Circular array with relational indexing
+C   colors         collection of color schemes
+A   complete       keyword completion function
+A   css1           Mode for Cascading Style Sheets (CSS)
+A   csvutils       Utilities to work with csv data
+O   cua            CUA (Windows/Mac/CDE/KDE-like) bindings for Jed
+A   cuamark        CUA style of marking ("volatile regions")
+O   cuamisc        Helper functions for the cua suite
+A   cuamouse       CUA compatible mouse mode
+A   custmode       Custom syntax highlighting
+O   dabbrev        Complete the current word looking for similar word-beginnings
+U   datutils       Convenience functions for several Data_Types
+O   diagnose       Diagnostic functions for SLang programmers
+X   dict           A dict client.
+X   ding           Ding dictionary lookup function and mode
+A   email          mode for editing emails
+X   ffap           Find File At Point
+E   filelist       A special mode for file listings (ls, locate)
+X   fileview       configurable file viewing function
+E   filter-buffer  Filter buffer  show/hide lines that match a pattern
+A   gdbmrecent     another recent mode
+A   gnuplot        Mode for the Gnuplot plotting program
+A   grep           JED interface to the `grep` command
+O   history        Save the content of the minibuffer across jed sessions
+O   home-lib       Initialize libraries for jed extensions easily
+X   howto          howto-reader
+D   hyperhelp      Hypertext help browser.
+D   hyperman       hypertextish man pager
+X   info           Info reader for JED
+A   ishell         Interactive shell ("workbook mode")
+D   ispell         spell checking utilities
+A   jedasp         Try to simulate MS IIS Active Server Pages with JED
+X   jedgtk         slgtk dialogs for JED
+X   jedmodes       Utilities for the publication of modes at Jedmodes
+X   jedscape       html browser
+X   kcomplete      keyword completion from the syntax table
+A   keywords       Create keyword lists for syntax tables
+O   kp_keydefs     keydefs for the numeric keypad (now included in x-keydefs)
+D   latex-jlm      Yet another latex mode for Jed
+A   libdir         Support for library directories with jed extensions
+A   life           Conway's Game of Life
+A   listing        Mode for listings of e.g. files or findings
+A   make           Mode for 'Makefile' files
+A   make_ini       Initialize non-standard modes automatically
+A   manedit        JED mode for editing Linux manpages.
+A   md5            MD5 message digest algorithm implemented in SLang
+A   menutils       popup menu extensions
+A   minued         Minibuffer edit mode
+X   misc           miscellaneous modes
+A   mtools         Interface to mtools for easy floppy read/write under UNIX
+A   mupad          Mode for Mupad (computer algebra system) files.
+E   navigate       "History feature" known from many browsers
+E   numbuf         Number the buffers and bind Alt-[n] to go to buffer n
+D   occur          occur with context
+X   outline        outline mode
+X   pcre           Perl-compatible searching functions
+A   po_mode        Mode for editing PO-files
+A   print          printer interface
+D   recent         Provide easy access to recently opened/saved files.
+X   rfcview        RFC viewer
+O   rmail          MUA suite
+A   rst            Mode for reStructured Text
+O   scrnhelp       Show little help buffers
+X   services       uri_hooks for some common URI schemes
+U   sl_utils       Basic SLang programming utils
+A   snake          Eat the apples and stay away from the walls
+A   sql            Syntax highlighting for SQL modes
+O   sprint_var     Pretty printing of variable values (required by debug mode)
+U   strutils       String processing functions
+X   subpar         paragraph reformatter
+X   tar            interface to GNU tar
+A   temabbrv       On request replaces the word at cursor with a user-defined template
+X   templates      Open templates and do some replacements
+U   tm             TM documentation parser and TM creation tools
+X   tree           Recursive directory listing utility
+X   turbo          dynamic word completion (like in StarOffice)
+U   txtutils       Tools for text processing (marking, string processing, formatting)
+E   uri            Let jed handle Universal Ressource Indicators (URIs)
+E   vi             vi editor emulation mode
+A   view           A generic view mode for readonly buffers
+A   window         Window management routines
+A   x-keydefs      extended set of Key_* variables for xjed
+X   yodl           mode for editing yodl documents

Modified: trunk/packages/jed-extra/debian/jed-extra.install
===================================================================
--- trunk/packages/jed-extra/debian/jed-extra.install	2005-11-14 10:59:42 UTC (rev 189)
+++ trunk/packages/jed-extra/debian/jed-extra.install	2005-11-14 13:22:15 UTC (rev 190)
@@ -1,5 +1,6 @@
 debian/init/*.sl etc/jed.d/
 debian/compile usr/share/jed/compile
+debian/jed-extra-preparse.sl usr/share/jed/compile
 
 life/*	usr/share/jed/jed-extra
 view/*	usr/share/jed/jed-extra

Modified: trunk/packages/jed-extra/utils/sort-modes.sl
===================================================================
--- trunk/packages/jed-extra/utils/sort-modes.sl	2005-11-14 10:59:42 UTC (rev 189)
+++ trunk/packages/jed-extra/utils/sort-modes.sl	2005-11-14 13:22:15 UTC (rev 190)
@@ -16,7 +16,7 @@
 private variable VER = "2.0";
 
 % the list of modes and their categories
-private variable modelist = "../debian/jedmodes-list.txt";
+private variable modelist = "../debian/contents.txt";
 
 private variable orig_dir = "../jed-extra-" + VER;
 
@@ -40,6 +40,9 @@
 destinations["U"] = lib_dir;
 
 
+% verbosity
+private variable verbose = 1;
+
 % Main
 % ----
 
@@ -83,7 +86,7 @@
 % debian specific installation tasks
 
 insert("debian/init/*.sl etc/jed.d/\n");
-insert("debian/compile usr/share/jed/compile\n\n");
+insert("debian/compile usr/share/jed/compile\n");
 insert("debian/jed-extra-preparse.sl usr/share/jed/compile\n\n");
 
 foreach (listdir(orig_dir))




More information about the Pkg-jed-commit mailing list