]> git.pld-linux.org Git - packages/dime.git/blame - dime.spec
- removed empty patch declaration
[packages/dime.git] / dime.spec
CommitLineData
6c4aa080 1Summary: DIME - DXF Import, manipulation and Export library.
2Summary(pl): DIME - biblioteka do manipulacji plikami w formacie DXF.
3Name: dime
4Version: 0.9.1
5Release: 1
8952dc83 6License: GPL
6c4aa080 7Group: Libraries
eaf826a6 8Group(de): Libraries
8301fb2b 9Group(es): Bibliotecas
8952dc83 10Group(fr): Librairies
6c4aa080 11Group(pl): Biblioteki
12Source0: ftp://ftp.sim.no/pub/dime/%name-%version-src.tar.bz2
13Source1: ftp://ftp.sim.no/pub/dime/%name-%version-doc.tar.bz2
b9b17cff 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
6c4aa080 15
6c4aa080 16%description
8952dc83 17Dime is a C++ class library for reading, constructing, manipulating,
18and writing DXF file data. The name is an acronym for DXF Import,
19Manipulation, and Export library. The DXF file format originates from
20AutoCAD, but is now in widespread use.
6c4aa080 21
22The focus of the library is primarily on the following items:
23
8952dc83 24- loading DXF files into a dime object hierarchy containing the DXF
25 data
6c4aa080 26- building dime object hierarchies from scratch
27- extracting geometry data from dime object hierarchies
28- manipulating dime object hierarchies
8952dc83 29- traversing the dime object hierarchies while performing various
30 tasks
31- saving dime object hierarchies as files conforming to the DXF file
32 format
6c4aa080 33
34The intended purpose of dime was on importing and exporting DXF files.
35For this kind of usage, special memory management techniques has been
36implemented, that can be used to boost the performance significantly.
37
38%description -l pl
8952dc83 39