]> git.pld-linux.org Git - packages/dime.git/blame_incremental - dime.spec
- massive attack: source-md5
[packages/dime.git] / dime.spec
... / ...
CommitLineData
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: 3
6License: GPL
7Group: Libraries
8Source0: ftp://ftp.sim.no/pub/dime/%name-%version-src.tar.bz2
9# Source0-md5: 142af240cd35508d606917a38164c759
10Source1: ftp://ftp.sim.no/pub/dime/%name-%version-doc.tar.bz2
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
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.
18
19The focus of the library is primarily on the following items:
20
21- loading DXF files into a dime object hierarchy containing the DXF
22 data
23- building dime object hierarchies from scratch
24- extracting geometry data from dime object hierarchies
25- manipulating dime object hierarchies
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
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
36