File: control

package info (click to toggle)
jed-extra 2.5.7-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,968 kB
  • sloc: makefile: 75; ruby: 43; sed: 38; sh: 31
file content (40 lines) | stat: -rw-r--r-- 1,662 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Source: jed-extra
Section: editors
Priority: optional
Maintainer: Wookey <wookey@debian.org>
Build-Depends: debhelper (>= 7)
Standards-Version: 3.9.8
Homepage: http://jedmodes.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/svn/pkg-jed/jed-extra/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-jed/jed-extra/

Package: jed-extra
Architecture: all
Depends: ${misc:Depends}
Recommends: jed (>= 0.99.18) | xjed (>= 0.99.18), slsh
Enhances: jed, xjed
Suggests: slang-gdbm, dict, slang-curl, www-browser, a2ps,
 slang-sqlite, slang-expat, slang-wildcard, install-info
Provides: dict-client, info-browser, man-browser
Description: collection of useful Jed modes and utilities
 The Jed text editor can be easily extended using the S-Lang scripting
 language.
 .
 This package contains add-on packages for the Jed editor, mainly from the
 Jedmodes repository at SourceForge (http://jedmodes.sourceforge.net/)
 .
 Enhancements include:
  * new or enhanced modes for:
       Jed help, file management, GNU info, man pages, calculator, calendar,
       dict dictionary lookup (including thesaurus), spellchecking,
       "Game of Life" and snake, version control (CVS/SVN interface)
  * additional language modes:
       CSS, email, gnuplot, make, man, mupad, po_mode, reStructuredText,
       ruby, SQL, yodl
  * new or enhanced editor emulation modes for:
       vi, CUA, Brief
  * extensible URI-scheme handler
       http:, ftp:, man:, floppy:, locate:, grep:
  * buffer history and fast switching between (auto-)numbered buffers
  * S-Lang utility functions and extended set of Key_* variables for xjed
  * framework for installation of local or private extensions.