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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157
|
Source: presage
Section: devel
Priority: optional
Maintainer: Matteo Vescovi <matteo.vescovi@yahoo.co.uk>
Build-Depends: debhelper (>= 9~),
autotools-dev,
dh-autoreconf,
pkg-config,
libsqlite3-dev,
sqlite3,
libtinyxml-dev (>= 2.5.3),
libncurses5-dev | libncurses-dev,
help2man,
libcppunit-dev (>= 1.9.6),
swig (>= 2.0.4),
libgtk2.0-dev (>= 2.12),
Build-Depends-Indep: doxygen, graphviz
Standards-Version: 3.9.7
Homepage: http://presage.sourceforge.net/
Vcs-Git: git://git.code.sf.net/p/presage/presage-debian
Vcs-Browser: http://sourceforge.net/p/presage/presage-debian/ci/master/tree/
Package: presage
Section: misc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: intelligent predictive text entry platform (tools and demos)
Presage is an intelligent predictive text entry platform.
.
This package contains the tools required to generate custom
statistical data used by the presage predictive text engine to
generate predictions.
.
This package also contains simple demonstration programs and simulator.
Package: presage-dbg
Architecture: any
Section: debug
Depends: presage (= ${binary:Version}), ${misc:Depends}
Description: intelligent predictive text entry platform (tools debugging symbols)
Presage is an intelligent predictive text entry platform.
.
This package contains the debugging symbols for the presage tools
required to generate custom statistical data used by the presage
predictive text engine to generate predictions.
.
This package also contains debugging symbols for simple demonstration
programs and simulator.
Package: libpresage-doc
Section: doc
Architecture: all
Depends: libjs-jquery, ${misc:Depends}
Recommends: presage
Description: intelligent predictive text entry platform (documentation)
Presage is an intelligent predictive text entry platform.
.
This package contains the documentation for libpresage.
.
Documentation is available in HTML and LaTeX format.
Package: libpresage1v5
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends},
libpresage-data (= ${source:Version})
Breaks: libpresage1
Replaces: libpresage1
Description: intelligent predictive text entry platform (shared library)
Presage is an intelligent predictive text entry platform.
.
A predictive text entry system attempts to improve the ease and speed
of textual input by predicting words. Word prediction consists in
computing which word tokens or word completions are most likely to be
entered next. The system analyses the text already entered and
combines the information thus extracted with other information sources
to calculate the set of most probable tokens.
.
Presage exploits redundant information embedded in natural
languages to generate word predictions. The modular architecture
allows its language model to be extended and customized to utilize
statistical, syntactic, and semantic information sources.
.
This package contains the shared library.
Package: libpresage1-dbg
Architecture: any
Multi-Arch: same
Section: debug
Depends: libpresage1v5 (= ${binary:Version}), ${misc:Depends}
Description: intelligent predictive text entry platform (shared library debugging symbols)
Presage is an intelligent predictive text entry platform.
.
A predictive text entry system attempts to improve the ease and speed
of textual input by predicting words. Word prediction consists in
computing which word tokens or word completions are most likely to be
entered next. The system analyses the text already entered and
combines the information thus extracted with other information sources
to calculate the set of most probable tokens.
.
Presage exploits redundant information embedded in natural
languages to generate word predictions. The modular architecture
allows its language model to be extended and customized to utilize
statistical, syntactic, and semantic information sources.
.
This package contains the debugging symbols for the shared library.
Package: libpresage-data
Section: libs
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: presage
Description: intelligent predictive text entry platform (data files)
Presage is an intelligent predictive text entry platform.
.
This package contains the sample statistical data files and
abbreviation files needed by presage.
Package: libpresage-dev
Section: libdevel
Suggests: libpresage-doc
Architecture: any
Multi-Arch: same
Depends: libpresage1v5 (= ${binary:Version}), ${misc:Depends}
Description: intelligent predictive text entry platform (development files)
Presage is an intelligent predictive text entry platform.
.
This package contains development files.
.
This package contains the header files needed to compile applications
or shared objects that use libpresage.
Package: gprompter
Section: misc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: intelligent predictive GTK+ text editor
gprompter is a cross-platform predictive text editor, based on
presage, the intelligent predictive text entry platform.
.
gprompter displays predictions in a contextual pop-up box as each
letter is typed. Predictions can be easily selected and inserted in
the document.
Package: gprompter-dbg
Architecture: any
Section: debug
Depends: gprompter (= ${binary:Version}), ${misc:Depends}
Description: intelligent predictive GTK+ text editor (debugging symbols)
gprompter is a cross-platform predictive text editor, based on
presage, the intelligent predictive text entry platform.
.
This package contains the debugging symbols for gprompter.
|