Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (c391a77146fc7a97e4827408279cea0427ffb0bf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (c391a77146fc7a97e4827408279cea0427ffb0bf)
  • Date: Thu, 31 Jan 2008 03:02:54 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

ChangeLog |
5 +++
dev/null
|binary
devel/mono-addins/DEPENDS |
4 ++
devel/mono-addins/DETAILS |
15 ++++++++++
devel/mono-addins/HISTORY |
3 ++
devel/mono-addins/PRE_SUB_DEPENDS |
5 +++
devel/mono-addins/SUB_DEPENDS |
5 +++
devel/mono-addins/mono-addins-0.3.tar.bz2.sig
|binary
devel/mono-tools/DETAILS |
10 +++---
devel/mono-tools/HISTORY |
5 +++
devel/mono-tools/mono-tools-1.2.3.tar.gz.sig |
0
devel/mono-tools/mono-tools-1.2.6.tar.bz2.sig
|binary
devel/monodevelop/DEPENDS |
3 +-
devel/monodevelop/DETAILS |
6 ++--
devel/monodevelop/HISTORY |
5 +++
devel/monodevelop/monodevelop-0.13.1.tar.gz.sig |
0
devel/monodevelop/monodevelop-0.18.1.tar.bz2.sig
|binary
devel/monodoc/DETAILS |
9 ++----
devel/monodoc/HISTORY |
4 ++
devel/monodoc/monodoc-1.2.3.zip.sig |
0
devel/monodoc/monodoc-1.2.6.zip.sig
|binary
gnome2-libs/gtksourceview-sharp-2/DEPENDS |
6 ++--
gnome2-libs/gtksourceview-sharp-2/DETAILS |
9 +++---
gnome2-libs/gtksourceview-sharp-2/HISTORY |
6 ++++
gnome2-libs/gtksourceview-sharp-2/gtksourceview-sharp-2.0-0.11.tar.bz2.sig
|binary
gnome2-libs/gtksourceview1/DEPENDS |
8 +++++
gnome2-libs/gtksourceview1/DETAILS |
15 ++++++++++
gnome2-libs/gtksourceview1/HISTORY |
3 ++
gnome2-libs/gtksourceview1/gtksourceview-1.8.5.tar.bz2.sig
|binary
29 files changed, 105 insertions(+), 21 deletions(-)

New commits:
commit c391a77146fc7a97e4827408279cea0427ffb0bf
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

mono-tools: Updated to 1.2.6

commit f1de61a19d5ccdb9d4e1570c93bf02602edc3b45
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

monodevelop: Updated to 0.18.1

commit 2c69090b277d9bd89acd1124f188a2f2ce1075ef
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gtksourceview-sharp-2: Updated to 0.11

commit d50cc83c4c050635eea0ee0e0c1206b3d12435a3
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gtksourceview-sharp-2: Depends on gtksourceview1

commit 653f25ed3fed23100008dec76461ff0049b18e27
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gtksourceview1: GTK text function extension libraries

commit 839baaea7e083edb2d8a8489dbf81efb76f28dec
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

mono-addins: Added an extensible framework for mono applications

commit bddcb8139741d2ba6cc855214c59a19ce81bddad
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

monodoc: Updated to 1.2.6

diff --git a/ChangeLog b/ChangeLog
index b2efa43..162cea0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-31 Eric Sandall <sandalle AT sourcemage.org>
+ * devel/mono-addins: Added an extensible framework for mono apps
+ * gnome2-libs/gtksourceview1: Added GTK text function extension
+ libraries
+
2008-01-30 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* ruby-raa/xmlparser: new spell, XMLParser - RSS Parser/RSS Maker
* ruby-raa/vpim: new spell, vCard/iCalendar encoding/decoding library
diff --git a/devel/mono-addins/DEPENDS b/devel/mono-addins/DEPENDS
new file mode 100755
index 0000000..ea60784
--- /dev/null
+++ b/devel/mono-addins/DEPENDS
@@ -0,0 +1,4 @@
+optional_depends gtk-sharp-2 \
+ '--enable-gui' \
+ '--disable-gui' \
+ 'for GTK GUI'
diff --git a/devel/mono-addins/DETAILS b/devel/mono-addins/DETAILS
new file mode 100755
index 0000000..3932421
--- /dev/null
+++ b/devel/mono-addins/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=mono-addins
+ VERSION=0.3
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+ SOURCE_URL=http://go-mono.com/sources/$SPELL/$SOURCE
+ LICENSE[0]=LGPL
+ WEB_SITE=http://www.mono-project.com/Mono.Addins
+ KEYWORDS="microsoft mono devel"
+ ENTERED=20080131
+ SHORT='generic Mono framework for creating/extending applications'
+cat << EOF
+Mono.Addins is a generic framework for creating extensible applications,
+and for creating libraries which extend those applications.
+EOF
diff --git a/devel/mono-addins/HISTORY b/devel/mono-addins/HISTORY
new file mode 100644
index 0000000..92cfbe9
--- /dev/null
+++ b/devel/mono-addins/HISTORY
@@ -0,0 +1,3 @@
+2008-01-31 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_SUB_DEPENDS, SUB_DEPENDS: Created
+
diff --git a/devel/mono-addins/PRE_SUB_DEPENDS
b/devel/mono-addins/PRE_SUB_DEPENDS
new file mode 100755
index 0000000..cd5f49b
--- /dev/null
+++ b/devel/mono-addins/PRE_SUB_DEPENDS
@@ -0,0 +1,5 @@
+case $THIS_SUB_DEPENDS in
+ GUI) is_depends_enabled $SPELL gtk-sharp-2 && return 0 ;;
+esac
+
+return 1
diff --git a/devel/mono-addins/SUB_DEPENDS b/devel/mono-addins/SUB_DEPENDS
new file mode 100755
index 0000000..4dacd6e
--- /dev/null
+++ b/devel/mono-addins/SUB_DEPENDS
@@ -0,0 +1,5 @@
+case $THIS_SUB_DEPENDS in
+ GUI) depends gtk-sharp-2 '--enable-gui' ;;
+ *) echo "Unknown sub-depends!" ;
+ return 1 ;;
+esac
diff --git a/devel/mono-addins/mono-addins-0.3.tar.bz2.sig
b/devel/mono-addins/mono-addins-0.3.tar.bz2.sig
new file mode 100644
index 0000000..0beeb14
Binary files /dev/null and b/devel/mono-addins/mono-addins-0.3.tar.bz2.sig
differ
diff --git a/devel/mono-tools/DETAILS b/devel/mono-tools/DETAILS
index 538599e..d080be0 100755
--- a/devel/mono-tools/DETAILS
+++ b/devel/mono-tools/DETAILS
@@ -1,13 +1,13 @@
SPELL=mono-tools
- VERSION=1.2.3
- SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ VERSION=1.2.6
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://go-mono.com/sources/$SPELL/$SOURCE
- WEB_SITE=http://www.monodevelop.com
- ENTERED=20040401
LICENSE[0]=GPL
+ WEB_SITE=http://www.monodevelop.com
KEYWORDS="mono devel"
+ ENTERED=20040401
SHORT="Mono misc utilities and tools"
cat << EOF
Mono Tools is a collection of development and testing programs and
diff --git a/devel/mono-tools/HISTORY b/devel/mono-tools/HISTORY
index e4065e6..4631a82 100644
--- a/devel/mono-tools/HISTORY
+++ b/devel/mono-tools/HISTORY
@@ -1,3 +1,7 @@
+2008-01-31 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.2.6
+ SOURCE now compressed with bzip2
+
2007-02-07 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 1.2.3
* PRE_BUILD: Removed. Patch not needed.
@@ -28,3 +32,4 @@

2005-08-12 David Brown <dmlb2000 AT gmail.com>
* ALL: created spell
+
diff --git a/devel/mono-tools/mono-tools-1.2.3.tar.gz.sig
b/devel/mono-tools/mono-tools-1.2.3.tar.gz.sig
deleted file mode 100644
index 1624e7a..0000000
Binary files a/devel/mono-tools/mono-tools-1.2.3.tar.gz.sig and /dev/null
differ
diff --git a/devel/mono-tools/mono-tools-1.2.6.tar.bz2.sig
b/devel/mono-tools/mono-tools-1.2.6.tar.bz2.sig
new file mode 100644
index 0000000..c5d2a70
Binary files /dev/null and b/devel/mono-tools/mono-tools-1.2.6.tar.bz2.sig
differ
diff --git a/devel/monodevelop/DEPENDS b/devel/monodevelop/DEPENDS
index 431ef9d..20f8b68 100755
--- a/devel/monodevelop/DEPENDS
+++ b/devel/monodevelop/DEPENDS
@@ -1,4 +1,5 @@
+depends gecko-sharp-2 &&
depends gtk-sharp-2 &&
depends gtksourceview-sharp-2 &&
-depends gecko-sharp-2 &&
+depends -sub GUI mono-addins &&
depends monodoc
diff --git a/devel/monodevelop/DETAILS b/devel/monodevelop/DETAILS
index b908be3..339d0b5 100755
--- a/devel/monodevelop/DETAILS
+++ b/devel/monodevelop/DETAILS
@@ -1,9 +1,9 @@
SPELL=monodevelop
- VERSION=0.13.1
- SOURCE=$SPELL-$VERSION.tar.gz
+ VERSION=0.18.1
+ SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://go-mono.com/sources/$SPELL/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
LICENSE[0]=GPL
WEB_SITE=http://www.monodevelop.com
ENTERED=20040401
diff --git a/devel/monodevelop/HISTORY b/devel/monodevelop/HISTORY
index 28ff850..21d0cc1 100644
--- a/devel/monodevelop/HISTORY
+++ b/devel/monodevelop/HISTORY
@@ -1,3 +1,8 @@
+2008-01-31 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 0.18.1
+ SOURCE is now compressed with bzip2
+ * DEPENDS: Depends on mono-addins buitl with GUI support
+
2007-03-16 Eric Sandall <eric AT sandall.us>
* DETAILS: Updated to 0.13.1

diff --git a/devel/monodevelop/monodevelop-0.13.1.tar.gz.sig
b/devel/monodevelop/monodevelop-0.13.1.tar.gz.sig
deleted file mode 100644
index 8738363..0000000
Binary files a/devel/monodevelop/monodevelop-0.13.1.tar.gz.sig and /dev/null
differ
diff --git a/devel/monodevelop/monodevelop-0.18.1.tar.bz2.sig
b/devel/monodevelop/monodevelop-0.18.1.tar.bz2.sig
new file mode 100644
index 0000000..0b7b5e3
Binary files /dev/null and b/devel/monodevelop/monodevelop-0.18.1.tar.bz2.sig
differ
diff --git a/devel/monodoc/DETAILS b/devel/monodoc/DETAILS
index 65e7f3c..af250c8 100755
--- a/devel/monodoc/DETAILS
+++ b/devel/monodoc/DETAILS
@@ -1,14 +1,13 @@
SPELL=monodoc
- VERSION=1.2.3
+ VERSION=1.2.6
SOURCE=$SPELL-$VERSION.zip
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_URL[0]=http://www.go-mono.com/sources/$SPELL/$SOURCE
- WEB_SITE=http://www.go-mono.com/
- ENTERED=20040226
- UPDATED=20050504
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
LICENSE[0]=GPL
+ WEB_SITE=http://www.go-mono.com/
KEYWORDS="mono devel"
+ ENTERED=20040226
SHORT="Mono documentation browser"
cat << EOF
monodoc is the mono documentation browser.
diff --git a/devel/monodoc/HISTORY b/devel/monodoc/HISTORY
index 0bb9e29..18b7352 100644
--- a/devel/monodoc/HISTORY
+++ b/devel/monodoc/HISTORY
@@ -1,3 +1,7 @@
+2008-01-31 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.2.6
+ Removed UPDATED
+
2007-02-11 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to 1.2.3. Bug 13496.

diff --git a/devel/monodoc/monodoc-1.2.3.zip.sig
b/devel/monodoc/monodoc-1.2.3.zip.sig
deleted file mode 100644
index 3c00411..0000000
Binary files a/devel/monodoc/monodoc-1.2.3.zip.sig and /dev/null differ
diff --git a/devel/monodoc/monodoc-1.2.6.zip.sig
b/devel/monodoc/monodoc-1.2.6.zip.sig
new file mode 100644
index 0000000..e529335
Binary files /dev/null and b/devel/monodoc/monodoc-1.2.6.zip.sig differ
diff --git a/gnome2-libs/gtksourceview-sharp-2/DEPENDS
b/gnome2-libs/gtksourceview-sharp-2/DEPENDS
index eacad45..9e22508 100755
--- a/gnome2-libs/gtksourceview-sharp-2/DEPENDS
+++ b/gnome2-libs/gtksourceview-sharp-2/DEPENDS
@@ -1,3 +1,3 @@
-depends gtk-sharp-2 &&
-depends gnome-sharp &&
-depends gtksourceview
+depends gtk-sharp-2 &&
+depends gnome-sharp &&
+depends gtksourceview1
diff --git a/gnome2-libs/gtksourceview-sharp-2/DETAILS
b/gnome2-libs/gtksourceview-sharp-2/DETAILS
index 7c1dc26..195eae2 100755
--- a/gnome2-libs/gtksourceview-sharp-2/DETAILS
+++ b/gnome2-libs/gtksourceview-sharp-2/DETAILS
@@ -1,14 +1,15 @@
SPELL=gtksourceview-sharp-2
- VERSION=0.10
+ VERSION=0.11
BRANCH=0
- SOURCE=$SPELL.$BRANCH-$VERSION.tar.gz
+ SOURCE=$SPELL.$BRANCH-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL.$BRANCH-$VERSION
SOURCE_URL[0]=http://go-mono.com/sources/$SPELL.$BRANCH/$SOURCE
-
SOURCE_HASH=sha512:c54df12209fd20daa83f5d7f0d23b49a4c9d043f5290cbcb27f115ea2839bcb9fc80175afc51138fb974e404d794ebd124dbdb623f6045094464edbdba138f1a
+#
SOURCE_HASH=sha512:c54df12209fd20daa83f5d7f0d23b49a4c9d043f5290cbcb27f115ea2839bcb9fc80175afc51138fb974e404d794ebd124dbdb623f6045094464edbdba138f1a
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
LICENSE[0]=LGPL
WEB_SITE=http://www.go-mono.com
- ENTERED=20050611
KEYWORDS="gnome2 libs"
+ ENTERED=20050611
SHORT=".Net language binding for gtksourceview"
cat << EOF
GtkSourceview# is a .Net language binding for gtksourceview
diff --git a/gnome2-libs/gtksourceview-sharp-2/HISTORY
b/gnome2-libs/gtksourceview-sharp-2/HISTORY
index d706e04..d155d42 100644
--- a/gnome2-libs/gtksourceview-sharp-2/HISTORY
+++ b/gnome2-libs/gtksourceview-sharp-2/HISTORY
@@ -1,3 +1,8 @@
+2008-01-31 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 2.0-0.11
+ SOURCE is now compressed with bzip2
+ * DEPENDS: Depends on gtksourceview1
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

@@ -18,3 +23,4 @@

2005-06-11 Pieter Lenaerts <e-type AT sourcemage.org>
* DEPENDS, DETAILS, BUILD, HISTORY: created spell
+
diff --git
a/gnome2-libs/gtksourceview-sharp-2/gtksourceview-sharp-2.0-0.11.tar.bz2.sig
b/gnome2-libs/gtksourceview-sharp-2/gtksourceview-sharp-2.0-0.11.tar.bz2.sig
new file mode 100644
index 0000000..10b2e89
Binary files /dev/null and
b/gnome2-libs/gtksourceview-sharp-2/gtksourceview-sharp-2.0-0.11.tar.bz2.sig
differ
diff --git a/gnome2-libs/gtksourceview1/DEPENDS
b/gnome2-libs/gtksourceview1/DEPENDS
new file mode 100755
index 0000000..9c9f717
--- /dev/null
+++ b/gnome2-libs/gtksourceview1/DEPENDS
@@ -0,0 +1,8 @@
+depends gtk+2 &&
+depends libgnomeprint &&
+depends xml-parser-expat &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "Build documentation with gtk-doc"
diff --git a/gnome2-libs/gtksourceview1/DETAILS
b/gnome2-libs/gtksourceview1/DETAILS
new file mode 100755
index 0000000..74214e5
--- /dev/null
+++ b/gnome2-libs/gtksourceview1/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=gtksourceview1
+ VERSION=1.8.5
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ SOURCE=${SPELL/1/}-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL/1/}-$VERSION
+ SOURCE_URL[0]=$GNOME_URL/sources/${SPELL/1/}/$BRANCH/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
+ LICENSE[0]=LGPL
+ ENTERED=20080131
+ KEYWORDS="gnome2 libs"
+ SHORT='GTK text function extension libraries'
+cat << EOF
+The gtksourceview package contains libgtksourceview libraries. This is useful
+for extending the GTK text functions to include syntax highlighting.
+EOF
diff --git a/gnome2-libs/gtksourceview1/HISTORY
b/gnome2-libs/gtksourceview1/HISTORY
new file mode 100644
index 0000000..b4b1ff1
--- /dev/null
+++ b/gnome2-libs/gtksourceview1/HISTORY
@@ -0,0 +1,3 @@
+2008-01-31 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, DEPENDS: Created
+
diff --git a/gnome2-libs/gtksourceview1/gtksourceview-1.8.5.tar.bz2.sig
b/gnome2-libs/gtksourceview1/gtksourceview-1.8.5.tar.bz2.sig
new file mode 100644
index 0000000..d091edb
Binary files /dev/null and
b/gnome2-libs/gtksourceview1/gtksourceview-1.8.5.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (c391a77146fc7a97e4827408279cea0427ffb0bf), Eric Sandall, 01/31/2008

Archive powered by MHonArc 2.6.24.

Top of Page