Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ivan Lezhnjov Jr (1deb6ff8346d371c826853d25827a3e67f3fed4d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ivan Lezhnjov Jr <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ivan Lezhnjov Jr (1deb6ff8346d371c826853d25827a3e67f3fed4d)
  • Date: Thu, 10 Apr 2008 11:24:59 -0500

GIT changes to master grimoire by Ivan Lezhnjov Jr
<ivan.lezhnjov.jr AT sourcemage.org>:

ChangeLog | 1 +
graphics/uniconvertor/BUILD | 1 +
graphics/uniconvertor/DEPENDS | 2 ++
graphics/uniconvertor/DETAILS | 17 +++++++++++++++++
graphics/uniconvertor/HISTORY | 3 +++
graphics/uniconvertor/INSTALL | 1 +
6 files changed, 25 insertions(+)

New commits:
commit 1deb6ff8346d371c826853d25827a3e67f3fed4d
Author: Ivan Lezhnjov Jr <ivan.lezhnjov.jr AT sourcemage.org>
Commit: Ivan Lezhnjov Jr <ivan.lezhnjov.jr AT sourcemage.org>

uniconvertor: new spell, a universal vector graphics translator

diff --git a/ChangeLog b/ChangeLog
index 63a0a86..72749f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@
* gavl: new spell, Gmerlin Audio Video Library
* openmovieeditor: new spell, non-linear video editor written in FLTK
* xvkbd: new spell, a virtual (graphical) keyboard program for X
Window System
+ * uniconvertor: new spell, a universal vector graphics translator

2008-04-09 Vlad Glagolev <stealth AT sourcemage.org>
* gnu.gpg: imported F4850180 (Eric Blake <ebb9 AT byu.net>)
diff --git a/graphics/uniconvertor/BUILD b/graphics/uniconvertor/BUILD
new file mode 100755
index 0000000..a05d2aa
--- /dev/null
+++ b/graphics/uniconvertor/BUILD
@@ -0,0 +1 @@
+default_build_python
diff --git a/graphics/uniconvertor/DEPENDS b/graphics/uniconvertor/DEPENDS
new file mode 100755
index 0000000..328fe10
--- /dev/null
+++ b/graphics/uniconvertor/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends pil
diff --git a/graphics/uniconvertor/DETAILS b/graphics/uniconvertor/DETAILS
new file mode 100755
index 0000000..984b10e
--- /dev/null
+++ b/graphics/uniconvertor/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=uniconvertor
+ VERSION=1.1.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/UniConvertor-$VERSION
+
SOURCE_URL[0]=http://sk1project.org/downloads/uniconvertor/v$VERSION/$SOURCE
+
WEB_SITE=http://sk1project.org/modules.php?name=Products&product=uniconvertor
+ ENTERED=20080322
+
SOURCE_HASH=sha512:d7d11bd1dd73325d50711183d70439cf5a2e9fb5e16e0d5bf1280656bc8f235f2a89500f853a8d8e4532c326624e126ed6bc41f25fdc436fb2aba0fd0a7eb04d
+ LICENSE[0]=GPL
+ SHORT="vector graphics converter"
+cat << EOF
+UniConvertor is a universal vector graphics translator.
+It uses sK1 engine to convert one format to another.
+Development of the import/export modules for this program
+goes through different stages, quality and feature coverage
+are different among formats.
+EOF
diff --git a/graphics/uniconvertor/HISTORY b/graphics/uniconvertor/HISTORY
new file mode 100644
index 0000000..e9d86c1
--- /dev/null
+++ b/graphics/uniconvertor/HISTORY
@@ -0,0 +1,3 @@
+2008-03-22 Ivan Lezhnjov Jr. <ivan.lezhnjov.jr AT gmail.com>
+ * BUILD, DEPENDS, DETAILS, HISTORY, INSTALL: created this spell.
+
diff --git a/graphics/uniconvertor/INSTALL b/graphics/uniconvertor/INSTALL
new file mode 100755
index 0000000..46c6fba
--- /dev/null
+++ b/graphics/uniconvertor/INSTALL
@@ -0,0 +1 @@
+default_install_python



  • [SM-Commit] GIT changes to master grimoire by Ivan Lezhnjov Jr (1deb6ff8346d371c826853d25827a3e67f3fed4d), Ivan Lezhnjov Jr, 04/10/2008

Archive powered by MHonArc 2.6.24.

Top of Page