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