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
|
Source: freemind
Section: editors
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Eric Lavarde <deb@zorglub.s.bawue.de>
# FreeMind can be built with JiBX 1.0, 1.1 and 1.2, but the result does only
# run with the version it was built with. JiBX 1.1 has been chosen for
# compatibility with Ubuntu.
Build-Depends-Indep: docbook-to-man, ant, ant-optional, default-jdk, imagemagick, libbatik-java (>= 1.6), rhino, libjgoodies-forms-java, groovy, libjibx1.1-java | libjibx-java (>= 1.1), libjibx1.1-java | libjibx-java (<< 1.2), simplyhtml (>> 0.13), javahelp2, fop
Build-Depends: debhelper (>= 5.0), cdbs (>= 0.4.8)
Homepage: http://freemind.sourceforge.net/
Standards-Version: 3.9.2.0
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/freemind
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/freemind/
Package: freemind
Architecture: all
Depends: default-jre | sun-java6-jre, libjgoodies-forms-java, libjibx1.1-java | libjibx-java (>= 1.1), libjibx1.1-java | libjibx-java (<< 1.2), simplyhtml (>> 0.13), ${misc:Depends}
Recommends: freemind-doc, xdg-utils, java-wrappers
Suggests: freemind-plugins-help, freemind-plugins-svg, freemind-plugins-script, freemind-browser
Conflicts: freemind-plugins-time (<< ${binary:Version})
Replaces: freemind-plugins-time
Description: Java Program for creating and viewing Mindmaps
Taking the Concept-Mapping approach to Human-Computer Interface design.
A mind mapper, and at the same time an easy-to-operate hierarchical editor
with strong emphasis on folding. These two are not really two different
things, just two different descriptions of a single application. Often used
for knowledge and content management.
.
FreeMind doesn't work with classpath based Java implementations. Use OpenJDK
(or Sun's Java), and check freemind(1) for more information.
Package: freemind-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: evince | openoffice.org-writer | abiword | kword | pdf-viewer
Suggests: freemind
Description: Documentation for FreeMind
This package contains on one hand the FreeMind Documentation Mindmap as
accessed through the menu 'Help -> Documentation', on the other hand the
FreeMind Key Mapping reference, either in PDF (accessible through the menu
'Help -> Key Documentation PDF') or in OpenDocument format (editable).
Package: freemind-browser
Architecture: all
Depends: ${misc:Depends}
Recommends: thttpd | httpd
Suggests: freemind
Description: Java Applet for publishing Mindmaps produced with FreeMind
This package contains a java applet as well as an example of an HTML file to
publish FreeMind maps using a standard web server.
Package: freemind-plugins-svg
Architecture: all
Depends: freemind (= ${binary:Version}), libbatik-java (>= 1.6), rhino, ${misc:Depends}
Recommends: fop
Description: Java Plugin for FreeMind to export Mindmaps to SVG and PDF
This plugin will add two menu points 'File -> Export -> SVG-Export' and
'File -> Export -> PDF-Export'.
The PDF export won't work without the recommended fop being installed.
Package: freemind-plugins-help
Architecture: all
Depends: freemind (= ${binary:Version}), ${misc:Depends}, javahelp2
Description: Java Plugin for FreeMind to show an extended online help
This plugin will add a menu point 'Help -> Online Help'.
Package: freemind-plugins-script
Architecture: all
Depends: freemind (= ${binary:Version}), groovy, ${misc:Depends}
Description: Java Plugin for FreeMind to add scripting capabilities
This plugin will add the menu points 'Tools -> Evaluate' and
'Tools -> Script Editor...'.
#Package: freemind-plugins-collab-jabber
#Architecture: all
#Depends: freemind (= ${binary:Version}), libcommons-logging-java, libcrimson-java, liboro-java, libgnujaxp-java, libjdom0-java, liblog4j1.2-java, ${misc:Depends}
#Description: Java Plugin for FreeMind to collaborate over Jabber.
# This plugin will add a menu point 'Tools -> Start Collaboration Mode'.
# .
# Attention, this feature is still alpha-code and not guaranteed to work,
# it might munge your data, eat your dog and quick your baby (or the other way
# around).
|