File: control

package info (click to toggle)
libgtk2-sourceview2-perl 0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 236 kB
  • ctags: 28
  • sloc: perl: 1,066; ansic: 58; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,332 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
Source: libgtk2-sourceview2-perl
Section: perl
Priority: optional
Build-Depends: xauth, xvfb, libextutils-pkgconfig-perl,
 libgtk2-perl (>= 1:1.160), perl, libextutils-depends-perl,
 libgtksourceview2.0-dev, debhelper (>= 7.0.50~)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jozef Kutej <jozef@kutej.net>,
 gregor herrmann <gregoa@debian.org>
Standards-Version: 3.8.4
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgtk2-sourceview2-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgtk2-sourceview2-perl/
Homepage: http://search.cpan.org/dist/Gtk2-SourceView2/

Package: libgtk2-sourceview2-perl
Architecture: any
Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends}, libgtk2-perl (>= 1:1.160)
Description: enhanced source code editor widget
 Gtk2::SourceView2 is the Perl binding for the C library gtksourceview-2.0.
 This is the same widget that's used by gedit, MonoDevelop, Anjuta and several
 other projects.
 .
 This widget extends the standard GTK+ framework for multiline text editing
 with support for configurable syntax highlighting, unlimited undo/redo, UTF-8
 compliant caseless searching, printing and other features typical of a source
 code editor.
 .
 For more information about gtksourceview-2.0 see:
 http://projects.gnome.org/gtksourceview/.