File: control

package info (click to toggle)
jed-extra 2.5.7%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,212 kB
  • sloc: sh: 47; ruby: 43; sed: 38; makefile: 8
file content (54 lines) | stat: -rw-r--r-- 1,891 bytes parent folder | download
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Source: jed-extra
Section: editors
Priority: optional
Maintainer: Wookey <wookey@debian.org>
Uploaders: Rafael Laboissière <rafael@debian.org>
Build-Depends: debhelper-compat (= 13),
               jed,
               xauth <!nocheck>,
               xclip <!nocheck>,
               xvfb <!nocheck>
Standards-Version: 4.7.2
Homepage: https://jedmodes.sourceforge.io
Vcs-Git: https://salsa.debian.org/debian/jed-extra.git
Vcs-Browser: https://salsa.debian.org/debian/jed-extra

Package: jed-extra
Architecture: all
Depends: jed | xjed,
         ${misc:Depends}
Recommends: slsh
Suggests: a2ps,
          dict,
          install-info,
          slang-curl,
          slang-expat,
          slang-gdbm,
          slang-sqlite,
          slang-wildcard,
          www-browser
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.