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
|
Source: portabase
Section: database
Priority: optional
Maintainer: Dmitry Smirnov <onlyjob@member.fsf.org>
Uploaders: Jeremy Bowman <jmbowman@alum.mit.edu>
Build-Depends: debhelper (>= 9), autotools-dev, libqt4-dev (>= 4.6.3)
,python-sphinx (>= 1.0.7+dfsg) | python3-sphinx
Standards-Version: 3.9.3
Homepage: http://portabase.sourceforge.net
Package: portabase
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${sphinxdoc:Depends}
Description: Easy-to-use personal database application
PortaBase is a program for conveniently managing one-table database files.
It can be used as a shopping list, media inventory, TODO list, address
book, photo album and more.
It is available for many platforms, including Linux, Mac OS X, Windows,
and Maemo.
Features include:
.
* String, Integer, Decimal, Boolean, Note (multi-line text), Date, Time,
Calculation, Sequence, Image, and Enum column types;
* custom data views (subsets of the columns in any order);
* filter the displayed rows using sets of conditions;
* sort the rows by any combination of columns, each in ascending or
descending order;
* add, delete, rearrange, and rename columns at any time;
* view summary statistics for columns (total, average, min, max, etc.);
* import data from CSV, XML, and MobileDB files;
* export data to CSV, HTML and XML files;
* command-line format conversions (to and from XML, from MobileDB,
to HTML);
* optional data file encryption.
|