]> git.pld-linux.org Git - packages/dime.git/blame - dime.spec
- massive attack: source-md5
[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
472d805c 9# Source0-md5: 142af240cd35508d606917a38164c759
6c4aa080 10Source1: ftp://ftp.sim.no/pub/dime/%name-%version-doc.tar.bz2
b9b17cff 11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
6c4aa080 12
6c4aa080 13%description
8952dc83 14Dime is a C++ class library for reading, constructing, manipulating,
15and writing DXF file data. The name is an acronym for DXF Import,
16Manipulation, and Export library. The DXF file format originates from
17AutoCAD, but is now in widespread use.
6c4aa080 18
19The focus of the library is primarily on the following items:
20
8952dc83 21- loading DXF files into a dime object hierarchy containing the DXF
22 data
6c4aa080 23- building dime object hierarchies from scratch
24- extracting geometry data from dime object hierarchies
25- manipulating dime object hierarchies
8952dc83 26- traversing the dime object hierarchies while performing various
27 tasks
28- saving dime object hierarchies as files conforming to the DXF file
29 format
6c4aa080 30
31The intended purpose of dime was on importing and exporting DXF files.
32For this kind of usage, special memory management techniques has been
33implemented, that can be used to boost the performance significantly.
34
35%description -l pl
8952dc83 36