Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (dde3da38b55ad15970977b98ad79345c6b6f2b94)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (dde3da38b55ad15970977b98ad79345c6b6f2b94)
  • Date: Wed, 21 Dec 2011 06:51:36 -0600

GIT changes to devel-xorg-modular grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

ChangeLog | 6 ++++++
editors/mmarchitect/BUILD | 2 ++
editors/mmarchitect/DEPENDS | 2 ++
editors/mmarchitect/DETAILS | 13 +++++++++++++
editors/mmarchitect/HISTORY | 2 ++
editors/mmarchitect/PRE_BUILD | 4 ++++
graphics/gtk-screenshot/DEPENDS | 12 ++++++++++++
graphics/gtk-screenshot/DETAILS | 16 ++++++++++++++++
graphics/gtk-screenshot/HISTORY | 2 ++
graphics/vym/DETAILS | 4 ++--
graphics/vym/HISTORY | 3 +++
http/seamonkey/DETAILS | 2 +-
http/seamonkey/HISTORY | 3 +++
13 files changed, 68 insertions(+), 3 deletions(-)

New commits:
commit 3cd31ab953127b3c1ffb4142b24c7eaf8a2f783a
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

seamonkey: this is a security release

commit f37b96b29c8dd4d611fa1b1e177cf5864b39cf65
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gtk-screenshot: new spell, simple GTK+ screenshot tool

commit 32ee7858206e0129895a737292f80f353bce8198
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

editors/mmarchitect: new spell, software for working with mind maps

commit d021cc945aacc66869db07989dd7ea68edf5d5e7
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

vym 2.0.3

diff --git a/ChangeLog b/ChangeLog
index a4a5afd..d7881fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-12-21 Vlad Glagolev <stealth AT sourcemage.org>
+ * graphics/gtk-screenshot: new spell, simple GTK+ screenshot tool
+
+2011-12-21 Ladislav Hagara <hgr AT vabo.cz>
+ * editors/mmarchitect: new spell, software for working with mind maps
+
2011-12-20 Thomas Orgis <sobukus AT sourcemage.org>
* libs/serd: new spell, lightweight C library for RDF syntax
* libs/sord: new spell, lightweight C library for RDF storage
diff --git a/editors/mmarchitect/BUILD b/editors/mmarchitect/BUILD
new file mode 100755
index 0000000..436884c
--- /dev/null
+++ b/editors/mmarchitect/BUILD
@@ -0,0 +1,2 @@
+make configure &&
+make
diff --git a/editors/mmarchitect/DEPENDS b/editors/mmarchitect/DEPENDS
new file mode 100755
index 0000000..ab61b18
--- /dev/null
+++ b/editors/mmarchitect/DEPENDS
@@ -0,0 +1,2 @@
+depends gtk+2 &&
+depends vala
diff --git a/editors/mmarchitect/DETAILS b/editors/mmarchitect/DETAILS
new file mode 100755
index 0000000..c520cbc
--- /dev/null
+++ b/editors/mmarchitect/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=mmarchitect
+ VERSION=0.3.0
+ SOURCE="${SPELL}_${VERSION}.tar.gz"
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:e8d3ad87d0886e1d15081695b7a783ae59566bc4ac8c41e887ab1b1a4c49918ffa83bc8564da53c25871ef094da431fd6587f5a4df335184b7760bd3e14a28e1
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
+ WEB_SITE=http://sourceforge.net/projects/mmarchitect/
+ LICENSE[0]=BSD
+ ENTERED=20111220
+ SHORT="software for working with mind maps"
+cat << EOF
+Mind Map Achitect is a software for working with mind maps.
+EOF
diff --git a/editors/mmarchitect/HISTORY b/editors/mmarchitect/HISTORY
new file mode 100644
index 0000000..734f6cd
--- /dev/null
+++ b/editors/mmarchitect/HISTORY
@@ -0,0 +1,2 @@
+2011-12-20 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS, PRE_BUILD, BUILD: spell created, version 0.3.0
diff --git a/editors/mmarchitect/PRE_BUILD b/editors/mmarchitect/PRE_BUILD
new file mode 100755
index 0000000..3f79ea6
--- /dev/null
+++ b/editors/mmarchitect/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+sed -i "s:/local::" Makefile
diff --git a/graphics/gtk-screenshot/DEPENDS b/graphics/gtk-screenshot/DEPENDS
new file mode 100755
index 0000000..123f905
--- /dev/null
+++ b/graphics/gtk-screenshot/DEPENDS
@@ -0,0 +1,12 @@
+depends glib2 &&
+depends gtk+2 &&
+
+optional_depends libxext \
+ "--with-xshape" \
+ "--without-xshape" \
+ "for XShape support from X11" &&
+
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support"
diff --git a/graphics/gtk-screenshot/DETAILS b/graphics/gtk-screenshot/DETAILS
new file mode 100755
index 0000000..b3b92a1
--- /dev/null
+++ b/graphics/gtk-screenshot/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=gtk-screenshot
+ VERSION=0.1.0
+ SOURCE=${SPELL}_${VERSION}-1.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:84415f850a541ececf4cb4a1fbd72942983be8b51423518a975c567880852ae2e350fdb3129751155732a63993aabe1b7b6168eac6fd3f80e028b3fe596cac5e
+ WEB_SITE=http://sourceforge.net/projects/gtk-screenshot/
+ ENTERED=20111221
+ LICENSE[0]=GPL
+ KEYWORDS="graphics"
+ SHORT="simple GTK+ screenshot tool"
+cat << EOF
+gtk-screenshot is a simple GTK+ tool to take screen capture.
+
+May be called in interactive or in command line mode.
+EOF
diff --git a/graphics/gtk-screenshot/HISTORY b/graphics/gtk-screenshot/HISTORY
new file mode 100644
index 0000000..a8c0041
--- /dev/null
+++ b/graphics/gtk-screenshot/HISTORY
@@ -0,0 +1,2 @@
+2011-12-21 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: spell created
diff --git a/graphics/vym/DETAILS b/graphics/vym/DETAILS
index ddef12c..a70ed19 100755
--- a/graphics/vym/DETAILS
+++ b/graphics/vym/DETAILS
@@ -1,8 +1,8 @@
SPELL=vym
- VERSION=1.12.8
+ VERSION=2.0.3
SOURCE="${SPELL}-${VERSION}.tar.bz2"
SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:517f607005e47a413cd4f48dd6f19e926f4ebf0d6c923403ed8f7c634f77b24620c73c5d66119eaf5c6ffeba7b32f926c4e4eaa7abf58b1afd93364271e914c1
+
SOURCE_HASH=sha512:5d96719776882de1883ff82c5d55f5e18e0488a030d222201bfcc949add85a1fcfda6517324ba2de9f3a25871f6e8997e31193a7944b9aeb131caecf48dc2c2d
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://www.insilmaril.de/vym/";
LICENSE[0]=GPL2
diff --git a/graphics/vym/HISTORY b/graphics/vym/HISTORY
index e989145..7f83df6 100644
--- a/graphics/vym/HISTORY
+++ b/graphics/vym/HISTORY
@@ -1,3 +1,6 @@
+2011-12-21 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.0.3
+
2010-12-15 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.12.8

diff --git a/http/seamonkey/DETAILS b/http/seamonkey/DETAILS
index 531129c..90fe978 100755
--- a/http/seamonkey/DETAILS
+++ b/http/seamonkey/DETAILS
@@ -7,7 +7,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=ftp://ftp.mozilla.org/pub/mozilla.org/$SOURCE_URI
SOURCE_URL[1]=http://releases.mozilla.org/pub/mozilla.org/$SOURCE_URI
WEB_SITE=http://www.seamonkey-project.org/
- SECURITY_PATCH=36
+ SECURITY_PATCH=37
TMPFS=off
ENTERED=20010922
LICENSE[0]=MPL
diff --git a/http/seamonkey/HISTORY b/http/seamonkey/HISTORY
index 47133e2..8bdc831 100644
--- a/http/seamonkey/HISTORY
+++ b/http/seamonkey/HISTORY
@@ -1,3 +1,6 @@
+2011-12-21 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: SECURITY_PATCH++
+
2011-12-20 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.6; swapped source urls
* DEPENDS: requires nss 3.13 now



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (dde3da38b55ad15970977b98ad79345c6b6f2b94), Vlad Glagolev, 12/21/2011

Archive powered by MHonArc 2.6.24.

Top of Page