1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name tellico |
---|
7 | set milestone 1.3.5 |
---|
8 | set release 1 |
---|
9 | version ${milestone}rel.${release} |
---|
10 | revision 1 |
---|
11 | categories ??? |
---|
12 | maintainers nomaintainer |
---|
13 | description A collection manager for KDE |
---|
14 | long_description \ |
---|
15 | Tellico is a KDE application for organizing your collections. It provides default templates for books, bibliographies, videos, music, video games, coins, stamps, trading cards, comic books, and wines. |
---|
16 | |
---|
17 | Tellico allows you to enter your collection in a catalogue database, saving many different properties like title, author, etc. Two different views of your collection are shown. On the left, your entries are grouped together by any field you like, allowing you to see how many are in each group. On the right, selected fields are shown in column format, allowing you to sort by any field. On the bottom is a customizable HTML view of the current entry. The entry editor is a dialog box where you enter the data. Check out the screenshots. |
---|
18 | |
---|
19 | Tellico keeps things simple, so no database server is needed. The data is saved in XML format, which makes for easy parsing, portability, and styling. It will run on any platform which KDE supports, most commonly Linux. Tellico is licensed under the GNU General Public License, giving you the freedom to modify and distribute the source code. |
---|
20 | |
---|
21 | If you download Tellico and like it, do let me know. I'm happy to try to accommodate any suggestions. Also, if you package Tellico for a distribution which isn't available elsewhere, I'd be happy to host it. If you have translation updates, please pass them on as well. I do have to say that Tellico is a hobby for me, and it is released without any guarantees or warranties. It may crash a lot for you, it may not do anything that you find useful. |
---|
22 | Capabilities |
---|
23 | |
---|
24 | * Supports default collections of books, bibliographic entries, videos, music, video games, comic books, coins, stamps, trading cards, wines, board games, and file catalogs. |
---|
25 | * Supports user-defined custom collections, as well |
---|
26 | * Supports any number of user-defined fields, of several different types: text, paragraph, list, checkbox, number, URL, date, images, and combinations |
---|
27 | * Handles entries with multiple authors, genres, keywords, etc. |
---|
28 | * Automatically formats titles and names |
---|
29 | * Supports collection searching and view filtering |
---|
30 | * Sorts and groups collection by various properties |
---|
31 | * Allows customizable entry templates through XSLT |
---|
32 | * Imports MODS, Bibtex, RIS, CSV, PDF metadata, and many other formats |
---|
33 | * Exports to Bibtex, ONIX, CSV, HTML, PilotDB, and other formats |
---|
34 | * Includes translations for more than nine languages, other than English |
---|
35 | * Imports information directly from Amazon.com (US, Japan, Germany, United Kingdom, France, and Canada), IMDb, z39.50 servers, PubMed, SRU servers, CrossRef.org, various other websites, and from external scripts. |
---|
36 | * Imports CDDB data for cataloging audio CDs |
---|
37 | * Scans and imports audio file collections, such as mp3 or ogg |
---|
38 | |
---|
39 | |
---|
40 | homepage http://periapsis.org/tellico/ |
---|
41 | |
---|
42 | depends_lib ??? |
---|
43 | |
---|
44 | use_bzip2 ??? |
---|
45 | |
---|
46 | distname [strsed ${distname} {g/-//}] |
---|
47 | worksrcdir ${name}[strsed ${milestone} {g/\./-/}] |
---|
48 | |
---|
49 | master_sites http://websvn.kde.org/trunk/playground/office/tellico/ |
---|
50 | |
---|
51 | checksums md5 ??? \ |
---|
52 | sha1 ??? \ |
---|
53 | rmd160 ??? |
---|
54 | |
---|
55 | configure.args ??? |
---|
56 | |
---|
57 | platforms darwin |
---|
58 | |
---|